.section-banner-search-domain {
    position: relative;
}
.section-banner-search-domain>img {
    height: 21vw;
    object-fit: cover;
    width: 100%;
}

.section-banner-search-domain .content-banner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.section-banner-search-domain .content-banner .info {
    text-align: center;
}

.section-banner-search-domain .content-banner .info .title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-banner-search-domain .content-banner .info .slogan {
    margin-bottom: 40px;
}


.form-search-domain form.form-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-search-domain form.form-contact .dropdown {
    position: absolute;
    top: 13px;
    right: 15px;
}

.form-search-domain form.form-contact .form-group {
    position: relative;
}

.form-search-domain form.form-contact .form-group input.form-control {
    height: 60px;
    width: 700px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: #fff;
    font-size: 16px;
}

.form-search-domain form.form-contact button {
    height: 60px;
    color: var(--white);
    padding: 0 30px;
    border-right: 0;
    background-image: linear-gradient(left, #4ABAB9, #058DC2);
    background-image: -webkit-linear-gradient(left, #2d9695, #058DC2);
    background-image: -o-linear-gradient(left, #058DC2, #4ABAB9);
/*    background-image: -moz-linear-gradient(left, #058DC2, #4ABAB9);*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
}

.form-search-domain form.form-contact .dropdown .dropdown-menu {
    padding: 10px 15px;
    width: 229px;
    right: 0 !important;
    top: calc(100% + 13px) !important;
    transform: initial !important;
    left: inherit !IMPORTANT;
}

.form-search-domain form.form-contact .dropdown .dropdown-menu .form-check {
    margin-right: 0;
}

.form-search-domain form.form-contact .dropdown .dropdown-menu .form-check label.form-check-label {
    font-size: 16px;
}

.form-search-domain form.form-contact .dropdown .dropdown-menu .form-check input {
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.form-search-domain form.form-contact .dropdown .dropdown-menu:before {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 12px solid #ffffff;
    border-right: 12px  solid #f0f0f000;
    border-top: 0;
    border-left: 12px  solid #ffffff00;
    margin-left: 5px;
    position: absolute;
    top: -12px;
    right: 10px;
}

.section-price-domain-hot {
    padding: 60px 0;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th {border-top: 0;border-bottom: 0;font-size: 18px;}

.section-price-domain-hot .content-price-domain>table.table>tbody>tr>td {
    vertical-align: middle;
    border: 0;
}

.section-price-domain-hot .content-price-domain>table.table>tbody>tr>th {
    color: var(--color-main);
    border: 0;
    vertical-align: middle;
    font-size: 22px;
}

.section-price-domain-hot .content-price-domain>table.table>tbody {
    border-top: 1px solid var(--color-main);
}

.section-price-domain-hot .content-price-domain>table.table>tbody>tr:nth-child(2n ) {
    background: #F9F9F9;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th:nth-child(1) {
    width: 150px;
    padding-left: 0;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th:nth-child(2) {
    width: 450px;
}

.section-price-domain-hot .content-price-domain>table.table>tbody>tr>td:nth-child(2) {
    max-width: 300px;
    width: 300px;
    display: inline-block;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th:nth-child(3) {
    width: 230px;
}

.section-price-domain-hot .content-price-domain>table.table>tbody>tr>td>a.add-cart-domain {
    display: inline-block;
    background: var(--color-main);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 5px;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th:last-child {
    width: 140px;
}

.section-price-domain-hot .content-price-domain>table.table>thead>tr>th:nth-child(4) {
    width: 90px;
}
.section-price-domain-hot .content-price-domain>table.table>tbody>tr>td>.detail {
    color: var(--color-highlight);
}
.section-price-domain-hot .content-price-domain>table.table>tbody>tr>td>.detail {
    color: var(--color-highlight);
}

.section-note-domail {
    background: #F7FCFC;
    padding: 60px 0 0;
}

.section-note-domail .title-section {
    margin-bottom: 60px;
}

.section-note-domail .content-note-domail .list-note .item {
    text-align: center;
    margin-bottom: 60px;
}

.section-note-domail .content-note-domail .list-note .item .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.section-note-domail .content-note-domail .list-note .item .img {
    margin-bottom: 25px;
}

.section-note-domail .content-note-domail .list-note .item .inner-content .name {
    font-weight: 700;
    margin-bottom: 15px;
}

.section-note-service-domail .content-note-service-domail .img {
    padding-top: 63%;
}

.section-note-service-domail .content-note-service-domail .img img {
    object-fit: contain;
}

.section-note-service-domail .content-note-service-domail .content {
    padding: 0 40px;
}

.section-note-service-domail .content-note-service-domail .content .title-section {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: none;
}

.section-note-service-domail .content-note-service-domail .content .link a {
    display: inline-block;
    background: var(--color-main);
    color: #fff;
    padding: 10px 20px;
    border: 1px solid var(--color-main);
}

.section-note-service-domail .content-note-service-domail .content .link a:hover {
    background: none;
    color: var(--color-main);
}

.section-note-service-domail .content-note-service-domail .content .info {
    line-height: 37px;
    margin-bottom: 20px;
}

.section-note-service-domail {
    padding-top: 70px;
}

.section-note-service-domail .content-note-service-domail {
    margin-bottom: 80px;
}

.section-what-customers-about-domain.section-what-customers-about {
    padding: 30px 0 60px;
}

.section-what-customers-about-domain.section-what-customers-about .item-customers_about {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 2px;
}

.section-we-hosting.section-we-hosting-domain {
    background: #F7FCFC;
}

.section-domain-available-domain .content {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
}

.section-domain-available-domain .content .title {
    background: var(--color-text);
    color: var(--white);
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.section-domain-available-domain .content .info {padding: 20px;}

.section-domain-available-domain .content .info .name {
    font-size: 20px;
    font-weight: 700;
}

.section-domain-available-domain .content .info .discount {
    background: #E7F5F9;
    display: inline-block;
    padding: 5px 10px;
    color: var(--color-main);
    border-radius: 5px;
}

.section-domain-available-domain .content .info .price-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-domain-available-domain .content .info .price-item span.price-amount.price-discount {
    margin-right: 20px;
}

.section-domain-available-domain .content .info .price-item span.price-amount.price-origin {
    font-weight: 700;
    font-size: 20px;
}

.section-domain-available-domain .content .info .btn-add a:not(.continue_to_checkout) {
    display: inline-block;
    background: var(--color-text);
    color: var(--white);
    width: 100%;
    max-width: 160px;
    height: 45px;
    border-radius: 5px;
    line-height: 43px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid var(--color-text);
}

.section-list-domain-price-year .content-price-year .list-price-top .item-price-year .info {
    background: #F0FAF9;
    padding: 20px 20px 10px;
    text-align: center;
    border-radius: 10px;
}

.section-list-domain-price-year .content-price-year .list-price-top .item-price-year .info .name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-domain-available-domain {
    padding: 60px 0;
}

.section-list-domain-price-year .content-price-year .list-price-top .item-price-year .info .price {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-add-to-cart a:not(.continue_to_checkout) {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--color-main);
    background: var(--color-main);
    height: 36px;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: var(--white);
    font-size: 14px;
}
.section-list-domain-price-year .content-price-year .list-price-top {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 20px;
}

.section-list-domain-price-year .content-price-year .list-price-top .item-price-year {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 7.5px;
}

.section-list-domain-price-year .content-price-year .list-price-bottom .title {
    margin-bottom: 15px;
}
.section-list-domain-price-year .content-price-year .list-price-bottom .title {
    margin-bottom: 15px;
}

.section-list-domain-price-year .content-price-year .list-price-bottom .item-domain-relate-to {
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}
.section-list-domain-price-year {
    padding-bottom: 60px;
}
.section-list-domain-price-year .content-price-year .list-price-bottom .item-domain-relate-to .name>span {
    font-weight: 700;
}

.section-list-domain-price-year .content-price-year .list-price-bottom .item-domain-relate-to .name {
    font-size: 20px;
}

.item-dashboard-search-left>.name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.item-dashboard-search-left .img {
    margin-bottom: 20px;
}

.item-dashboard-search-left .img img {
    width: 100%;
    height: auto;
}
.content-dashboard-search-right {
    border: 1px solid var(--color-main);
    padding: 20px 15px;
    border-radius: 15px;
}

.content-dashboard-search-right>.title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}


.content-dashboard-search-right .form-search .form-group input.form-control {
    height: 52px;
    border-color: var(--color-main);
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
}

.content-dashboard-search-right .form-search button.btn.btn-form {
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    line-height: 0;
}

.content-dashboard-search-right .form-search {
    margin-bottom: 15px;
}

.content-dashboard-search-right .list-domain-related-domain>ul {
    padding: 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.content-dashboard-search-right .list-domain-related-domain>ul>li {
    list-style: none;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.content-dashboard-search-right .list-domain-related-domain>ul>li>.custom-control.custom-checkbox {
    padding: 0;
}

.content-dashboard-search-right .list-domain-related-domain .custom-control-label::before {
    left: 0;
}

.content-dashboard-search-right .list-domain-related-domain .custom-control-label::after, .content-dashboard-search-right .list-domain-related-domain .custom-control-label::before {
    display: none;
}

.content-dashboard-search-right .list-domain-related-domain .custom-control-input:checked ~ .custom-control-label {
    background: var(--color-main);
    color: #fff;
}

.content-dashboard-search-right .list-domain-related-domain .custom-control-label {
    display: inline-block;
    background: #F7F8FA;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    color: #7E7E7E;
}

.content-dashboard-search-right .list-domain-related-domain>.title {
    margin-bottom: 15px;
}

.available-domain-names .custom-control {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0;
}

.available-domain-names .custom-control-label {
    width: 100%;
    display: block;
    height: 46px;
    line-height: 44px;
    background: #F7F8FA;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0 10px 0 40px;
    border: 1px solid #F7F8FA;
    color: #7E7E7E;
    display: flex;
    justify-content: space-between;
}

.available-domain-names .custom-control-label::before {
    left: 15px;
    top: 15px;
    border: 4px solid #DEDEDE;
}

.available-domain-names .custom-control-label::after {
    left: 15px;
    top: 15px;
}

.available-domain-names  .custom-control-input:checked ~ .custom-control-label {
    background: #e7F5F9;
    border: 1px solid var(--color-main);
    color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4ABAB9;
    background-color: #B0E9E9;
    color: #B0E9E9;
}
.content-dashboard-search-right .available-domain-names {
    margin-bottom: 30px;
}

.content-dashboard-search-right .available-domain-names .title {
    margin-bottom: 10px;
}

.content-dashboard-search-right .list-domain-related-domain {
    margin-bottom: 30px;
}

.content-dashboard-search-right>.btn-add-to-cart>a {
    height: 52px;
    line-height: 50px;
    font-size: 16px;
}

.section-dashboard-search .item-dashboard-search-left .description {
    line-height: 23px;
}

.section-dashboard-search {
    padding-bottom: 60px;
}

.section-dashboard-search .content-dashboard-search {
    border-bottom: 3px solid #DCF1F0;
    padding-bottom: 15px;
}
.section-brand-trust .content-brand-trust .img {
    padding-top: 56%;
}

.section-brand-trust .content-brand-trust .img img {
    object-fit: contain;
}

.section-brand-trust .content-brand-trust .content .title-section {
    font-size: 30px;
    margin-bottom: 20px;
}

.section-brand-trust .content-brand-trust .content .info p {
    display: flex;
    margin-bottom: 25px;
}

.section-brand-trust .content-brand-trust .content .info p i {
    position: relative;
    top: 5px;
    color: var(--color-main);
    margin-right: 15px;
    font-size: 22px;
}
.section-brand-trust {
    padding: 50px 0 60px;
}

.section-difference-ht.section-advantages-when-registering .item-difference {
    padding: 80px 20px 20px;
}

.section-difference-ht.section-advantages-when-registering .item-difference .inner-content .description>p {
    display: flex;
    text-align: left;
}

.section-difference-ht.section-advantages-when-registering .item-difference .inner-content .description>p>i {
    position: relative;
    top: 6px;
    color: var(--color-main);
    margin-right: 10px;
}
.section-difference-ht.section-advantages-when-registering .item-difference .inner-content .description {
    height: 164px;
}
.section-questions-domain {
    background: #F8FCFC;
    padding: 60px 0;
}

.section-questions-domain .card {
    margin-bottom: 15px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    background: #fff;
}

.section-questions-domain .card>.card-header .btn.btn-link {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
    color: var(--color-main);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.section-questions-domain .card .card-body {
    padding: 0 20px 20px;
}

.section-questions-domain .card>.card-header .btn.btn-link:hover {
    text-decoration: none;
    color: var(--color-main);
}

.section-questions-domain .card>.card-header .btn.btn-link.collapsed {
    color: var(--color-text);
    font-weight: 400;
}
.section-questions-domain .info {
    max-width: 1000px;
    margin: 0 auto;
}

.section-questions-domain .title-section {
    margin-bottom: 30px;
}

.section-questions-domain .card>.card-header .btn.btn-link.collapsed>i:before {
    content: "\f107";
}

.section-domain-available-domain .content .info .btn-add a:hover {
    background: none;
    color: var(--color-text);
}

.btn-add-to-cart a:hover {
    color: var(--color-main);
    background: none;
}