/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --black: #272727;
    --gray: #8d8c8c;
    --vidoco: #00AEEF;
    --bg-input: #535353;
    --orange: #FE7E20;
    --yellow-vietnix: #ffff00;
    --darkblue: #274e7d;
}

body,
html {
    font-family: "Roboto", sans-serif;
}

* {
    transition: all .25s ease !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.text-gray-header p,
.text-gray-header a {
    color: var(--gray) !important;
}

.text-gray-header a:hover {
    color: #fff !important;
}

header ul li ul li a:hover {
    color: var(--vidoco);
}

.bg-vidoco {
    background-color: var(--vidoco);
}

.por {
    position: relative;
}

.container {
    max-width: 1170px;
    width: 100%;
}

.bg-nenmo {
    width: 100%;
    height: 650px;
    animation: kenburns-top-right 10s linear infinite;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@keyframes kenburns-top-right {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 16%;
    }

    50% {
        transform: scale(1.25) translate(20px, -15px);
        transform-origin: right top;
    }

    100% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 16%;
    }
}

.frame-content-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    height: 650px;
}

.bg-avt1 {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
    animation: hieuung-xuathien-avt 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes hieuung-xuathien-avt {
    0% {
        transform: translateZ(700px) translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

.cirle-trang {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-35%);
    color: var(--gray);
    animation: hieuung-xuathien-cirle-trang .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

.cirle-trang-2 {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: absolute;
    left: -50px;
    top: 30%;
    color: var(--gray);
    animation: hieuung-xuathien-cirle-trang .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

@keyframes hieuung-xuathien-cirle-trang {
    0% {
        transform: translateZ(700px) translateY(-300px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateY(-35%);
        opacity: 1;
    }
}

.cirle-cam {
    width: 175px;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -95px;
    top: 50%;
    transform: translateY(30%);
    color: white;
    flex-direction: column;
    font-size: 20px;
    animation: hieuung-xuathien-cirle-cam .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}

.cirle-cam-2 {
    width: 175px;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 30%;
    color: white;
    flex-direction: column;
    font-size: 20px;
    animation: hieuung-xuathien-cirle-cam .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}

@keyframes hieuung-xuathien-cirle-cam {
    0% {
        transform: translateZ(700px) translateY(300px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateY(30%);
        opacity: 1;
    }
}

.fz-25px {
    font-size: 25px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .25s ease;
}

.uppercase {
    text-transform: uppercase;
}

.aife {
    align-items: flex-end;
}

.aifs {
    align-items: flex-start;
}

.lh-24px {
    line-height: 24px;
}

.lh-32px {
    line-height: 32px;
}

hr {
    margin: 0;
    padding: 0;
}

.icon-32px {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.df {
    display: flex;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.jcsb {
    justify-content: space-between !important;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-column-2px {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.flex-column-6px {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.flex-column-8px {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flex-column-12px {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.flex-column-16px {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flex-column-20px {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-column-24px {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row-6px {
    display: flex;
    gap: 6px;
}

.flex-row-8px {
    display: flex;
    gap: 8px;
}

.flex-row-12px {
    display: flex;
    gap: 12px;
}

.flex-row-16px {
    display: flex;
    gap: 16px;
}

.flex-row-20px {
    display: flex;
    gap: 20px;
}

.flex-row-24px {
    display: flex;
    gap: 24px;
}

.flex-row {
    display: flex;
}

.flex-row-2px {
    display: flex;
    gap: 2px;
}

.text-1-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-2-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-3-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text-4-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.text-5-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.fx1 {
    flex: 1;
}

.fxs0 {
    flex-shrink: 0;
}

.icon-24px {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.icon-20px {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.white-20-700 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.icon-30px {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.icon-16px {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

textarea {
    resize: vertical;
}

.aibs {
    align-items: baseline;
}

label,
input {
    margin: 0 !important;
    font-weight: 400;
}

.title-h4 {
    font-size: 60px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1;
    animation: tracking-in-contract 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.title-h3 {
    font-size: 70px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.btn-vidoco-inline {
    background-color: var(--vidoco);
    padding: 12px 24px;
    color: #fff !important;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-vidoco-inline:hover {
    background-color: #fff;
    color: var(--black);
}

.btn-black-inline {
    background-color: var(--black);
    padding: 12px 24px;
    color: #fff !important;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radius-12px {
    border-radius: 12px;
}

.p-5px {
    padding: 5px !important;
}

.btn-vidoco-outline {
    padding: 12px 24px;
    color: var(--vidoco);
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vidoco);
}

.btn-hover-vidoco:hover {
    background-color: var(--vidoco);
    color: #fff !important;

}

.btn-vidoco-outline:hover {
    background-color: var(--vidoco);
    color: white;
}

.animation-text {
    animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

ul {
    padding: revert;
    list-style: unset;
}
.nav:before{
    display: none;
}
@keyframes tracking-in-expand-fwd-bottom {
    0% {
        letter-spacing: -0.5em;
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}


.animation-delay-1 {
    animation-delay: 1s;
}

.animation-delay-2 {
    animation-delay: 1.5s;
}

.animation-delay-3 {
    animation-delay: 2s;
}

.animation-delay-4 {
    animation-delay: 2.5s;
}

.animation-delay-5 {
    animation-delay: 3s;
}

.animation-delay-6 {
    animation-delay: 3.5s;
}

.overflow-hidden {
    overflow: hidden;
}

#banner-site {
    position: absolute;
    bottom: 0;
}

.grid-des-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 40px;
}

.animation-delay-1-2 {
    animation-delay: 1.2s;
}

.animation-delay-1-4 {
    animation-delay: 1.4s;
}

.animation-delay-1-6 {
    animation-delay: 1.6s;
}

.animation-delay-1-8 {
    animation-delay: 1.8s;
}

.animation-delay-2-2 {
    animation-delay: 2.2s;
}

.animation-delay-2-4 {
    animation-delay: 2.4s;
}

.animation-delay-2-6 {
    animation-delay: 2.6s;
}

#banner-site .owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#banner-site .owl-dot.active {
    width: 25px;
    height: 8px;
    border-radius: 7px;
    background-color: red;
}

#banner-site .owl-dot {
    width: 10px;
    height: 10px;
    background-color: blue;
    border-radius: 50%;
}

#banner-site .owl-nav {
    width: max-content;
    display: flex;
    top: 50%;
    width: 100%;
    opacity: 0;
}

#banner-site:hover .owl-nav {
    opacity: 100%;
}

#banner-site .owl-prev,
#banner-site .owl-next {
    position: absolute;
    top: 50%;
    background-color: var(--black);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-site .owl-prev i,
#banner-site .owl-next i {
    font-size: 16px;
}

#banner-site .owl-prev {
    left: 10px;
}

#banner-site .owl-next {
    right: 10px;
}

.grid-top-domain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

.title-topdomain {
    font-size: 20px;
}

.p-12px-0px {
    padding: 12px 0;
}

.fz-26px {
    font-size: 26px;
}

.text-blue {
    color: var(--vidoco);
}

.fz-18px {
    font-size: 18px !important;
}

.text-green {
    color: #90c219 !important;
}

.bg-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 200px;
}

.text-yellow {
    color: #f8cf0e;
}

.input-domains {
    background-color: var(--bg-input);
    height: 50px;
    width: 60%;
    padding: 0px 12px;
    font-size: 12px;
    color: #afafaf;
    margin: 0 !important;
    border: 0;
}

.input-domains::placeholder {
    color: #afafaf;
    font-size: 12px;
}

.select-domains {
    height: 50px;
    background-color: var(--bg-input);
    margin: 0 !important;
    border: 0;
    color: #afafaf;
    font-size: 14px;
}

select:focus-visible {
    outline: unset;
}

.h-50px {
    height: 50px;
}

.flex-row-1px {
    display: flex;
    gap: 1px;
}

.btn-gray-inline {
    background-color: var(--bg-input);
    border: 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    width: max-content;
}

.btn-gray-inline:hover {
    color: #fff;
    background-color: #afafaf;
}

.p-70px-0 {
    padding: 70px 15px;
}

.p-40px-0 {
    padding: 40px 15px;
}

.mb-60px {
    margin-bottom: 60px;
}

.title-site {
    font-size: 43px;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 400;
}

.title-line {
    height: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.description {
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    color: #727272;
    margin: 0px 210px;
}

.xs-top-bar-info {
    display: flex;
    align-items: center;
    gap: 40px;
}

.xs-top-bar-info li {
    margin-right: 0;
}

.grid-offer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 15px;
}

.item-grid-offer {
    padding: 16px;
    display: flex;
    gap: 16px;
    max-height: 143px;
    height: 143px;
}

.item-grid-offer:hover {
    background-color: var(--vidoco);
    cursor: default;

    .icon-28px {
        filter: brightness(0) invert(1);
    }

    .icon-32px-37px {
        opacity: 0;
        transition: all .001s ease !important;
    }

    * {
        color: #fff;
    }
}

.item-grid-offer.active {
    background-color: var(--vidoco);

    .icon-28px {
        filter: brightness(0) invert(1);
    }

    .icon-32px-37px {
        display: none;
    }

    * {
        color: #fff;
    }
}

.icon-28px {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-32px-37px {
    width: 32px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.title-offer {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: var(--black);
}

.des-offer {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    line-height: 23px;
}

.bg-attachment {
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    height: 100%;
}

.grid-bg-attachment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 100%;
}

.line-left {
    width: 100%;
    height: 2px;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-whathot {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: center;
}

.img-grid-whathot {
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.cirle-cam-whathot {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.max-width-200px {
    max-width: 200px;
}

.title-small-whathot {
    color: #fff;
    font-size: 22px;
}

.content-whathot {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0px;
    font-weight: 600;
}

.text-vidoco {
    color: var(--vidoco);
}

.h-35px {
    height: 35px;
}

.text-white-16px {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

#what-hot {
    padding-bottom: 30px;
}

#what-hot .owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#what-hot .owl-dot.active {
    background-color: var(--vidoco);
}

#what-hot .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--black);
    border-radius: 50%;
}

.frame-tab-choose-time {
    border: 1px solid #dddedf;
    border-radius: .375rem;
    padding: 10px;
    width: max-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.item-choose-time {
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.item-choose-time:hover {
    background-color: #e4e6ea;
}

.item-choose-time.active {
    background-color: var(--vidoco);
    color: #fff;
}

.recommend {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 81px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item-choose-time .sale {
    background-color: var(--orange);
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

#service {
    border: 1px solid #dddedf;
    text-align: center;
}

#service th,
#service td {
    vertical-align: middle;
}

#service tr:nth-child(even) {
    background-color: #f2f2f2;
}

.text-cam {
    color: var(--orange);
    font-weight: 600;
    font-size: 16px;
}

.tag-sale-red {
    background-color: #EB5757;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
}

.text-line {
    text-decoration: line-through;
}

.text-time {
    font-size: 16px;
    color: var(--black);
}

.text-underline {
    color: var(--gray);
    text-decoration: line-through;
    font-size: 12px;
}

.line-through {
    text-decoration: line-through;
}

.tooltip {
    opacity: 100%;
    position: relative;
}

.fxs-0 {
    flex-shrink: 0;
}

.tooltiptext {
    display: none;
    background-color: #fff;
    padding: 12px 24px;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: var(--black);
    min-width: 150px;
    z-index: 999;
}

.tooltip:hover {
    z-index: 9999999999999999999;
}

.tooltip:hover .tooltiptext {
    display: block;
    transition: all .001s ease !important;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: -17%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.p-10px {
    padding: 10px;
}

.tamtinh {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.w-120px {
    width: 120px;
}

.h-40px {
    height: 40px;
}

.btn-suggest-service {
    border: none;
    background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

.btn-suggest-service:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .1);
}

.bg-cover {
    background-size: cover;
}

.note-table {
    background-color: #f3f5f9;
    padding: 14px 24px;
    border-radius: 8px;
    color: var(--black);
    font-size: 16px;
}

.table {
    margin-bottom: 0 !important;
}

.grid-tab-choose-time {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.item-grid-tab-choose-time {
    border: 1px solid #e4e6ea;
    border-radius: .375rem;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
}

.item-grid-tab-choose-time:hover {
    background-color: #E5E7EB;
}

.item-grid-tab-choose-time .sale {
    background-color: var(--orange);
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.item-grid-tab-choose-time .recommend-reponsive {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    background-color: #27AE60;
    border-radius: 0px .375rem;
    padding: 4px;
}

.item-grid-tab-choose-time.active {
    background-color: var(--vidoco);
    color: #fff;
}

.grid-box-service-reponsive {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.item-service {
    box-shadow: 0px 0px 20px rgba(16, 69, 131, 0.15);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fw-600 {
    font-weight: 600;
}

.line-service {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}

.flex-row-30px {
    display: flex;
    gap: 30px;
}

.border-blue {
    border: 1px solid #38a7ff;
    border-radius: 50%;
}

.position-tooltip-mobile {
    left: -100%;
}

.position-tooltip-mobile:after {
    top: -42% !important;
    left: 74% !important;
}

.gap-20px {
    gap: 20px;
}

.fz-24px {
    font-size: 24px;
}

.btn-orange-outline {
    border-radius: 6px;
    border: 1px solid #f3b847;
    background: #fff;
    margin: 0px 20px;
    display: flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--orange);
}

.text-orange {
    color: var(--orange);
}

.grid-4-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-4-service .item-grid-offer {
    height: 110px;
}

.grid-4-service .item-grid-offer.active {
    background-color: var(--vidoco) !important;
    color: #fff;
}

.grid-4-service .item-grid-offer:hover {
    background-color: var(--vidoco) !important;
    color: #fff;
}

.grid-4-service .item-grid-offer .title-offer {
    font-size: 16px;
}

.grid-4-service .item-grid-offer .des-offer {
    font-size: 12px;
}

.avt-110px {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.grid-bg-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.frame-hover-avt:hover .text-user-avt {
    color: var(--vidoco);
}

.text-user-avt {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.fz-14px {
    font-size: 14px;
}

.grid-affiliate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.table-tab-sign-up {
    text-align: center;
}

.table-tab-sign-up th {
    font-weight: 400;
    color: var(--black);
}

.edit-nav-tabs a {
    color: var(--black);
    padding: 15px;
    font-size: 14px;
}

.edit-nav-tabs li.active a {
    color: var(--vidoco);
}

.edit-nav-tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.edit-nav-tabs:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #d8d8d8;
}

.table-tab-sign-up thead th {
    overflow: hidden;
}

.btn-hover-black:hover {
    background-color: #000;
    color: #fff;
}

.table-tab-sign-up tbody td {
    padding: 20px;
}

.flex-column-40px {
    display: grid;
    flex-direction: column;
    gap: 40px;
}

.title-affiliate {
    font-size: 22px;
    font-weight: 400;
}

.flex-column-30px {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.frame-affiliate .text-user-avt {
    color: var(--black);
    font-size: 16px;
}

.frame-icon-affiliate {
    width: 70px;
    height: 70px;
    background-color: var(--vidoco);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.frame-affiliate .frame-hover-avt:hover .frame-icon-affiliate {
    background-color: #000;
}

.frame-hover-avt.active .frame-icon-affiliate {
    background-color: #000;
}

.frame-hover-avt.active .text-user-avt {
    color: var(--vidoco);
}

.fa-1-5x {
    font-size: 1.5em;
}

.des-collapse {
    font-size: 14px;
    color: #999;
}

.card-header {
    padding: 2px 10px;
    background-color: transparent;
}

.card-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: var(--black);
    font-size: 14px;
}

.card-header button:hover {
    color: var(--vidoco) !important;
    text-decoration: unset;
}

.card-header button.active {
    color: var(--vidoco) !important;
    text-decoration: unset;
}

.lh-normal {
    line-height: normal;
}

.text-white-22px {
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
}

.frame-buynow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
}

.btn-transparent {
    border: 2px solid #fff;
    border-radius: 2px;
    line-height: 23px;
    font-size: 14px;
    background-color: transparent;
    padding: 12px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-transparent.btn-hover-black:hover {
    border-color: transparent;
}

.h-45px {
    height: 45px;
}

.carousel-indicators {
    bottom: -50px;
    gap: 5px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--gray);
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators li.active {
    background-color: var(--vidoco);
}

.frame-comment-user {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.avt-80px {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.black-16-400 {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.gray-14-400 {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}

.grid-img-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: center;
}

.item-grid-img-social {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-column-1px {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.bg-gray-footer {
    background-color: #2e2e2e;
}

.bg-footer {
    background-color: #161616;
}

.grid-footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.item-grid-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.title-footer {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.ul-link {
    margin-bottom: 0;
}

.ul-link a {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
}

.ul-link a:hover {
    color: #fff;
}

.pl-10px {
    padding-left: 10px;
}

.item-post-footer {
    padding-bottom: 16px;
    border-bottom: 1px solid #2e2e2e;
    display: flex;
    align-items: center;
    gap: 12px;
}

.item-post-footer:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.img-post-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #161616;
    width: 58px;
    height: 58px;
}

.img-payment-2 {
    width: 50px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;

    img {
        width: 40px;
        height: 30px;
        object-fit: contain;
    }
}

.img-chungchi {
    width: 110px;
    height: 50px;
    object-fit: contain;
}

.title-post-footer,
.des-post-footer,
.date-post-footer {
    font-weight: 400;
    line-height: normal;
}

.title-post-footer {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 600;
}

.des-post-footer {
    color: #727272;
    font-size: 14px;
}

.date-post-footer {
    color: #727272;
    font-size: 11px;
}

.item-post-footer:hover {
    .img-post-footer {
        border: 1px solid var(--vidoco);
    }

    .title-post-footer {
        color: var(--vidoco);
    }
}

.item-post-footer.active {
    .img-post-footer {
        border: 1px solid var(--vidoco);
    }

    .title-post-footer {
        color: var(--vidoco);
    }
}

.grid-payment-awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 20px 0;
    align-items: center;
}

.img-payment {
    width: 50px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.white-14-400 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.grid-payment-awards-right {
    .white-14-400 {
        text-align: right;
    }

    .flex-row-12px {
        justify-content: flex-end;
    }

    margin-left: auto;
}

.img-awards {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-livechat {
    width: max-content;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background-color: #8ac700;
}

.text-copyright {
    color: #858585;

    a {
        color: #000;
    }

    a:hover {
        color: var(--vidoco);
    }
}

.frame-social-footer {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #161616;
    color: #727272;
}

.frame-social-footer:hover {
    background-color: #fff;

    i {
        color: #727272;
    }
}

.scroll-on-top {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    z-index: 999999999;
    background-color: var(--orange);
    animation: scroll-on-top-hide 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both !important;
    display: flex;
}

.button-ontop {
    display: flex;
    animation: scroll-on-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both !important;
}

@keyframes scroll-on-top {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scroll-on-top-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 1;
    }
}


.hide-scroll-effect {

    table {
        opacity: 0;
        filter: blur(5px);
        transform: scale(0);
        transition: all 1s !important;
    }

    .whathoht-left {
        opacity: 0;
        filter: blur(5px);
        transform: translateX(-100%);
        transition: all 1s !important;
    }

    .whathoht-right {
        opacity: 0;
        filter: blur(5px);
        transform: translateX(100%);
        transition: all 1s !important;
    }

    .arrow-animation {
        position: relative;
        width: 200px;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }

    .arrow-animation:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        transform: translateY(0);
        transition: all 1.5s ease;
        z-index: 0;
    }


}

.show-scrol-effect {


    .arrow-animation:after {
        transform: translateY(100%);
    }

    table {
        opacity: 1;
        filter: blur(0px);
        transform: scale(1);
    }

    .whathoht-left {
        opacity: 1;
        filter: blur(0px);
        transform: translateX(0);
    }

    .whathoht-right {
        opacity: 1;
        filter: blur(0px);
        transform: translateX(0);
    }

}

.content-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.h-100 {
    height: 100% !important;
}

.white-40-400 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.white-50-700 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.lh-1 {
    line-height: 1;
}

.h-80px {
    height: 80px;
}

.input-hosting {
    background-color: #fff;
    font-size: 18px;
    color: var(--black);
    width: 100%;

}

.input-hosting::placeholder {
    color: var(--gray);
    font-size: 18px;
}

.select-hosting {
    background-color: var(--black);
    color: var(--gray);
    font-size: 18px;
    padding-left: 10px;
}

.grid-theree-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.item-grid-theree-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.number-border {
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    background-color: var(--vidoco);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.white-15-400 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.grid-choose-domain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #eee;
}

.item-grid-choose-domain {
    width: 100%;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.item-grid-choose-domain:hover {
    * {
        color: #fff;
    }

    background-color: var(--vidoco);

    .btn-vidoco-inline {
        background-color: #fff;
        color: var(--black);
    }
}

.item-grid-choose-domain.active {
    * {
        color: #fff;
    }

    background-color: var(--vidoco);

    .btn-vidoco-inline {
        background-color: #fff;
        color: var(--black);
    }
}

.black-40-700 {
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
}

.black-22-400 {
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
}

.black-14-400 {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}

.h-80px-banner {
    height: 80px;
}

.white-18-400 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.lh-23px {
    line-height: 23px;
}

.item-slide-domain-feature {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;

    .frame-icon-feature {
        width: 100px;
        height: 100px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
}

.item-slide-domain-feature:hover {
    .frame-icon-feature {
        border: 1px solid var(--vidoco);
        background-color: var(--vidoco);
    }

    .white-18-400 {
        color: var(--black);
    }
}

.owl-item.center {
    .item-slide-domain-feature {
        .frame-icon-feature {
            border: 1px solid var(--vidoco);
            background-color: var(--vidoco);
        }

        .white-18-400 {
            color: var(--black);
        }
    }
}

.mt-30px {
    margin-top: 30px;
}

.grid-carousel-feature {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.edit-btn .carousel-control-next,
.edit-btn .carousel-control-prev {
    display: none;
    height: max-content;
    top: 40%;
    background-color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.edit-btn:hover {

    .carousel-control-next,
    .carousel-control-prev {
        display: flex;
        animation: opacity-0-1 .5s ease;
    }
}

@keyframes opacity-0-1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-right-domain-feature {
    max-width: 480px;
    width: 100%;
}

.frame-carousel {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.carousel-hosting {
    position: absolute !important;
    top: 0;
}

.carousel-hosting .owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-hosting .owl-dot.active {
    width: 25px;
    height: 8px;
    border-radius: 7px;
    background-color: red;
}

.carousel-hosting .owl-dot {
    width: 10px;
    height: 10px;
    background-color: blue;
    border-radius: 50%;
}

.carousel-hosting .owl-nav {
    width: max-content;
    display: flex;
    top: 50%;
    width: 100%;
    opacity: 0;
}

.carousel-hosting:hover .owl-nav {
    opacity: 100%;
}

.carousel-hosting .owl-prev,
.carousel-hosting .owl-next {
    position: absolute;
    top: 50%;
    background-color: var(--black);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-hosting .owl-prev i,
.carousel-hosting .owl-next i {
    font-size: 16px;
}

.carousel-hosting .owl-prev {
    left: 10px;
}

.carousel-hosting .owl-next {
    right: 10px;
}

.white-22-400 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.h-290px {
    height: 290px;
}

.btn-register-service {
    background-color: #c9c9c9;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overflow-auto {
    overflow: auto;
}

.item-slide-domain-feature:hover {
    .frame-avt-whychoose {
        opacity: 0.7;
    }
}

.frame-avt-whychoose {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 5px solid #fff;
    border-radius: 50%;
}

.img-work {
    width: 100%;
    height: 295px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.flex-column-36px {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.banner-tracuutenmien {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-vidoco {
    color: var(--vidoco);
}

.white-40-700 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.white-40-300 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

.p-20px-0 {
    padding: 20px 0;
}

.border-bottom-breadcrumb {
    border-bottom: 1px solid #eee;
}

.flex-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.black-27-400 {
    color: var(--black);
    font-weight: 400;
    font-size: 27px;
}

.input-border {
    border: 1px solid #eee;
}

.banner-hostinggiare {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-banner-hostinggiare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

.white-17-400 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.fz-12px {
    font-size: 12px;
}

.white-12-400 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.img-banner-vps {
    max-width: 100%;
    max-height: 270px;
    object-fit: contain;
}

.vidoco-42-700 {
    color: var(--vidoco);
    font-size: 42px;
    font-weight: 700;
}

.grid-vps-speed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.label-vidoco-inline {
    background-color: var(--vidoco);
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    width: max-content;
}

.p-6px-12px {
    padding: 6px 12px;
}

.black-36-700 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
}

.fw-700 {
    font-weight: 700;
}

.vidoco-18-400 {
    color: var(--vidoco);
    font-size: 18px;
    font-weight: 400;
}

.vidoco-40-700 {
    color: var(--vidoco);
    font-weight: 700;
    font-size: 40px;
}

.line {
    width: 1px;
    height: 100%;
    display: flex;
    background-color: #cfcfcf;
}

.edit-thumb-vps-speed {
    max-width: 100%;
    max-height: 290px;
    object-fit: contain;
    border-radius: 12px;
}

.bg-blue-vietnix {
    background-color: #f7fafc;
}

.grid-vps-danhchoai {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.item-grid-vps-danhchoai {
    width: 100%;
    height: 195px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

    img {
        object-fit: contain;
        width: 60px;
        height: 60px;
    }

}

.black-20-400 {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
}

.color-gradient-yellow {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #fedf7a 0%, #fcbd4e 100%);
}

.flex-website-gapvande {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;
    position: relative;
}

.flex-website-gapvande:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    transform: translateX(-50%);
}

.white-16-400 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.white-20-600 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.img-icon-34px {
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    opacity: 1;
}



.img-tab-right-edit {
    max-width: 100%;
    max-height: 295px;
    object-fit: contain;
    flex-shrink: 0;
}

.text-yellow-vietnix {
    color: var(--yellow-vietnix) !important;
}

.radius-24px {
    border-radius: 24px;
}

.fz-20px {
    font-size: 20px;
}

.grid-vande-nvme {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.item-grid-vande-nvme {
    display: flex;
    align-items: center;
    gap: 24px;
}

.img-item-nvme {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.black-20-600 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}

.grid-signup-now {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-signup-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.item-grid-signup-left {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 220px;
}

.black-16-600 {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}

.black-22-700 {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.bg-blue-vietnix-light {
    background-color: #38A7FF;
}

.white-32-700 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.grid-benefit-vps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.item-grid-benefit-vps {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    gap: 24px;
    height: 145px;

    img {
        max-width: 45px;
        max-height: 45px;
        object-fit: contain;
    }
}

.black-20-500 {
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
}

.vidoco-34-700 {
    font-size: 34px;
    color: var(--vidoco);
    font-weight: 700;
}

.grid-banggia-cauhinh {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.item-cauhinh-vps {
    border: 1px solid #ededed;
    height: 105px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 6px;
}

.black-16-700 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.h-62px {
    height: 62px;
}

.black-10-400 {
    color: var(--black);
    font-size: 10px;
    font-weight: 400;
}

.bg-thongso {
    background-color: #f3f6f9;
}

.vertical-middle {
    vertical-align: middle !important;
}

.radius-6px {
    border-radius: 6px;
}

.cauhinh-img {
    max-width: 400px;
    max-height: 370px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.frame-table-sosanh {
    position: relative;
    height: 50px;
}

.mb-100px {
    margin-bottom: 100px;
}

.table-sosanh {
    border-radius: 8px;
    overflow: hidden;

    * {
        background-color: #fff;
        color: #000;
    }
}

.opacity-7 {
    opacity: .7 !important;
}

.bg-table-highlight {
    background-color: #f3f6f9;
}

.decor-1 {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    transform: translateX(-60%);
    object-fit: contain;
}

.decor-2 {
    max-width: 700px;
    max-height: 700px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(20%);
    object-fit: contain;
}

.grid-uudiem-vps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.item-grid-uudiem-vps {
    box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: #fff;
    max-height: 345px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.item-grid-uudiem-vps:after {
    content: '';
    background-image: url(/uploads/img/plane.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    top: 20px;
    position: absolute;
    right: -50px;
}

.number-uudiem {
    font-size: 90px;
    font-weight: 500;
    color: #a8cff0;
    line-height: 1;
}

.lh-1-7 {
    line-height: 1.7;
}

.grid-ondinh-nentang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.black-18-700 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.item-grid-ondinh-nentang {
    border: 1px solid #ededed;

    img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-height: 250px;
}

.btn-vidoco-inlline {
    width: max-content;
    padding: 6px 24px;
    background-color: var(--vidoco);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.meta-title {
    color: #013a52;
    font-size: 22px;
    font-weight: 700;
}

.grid-danhgia-ungho {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.img-whychoose-email {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    filter: invert(48%) sepia(98%) saturate(5595%) hue-rotate(180deg) brightness(94%) contrast(89%);
}

.black-12-400 {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.number-large {
    font-size: 50px;
}

.item-grid-danhgia-ungho {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 20px;

    img {
        width: 137px;
        height: 36px;
        object-fit: contain;
    }
}

.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
}

.rating label:before {
    content: '\2605';
    font-size: 30px;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
    color: #ffa723;
    transition: color 0.3s;
}

.text-orange {
    color: #f2994a !important;
}

.black-18-600 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.flex-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;

    img {
        width: 190px;
        height: 80px;
        object-fit: contain;
    }
}

.grid-avt-rating {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    border-radius: 8px;
    overflow: hidden;

    .img-grid-avt-rating {
        width: 100%;
        height: 410px;
        background-size: cover;
        background-position: center;
    }

    .content-grid-avt-rating {
        width: 100%;
        height: 100%;
        background-color: #FAFAFC;
        padding: 16px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content-grid-avt-rating:after {
        content: '';
        position: absolute;
        bottom: 16px;
        right: 16px;
        background-image: url('/uploads/img/quote.png');
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .3;
    }
}

.pr-50px {
    padding-right: 50px;
}

.icon-strat-rating {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.text-start {
    color: #FFBC47;
}

.text-facebook {
    color: #147AFF;
}

.gray-12-400 {
    font-size: 12px;
    font-weight: 400;
    color: var(--gray);
}


#danhgia-hosting .owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: unset;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#danhgia-hosting .owl-dot.active {
    background-color: var(--vidoco);
}

#danhgia-hosting .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
}

#danhgia-hosting .owl-nav {
    display: flex;
    top: 50%;
}

#danhgia-hosting .owl-prev,
#danhgia-hosting .owl-next {
    position: absolute;
    top: 50%;
    padding: 25px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px rgb(40 41 61/4%), 0px 4px 8px rgb(96 97 112/16%);

    i {
        font-size: 16px;
    }
}

#danhgia-hosting .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

#danhgia-hosting .owl-next {
    right: 0;
    transform: translate(50%, -50%);
}

.black-18-500 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.vidoco-12-500 {
    color: var(--vidoco);
    font-size: 12px;
    font-weight: 500;
}

.frame-danhgia-binhchon {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    padding: 12px 24px;
    justify-content: center;
    border-radius: 24px;
    width: max-content;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.grid-tab-hieusuat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

    .nav {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    a {
        border: 1px solid #dddedf;
        padding: 12px;
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        color: #828282 !important;
        font-size: 16px;
        font-weight: 500;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    }

    a.active {
        color: var(--vidoco) !important;
    }

    .img-hieusuat {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 400px;
        object-fit: contain;
        border-radius: 6px;
        overflow: hidden;
    }
}

.menu-item.current a {
    background-color: #fff;
    color: var(--vidoco) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: 500;
}

.frame-search-domain {
    display: flex;
    flex-direction: column;
}

.item-frame-search-domain {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-icon-cart {
    width: 60px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 10px;
    }
}

.edit-icon-cart:hover {
    border: 1px solid #ebebeb;
}

.price-sale {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    text-decoration: line-through;
}

.price-domain {
    font-size: 26px;
    font-weight: 600;
    color: #2f7d2f;
}

.jcfe {
    justify-content: flex-end;
}

.edit-cart {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    background: var(--vidoco);
    color: white !important;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
}

.edit-cart span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.edit-cart svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.edit-cart:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.edit-cart:hover svg {
    transform: translateX(2em) rotate(45deg) scale(1.1);
}

.edit-cart:hover span {
    transform: translateX(6em);
}

.edit-cart:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

.img-banner-vps-2 {
    max-height: 400px;
}

.white-24-700 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.white-20-500 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.btn-button-1 {
    background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: max-content;
    color: #fff !important;
}

.btn-button-1:hover {
    background: linear-gradient(97deg, #fd7659 5%, #cf2500 170.21%);
}

.btn-white-outline {
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: max-content;
    color: #fff !important;
}

.grid-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.darkblue-22-700 {
    color: var(--darkblue);
    font-size: 22px;
    font-weight: 700;
}

.vidoco-32-700 {
    font-size: 32px;
    font-weight: 700;
    color: var(--vidoco);
}

.frame-email-demo {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    color: #013a52;
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    gap: 12px;
    background-color: #e1e5eb;
    border: 1px dashed #b1bac7;
    border-radius: 3px;
}

.darkblue-28-700 {
    color: var(--darkblue);
    font-size: 28px;
    font-weight: 700;
}

.mb-40px {
    margin-bottom: 40px;
}

.grid-whychoose-email {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.item-grid-whychoose-email {
    background-color: #fff;
    border-radius: 6px;
    padding: 16px;
}

.vidoco-20-700 {
    color: var(--vidoco);
    font-size: 20px;
    font-weight: 700;
}

.vidoco-16-700 {
    color: var(--vidoco);
    font-size: 16px;
    font-weight: 700;
}

.title-dk {
    color: #fedf7a;
    font-size: 36px;
    font-weight: 700;
}

.h-42px {
    height: 42px;
}

.white-26-400 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.frame-tieuchi-dk {
    display: flex;
    align-items: center;
    justify-content: center;

    .item {
        position: relative;
        align-items: center;
        padding: 0px 24px;

        img {
            width: 30px;
            height: 30px;
            object-fit: cover;
            object-position: center;
        }

        h3 {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
            line-height: 21px;
        }
    }

    .item:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        opacity: .7;
    }

    .item:last-child:after {
        content: none;
    }
}

.table-email th,
.table-email td {
    white-space: nowrap;
}

.table-email th {
    position: sticky;
    left: 0;
}

#cau_hinh_theo_nhu_cau .black-22-700,
#cau_hinh_theo_nhu_cau .vidoco-34-700 {
    color: #fff !important;
}

#cau_hinh_theo_nhu_cau .item-cauhinh-vps {
    background: #fff !important;
}

.exit-domain {
    color: #5F000F;
    font-size: 20px;
    font-weight: 700;
}

.cart-header {
    width: 16px;
    height: 16px;
    filter: invert(62%) sepia(9%) saturate(24%) hue-rotate(314deg) brightness(88%) contrast(85%);
    transition: all .25s ease;
}

li:hover .cart-header {
    filter: brightness(0) invert(1);
}

header .navbar ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 23px;
}

header .navbar ul li {
    position: relative;
    float: left;
}

header .navbar ul li a {
    font-size: 16px;
    padding: 6px 12px;
    color: #333;
    display: block;
}

header .navbar ul li ul {
    position: fixed;
    width: 1200px;
    background-color: #fff;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    align-items: baseline;
}

header ul li:hover .submenu-con {
    display: flex !important;
    flex-direction: column;
    gap: 0;

    li {
        border-top: 0;
    }

    a {
        white-space: nowrap;
    }
}

header .navbar ul li ul li {
    width: 100%;
    height: 100%;

    img {
        height: calc(100% - 55px);
    }
}

header .navbar ul li ul li a {
    min-width: 150px;
    white-space: nowrap;
}

header .navbar ul li ul li span {
    padding: 0px 12px;
    display: block;
    font-size: 14px;
    color: var(--gray);
    font-style: italic;
}

.ul-menu-edit {
    transform: translateX(-40%);

    li a:first-child {
        border-bottom: 1px solid #ededed;
        font-weight: 600;
        margin-top: 15px;
    }

    li a {
        font-size: 16p !important;
        color: #333 !important;
    }

    li a:hover {
        color: var(--vidoco) !important;
    }
}

header .navbar ul li:hover>ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both !important;
}

@keyframes swing-in-top-fwd {
    0% {
        transform: rotateX(-100deg) !important;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg) !important;
        transform-origin: top;
        opacity: 1;
    }
}

.bg-tab-hosting {
    background-color: #F7F8FA;
}

.grid-tab-hosting {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    li a {
        border-radius: 0;
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        color: #7e7e7e;
        font-size: 16px;
    }

    li a img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        object-position: center;
    }

    li.active a {
        background-color: #00172E !important;
        color:#fff !important;
        img {
            filter: brightness(0) invert(1);
        }
    }
}

.content-tab-hosting {
    .title {
        color: #00172E;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }
}

.grid-tab-nvme {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    li a {
        background-color: #DEDEDE;
        border-radius: 5px;
        height: 50px;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #7E7E7E;
    }

    li a.active {
        background-color: var(--vidoco) !important;
        color: #fff;
    }
}

.grid-price-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    row-gap: 50px;
    margin-top: 50px;

    .frame-subtract {
        position: absolute;
        top: 0;
        left: 0px;
        width: calc(100% + 0px);
        height: 36px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-88%);
    }

    .item {
        background-color: #F2FAFA;
        padding: 20px 25px 30px;
        border: 1px solid #C9F0F0;
        border-top: 0 !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        position: relative;
        z-index: 1;

        .header-item {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid var(--vidoco);
            display: flex;
            align-items: center;
            gap: 12px;

            img {
                width: 40px;
                height: 40px;
                object-fit: contain;
                object-position: center;
            }

            h3 {
                font-size: 19px;
                font-weight: 700;
                color: #1d2b4f;
                text-transform: uppercase;
            }

            h4 {
                font-size: 24px;
                font-weight: 700;
                color: #1d2b4f;
            }
        }

        .content-item {
            display: flex;
            flex-direction: column;
            gap: 6px;

            span {
                i {
                    color: var(--vidoco);
                    font-size: 1.2em;
                }

                color: var(--black);
                font-size: 16px;

                strong {
                    font-weight: 700;
                }
            }

            span.red {
                i {
                    color: red;
                }

                color: red;
            }

            a {
                width: 100%;
                height: 40px;
                background-color: var(--vidoco);
                text-align: center;
                align-content: center;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                border-radius: 6px;
                margin-top: 12px;
            }

            a:hover {
                background-color: var(--black);
            }
        }
    }

    .item.active {
        background-color: #142239;
        border: 1px solid #142239;

        .header-item {
            h3 {
                color: #fff;
            }

            h4 {
                color: #fff;
            }
        }

        .content-item {
            span {
                color: #fff;
            }

            span.red {
                i {
                    color: red;
                }

                color: red;
            }
        }
    }

    .fad {
        width: max-content;
        padding: 6px 20px;
        border-radius: 20px;
        color: #fff;
        background-color: var(--vidoco);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -125%);
    }
}

.bg-nhanhoa {
    background-color: #F1FAFA;
}

.bg-nhanhoa-2 {
    background-color: #F7FCFC;
}

.lydo-luachon-hosting {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;

    h3 {
        color: var(--vidoco);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }

    h4 {
        font-size: 32px;
        font-weight: 700;
        color: #00172E;
        text-align: center;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;

        .item {
            padding: 20px;
            background-color: #fff;
            border-radius: 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            border: 1px solid transparent;

            span {
                width: 70px;
                height: 70px;
                background-color: #F1FAFA;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 30px;
                    height: 30px;
                    object-fit: contain;
                    filter: invert(40%) sepia(12%) saturate(6650%) hue-rotate(170deg) brightness(91%) contrast(89%);
                }
            }

            h5 {
                font-size: 20px;
                font-weight: 700;
                color: #00172E;
            }

            p {
                font-size: 16px;
                font-weight: 400;
                color: #00172E;
                text-align: justify;
                line-height: 1.5;
            }
        }

        .item:hover {
            border: 1px solid var(--vidoco);
            box-shadow: 0px 4px 24px 0px rgba(74, 186, 185, 0.20);

            span {
                background-color: var(--vidoco);

                img {
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}

.grid-tinhnang {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    .item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;

        span {
            width: 117px;
            height: 117px;
            background-color: #F1FAFA;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;

            img {
                width: 50px;
                height: 50px;
                object-fit: contain;
                filter: invert(40%) sepia(12%) saturate(6650%) hue-rotate(170deg) brightness(91%) contrast(89%);
            }

            p {
                font-size: 16px;
                font-weight: 400;
                color: var(--black);
            }
        }
    }
}

.grid-faq {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

    .item {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: center;

        h4 {
            font-size: 20px;
            font-weight: 700;
            color: var(--black);
            text-align: center;
        }

        p {
            font-size: 16px;
            font-weight: 400;
            color: var(--black);
            text-align: center;
        }
    }

    .frame {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .card {
            border-radius: 12px;
            border-color: var(--vidoco);

            .card-header {
                border-bottom: 0;
            }

            .card-body {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
            }
        }

        button {
            font-size: 16px;
            font-weight: 400;
            padding: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            i {
                color: var(--vidoco);
            }
        }

        button:focus {
            color: var(--vidoco);
        }
    }
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: unset;
}

.carousel-danhgia {
    .item {
        border-radius: 12px;
        background-color: #fff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        min-height: 377px;
        justify-content: space-between;

        p {
            font-size: 16px;
            line-height: 1.5em;
            font-weight: 400;
        }

        .ngoac {
            width: 66px;
            height: 55px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .avt-border-danhgia {
            width: 80px;
            height: 80px;
            object-fit: cover;
            object-position: center;
            border: 1px solid var(--vidoco);
            border-radius: 50%;
            flex-shrink: 0;
        }

        .name {
            font-size: 16px;
            color: var(--black);
            font-weight: 700;
        }

        .company {
            font-size: 14px;
            color: var(--gray);
            font-weight: 400;
        }
    }
}

.grid-service-khac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

    .item-left {
        display: flex;
        flex-direction: column;
        gap: 12px;

        h3 {
            font-size: 32px;
            font-weight: 700;
            position: relative;
        }

        h3:after {
            content: '';
            position: absolute;
            width: 200px;
            height: 1px;
            background-color: #000;
            bottom: 0;
            left: 0;
        }

        h4 {
            font-size: 20px;
            font-weight: 700;
            color: var(--vidoco);
        }

        img {
            object-fit: contain;
            width: 100%;
            max-height: 300px;
        }
    }

    .item-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;

        .item {
            padding: 20px;
            border-radius: 6px;
            border: 1px solid var(--vidoco);
            display: flex;
            flex-direction: column;
            gap: 12px;
            height: max-content;

            span {
                background-color: #ecf7fa;
                width: 60px;
                height: 60px;
                border-radius: 20px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 30px;
                    height: 30px;
                    object-fit: contain;
                    filter: invert(40%) sepia(12%) saturate(6650%) hue-rotate(170deg) brightness(91%) contrast(89%);
                }
            }

            h3 {
                font-size: 20px;
                font-weight: 700;
                color: var(--vidoco);
            }

            h4 {
                font-size: 20px;
                font-weight: 700;
                color: var(--black);
            }

            p {
                font-size: 14px;
                font-weight: 400;
            }

            i {
                color: var(--vidoco);
            }
        }
    }
}

.grid-ketnoi {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 30px;

    .item-left {
        display: flex;
        flex-direction: column;
        gap: 24px;

        h3 {
            font-size: 32px;
            font-weight: 700;
            color: var(--black);
        }
    }

    .item-right {
        img {
            width: 100%;
            max-height: 372px;
            height: 100%;
            object-fit: contain;
        }
    }
}

.banner-content-left {
    h2 {
        font-size: 20px;
        font-weight: 700;
        color: var(--vidoco);
    }

    h1 {
        font-size: 32px;
        font-weight: 700;
        color: var(--black);
    }

    i {
        color: var(--vidoco);
    }

    h3 {
        color: var(--black);
        font-size: 16px;
        font-weight: 400;
    }

    a {
        font-size: 16px;
    }
}

.frame-video-banner {
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 8px solid #dedede9e;
    border-radius: 20px;
    width: 80%;
    height: 275px;
    overflow: hidden;

    iframe {
        width: 100% !important;
        height: 100% !important;
    }
}

.grid-tinhnang-noibat {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;

    img {
        width: 100%;
        height: 240px;
        object-fit: contain;
    }

    .item {
        display: flex;
        flex-direction: column;
        gap: 16px;

        h5 {
            font-size: 24px;
            font-weight: 700;
            color: var(--black);
        }

        p {
            font-size: 16px;
            font-weight: 400;
            color: var(--black);
            line-height: 2;
        }
    }
}

.grid-tab-ssl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-taisao-ssl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;

    .item {
        display: flex;
        flex-direction: column;
        gap: 12px;

        div {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        span {
            width: 70px;
            height: 70px;
            border-radius: 24px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;

            img {
                width: 50px;
                height: 50px;
                object-fit: contain;
            }
        }

        h5 {
            font-size: 16px;
            font-weight: 700;
            color: var(--black);
        }

        p {
            font-size: 16px;
            font-weight: 400;
            color: var(--black);
        }
    }
}

.banner-domain {
    background-position: center;
    background-size: cover;
    min-height: 300px;
    width: 100%;

    .padding {
        padding: 10px;
    }
}

.nav-toggle {
    color: #000;
}

.frame-content-banner-domain {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;

    h1 {
        font-size: 45px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        text-align: center;
    }

    p {
        text-align: center;
        font-size: 16px;
        color: #000;
    }

    .frame-input {
        display: flex;
        align-items: center;
        gap: 0;
        width: 80%;

        input {
            height: 60px;
            border: 0;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            padding-left: 16px;
        }

        a {
            font-size: 16px;
            background: -webkit-linear-gradient(left, #2d9695, #058DC2);
            color: #fff;
            font-weight: 600;
            text-align: center;
            align-content: center;
            height: 60px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            flex-shrink: 0;
            padding: 0px 24px;
        }
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 24px;
        width: 100%;

        .item {
            width: 100%;
            height: 95px;
            border: 1px solid #fff;
            border-radius: 4px;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 0px;
            align-items: center;
            justify-content: center;

            h2 {
                font-size: 16px;
                color: #fff;
                font-weight: 700;
            }

            span {
                font-size: 14px;
                color: #fff;
                font-weight: 400;
                text-decoration: line-through;
            }
        }
    }
}

.frame-domain-popular {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;

    h2 {
        font-size: 32px;
        color: #000;
        font-weight: 700;
        text-align: center;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        width: 100%;

        .item {
            border: 1px solid var(--vidoco);
            border-radius: 4px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            width: 100%;
            min-height: 250px;

            img {
                width: 120px;
                height: 40px;
                object-fit: contain;
            }

            .first-price {
                color: gray;
                text-decoration: line-through;
            }

            h3 {
                font-size: 25px;
                color: var(--vidoco);
                font-weight: 700;

                span {
                    font-size: 16px;
                    font-weight: 400;
                }
            }

            a {
                width: 100%;
                height: 40px;
                background: -webkit-linear-gradient(left, #2d9695, #058DC2);
                text-align: center;
                align-content: center;
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                border-radius: 4px;
            }
        }
    }
}

.frame-caution-domain {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;

    h2 {
        font-size: 32px;
        color: #000;
        font-weight: 700;
        text-align: center;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        row-gap: 36px;

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;

            img {
                width: 80px;
                height: 80px;
                object-fit: contain;
            }

            h3 {
                font-size: 16px;
                font-weight: 600;
                color: #000;
                text-align: center;
            }

            p {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                text-align: center;
            }
        }
    }
}

.frame-service-domain {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;

    .flex-domain {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        align-items: center;
        width: 100%;

        img {
            width: 100%;
            max-height: 366px;
            object-fit: contain;
        }

        .content {
            display: flex;
            flex-direction: column;
            gap: 24px;

            h3 {
                font-size: 30px;
                color: #000;
                font-weight: 700;
                line-height: 1.2;
            }

            p {
                font-size: 16px;
                font-weight: 400;
                color: #000;
                line-height: 37px;
            }

            a {
                background-color: var(--vidoco);
                color: #fff;
                font-weight: 400;
                font-size: 16px;
                text-align: center;
                align-content: center;
                height: 45px;
                border-radius: 4px;
                width: max-content;
                padding: 0px 24px;
            }

            a:hover {
                background-color: var(--black);
            }
        }
    }
}

.frame-lydochon-domain {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;

    h2 {
        font-size: 32px;
        color: #000;
        font-weight: 700;
        text-align: center;
    }

    .item {
        background-color: #f8f8f8;
        border-radius: 10px;
        padding: 10px;
        padding-top: 80px;
        padding-bottom: 24px;
        position: relative;
        margin-top: 60px;

        span {
            width: 100px;
            height: 100px;
            border: 5px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #f8f8f8;

            img {
                width: 50px;
                height: 50px;
                object-fit: contain;
            }
        }

        h3 {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            text-align: center;
            margin-bottom: 16px !important;
        }

        p {
            font-size: 16px;
            font-weight: 400;
            color: #000;
        }
    }

    #lydoluachon-domain .owl-nav {
        display: flex;
        top: 50%;
    }

    #lydoluachon-domain .owl-prev,
    #lydoluachon-domain .owl-next {
        position: absolute;
        top: 50%;
        padding: 25px;
        background-color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebebeb;
        opacity: 0;

        i {
            font-size: 16px;
        }
    }

    #lydoluachon-domain:hover .owl-prev,
    #lydoluachon-domain:hover .owl-next {
        opacity: 1;
    }

    #lydoluachon-domain .owl-prev {
        left: 0;
        transform: translate(-50%, -50%);
    }

    #lydoluachon-domain .owl-next {
        right: 0;
        transform: translate(50%, -50%);
    }
}

.frame-search-after-domain {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    .announcement {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow: hidden;

        p {
            width: 100%;
            height: 43px;
            background-color: #6c757d;
            color: #fff;
            font-size: 18px;
            padding-left: 16px;
            align-content: center;
            flex-shrink: 0;
        }

        .between {
            flex: 1;
            padding: 24px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            h3 {
                font-size: 22px;
                color: #000;
                font-weight: 700;
                line-height: 1.2;
            }

            .btn {
                border-radius: 6px;
                font-size: 16px;
                font-weight: 400;
                text-align: center;
                align-content: center;
                min-width: 150px;
                padding: 0px 24px;
                height: 45px;
            }

            .view {
                background-color: #ffc107;
                color: #fff;
            }

            .check {
                background-color: var(--vidoco);
                color: #fff;
            }

            .delete {
                background-color: #ff0000;
                color: #fff;
            }
        }
    }

    .frame-domain-recommand {
        display: flex;
        flex-direction: column;
        gap: 24px;

        h3 {
            font-size: 19px;
            font-weight: 700;
            color: #000;
        }

        .frame-recommand {
            max-height: 400px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 12px;

            .item {
                background-color: #f5f5f5;
                border-radius: 10px;
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 16px;

                h4 {
                    font-size: 20px;
                    font-weight: 400;

                    strong {
                        font-weight: 700;
                    }
                }

                span {
                    font-size: 14px;
                    text-decoration: line-through;
                    color: gray;
                }

                .btn {
                    border-radius: 6px;
                    font-size: 16px;
                    font-weight: 400;
                    text-align: center;
                    align-content: center;
                    min-width: 150px;
                    padding: 0px 24px;
                    height: 40px;

                }

                .view {
                    background-color: #ffc107;
                    color: #fff;
                }

                .check {
                    background-color: var(--vidoco);
                    color: #fff;
                }

                .delete {
                    background-color: #ff0000;
                    color: #fff;
                }
            }
        }

        .frame-recommand::-webkit-scrollbar {
            width: 10px;
        }

        .frame-recommand::-webkit-scrollbar-track {
            border-radius: 10px;
        }

        .frame-recommand::-webkit-scrollbar-thumb {
            background: var(--vidoco);
            border-radius: 10px;
        }

        .frame-recommand::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }
    }
}

.frame-viewmore-detail {
    padding: 16px;
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;

    .item {
        display: flex;
        flex-direction: column;
        gap: 12px;

        h4 {
            font-size: 14px;
            color: var(--vidoco);
            font-weight: 700;
        }

        .content {
            background-color: #cef1ff;
            padding: 1em;
        }

        p {
            font-size: 14px;
        }
    }
}

.frame-viewmore-detail::-webkit-scrollbar {
    width: 10px;
}

.frame-viewmore-detail::-webkit-scrollbar-track {
    border-radius: 10px;
}

.frame-viewmore-detail::-webkit-scrollbar-thumb {
    background: var(--vidoco);
    border-radius: 10px;
}

.frame-viewmore-detail::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.banner-bangiga-tenmien {
    position: relative;

    .container {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

        .padding {
            height: 100%;

            .frame-content-banggia {
                height: 100%;
            }
        }
    }
}

.frame-content-banggia {
    h1 {
        text-align: center;
        font-size: 25px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px !important;
    }

    .tab-banggia-tenmien {
        display: flex;
        align-items: center;
        gap: 24px;

        a {
            background-color: #3da9a8;
            color: #fff;
            border-radius: 6px;
            text-align: center;
            align-content: center;
            height: 40px;
            width: max-content;
            padding: 0px 24px;
        }

        a.active {
            background-color: var(--black);
        }
    }
}

.bg-banggia-tenmien {
    background-color: #f1f1f1;
}

.frame-itemtab-banggia-tenmien {
    .item {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .block-1 {
            display: flex;
            flex-direction: column;
            gap: 0px;
            padding: 20px;
            background-color: #fff;
            border-radius: 6px;
            align-items: center;
            justify-content: center;

            h2 {
                font-size: 20px;
                font-weight: 600;
                color: #000;
                text-align: center;
            }

            .flex {
                display: flex;
                gap: 12px;
                align-items: center;

                img {
                    width: 120px;
                    height: 88px;
                    object-fit: contain;
                    flex-shrink: 0;
                }

            }
        }

        .block-3 {
            padding: 20px;
            background-color: #fff;
            border-radius: 6px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;

            h3 {
                font-size: 24px;
                color: var(--vidoco);

            }
        }
    }
}

.frame-chuyendoi {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 20px;

    img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    h3 {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

    p {
        font-size: 16px;
        text-align: center;
    }

    a.btn {
        background-color: var(--vidoco);
        width: max-content;
        padding: 0px 16px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
        height: 40px;
        text-align: center;
        align-content: center;
    }
}

.frame-link-banner-convert {
    display: flex;
    align-items: center;
    gap: 12px;

    a {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 6px;
        width: max-content;
        padding: 0px 16px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        align-content: center;
        height: 40px;
    }

    a:hover {
        background: -webkit-linear-gradient(left, #058DC2, #2d9695);
    }
}

.grid-footer {
    .item-grid-footer {
        .ul-link {
            li {
                p {
                    i {
                        width: 20px;
                        height: 20px;
                    }
                }
            }
        }
    }
}







@media (max-width: 468px) {

    .frame-content-banner-domain {
        .frame-input {
            a {
                font-size: 12px;
            }
        }
    }

    .frame-search-after-domain {
        .announcement {
            .between {
                flex-direction: column;
                gap: 12px;
            }
        }
    }

    .frame-search-after-domain {
        .frame-domain-recommand {
            .frame-recommand {
                .item {
                    flex-direction: column;
                    gap: 12px;

                    .flex-row-24px {
                        gap: 12px;
                        flex-direction: column;
                    }
                }
            }
        }
    }

    .frame-link-banner-convert {
        gap: 6px;

        a {
            padding: 0px 9px;
            font-size: 13px;
        }
    }

    .frame-itemtab-banggia-tenmien {
        .item {
            .block-1 {
                .flex {
                    flex-direction: column;
                }
            }
        }
    }

    .frame-content-banggia {
        .tab-banggia-tenmien {
            gap: 12px;

            a {
                padding: 0px 10px;
                font-size: 12px;
            }
        }
    }

    .frame-caution-domain {
        .grid {
            grid-template-columns: 1fr;
        }
    }

    .frame-domain-popular {
        .grid {
            grid-template-columns: 1fr;
        }
    }

    .frame-content-banner-domain {
        .frame-input {
            width: 100%;
        }
    }

    .frame-content-banner-domain {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .grid-taisao-ssl {
        grid-template-columns: 1fr;
    }

    .grid-tinhnang-noibat {
        grid-template-columns: 1fr;
    }

    .grid-tinhnang-noibat:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }

    .frame-video-banner {
        width: 100%;
    }

    .grid-service-khac {
        .item-right {
            grid-template-columns: 1fr;
        }
    }

    .lydo-luachon-hosting {
        .grid {
            grid-template-columns: 1fr;
        }
    }

    .grid-price-list {
        grid-template-columns: 1fr;
        row-gap: 70px;
    }

    .grid-tab-nvme {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-tab-hosting {
        li a img {
            width: 24px;
            height: 24px;
        }

        li a {
            padding: 0;
        }
    }

    .grid-whychoose-email {
        grid-template-columns: 1fr;
    }


    .frame-tieuchi-dk {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 24px;

        .item {
            justify-content: center;
        }

        .item:after {
            content: none;
        }
    }

    .price-domain {
        font-size: 17px;
    }

    .item-frame-search-domain {
        flex-direction: column;
        gap: 12px;
    }

    .grid-ondinh-nentang {
        grid-template-columns: 1fr;
    }

    .grid-uudiem-vps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .white-32-700 {
        font-size: 22px;
    }

    .grid-signup-left {
        grid-template-columns: 1fr;
    }

    .white-20-600 {
        font-size: 16px;
    }

    .item-grid-vande-nvme {
        flex-direction: column;
    }

    .grid-vps-danhchoai {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .flex-breadcrumb {
        flex-direction: column;
    }

    .white-40-700,
    .white-40-300,
    .vidoco-40-700 {
        font-size: 30px;
    }

    .black-40-700 {
        font-size: 30px;
    }

    .grid-choose-domain {
        grid-template-columns: 1fr;
    }

    .grid-theree-banner {
        grid-template-columns: 1fr;

        .item-grid-theree-banner {
            justify-content: flex-start;
        }
    }

    .white-50-700 {
        font-size: 30px !important;
    }

    .white-40-400 {
        font-size: 20px !important;
    }

    .grid-payment-awards-right {
        margin-left: unset;
    }

    .grid-payment-awards {
        grid-template-columns: 1fr;

        .white-14-400 {
            text-align: left;
        }

        .flex-row-12px {
            justify-content: flex-start;
        }
    }

    .grid-footer {
        grid-template-columns: 1fr !important;
    }

    .frame-buynow .text-white-22px {
        text-align: center;
    }

    .frame-buynow {
        flex-direction: column;
    }

    .grid-bg-service {
        grid-template-columns: 1fr;
    }

    .item-grid-tab-choose-time .recommend-reponsive {
        font-size: 8px;
    }

    .content-whathot {
        font-size: 35px !important;
    }

    .grid-bg-attachment {
        grid-template-columns: 1fr;
    }

    .grid-offer {
        grid-template-columns: 1fr !important;
    }

    .description {
        margin: unset !important;
    }

    .grid-top-domain .flex-row-24px.aibs {
        flex-flow: wrap;
    }

    .frame-content-banner {
        flex-direction: column;
    }

    .flex-column-reverse-responsive {
        flex-direction: column-reverse;
    }

    #banner-site .owl-nav {
        display: none;
    }

}

@media (min-width: 469px) and (max-width: 768px) {

    .frame-caution-domain {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .frame-domain-popular {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .frame-content-banner-domain {
        .grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .lydo-luachon-hosting {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .grid-price-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .grid-whychoose-email {
        grid-template-columns: repeat(2, 1fr);
    }

    .frame-tieuchi-dk {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 24px;

        .item {
            justify-content: center;
        }

        .item:nth-child(2):after {
            content: none;
        }
    }

    .frame-content-banner,
    .bg-nenmo {
        height: 500px;
    }

    .grid-uudiem-vps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }


}

@media (max-width: 768px) {

    .frame-itemtab-banggia-tenmien {
        .item {
            .block-3 {
                grid-template-columns: 1fr;
            }
        }
    }

    .frame-service-domain {
        .flex-domain {
            .content {
                h3 {
                    font-size: 24px;
                }
            }
        }
    }

    .frame-service-domain {
        .flex-domain {
            grid-template-columns: 1fr;
        }

        .flex-domain:nth-child(even) {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    .frame-content-banner-domain {
        h1 {
            font-size: 30px;
        }
    }

    .title-reponsive {
        font-size: 30px;
    }

    .grid-ketnoi {
        grid-template-columns: 1fr;
    }

    .grid-faq {
        grid-template-columns: 1fr;
    }

    .grid-tinhnang {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-tab-hosting {
        grid-template-columns: repeat(2, 1fr);
    }

    .title-dk {
        font-size: 24px;
    }

    .grid-tab-hieusuat {
        grid-template-columns: 1fr;
    }

    .grid-danhgia-ungho {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .number-uudiem {
        font-size: 70px;
    }

    .none-768px {
        display: none !important;
    }

    .grid-banggia-cauhinh {
        grid-template-columns: 1fr;
    }

    .vidoco-34-700 {
        font-size: 24px;
    }

    .grid-signup-now {
        display: flex;
        flex-direction: column-reverse;
    }

    .grid-vande-nvme {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .flex-website-gapvande:after {
        content: none;
    }

    .flex-website-gapvande {
        grid-template-columns: 1fr;
    }

    .grid-vps-speed {
        grid-template-columns: 1fr;
    }

    .grid-banner-hostinggiare {
        grid-template-columns: 1fr;
    }

    .g-1fr-768px {
        grid-template-columns: 1fr;
    }

    .input-hosting {
        font-size: 14px !important;
    }

    .input-hosting::placeholder {
        font-size: 14px !important;
    }

    .select-hosting {
        font-size: 12px !important;
    }

    .fz-18px {
        font-size: 14px !important;
    }

    .h-80px-banner {
        height: 50px;
    }

    .white-50-700 {
        font-size: 40px;
    }

    .white-40-400 {
        font-size: 30px;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .grid-affiliate {
        grid-template-columns: 1fr;
    }

    .grid-4-service {
        grid-template-columns: 1fr;
    }

    .position-tooltip-mobile {
        min-width: 180px;
    }

    .display-none-maxw-768px {
        display: none;
    }

    .grid-offer {
        grid-template-columns: 1fr 1fr;
    }

    .p-70px-0 {
        padding: 30px 15px;
    }

    .p-40px-0 {
        padding: 20px 15px;
    }

    .description {
        margin: 0px 100px;
    }

    .grid-top-domain {
        grid-template-columns: 1fr;
    }

    .bg-avt1 {
        max-width: 300px;
    }

    .title-h4 {
        font-size: 35px !important;
        margin-top: 24px !important;
    }

    .title-h3 {
        font-size: 40px !important;
    }

    .grid-whathot {
        grid-template-columns: 1fr;
    }

    .grid-whathot:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
        align-items: unset;
    }

    .title-site {
        font-size: 33px;
    }

    .content-whathot {
        font-size: 40px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {}

@media (max-width: 1024px) {

    header .navbar ul li ul {
        width: unset;
        background-color: #fff;
        left: 5%;
    }

    .grid-service-khac {
        grid-template-columns: 1fr;
    }

    header .navbar ul li:hover>ul {
        display: block;
        transform: unset;
        position: relative;
    }

    header .navbar ul li a {
        color: #333;
        font-size: 14px;
    }

    header .navbar ul {
        gap: 6px;
    }

    .grid-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-4-service .item-grid-offer {
        height: 115px;
    }

    .grid-top-domain .fz-18px {
        font-size: 14px;
    }

    .grid-top-domain .fz-26px {
        font-size: 18px;
    }

    .title-topdomain {
        font-size: 16px;
    }

    .cirle-trang,
    .cirle-trang-2,
    .cirle-cam,
    .cirle-cam-2 {
        display: none;
    }

    .frame-content-banner {
        gap: 50px;
    }

    .title-h4 {
        font-size: 50px;
    }

    .title-h3 {
        font-size: 60px;
    }

}

@media (max-width: 990px) {


    header .navbar ul {
        flex-direction: column;
        align-items: unset;
    }

    .hidden-990px {
        display: none;
    }

}

@media (min-width: 769px) {
    .display-none-minw-769px {
        display: none;
    }
}