﻿.red{
    color: red;
}
.styledanhmuc .name-category,
.styledanhmuc h1 {
    color: #0AAB9D;
    font-size: 30px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgba(0, 161, 178, 1) 0%, rgba(21, 182, 138, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.bg-tieudesanpham {
    margin: 12px 0 ;
    text-align: center;
    width: 100%;
}
.bg-tieudesanpham .name-category:after,
.styledanhmuc h1::after {
    position: absolute;
    content: '';
    background: url(../images/after_title.png) no-repeat;
    width: 903px;
    height: 20px;
    bottom: 0px;
    left: calc(50% - 451px);
}
.section-content-post .list_item_row{
    display: flex;
    width: 100%;
    gap: 20px;
}
.section-content-post .list_item_row .row_right{
    width: 100%;
    max-width: 300px;
}
.section-content-post .list_item_row .row_left{
    width: 100%;
    max-width: calc(100% - 300px);
}
.section-content-post .list_item_row .row_left .list-content-post{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post{
    border: 1px solid #00A1B2;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post:hover {
    border: 1px solid red;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post::before{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post .item_img{
    padding: 5px;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post .img-wrap img {
   width: 100%;
   height: 263px;
   object-fit: cover;
   transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-content-post .list_item_row .row_left .list-content-post .item_post .item_text{
    border-top: 1px solid #B91415;
    padding: 12px;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post:hover .img-wrap img,
.new_post .post-item .col-inner:hover .plain .box-image img {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-content-post .list_item_row .row_left .list-content-post .item_post .item_img {
    overflow: hidden;
    position: relative;
}

.section-content-post .list_item_row .row_left .list-content-post .item_post .item_img .img-wrap {
    display: block;
    position: relative;
}

.section-content-post .list_item_row .row_left .list-content-post .item_post .item_text .content div{
    font-size: 18px;
    color: #00A1B2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}
.section-content-post .list_item_row .row_left .list-content-post .item_post:hover  .item_text .content div{
    background: linear-gradient(90deg, rgba(0, 161, 178, 1) 0%, rgba(21, 182, 138, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.section-content-post .list-content-post .item_post .item_text .content a,
.new_post .post-item .col-inner .plain .box-text .button{
    position: relative;
}
.section-content-post .list-content-post .item_post .item_text .content a::before,
.new_post .post-item .col-inner:hover .plain .box-text .button::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #B91415;
    transition: width 0.4s ease-in-out;
}
.section-content-post .list-content-post .item_post:hover .item_text .content a::before,
.new_post .post-item .col-inner .plain .box-text .button::before {
    width: 100%;
}
.section-content-post .nav-links{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 15px;
}
.section-content-post .nav-links .page-numbers{
    border: 1px solid #00A1B2;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.section-content-post .nav-links .page-numbers.current{
    background: red;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.section-content-post ul li{
    list-style-type: none;
}
.list_sider_bar .category-post{
    margin-bottom: 20px;
}
.list_sider_bar .box-new-post,
.list_sider_bar .category-post{
    padding: 10px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); 
}
.list_sider_bar .category-post li{
    border-bottom: 1px dashed #00A1B2;
}
.title_siderbar{
    background: linear-gradient(90deg, rgba(0, 161, 178, 1) 0%, rgba(21, 182, 138, 1) 100%);
    color: #fff;
    padding: 8px 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}
.list_sider_bar .list_post_new .post .item{
    display: flex;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    align-items: center;
}
.list_sider_bar .list_post_new .post .item .img-post {
    max-width: 35%;
    height: 100px;
}
.list_sider_bar .list_post_new .post .item .content-post {
    max-width: 65%;
    padding: 0 10px;
}
.list_sider_bar .list_post_new .post .item .img-post img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.list_sider_bar .list_post_new .post .item .content-post .title-post {
    font-size: 14px;
    font-weight: 400;
}
.single,
.section-content-post{
    padding: 30px 0;
}
.title_page{
    margin: 0px 0px 40px 0px;
    font-size: 36px;
    line-height: 52px;
    color: #FFCD4B !important;
    font-weight: 700;
}
.menu_banner .ux-menu-link {
    position: relative;
    padding: 0px 0px 0px 38px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0px 0px 16px 0px;
}
.menu_banner .ux-menu-link::before{
    position: absolute;
    content: "";
    left: 0px;
    background: url(../images/lock-icon.svg);
    width: 30px;
    height: 30px;
    top: 4px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.btn_banner{
    color: #00A1B2 !important;
    font-size: 18px !important; 
    line-height: 26px !important;
    background: #fff !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    border: 1px solid #fff !important;
    font-weight: 500 !important;
    transition: all 0.3s !important;
    align-items: center;
    padding: 10px 82px;
    margin-top: 80px;
}
.name_slogan{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 5px;
    margin-top: 84px;
}
.name_web{
    color: #FFCD4B !important;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}
.col-right-banner{
    display: flex;
    align-items: center;
}
.section_uudiem{
    padding: 0px 0px 120px 0px;
    margin: -100px 0px 0px 0px;
    position: relative;
}
.section_uudiem .uudiem_detailds{
    box-shadow: 0px 10px 30px 0px #0000001A;
    border-radius: 30px;
    background: #fff;
}
.section_uudiem .uudiem_detailds .wrap_figure {
    padding: 0px 40px;
    margin: 0px 0px 20px 0px;
}
.section_uudiem .uudiem_detailds .text_widget {
    padding: 0px 40px 50px 40px;
    text-align: justify;
}
.section_uudiem .uudiem_detailds .text_widget b {
    font-size: 24px;
    line-height: 32px;
    color: #033AA7;
    font-weight: 600;
    display: block;
    margin: 0px 0px 20px 0px;
}
.tinhnang .wp_hosting_title {
    position: relative;
}
.tinhnang .wp_hosting_title div {
    font-weight: 700;
    color: #033AA7;
    font-size: 36px;
    line-height: 44px;
    display: table;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .col-inner {
    background: #fff;
    box-shadow: 0px 10px 30px 0px #00125033;
    border-radius: 30px;
    padding: 80px 40px;
    position: relative;
    margin-bottom: 90px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds.two .col-inner{
    padding: 92px 40px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .wrap_figure {
    position: absolute;
    top: -50.5px;
    left: 40px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .wrap_figure .img-inner{
    width: 103px;
    height: 103px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .text_widget b {
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin: 0px 0px 10px 0px;
    color: #033AA7;
    text-transform: uppercase;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .text_widget .tinhnang_ct {
    text-align: justify;
}

.tinhnang .tinhnang_bg .tinhnang_detailds .text_widget .tinhnang_ct p {
    margin: 0px 0px 16px 0px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .text_widget .tinhnang_ct ul li {
    position: relative;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 25px;
}
.tinhnang .tinhnang_bg .tinhnang_detailds .text_widget .tinhnang_ct ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    top: 10px;
    left: 10px;
}
.dangky{
    padding: 50px 50px 70px 50px !important;
}
.dangky .row{
    padding: 50px 50px 70px 50px !important;
}
.dangky .row::before{
    position: absolute;
    content: "";
    background: url(../images/dangky-3112024-bg.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}
.dangky .dangky_general {
    position: relative;
    display: flex;
    align-items: center;
}
.dangky .dangky_right {
    position: absolute;
    top: 15%;
    right: 0px;
    transform: translate(0px, -50%);
}
.dangky .dangky_left {
    color: #fff;
}
.dangky .dangky_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 8px 0px;
    color: #fff;
}
.dangky .dangky_btn {
    display: flex;
    align-items: center;
    gap: 40px;
}
.dangky .dangky_btn span {
    font-size: 50px;
    line-height: 58px;
    font-family: "Imperial Script", cursive;
}
.dangky .dangky_btn a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2B3CE4;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    padding: 9px 25px;
    position: relative;
    top: 4px;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.bangia_dichvu .tab-content{
	display: none;
}
.bangia_dichvu .tab-content.current{
	display: inherit;
}

.bangia_dichvu .list_item .item{
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    background: #fff;
    padding: 40px 25px;
    border-radius: 30px;
    transition: all 0.3s;
    margin: 10px 12px;
}
.bangia_dichvu .banggia_name {
    display: table;
    margin: 0px auto 16px auto;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #4C4C4C;
    transition: all 0.3s;
    font-weight: 600;
}
.bangia_dichvu .banggia_price {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 8px;
    font-size: 50px;
    line-height: 58px;
    color: #033AA7;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
    transition: all 0.3s;
}
.bangia_dichvu .khuyenmai{
    display: table;
    margin: 0px auto 16px auto;
    color: #F42E1C;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.3s;
}
.bangia_dichvu .khuyenmai::after{
    position: absolute;
    content: "";
    background: url(../images/hot2.gif) no-repeat;
    width: 22px;
    height: 11px;
    top: -2px;
    right: -28px;
}
.bangia_dichvu .btn_contact.two{
    color: #000;
    background: #FFCD4B;
    border-radius: 90px;
    text-align: center;
    padding: 14px 15px;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid #FFCD4B;
    display: table;
    margin: 0px auto;
    width: 50%;
}
.bangia_dichvu .digi_tskt {
    padding: 0px 25px;
    margin: 45px 0px 0px 0px;
}
.bangia_dichvu .digi_tskt ul li {
    margin: 0px 0px 16px 0px;
    position: relative;
    padding: 0px 0px 0px 40px;
}
.bangia_dichvu .digi_tskt ul li:before {
    position: absolute;
    content: "";
    background: url(../images/banggia-3112024-xemthem-green-arr.svg) no-repeat;
    width: 27px;
    height: 27px;
    top: 0px;
    left: 0px;
    transition: all 0.3s;
}
.bangia_dichvu .banggia_btn {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 90px;
    border: 1px solid #D1D1D1;
    padding: 5px 5px 5px 20px;
    transition: all 0.3s;
}
.bangia_dichvu .banggia_btn .package.tabs{
    width: 50%;
    position: relative;
    cursor: pointer;
    border: unset;
    box-shadow: none;
    margin: 0 !important;
}
.bangia_dichvu .banggia_btn .btn_contact.one{
    width: 50%;
    color: #000;
    background: #FFCD4B;
    border-radius: 90px;
    text-align: center;
    padding: 8px 9px;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid #FFCD4B;
}
.bangia_dichvu .banggia_price sup {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    top: 0px;
}
.xemtinhnang {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}
.xemtinhnang p {
    color: #2B3CE4;
    cursor: pointer;
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    transition: all 0.3s;
}
.xemtinhnang .rg {
    display: none;
}
.xemtinhnang:after {
    content: url(../images/uudai-3112024-xemthem-arr.svg);
    position: relative;
    top: 3px;
}
.li_info_hidden {
    display: none;
}
.title_page_domain .col{
    padding: 0 !important;
}
.bangia_dichvu .slick-dots li{
    margin-left: 0 !important;
}
.bangia_dichvu .slick-dots li button:before{
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    color: #00A1B2;
}
.bangia_dichvu .list_item .slick-prev::before,
.bangia_dichvu .list_item .slick-next::before{
    color: #00A1B2;
}
/* .section_faq{
    padding-top: 140px !important;
} */
.section_faq .col_faq{
    display: flex;
    align-items: center;
}
.section_faq .accordion_title {
    font-weight: 700;
    color: #00A1B2;
    font-size: 36px;
    line-height: 44px;
    display: table;
    text-transform: uppercase;
}
.section_faq .accordion .toggle{
    right: 0 !important;
    left: unset !important;
}
.section_faq .title_faq .accordion-title{
    border-top: unset;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px dashed #D4D4D4;
}
.section_faq .title_faq .accordion-title span {
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    padding: 0px 40px 0px 0px;
    display: inline-block;
    font-weight: 600;
}
.section_faq .title_faq .accordion-title.active{
    background: transparent;
}
.section_faq .title_faq .accordion-title.active span{
    color: #00A1B2; 
}
.section_faq .accordion-inner{
    padding: 0px 25px !important;
}

.new_post .post-item .col-inner {
    border: 1px solid #00A1B2;
}
.new_post .post-item .col-inner .plain .box-text {
    border-top: 1px solid #B91415;
    padding: 12px;
}
.new_post .post-item .col-inner .plain .box-text .post-title {
    font-size: 18px;
    color: #00A1B2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0;
}
.new_post .post-item .col-inner .plain .box-text .is-divider{
    display: none;
}
.new_post .post-item .col-inner .plain .box-text .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nav-field-item{
    width: 100%;
    display: flex;
    justify-content: center;
}
.list-product-theme,
.list-product-themes .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 30px;
}
.product-item{
    position: relative;
    padding: 10px;
}
.product-item .item{
    -webkit-box-shadow: 2px 3px 13.5px 5px #dddddd;
    -moz-box-shadow: 2px 3px 13.5px 5px #dddddd;
    box-shadow: 2px 3px 13.5px 5px #dddddd;
    border: 1px solid #00a1b2;
}
.product-item::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border: 1px dashed #d7b359;
    content: "";
}
 .product-item::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px dashed #d7b359;
    content: "";
}
.product-item:nth-child(9)::after,
.product-item:nth-child(10)::after,
.product-item:nth-child(11)::after,
.product-item:nth-child(12)::after {
    display: none;
}
.product-item:nth-child(4)::before,
.product-item:nth-child(8)::before,
.product-item:nth-child(12)::before {
    display: none;
}
.product-item .item .thumbnail a{
    line-height: unset !important;
}
.product-item .item .thumbnail .img-wrap{
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 61.25%;
}
.product-item .item .thumbnail .img-wrap img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.product-item .item .content{
    background: #fff;
}
.product-item .item .content .title{
    margin-bottom: 0 !important;
    padding: 0 15px 15px 15px;
}
.product-item .item .content .title a{
    font-size: 16px;
    line-height: unset !important;
}
.product-item .item .thumbnail{
    position: relative;
}
.product-item .item .thumbnail .btn-cart {
    cursor: pointer;
    border-radius: 6px;
    position: absolute;
    bottom: 0%;
    left: 16%;
    width: 70%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    background: linear-gradient(90deg, rgba(0, 161, 178, 1) 0%, rgba(21, 182, 138, 1) 100%);
    padding: 5px 10px;
    font-weight: 700;
    color: #fff;
}
.product-item .item .thumbnail:hover .btn-cart {
    visibility: visible;
    bottom: 4%;
    opacity: 1;
}
.gtranslate_wrapper select{
    width: 100%;
    max-width: 110px;
}
.section-banner-home img{
    height: calc(100vh - 150px);
}
.bg_sau .section-bg{
     top: unset !important;
}
.img-wrap {

    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}
.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.section{
    padding: 30px 0;
}
.h-container{
    max-width: 1290px !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.title-section{
    font-size: 38px;
    font-weight: 700;
    color: #00a1b2;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: normal;
}
.section-one{
    position: relative;
}
.section-one::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/cuongnm_bg_nguyentac.png);
    width: 400px;
    height: 458px;
    background-size: 100%;
}
.section-one .box-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-one .box-item .item-right{
    width: 50%;
}
.section-one .box-item .item-right .item-content {
    margin-bottom: 32px;
    background: url(../images/cuongnm_icon_check.svg) no-repeat;
    padding-left: 36px;
}
.section-one .box-item .item-right .item-content .title {
    font-size: 20px;
    line-height: normal;
    color: #0066B2;
    font-weight: 700;
}
.section-one .box-item .item-right .item-content .content{
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin-top: 8px;
    text-align: justify;
}
.section-two .list-why{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.section-two .list-why .item-why{
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0px 0px 30px 0px #0066B233;
    text-align: center;
}
.section-two .list-why .item-why .title-box{
    margin-top: 20px;
    font-size: 18px;
    color: #0066b2;
    font-weight: 700;
}
.section-two .list-why .item-why .content-box{
    font-size: 16px;
    color: #000;
    margin-top: 16px;
}
.section-three{
    background-color: #E9F5FF;
}
.section-three .table_price_tab .tabs{
    text-align: center;
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.section-three .table_price_tab .tabs li{
    padding: 0 25px;
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}
.section-three .table_price_tab .tabs li a{
    font-weight: 600;
    color: #000;
    border: none;
    padding: 10px 0;
    font-size: 18px;
}
.section-three .table_price_tab .tabs li.current a{
    color: #00a1b2;
    position: relative;
    background: none;
}
.section-three .table_price_tab .tabs li:hover a::before,
.section-three .table_price_tab .tabs li.current a::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0066B2;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.section-three .table_price_content table{
    width: 100%;
    background-color: transparent;
}
.section-three .table_price_content table th{
    border-bottom: 1px dashed #BBBABA;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    white-space: nowrap;
}
.section-three .table_price_content table .domain_col{
    width: 100%;
    max-width: 40%;
}
.section-three .table_price_content table .space_col {
    padding: 0 10px !important;
}
.section-three .table_price_content table .space_col2{
    padding: 0 10px !important;
    border: none;
}
.section-three .table_price_content table th.register_col, 
.section-three .table_price_content table th.limit_col, 
.section-three .table_price_content table th.send_col{
    border-bottom: none !important;
}
.section-three .table_price_content table .register_col, 
.section-three .table_price_content table .limit_col, 
.section-three .table_price_content table .send_col {
    width: 100%;
    max-width: 20%;
}
.section-three .table_price_content td.domain_col {
    border-bottom: 1px dashed #BBBABA;
    background: none;
    padding: 8px 0;
}
.section-three .table_price_content td.space_col {
    border: none;
    background: none;
}
.section-three .table_price_content table td {
    padding: 16px;
    border-bottom: 1px solid #E3E3E3;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.section-three .tab-content {
    display: none;
}
.section-three .tab-content.current{
    display: inherit !important;
}
.section-three .table_price_content table .register_col b{
    color: #8D8C8C;
    text-decoration: line-through;
    font-size: 12px;
}
.section-four{
    position: relative; 
}
.section-four::before{
    content: "";
    position: absolute;
    top: 324px;
    left: 0;
    background: url(../images/cuongnm_bg_faq.png);
    width: 141px;
    height: 382px;
}
.list-faq .item-faq{
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    margin: 0px 0px 24px 0px;
    position: relative;
    box-shadow: 0px 0px 30px 0px #0066B233;
}
.list-faq .item-faq .title-faq{
    cursor: pointer;
    position: relative;
    font-weight: 700;
    padding-right: 50px;
}
.list-faq .item-faq .title-faq::before{
    position: absolute;
    content: "";
    background: url(../images/images-qb-plus-icon.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 18px;
}
.list-faq .item-faq .title-faq.active::before{
    position: absolute;
    content: "";
    background: url(../images/images-qb-minus-icon.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 2px;
    top: 14px;
}
.list-faq .item-faq .content-faq{
    display: none;
    margin: 16px 0px 0px 0px;
    color: #29343dbd;
}
.intro-heading-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}
.intro-wrap-block__title{
    line-height: 30px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
}
.heading-title-page{
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
}
.heading-sub-title-page{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}
.home-heading-description{
    font-size: 16px;
    color: #00a1b2;
}
.section-product{
    padding: 20px 0 !important;
}
.desc-category{
    border: 1px solid #00A1B2;
    padding: 20px;
}
.desc-category p{
    font-size: 16px;
    color: #000 !important;
}
