Theme Name: Elitehost
Theme URI: https://www.rctheme.com/
Author: Redcheap
Author URI: https://www.rctheme.com/
Description: Elitehost is a modern, responsive, and minimal WordPress theme designed for web hosting, cloud services, and tech businesses. It features full support for Elementor and WPBakery Page Builder, offering flexible design capabilities. With SEO-friendly code, fast loading times, and WooCommerce integration, Elitehost is ideal for building high-performance websites.

Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elitehost
Tags: responsive, custom-logo, one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, theme-options, translation-ready, e-commerce, block-styles, editor-style

*/
/* Css Menu tenmienvn*/
.viettel-mega-menu, .viettel-tenmienvn-menu {
	display: flex;
}
.mega-tabs, .tenmienvn-tabs {
	width: 240px;
	background: #f5f5f5;
}
.mega-tab, .tenmienvn-tab {
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
	border-radius: 0;
	color: black;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: none;
	border-left: 2px solid #f5f5f5;
}
.mega-tab:hover, .mega-tab.active, .tenmienvn-tab:hover, .tenmienvn-tab.active {
	background: white;
	color: #e60000;
	box-shadow: none;
	border-left: 2px solid #e60000;
}
.mega-content, .tenmienvn-content {
	flex-grow: 1;
	padding: 20px;
	flex-basis: calc(100% - 200px);
}
.mega-tab-content, .tenmienvn-tab-content {
	display: none;
}
.mega-tab-content.active, .tenmienvn-tab-content.active {
	display: block;
}
.mega-tab-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-tab-content-head img {
    flex-basis: 20%;
    width: 20%;
}

.group-name {
    flex-basis: 80%;
}

.group-name .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

p.des {
    margin-top: 0;
}

.service-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
}

.service-item a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    padding: 10px !important;!i;!;
    background: url(https://viettelidc.com.vn/assets/images/sub-menu-detail-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    border: 2px solid #f2f2f2;
	height: 100%;
}
.vt-service-menu.kadence-menu-mega-enabled > .sub-menu {
    margin-left: 0 !important;
}

.service-item:hover a {
    animation: scaleItem .5s infinite alternate;
}

.service-item:hover a p.name {
    color: red;
}
@keyframes scaleItem {
    to {
        transform: scale(1.02);
    }
}
.service-item-name p {
    margin: 0;
	color: black;
}

.service-item-name .des {
    font-weight: 400;
    font-size: 13px;
}

.service-item-name .name {
    font-size: 15px;
    font-weight: 700;
}

.service-item img {
    width: 20%;
}
.tenmienvn-content-head {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
a.tenmienvn-btn {
    color: white;
    background: red;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    z-index: 9;
    display: block;
    max-width: 133px;
    text-align: center;
    margin: 10px 0;
}
.tenmienvn-content-head .name {
    font-weight: 700;
    margin: 0;
    color: white;
    z-index: 9;
    font-size: 18px;
}

.tenmienvn-content-head p {
    margin: 0;
    color: white;
    z-index: 9;
}
.overlay-gradient-tenmienvn-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.9));
    border-radius: 24px;
    z-index: 1;
}
/* Css Menu tenmienvn */
/* Css Menu information*/
.viettel-mega-menu, .viettel-information-menu {
	display: flex;
}
.mega-tabs, .information-tabs {
	width: 240px;
	background: #f5f5f5;
}
.mega-tab, .information-tab {
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
	border-radius: 0;
	color: black;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: none;
	border-left: 2px solid #f5f5f5;
}
.mega-tab:hover, .mega-tab.active, .information-tab:hover, .information-tab.active {
	background: white;
	color: #e60000;
	box-shadow: none;
	border-left: 2px solid #e60000;
}
.mega-content, .information-content {
	flex-grow: 1;
	padding: 20px;
	flex-basis: calc(100% - 200px);
}
.mega-tab-content, .information-tab-content {
	display: none;
}
.mega-tab-content.active, .information-tab-content.active {
	display: block;
}
.mega-tab-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-tab-content-head img {
    flex-basis: 20%;
    width: 20%;
}

.group-name {
    flex-basis: 80%;
}

.group-name .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

p.des {
    margin-top: 0;
}

.service-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
}

.service-item a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    padding: 10px !important;!i;!;
    background: url(https://viettelidc.com.vn/assets/images/sub-menu-detail-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    border: 2px solid #f2f2f2;
	height: 100%;
}
.vt-service-menu.kadence-menu-mega-enabled > .sub-menu {
    margin-left: 0 !important;
}

.service-item:hover a {
    animation: scaleItem .5s infinite alternate;
}

.service-item:hover a p.name {
    color: red;
}
@keyframes scaleItem {
    to {
        transform: scale(1.02);
    }
}
.service-item-name p {
    margin: 0;
	color: black;
}

.service-item-name .des {
    font-weight: 400;
    font-size: 13px;
}

.service-item-name .name {
    font-size: 15px;
    font-weight: 700;
}

.service-item img {
    width: 20%;
}
.information-content-head {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
a.information-btn {
    color: white;
    background: red;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    z-index: 9;
    display: block;
    max-width: 133px;
    text-align: center;
    margin: 10px 0;
}
.information-content-head .name {
    font-weight: 700;
    margin: 0;
    color: white;
    z-index: 9;
    font-size: 18px;
}

.information-content-head p {
    margin: 0;
    color: white;
    z-index: 9;
}
.overlay-gradient-information-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.9));
    border-radius: 24px;
    z-index: 1;
}
/* Css Menu information */
/* Css Menu othermore*/
.viettel-mega-menu, .viettel-othermore-menu {
	display: flex;
}
.mega-tabs, .othermore-tabs {
	width: 240px;
	background: #f5f5f5;
}
.mega-tab, .othermore-tab {
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
	border-radius: 0;
	color: black;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: none;
	border-left: 2px solid #f5f5f5;
}
.mega-tab:hover, .mega-tab.active, .othermore-tab:hover, .othermore-tab.active {
	background: white;
	color: #e60000;
	box-shadow: none;
	border-left: 2px solid #e60000;
}
.mega-content, .othermore-content {
	flex-grow: 1;
	padding: 20px;
	flex-basis: calc(100% - 200px);
}
.mega-tab-content, .othermore-tab-content {
	display: none;
}
.mega-tab-content.active, .othermore-tab-content.active {
	display: block;
}
.mega-tab-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-tab-content-head img {
    flex-basis: 20%;
    width: 20%;
}

.group-name {
    flex-basis: 80%;
}

.group-name .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

p.des {
    margin-top: 0;
}

.service-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
}

.service-item a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    padding: 10px !important;!i;!;
    background: url(https://viettelidc.com.vn/assets/images/sub-menu-detail-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    border: 2px solid #f2f2f2;
	height: 100%;
}
.vt-service-menu.kadence-menu-mega-enabled > .sub-menu {
    margin-left: 0 !important;
}

.service-item:hover a {
    animation: scaleItem .5s infinite alternate;
}

.service-item:hover a p.name {
    color: red;
}
@keyframes scaleItem {
    to {
        transform: scale(1.02);
    }
}
.service-item-name p {
    margin: 0;
	color: black;
}

.service-item-name .des {
    font-weight: 400;
    font-size: 13px;
}

.service-item-name .name {
    font-size: 15px;
    font-weight: 700;
}

.service-item img {
    width: 20%;
}
.othermore-content-head {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
a.othermore-btn {
    color: white;
    background: red;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    z-index: 9;
    display: block;
    max-width: 133px;
    text-align: center;
    margin: 10px 0;
}
.othermore-content-head .name {
    font-weight: 700;
    margin: 0;
    color: white;
    z-index: 9;
    font-size: 18px;
}

.othermore-content-head p {
    margin: 0;
    color: white;
    z-index: 9;
}
.overlay-gradient-othermore-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.9));
    border-radius: 24px;
    z-index: 1;
}
/* Css Menu othermore */
/* Css Menu softwares*/
.viettel-mega-menu, .viettel-softwares-menu {
	display: flex;
}
.mega-tabs, .softwares-tabs {
	width: 240px;
	background: #f5f5f5;
}
.mega-tab, .softwares-tab {
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
	border-radius: 0;
	color: black;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: none;
	border-left: 2px solid #f5f5f5;
}
.mega-tab:hover, .mega-tab.active, .softwares-tab:hover, .softwares-tab.active {
	background: white;
	color: #e60000;
	box-shadow: none;
	border-left: 2px solid #e60000;
}
.mega-content, .softwares-content {
	flex-grow: 1;
	padding: 20px;
	flex-basis: calc(100% - 200px);
}
.mega-tab-content, .softwares-tab-content {
	display: none;
}
.mega-tab-content.active, .softwares-tab-content.active {
	display: block;
}
.mega-tab-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-tab-content-head img {
    flex-basis: 20%;
    width: 20%;
}

.group-name {
    flex-basis: 80%;
}

.group-name .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

p.des {
    margin-top: 0;
}

.service-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
}

.service-item a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    padding: 10px !important;!i;!;
    background: url(https://viettelidc.com.vn/assets/images/sub-menu-detail-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    border: 2px solid #f2f2f2;
	height: 100%;
}
.vt-service-menu.kadence-menu-mega-enabled > .sub-menu {
    margin-left: 0 !important;
}

.service-item:hover a {
    animation: scaleItem .5s infinite alternate;
}

.service-item:hover a p.name {
    color: red;
}
@keyframes scaleItem {
    to {
        transform: scale(1.02);
    }
}
.service-item-name p {
    margin: 0;
	color: black;
}

.service-item-name .des {
    font-weight: 400;
    font-size: 13px;
}

.service-item-name .name {
    font-size: 15px;
    font-weight: 700;
}

.service-item img {
    width: 20%;
}
.softwares-content-head {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
a.softwares-btn {
    color: white;
    background: red;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    z-index: 9;
    display: block;
    max-width: 133px;
    text-align: center;
    margin: 10px 0;
}
.softwares-content-head .name {
    font-weight: 700;
    margin: 0;
    color: white;
    z-index: 9;
    font-size: 18px;
}

.softwares-content-head p {
    margin: 0;
    color: white;
    z-index: 9;
}
.overlay-gradient-softwares-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.9));
    border-radius: 24px;
    z-index: 1;
}
/* Css Menu softwares */
/* css menu viettel */
.viettel-mega-menu, .viettel-solutions-menu {
	display: flex;
}
.mega-tabs, .solutions-tabs {
	width: 240px;
	background: #f5f5f5;
}
.mega-tab, .solutions-tab {
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
	border-radius: 0;
	color: black;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: none;
	border-left: 2px solid #f5f5f5;
}
.mega-tab:hover, .mega-tab.active, .solutions-tab:hover, .solutions-tab.active {
	background: white;
	color: #e60000;
	box-shadow: none;
	border-left: 2px solid #e60000;
}
.mega-content, .solutions-content {
	flex-grow: 1;
	padding: 20px;
	flex-basis: calc(100% - 200px);
}
.mega-tab-content, .solutions-tab-content {
	display: none;
}
.mega-tab-content.active, .solutions-tab-content.active {
	display: block;
}
.mega-tab-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-tab-content-head img {
    flex-basis: 20%;
    width: 20%;
}

.group-name {
    flex-basis: 80%;
}

.group-name .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

p.des {
    margin-top: 0;
}

.service-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
}

.service-item a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    border-radius: 8px;
    padding: 10px !important;!i;!;
    background: url(https://viettelidc.com.vn/assets/images/sub-menu-detail-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    border: 2px solid #f2f2f2;
	height: 100%;
}
.vt-service-menu.kadence-menu-mega-enabled > .sub-menu {
    margin-left: 0 !important;
}

.service-item:hover a {
    animation: scaleItem .5s infinite alternate;
}

.service-item:hover a p.name {
    color: red;
}
@keyframes scaleItem {
    to {
        transform: scale(1.02);
    }
}
.service-item-name p {
    margin: 0;
	color: black;
}

.service-item-name .des {
    font-weight: 400;
    font-size: 13px;
}

.service-item-name .name {
    font-size: 15px;
    font-weight: 700;
}

.service-item img {
    width: 20%;
}
.solutions-content-head {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
a.solutions-btn {
    color: white;
    background: red;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    z-index: 9;
    display: block;
    max-width: 133px;
    text-align: center;
    margin: 10px 0;
}
.solutions-content-head .name {
    font-weight: 700;
    margin: 0;
    color: white;
    z-index: 9;
    font-size: 18px;
}

.solutions-content-head p {
    margin: 0;
    color: white;
    z-index: 9;
}
.overlay-gradient-solution-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.9));
    border-radius: 24px;
    z-index: 1;
}
/* end css menu viettel */
.banggia-single {
    display: flex;
    justify-content: space-between;
	border-style: solid;
    border-color: #e4e6ea;
	box-sizing: border-box;
    outline: none;
}

.bg-cpu, .bg-ram, .bg-nvme, .bg-name {
    flex-basis: 8%;
    text-align: center;
    width: 10%;
}
.bg-tt {
	flex-basis: 18%;
	width: 15%;
}
.bg-price {
    flex-basis: 15%;
    display: flex !important;
    flex-direction: column;
    width: 15%;
}

.bg-tang {
    flex-basis: 20%;
    width: 20%;
}
.bg-tang img {
    display: block;
    margin: auto;
}
.bg-dk {
    flex-basis: 15%;
    width: 15%;
}

.banggia-single > div {
    display: block;
    text-align: center;
    
}
@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px);
    }
}
@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(-4px);
    }
    
    100% {
        transform: translateY(-8px);
    }
}
.plan-box a.plan-action {
    margin: 0 20px 0 20px;
}
a.plan-action {
    background: white;
    padding: 10px 15px;
    display: block;
    color: #0066c5;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    margin: 15px 0 0 0;
    border: 1px solid;
    font-weight: 700;
    transition: background 0.3s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
a.plan-action:hover {
    color: white;
    background: #0066c5;
}
.domains-price .domain-item:nth-child(2) .domain-name {
    color: #1ed6fe !important;
}
.domains-price .domain-item:nth-child(3) .domain-name {
    color: #fc4349 !important;
}
.domains-price .domain-item:nth-child(4) .domain-name {
    color: #00d172 !important;
}
.domains-price .domain-item:nth-child(5) .domain-name {
    color: #9900ec !important;
}
.domains-price .domain-item:nth-child(6) .domain-name {
    color: #fac600 !important;
}
/* css sidebar */
.sidebar-area {
    position: sticky;
    top: 100px;
}
.sidebar-box {
    border: 1px solid #e8e8e8;
    box-shadow: 6px 0px 50px 0px rgba(7.999999999999972, 0, 63, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 15px;
    display: block;
    border-radius: 10px;
}

.sidebar-box h2 {
    font-size: 20px;
    padding: 10px;
    background: #1b1aa1;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.box-post-list {
    margin: 0;
    list-style: none;
    padding: 15px;
}

ul.box-post-list a {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
}

ul.box-post-list a img {
    flex-basis: 60px;
    max-width: 60px;
    object-fit: cover;
    border-radius: 7px;
    height: 60px;
}

ul.box-post-list a h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 10px;
}

ul.box-post-list li {
    margin-bottom: 15px;
}

ul.box-post-list li:last-child {
    margin-bottom: 0;
}
/* end sidebar */
/* css mega menu */
.menu-hosting-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 10px 20px;
}

.host-item {
    flex: 0 0 50%;
    display: flex;
    margin-bottom: 10px;
}
.host-item img {
    width: 40px;
    object-fit: cover;
    flex: 0 0 40px;
    margin: auto;
    padding: 0;
}
.item-des {
    font-size: 14px;
    line-height: 1.3;
}
.host-item a {
    display: flex;
    padding: 5px;
    align-items: flex-start;
}
.host-item:hover a {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
}
.item-name {
    color: black;
    font-weight: bold;
}
.item-des {
    color: #565656;
}
.item-content {
    padding: 0 10px;
}
.item-name a {
    font-weight: 700;
    color: black;
}
.app-box {
    background: #0944a9;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.app-item {
    flex: 0 0 33.33%;
    margin-bottom: 10px;
}

.app-item a {

	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.app-item a div {
	padding: 0 10px;
    color: white;
	font-size: 13px;
}
.vps-app-box .app-item {
    flex-basis: unset;
    margin-bottom: 0;
}

.app-box.vps-app-box {
    display: flex;
    justify-content: space-evenly;
}
.domain-menu-box {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.service-box a {
    display: flex;
    align-items: flex-start;
}
.service-box img {
    object-fit: contain;
}
.domain-content {
    padding: 0 10px;
}
.service-name {
    font-size: 17px;
    color: black;
    font-weight: 700;
}
.service-des {
    font-size: 15px;
    line-height: 1.3;
    color: black;
}
.service-box {
    margin-bottom: 15px;
}
.pro-title {
    color: black;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
ul.pro-features {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
}
ul.pro-features li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: green;
    font-size: 15px;
}
ul.pro-features li {
    font-size: 15px;
    margin-bottom: 5px;
}
.promotion-domain {
    padding: 20px;
    background: #f1f1f1;
    flex: 0 0 50%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.domain-services {
    padding: 20px;
    flex: 0 0 50%;
}
.domain-services .service-box:last-child {
    margin-bottom: 0;
}
.promotion-domain a {
    display: block;
    width: 100%;
    text-align: center;
    background: orange;
    padding: 7px;
    color: white;
    margin-top: 10px;
}
.promotion-domain a:hover {
    background: red;
}
.service-box {
    padding: 10px;
    border-radius: 10px;
}

.service-box:hover {
    background: #f7f5f5;
}

/* end mega menu */

section.content-section {
    padding: 50px 0;
}

.content-section h2 {
    text-align: center;
    margin-bottom: 15px;
}

.rank-math-faq-item {
    border-radius: 10px;
    background: #fff;
    margin: 1.5em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
.rank-math-answer {
    color: #949494;
}
.wp-block-rank-math-faq-block {
    max-width: 840px;
    margin: auto;
}
ul#secondary-menu li a {
    font-weight: 700;
}
ul#primary-menu li:last-child a {
    padding-right: 0;
}
a, a:hover {
    text-decoration: none;   
}
ul.sub-menu {
    border-radius: 10px;
    overflow: hidden !important;
}

ul.sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn-action-1, .btn-readmore {
    display: block;
    margin-right: 15px;
    color: white;
    border-radius: 30px;
    padding: 6px 26px 6px 26px;
    transition: all .3s;
}
.btn-readmore {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FB7A6200 0%, #F2295B00 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
 
}
.btn-readmore:hover {
    color: #0061ff !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    border-color: #ffffff;
}
.btn-action-1 {
    background-image: linear-gradient(220deg, #bc0000 0%, #f2295b 100%);
}
.btn-action-1:hover {
    background-image: linear-gradient(220deg, #fb7a62 0%, #fa0068 100%);
	color: white !important;
}
ul.header-contact {
    display: flex;
    list-style: none;
    margin: 0;
}
ul.header-contact li {
    color: white;
    margin-right: 15px;
	font-size: 14px;
}
ul.header-contact li i {
    background: #203ba4;
    padding: 7px;
    border-radius: 99px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
}

a.button.header-button {
    padding: 7px 25px;
    background-color: transparent;
    background-image: linear-gradient(220deg, #bc0000 0%, #f2295b 100%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

a.button.header-button:hover {
    background-color: transparent;
    background-image: linear-gradient(220deg, #fa0068 0%, #fb7a62 100%);
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3);
}
tfoot a {
    background: linear-gradient(220deg, #bc0000 0%, #f2295b 100%);
    padding: 7px 15px;
    border-radius: 10px;
    color: white;
    display: inline-block;
}
tfoot a:hover {
    background-image: linear-gradient(220deg, #fb7a62 0%, #fa0068 100%);
    color: white !important;
}

tfoot td {
    padding: 10px;
}
/* css footer */
.cta-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.cta-box {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cta-box a {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    margin: 10px;
    padding: 10px;
    background: white;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.16);
    transition: background 0.3s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    width: 100%;
    color: #000;
}
.cta-box:hover a {
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
    color: white;
    background: #0066c5;
}
.cta-box img {
    flex: 0 0 60px;
    max-width: 60px;
}
.cta-content {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
section.bnix-before-footer {
    padding: 30px 0;
}

.cta-content span {
    line-height: 1.3;
}

.cta-content span:first-child {
    font-weight: 700;
    font-size: 22px;
}
.partner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-box img {
    width: 100%;
    max-width: calc(25% - 20px);
    object-fit: contain;
    height: 110px;
    border: 1px solid #e8e8e8;
    margin: 10px;
    padding: 10px;
    background: white;
}

section.partner-footer {
    padding: 50px 0;
    background: #1b1aa1;
}

section.partner-footer h2 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
}
.middle-footer {
    display: flex;
    align-items: flex-start;
}
.contact-area {
    flex: 0 0 30%;
}

.map-area {flex: 0 0 30%;}

.menu-area {
    flex: 0 0 40%;
}

.middle-footer, .middle-footer h3,  .middle-footer a {
    color: white;
}

ul.footer-contact-list {
    list-style: none;
    margin-left: 0;
}

ul.footer-contact-list li {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 200;
}

ul.footer-contact-list i {
    margin-right: 10px;
    width: 15px;
}

.middle-footer h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

ul.footer-menu-items {
    list-style: none;
    margin-left: 0;
}

.bnix-footer a.btn-action-1 {
    max-width: 250px;
    margin-top: 15px;
}

.footer-top-box {
    padding: 55px 75px 35px 82px;
    /* border-radius: 10px; */
    margin: -80px auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
    background: white;
    box-shadow: 6px 0px 50px 0px rgba(7.999999999999972, 0, 63, 0.05);
    max-width: 95%;
    width: 100%;
    /* margin-top: -85px; */
}

section.bnix-footer > div {
    position: relative;
    max-width: 1290px;
}

.content-left p {
    margin: 0;
}

section.bnix-footer {
    padding-bottom: 50px;
    padding-top: 70px;
}

.footer-top-box h2, .footer-top-box p {
    color: white;
}
ul.footer-menu-items li a {
    font-size: 14px;
    font-weight: 100;
}
.menu-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
}
.map-area iframe {
    border-radius: 10px;
	margin-top: 0;
}
h3.bnix-name {
    font-size: 18px;
    line-height: 1.5;
}
.footer-left-box .col-inner {
    display: flex;
    color: white;
    align-items: center;
}

.footer-left-box .col-inner p {
    font-size: 14px;
}

.footer-left-box img {
    object-fit: contain;
    padding-right: 15px;
    border-right: 1px solid;
    margin-right: 15px;
    max-width: 150px;
}

section.bottom-footer {
    padding: 15px 0;
}

.bottom-footer .site-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-footer .site-container p {
    margin: 0;
}
.bnix-social a {
    color: white;
    margin-left: 10px;
    border-radius: 99px;
    border: 2px solid;
    width: 38px;
    display: inline-block;
    height: 38px;
    text-align: center;
    padding: 5px;
}
.contact-area {
    padding: 0 20px;
}
/* end css footer */
@media screen and (min-width: 541px) {
	.hide-desktop {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.middle-footer {
		display: flex;
		flex-direction: column;
	}

	.menu-area {
		padding: 0 20px;
		margin: 30px 0;
	}

	.map-area {
		flex: 0 0 100% !important;
		width: 100%;
		padding: 0 20px;
	}

	.map-area p {
		width: 100% !important;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.contact-area {
		flex-basis: 50%;
	}

	.middle-footer {display: flex;flex-wrap: wrap;}

	.menu-area {
		flex-basis: 50%;
	}

	.map-area {
		flex-basis: 100%;
	}

	.menu-block {
		padding-right: 10px;
	}
	p.copyright {
		text-align: center;
	}
	.footer-right-box {
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.footer-top-box {
		padding: 20px;
		flex-direction: column;
		max-width: 100%;
	}

	.middle-footer {
		flex-direction: column;
	}
	.bottom-footer .site-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-left-box {
		margin-bottom: 15px;
	}

	.footer-left-box .col-inner {
		display: flex;
		flex-direction: column;
	}

	.footer-left-box img {
		margin-bottom: 15px;
		border: none;
		margin-right: 0;
	}

	section.bottom-footer {
		padding: 30px 0;
	}
	.hide-mobile {
		display: none !important;
	}
	.cta-box {
		flex: 0 0 100%;
	}

	.partner-box img {
		max-width: calc(50% - 10px);
		margin: 5px;
		height: 75px;
	}
	.contact-area {
		padding: 0;
	}
.tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.host-tab-link {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-right: 5px;
	background: #f9f9f9;
}
.host-tab-link.active {
	background: #fff;
	border-top: 2px solid #0073aa;
}
.host-tab-container {
	background: #fff;
}
.host-tab-content {
	display: none;
}
.host-tab-content.active {
	display: block;
}
.tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.host-tab-link {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-right: 5px;
	background: #f9f9f9;
}
.host-tab-link.active {
	background: #fff;
	border-top: 2px solid #0073aa;
}
.tab-container {
	background: #fff;
}
.host-tab-content {
	display: none;
}
.host-tab-content.active {
	display: block;
}
ul.tabs.host-prices-tab {
    border: none;
    padding-left: 0;
}

ul.tabs.host-prices-tab li {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    border-radius: 1.75rem;
    height: 100%;
    position: relative;
    border: 2px solid #f05243;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 20px;
    margin-right: 10px;
}
ul.tabs.host-prices-tab li.active {
    border-color: #f05243;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    box-shadow: 0 8px 30px rgba(35, 59, 226, .1);
    color: white;
}
ul.tabs.host-prices-tab li img {
    width: 48px;
    height: 48px;
}
h3.hostplan__name {
    color: #f05243;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.22;
    font-size: 22px;
}

li.host-tab-link.active h3 {
    color: white;
}
li.host-tab-link.active img {
    filter: invert(1) brightness(11);
}
ul.tabs.host-prices-tab {
    display: flex;
    justify-content: center;
}
.host-price-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    align-items: end;
}

@media (min-width: 600px) {
    .host-price-box  {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .host-price-box  {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.hostplan-item__label {
    position: relative;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    border: 1.5px solid #f05243;
    border-radius: .75rem .75rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: general-normal, sans-serif;
    border-bottom: none;
    transition: .3s;
}

.host-item-box {
    padding: 5px;
}
.hostplan-item__content {
    background: #fff;
    border-radius: 1.75rem;
    padding: 24px 20px;
    height: 100%;
    position: relative;
    border: 2px solid #f05243;
    align-items: flex-end;
}
.feature-box.hostplan-item__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hostplan__name {
    color: #f05243;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.22;
    font-size: 22px;
}
.hostplan-item__content span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hostplan__tags {
    font-size: 16px;
    /* margin-bottom: 14px; */
    color: #2d3748;
}
.hostplan__cost {
    font-weight: 600;
    font-size: 28px;
}
.hostplan__save {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hostplan__save .save-percent_bg {
    background: #f6f6f9;
}
.hostplan__save .save-percent {
    color: #f05243;
    font-size: 16px;
    padding: 10px;
    border-radius: .75rem;
}
.hostplan__save .old-cost {
    color: #cbd5e0;
    text-decoration: line-through;
    font-size: 18px;
}
.hostplan__config ul {
    padding-left: 30px;
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    min-height: 240px;
}
.hostplan__config li {
    font-size: 13px;
    line-height: 1.2;
    font-family: general-normal, sans-serif;
    color: #4a5568;
    margin-bottom: 13px;
    position: relative;
    list-style: none;
}
.hostplan__config li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -25px;
    color: #00c063;
}
.feature-box.hostplan-item__content li:before {
    color: #dfb044;
}
.hostplan__btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.theme-btn {
    display: inline-block;
    min-width: 200px;
    padding: 15px;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    color: #fff;
    text-align: center;
    font-family: general-normal, sans-serif;
    font-weight: 600;
    border-radius: .5rem;
    line-height: 22px;
    border: 1.5px solid transparent;
    transition: .3s;
    cursor: pointer;
}
.theme-btn:hover {
    background: 0 0;
    color: #f05243;
    border: 1.5px solid;
}
.hostplan__renew {
    font-size: 14px;
    color: #aeb0ca;
    padding-top: 10px;
}
#host-slider .hostplan-item__content {
    margin-top: 47px;
}

#host-slider .feature-box.hostplan-item__content {
    margin-top: 0;
}

.splide__arrow svg {
    fill: white;
}
.splide__arrow--prev {
	left: -2.2em;
}
.splide__arrow--next {
	right: -2.2em;
}
@media screen and (min-width: 1024px) {
#host-slider span.hostplan__tags {
    /* min-height: 51px; */
}
}
@media screen and (max-width: 768px) {
	.splide__arrow--prev {
		left: 1em;
	}
	.splide__arrow--next {
		right: 1em;
	}
	ul.tabs.host-prices-tab {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	ul.tabs.host-prices-tab img {
		display: none;
	}

	ul.tabs.host-prices-tab li {flex: 1 1 47%;padding: 10px;border-radius: 5px;border-width: 1px;}

	ul.tabs.host-prices-tab h3 {
		margin: 0 !important;
		padding: 0;
	}
}
@media screen and (max-width: 540px) {
    .ss-table {
        overflow-x: auto;
    }
	table.bss {
		width: auto;
	}
	  .bss td {
        min-width: 170px !important;
    }
}