
/*
h1 36px
h2 26px
h3 22px
*/

@font-face {
  font-family: 'SuperHost Header';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/Baystar-Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Paypal Italic */
@font-face {
  font-family: 'SuperHost Open Italic Bold';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/PayPalOpen-BoldItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/superhost2025/asset/font/SuperHost/SuperHost-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body, html, main {
    min-height: 100vh;
    min-width: 320px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #474747;
	letter-spacing: 0;
    font-size: 17px;
    line-height: 1.5;
    background: #f7f7f7;
    font-weight: 300;
	font-family: 'SuperHost Open', sans-serif;
	margin: 0;
}

#superhost-mobile-menu, #superhost-mobile-notice {
    display: none;
}

.aligncenter {
    text-align: center;
    width: 100% !important;
}

.wp-caption-text {
    font-size: small;
    padding: 10px 0;
}

.wrapper-tag a {
    background: #12409E;
    color: #FFF;
    padding: 5px 10px;
}

.content img {
    max-width: 500px;
}

.wrapper-tag a:hover {
    color: #FFF;
    background: #335BAB;
}

.wrapper-tag {
    display: flex;
    align-content: center;
    align-items: center;
}

.p-header-linecolor {
        --tw-gradient-from: #0073ec;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 115, 236, 0));
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        height: 4px;
    }

.p-header-linecolor-red {
    --tw-gradient-from: #D50013;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 115, 236, 0));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    height: 4px;
}

.p-header-linecolor-blue {
    --tw-gradient-from: #0073ec;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 115, 236, 0));
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        height: 4px;
}

.super {
    color: #D50013;
    font-weight: 900;
}


.host {
    font-style: italic;
    font-weight: 900;
    color: #0a3fa0;
    font-family: 'SuperHost Open Italic Bold', sans-serif;
}


.h2, h2 {
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 0;
    color: #231f20;
	font-size: 26px;
}

.h1, h1 {
	font-weight: bold;
	letter-spacing: 0;
	margin: 0px;
	color: #231f20;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 1.5;
}

.h3, h3 {
	color: #231f20;
	font-weight: bold;
	font-size: 22px;
}

.h4, h4 {
    color: #231f20;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}

a:hover {
	text-decoration: none;
	color: #12409E;
}

a {
	color: #12409E;
	cursor: pointer;
}

.fw-h1-100 {
	font-family: 'SuperHost Open', sans-serif;
	font-weight: 100;
}


section.superhost-main {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

header.superhost-header {
    background: #fff;
    width: 100%;
    position: sticky;
    min-width: 320px;
    z-index: 10000;
    top: -40px;
    right: 0;
    left: 0;
}

section.superhost-main.hover-effect:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 31, 32, .8);
    pointer-events: none;
    z-index: 3;
    transition: opacity .3s ease-in-out .15s;
}

header .superhost-subheader {
    background-color: #FFF;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

header .superhost-subheader-left {
    display: flex;
    height: 100%;
    align-items: center;
}

header .superhost-subheader-left .link {
    height: 100%;
    font-size: 13px;
    color: #555;
    padding: 0 10px;
    display: flex;
    align-items: center;
    transition: opacity .3s;
    font-weight: 400;
}

.hover-link {
  background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #474747 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.hover-link:before {
  content: "";
  background: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.hover-link:hover {
  background-position: 0;
}

.hover-link:hover::before {
  width: 100%;
}

.hover-link-client {
  background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #474747 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.hover-link-client:before {
  content: "";
  background: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.hover-link-client:hover {
  background-position: 0;
}

.hover-link-client:hover::before {
  width: 100%;
}

header .superhost-subheader-right .client {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}


nav#superhost-menu-desk-header {
	background: #0A3FA0;
    height: 60px;
    transition: background-color .3s ease-in-out;
}

nav#superhost-menu-desk-header .superhost-navigation-panel{
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    padding: 0;
}

nav#superhost-menu-desk-header .superhost-navigation-panel .logo {
    display: inline-block;
    position: relative;
    outline: 0;
	margin-top: -12px;
}

nav#superhost-menu-desk-header .superhost-navigation-panel .logo-img {
    display: flex;
    align-items: center;
	margin-left: 20px;
    margin-right: 15px;
}

nav#superhost-menu-desk-header .superhost-navigation-panel .logo-img  img {
	height: 50px;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul {
    list-style: none;
    display: flex;
    height: 100%;
	margin: 0px;
	padding: 0px;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item {
    height: 100%;
	color: #FFF;
    #position: relative;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item > a, nav#superhost-menu-desk-header ul .nav-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    font-size: 17px;
    line-height: 17px;
	position: relative;
    padding-right: 30px;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item > a {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item > span {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:has(.content-menu) > span::after {
    right: 15px;
    bottom: 35%;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #999;
    border-style: solid;
    border-width: 0 0 6px 6px;
}


nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:hover {
	background: #FFFFFF;
	transition: background-color .3s;
	color: #333;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:hover > span {
	color: #12409E;
	font-weight: 400;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:hover > a {
	color: #12409E;
	font-weight: 400;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item.active > span {
	color: #12409E;
	font-weight: 400;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item.active {
    background: #FFFFFF;
    transition: background-color .3s;
    color: #333;
}

nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:hover .content-menu {
	color: #333;
}

nav#superhost-menu-desk-header .content-menu {
	width: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    padding: 1px 10px 10px;
    max-height: calc(100vh - 100px);
    z-index: 99;
    
	color: #333;
	
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

/*
nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-item:hover .content-menu {
	opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
*/

nav#superhost-menu-desk-header .nav-item.active .content-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


nav#superhost-menu-desk-header > .superhost-navigation-panel > ul .nav-sub-content {
	display: inline-flex;
    justify-content: center;
	height: 200px;
}

nav#superhost-menu-desk-header .sub-content-item {
	display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
    width: 200px;
    justify-content: center;
}

nav#superhost-menu-desk-header .sub-content-item:hover {
	cursor: pointer;
}

/*
nav#superhost-menu-desk-header .sub-content-item:hover span::after {
    right: 20px;
    content: "»";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #999;
}
*/

nav#superhost-menu-desk-header .sub-content-item img {
	height: 64px;
}

nav#superhost-menu-desk-header .sub-content-item span {
	font-weight: bold;
	padding-top: 10px;
}

nav#superhost-menu-desk-header  .sub-content-item-text {
	list-style: none;
	padding: 20px 0;
	text-align: left;
	width: 300px;
}

nav#superhost-menu-desk-header  .sub-content-item-text ul {
	padding: 0px;
	list-style: disc;
}


/*
nav#superhost-menu-desk-header  .sub-content-item-text ul li:hover a:after  {
	right: 20px;
    content: "»";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #999;
}
*/
nav#superhost-menu-desk-header .additional {
    display: flex;
    flex-direction: column;
    width: 100%;
}

nav#superhost-menu-desk-header .additional .special {
    width: 100%;
    margin-top: 50px;
    display: flex;
	border-top: 1px solid #EEE;
}

nav#superhost-menu-desk-header .additional .special-card {
    display: flex;
    flex: 1;
    padding: 20px 30px;
    background-color: #fff;
    margin-right: 1px;
	align-items: center;
}

nav#superhost-menu-desk-header .additional .special-card-info {
    display: flex;
    flex-direction: column;
	padding-left: 20px;
}

nav#superhost-menu-desk-header .additional .special-card-info a {
    font-weight: 600;
    color: #d50013cc;
	line-height: 1.5;
}

nav#superhost-menu-desk-header .additional .special-card-info .desc {
    font-weight: 400;
    color: #474747;
	line-height: 1.5;
	font-size: 15px;
}

nav#superhost-menu-desk-header .nav-footer {
	background: #f7f7f7;
	border-radius: 5px;
}



nav#superhost-menu-desk-header .nav-footer .ask span:before {
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(71, 71, 71, .1);
}

nav#superhost-menu-desk-header .nav-footer .ask {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
	font-weight: 600;
    line-height: 1.2857142857rem;
    color: #777;
    padding: 10px;
	font-size: 12px;
}

nav#superhost-menu-desk-header .nav-footer
{
	width: 100%;
    margin-top: 1px;
    background-color: #f7f7f7;
    padding: 20px 0px;
    display: flex;
}

nav#superhost-menu-desk-header .nav-footer a
{
    font-weight: 600;
    line-height: 1.2857142857rem;
    color: #777;
    padding: 10px;
	font-size: 12px;
}

/*Slogan Section*/
.superhost-slogan {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
	background-color: #fff;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2026/01/hero-bg-scaled.png);
}

.superhost-slogan .superhost-slogan-img {
    position: absolute;
    width: 35%;
    left: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url(/wp-content/uploads/2026/01/digi-world.webp);
    background-size: auto calc(100% - 50px);
    background-repeat: no-repeat;
    animation: spin 40s linear infinite;
    background-position: center;
}

.superhost-slogan .container {
    display: flex;
    align-items: center;
	padding-left: 60px;
}

.superhost-slogan .head {
    padding: 100px 0;
}

.superhost {
    line-height: 1;
}

.superhost-slogan .description {
    font-style: normal;
    font-family: 'SuperHost Open', sans-serif;
    color: #474747;
	line-height: 1.5;
    margin-bottom: 45px;
	letter-spacing: 0.5px;
	font-weight: 300;
	position: relative;
	isolation: isolate;
	z-index: 0;
	padding: 0 10px;
}

.superhost-slogan .description::after {
    content: "";
    position: absolute;
    inset: 0;            /* thay cho top/left/width/height */
    background: linear-gradient(hsla(0, 0%, 100%, 0), #ffffff);
    border-radius: 10px;
    z-index: -1;         /* nằm dưới chữ */
}

.superhost-slogan .head {
    z-index: 1;
    width: 50%;
    display: flex;
	padding: 100px 0;
    flex-direction: column;
}

.superhost-slogan .h1 {
	max-width: 600px;
    background-image: linear-gradient(90deg, #2C77FC 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.superhost-slogan p {
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    display: inline-block;
    max-width: 500px;
}

.superhost-slogan .controls {
    display: flex;
    flex-direction: row;
}

.superhost-slogan .controls .btn-hosting {
    margin-right: 5px;
}

.superhost-slogan .controls .btn-vps {
    margin-right: 30px;
}

.sph-btn-primary {
    display: flex;
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #FFF;
    font-size: 17px;
    background: #0070ba;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-weight: bold;
}

.sph-btn-primary:hover {
	background: #0C5FA4;
	color: #FFF;
}

.sph-btn-primary.arrow:hover::before{border-left-color: #0C5FA4;}

.sph-btn-primary.arrow::before {
    transition: border-left-color .3s ease-in-out, color .3s ease-in-out;
    width: 0;
    right: 0;
    height: 0;
    top: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 12px solid #0070ba;
    color: #fff;
    position: absolute;
    content: "";
    transform: translateX(calc(100% - 1px));
    transform: translate(calc(100% - 1px), -.5px);
}



.sph-btn-primary-light {
    display: flex;
    align-items: center;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #231f20;
    font-size: 17px;
	font-weight: 600;
    background: #fff;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.sph-btn-primary-light.arrow::before {
    transition: border-left-color .3s ease-in-out, color .3s ease-in-out;
    width: 0;
    right: 0;
    height: 0;
    top: .5px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 10px solid #fff;
    color: #fff;
    position: absolute;
    content: "";
    transform: translateX(calc(100% - 1px));
    transform: translate(calc(100% - 1px), -.5px);
}

.sph-btn-secondary {	
	display: flex;
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #231f20;
    font-size: 17px;
    background: #ededed;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
	font-weight: bold;
}

.sph-btn-secondary:hover {
	background: #c8c8c8;
	color: #231f20;
}

/*End Slogan Section*/


/*Domain Section Index*/
.superhost-dmain {
	padding-top: 30px;
}

.superhost-dmain .recommended-domains {
	display: flex;
    flex-wrap: wrap;
	justify-content: start;
}

.superhost-dmain .recommended-domains .recommended-domain {
	margin-right: 15px;
	display: flex;
}

.superhost-dmain .recommended-domains .recommended-domain .tld {
	font-size: 20px;
	color: #1e1e1e;
    font-weight: 700;
}

.superhost-dmain .recommended-domains .recommended-domain .tld:after {
	height: 3.6px;
	width: 36px;
	background-color: #ffcd02;
    border-radius: 0 2.4px 2.4px 0;
    content: "";
    display: inline-block;
    flex-shrink: 0;
}

.superhost-dmain .recommended-domains .recommended-domain .domain-price {
	font-size: 20px;
}

.superhost-dmain .superhost-content-dmain {
	background: radial-gradient(at center center, #FFFFFF 0%, #DDECFF 100%);
	padding-top: 73px;
    padding: 50px;
}

#progressCheckDomain {
	vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
}

/*End Domain Section Index*/

/*Slider Section*/
.simple-slide img {
	width: 100%;
}

.superhost-slider {
	padding-top: 30px;
}

.superhost-slider .slide-button {
    cursor: pointer;
    background-color: #33333361;
    border: none;
    padding: 5px;
    border-radius: 50%;
    margin: 0 2px;
}

.superhost-slider .slide-button.active {
    background-color: #333333cc;
    color: #fff;
}

.superhost-slider .slides-btn-center {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}

.superhost-slider .slider-nav.next {
    right: 10px;
}

.superhost-slider .simple-slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.superhost-slider .slider-nav.prev {
    left: 10px;
}

.superhost-slider .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3333336b;
    color: #fff;
    border: none;
    padding: 15px;
}

.superhost-slider .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.superhost-slider .simple-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.superhost-slider .slides {
    cursor: grab;
}

.superhost-slider .slides:active {
    cursor: grabbing;
}

/*End Slider Section*/

/*About Section*/
.superhost-about {
	padding-top: 30px;
}

.superhost-about .advantage-card {
    padding: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    color: #474747;
    height: 100%;
    position: relative;
}

.superhost-about .advantages {
    margin: 0;
}

.superhost-about .advantage-card .image
{
	margin-right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.superhost-about .advantage-card.global .image {
    background-image: url(/wp-content/uploads/2026/01/data-center-2.png);
}


.superhost-about .advantage-card.support .image {
    background-image: url(/wp-content/uploads/2026/01/data-center-1.png);
}

.superhost-about .advantage-card.experience .image {
    background-image: url(/wp-content/uploads/2026/01/quality.png);
}

.superhost-about .advantage-card.customers .image {
    background-image: url(/wp-content/uploads/2026/01/male-customer.png);
}

/*About Section*/


/*Services Section*/

.superhost-services .plan-types-card {
    background-color: #fff;
    padding: 30px;
    display: flex;
    height: 100%;
}

.superhost-services .plan-types-card h2 {
	margin-top: 0px;
	line-height: 1;
}

.superhost-blue {
    background-image: linear-gradient(90deg, #2C77FC 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.superhost-red {
    background-image: linear-gradient(90deg, #D50013 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.superhost-services .col {
    margin-top: 30px;
}

.superhost-services .plan-types-card .data {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.superhost-services .plan-types-card .data .desc, .superhost-services .plan-types-card .data .title {
    margin-bottom: 20px;
}

.superhost-services .plan-types-card .data .controls {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.superhost-services .plan-types-card .data .controls .price {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.superhost-services .plan-types-card .data .controls .price .option {
    margin-bottom: 5px;
}

.superhost-services .plan-types-card .image {
    width: 130px;
    min-width: 130px;
    max-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
}


.superhost-services .plan-types-card.vps .image-hosting {
    background-image: url(/wp-content/uploads/2026/01/database.png);
}

.superhost-services .plan-types-card.vps .image-vps {
    background-image: url(/wp-content/uploads/2026/01/data-center-4.png);
}

.superhost-services .plan-types-card.vps .image-email {
    background-image: url(/wp-content/uploads/2026/01/email.png);
}

.superhost-services .plan-types-card.vps .image-server {
    background-image: url(/wp-content/uploads/2026/01/database-1.png);
}

/*End Services Section*/

/*Offers Section*/
.superhost-offers {
	background-color: #231f20;
	margin-top: 60px;
	position: relative;
}

.superhost-offers .plans-wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}
.superhost-offers .plans-wrapper .container {
	padding: 0 45px;
}

.superhost-offers .desc {
    display: block;
    max-width: 640px;
    margin-bottom: 20px;
	color: rgba(255,255,255,.5);
	font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
	font-size: 17px;
    font-stretch: normal
}

.superhost-offers .superhost-offer-tabs__nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}

.superhost-offers ul {
    list-style: none;
}

.superhost-offers .superhost-offer-tabs__nav-item {
    display: flex;
    margin-bottom: 0;
    margin-right: 1px;
}

.superhost-offers .superhost-offer-tabs__nav-item:first-child a {
    border-radius: 3px 0 0 3px;
}

.superhost-offers .superhost-offer-tabs__nav-item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.superhost-offers .superhost-offer-tabs__nav-item:last-child a {
    border-radius: 0 3px 3px 0;
}

.superhost-offers .superhost-offer-tabs__nav-item--selected .superhost-offer-tabs__nav-link {
    background-color: #fff;
    color: #231f20;
}

.superhost-offers .superhost-offer-tabs__nav-link {
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .1);
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer;
    min-height: 40px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    text-align: center;
    width: auto;
	line-height: 1.5;
}

.superhost-offers .plans-wrapper .container .image {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url(/wp-content/uploads/2026/01/special.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 0;
}

.superhost-offers .item-plans-list {
	padding-left: 0px;
}

.services-list-item-container {
    display: flex;
}

.services-plans-list {
	background: 0 0;
    padding: 0;
	display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.services-plans-list .services-list-item {
	flex-wrap: nowrap;
	padding: 0;
	display: flex;
    min-height: 80px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .05);
    border-radius: 3px;
	z-index: 1;
	position: relative;
}

.item-plans-list .services-list-item-container.main {
        width: 70%;
        flex: unset;
}

.item-plans-list .services-list-item-cell.title {
        padding-left: 30px;
        width: 30%;
}

.services-plans-list .services-list-item-cell.title>.main {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    color: #231f20;
    font-stretch: normal;
    width: 80%;
}

.services-plans-list .services-list-item-cell.title>span {
    margin: 0 0 5px;
    width: 100%;
}

.services-plans-list .services-list-item-cell.title>.main a {
    transition: color .3s ease-in-out;
}

.services-plans-list .services-list-item-cell.title>span:last-child {
    margin-bottom: 0;
}

.services-plans-list .services-list-item-cell.title>.additional {
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    color: #8b7b7f;
    text-transform: uppercase;
    vertical-align: baseline;
}

.item-plans-list .services-list-item-cell.cpu {
	width: 20%;
}

.item-plans-list .services-list-item-cell.price del {
	color: cadetblue;
}

.item-plans-list .services-list-item-cell.price bdi {
	font-weight: bold;
}
	
.item-plans-list .services-list-item-cell.cpu:before, .item-plans-list .services-list-item-cell.ram:before {
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 20px;
	width: 1px;
	background: rgba(71, 71, 71, .1);
}

.services-list-item-cell .type {
    display: inline-block;
    min-width: 75px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #8b7b7f;
	font-size: 11px;
}

.item-plans-list .services-list-item-cell .value {
    margin-bottom: 4px;
	font-weight: 500;
}

.item-plans-list .services-list-item-cell.ram {
	width: 15%;
}

.item-plans-list .services-list-item-cell.drive {
	width: 25%;
}

.item-plans-list .services-list-item-cell.os {
    width: 15%;
}

.item-plans-list .services-list-item-cell.os img {
    width: 23px;
}

.services-list-cards-item .labels .platform img {
    width: 23px;
}

.item-plans-list .services-list-item-container.additional {
	width: 30%;
	flex: unset;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.services-plans-list .services-list-item-cell.title {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.item-plans-list .services-list-item-cell {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    position: relative;
	flex-direction: column-reverse;
}

.item-plans-list .services-list-item-cell.controls {
	min-width: 150px;
	width: auto;
	padding-right: 30px;
	align-items: end;
}

.item-plans-list .services-list-item-cell.price {
	display: flex;
    align-items: end;
    justify-content: center;
    width: auto;
    margin: 0;
    flex: 1;
    flex-direction: column-reverse;
}

.item-plans-list .services-list-item-cell.price .type {
	text-align: right;
}

.superhost-offers .plans-wrapper .more-details-link {
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: normal;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .1);
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer;
    min-height: 40px;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	z-index: 1;
    position: relative;
}

.superhost-offers .plans-wrapper .more-details-link:hover {
    background: rgba(255, 255, 255, .3);
}

.superhost-offer-plans-wrapper {
  transition: opacity 0.3s ease-in-out;
  opacity: 1; /* Mặc định là ẩn */
}

.superhost-offer-plans-wrapper.fade-in {
  opacity: 1; /* Khi hiển thị, cho hiệu ứng fade in */
}

/*End Offers Section*/

/*Info Section*/
.superhost-info {
	padding-top: 50px;
}

.superhost-info h3 {
	margin: 20px 0;
}

.superhost-info .head {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.superhost-info i.support {
    background-image: url(/wp-content/uploads/2026/01/number-1-2.png);
}

.superhost-info i.transport {
    background-image: url(/wp-content/uploads/2026/01/shipment.png);
}

.superhost-faq i.faq {
    background-image: url(/wp-content/uploads/2026/01/question.png);
}

.superhost-info i {
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}

.superhost-info h2 {
    margin: 0 0 20px;
	line-height: 1;
}

.superhost-info .controls {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.superhost-info .controls a {
    margin-right: 5px;
}
/*End Info Section*/



/*FAQ Section*/
.superhost-faq {
	padding-top: 50px;
}

.superhost-faq h3 {
	margin: 20px 0;
}

.superhost-faq .head {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.superhost-faq i.support {
    background-image: url(https://ishosting.com/images/advantages/heads/support.svg);
}

.superhost-faq i {
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}

.superhost-faq h2 {
    margin: 0 0 20px;
	line-height: 1;
}

.superhost-faq .controls {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.superhost-faq .controls a {
    margin-right: 5px;
}

.faq-container {
      margin: 0 auto;
	  background: #FFF;
	  margin-bottom: 20px;
}
.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-question {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.faq-question::after {
    right: 40px;
    content: "»";
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent transparent rgb(153, 153, 153);
}

.faq-question:hover {
  color: #007BFF;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 17px;
  color: #555;
  padding: 0 10px;
}
.faq-answer.open {
  padding: 0 10px 10px 10px;
  max-height: 100%;
}
 
/*End FAQ Section*/

/* Blog Section */
.superhost-blog {
	background: #FFFFFF;
	margin-top: 30px;
	padding: 20px 0;
}

.superhost-blog .head {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
	margin-bottom: 20px;
}

.superhost-blog i.support {
    background-image: url(https://ishosting.com/images/advantages/heads/support.svg);
}

.superhost-blog i {
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.superhost-blog .blog-post-card {
    height: 100%;
}

.superhost-blog .blog-post-card {
    background: #F7F7F7;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.superhost-blog .blog-post-card img {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .03));
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
	aspect-ratio: 1.78;
	object-fit: cover;
}

.superhost-blog .blog-post-card .blog-post-card-body {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    height: 100%;
}

.superhost-blog .blog-post-card .blog-post-card-title {
    transition: color .3s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-top: 0px;
	line-height: 1.5;
}

.superhost-blog .blog-post-card .blog-post-card-options {
    display: flex;
    font-size: .9285714286rem;
    line-height: 1.4285714286rem;
    color: rgba(71, 71, 71, .5);
    margin-top: auto;
}

.superhost-blog .controls {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}
/* End Blog Section */

/* VPS Section */

/* End VPS Section */

.superhost-slogan.vps .head {
	width: 100%;
	padding: 30px 0 75px;
}

/* Footer Section */

.superhost-footer {
	background: #F9F9F9;
	padding: 50px 0;
	margin-top: 30px;
}

.superhost-footer nav > ul {
	list-style: none;
	display: flex;
	padding: 0px 15px;
}

.superhost-footer .footer-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.superhost-footer .footer-col strong {
    color: #8b7b7f;
    font-weight: 600;
    margin-bottom: 10px;
	display: inline-block;
}

.superhost-footer .footer-col .footer-item {
	padding: 0px;
	list-style: none;
	padding-left: 20px;
}

.superhost-footer .footer-col .footer-item li {
    position: relative;
}

.superhost-footer .footer-col .footer-item a {
    padding: 5px 0;
    color: #474747;
    font-weight: 300;
    display: inline-block;
    transition: color .3s;
    width: 100%;
}

.superhost-footer .footer-col .footer-item a:hover {
    text-decoration: underline;
}

.superhost-footer .logo-container {
	padding-top: 30px;
}

.superhost-footer .logo-container h3 {
    line-height: 1.5;
}

.superhost-footer .social-container {
	padding-top: 30px;
	text-align: right;
}

.superhost-footer .logo-container img {
	width: 100px;
}

.superhost-footer .social-container img {
	height: 64px;
}

.superhost-footer .logo-container p {
    color: #474747;
    font-size: 13px;
    display: inline-block;
    transition: color .3s;
    width: 100%;
	margin: 0px;
	font-weight: 300;
}


.superhost-footer .footer-privacy-nav ul.menu {
	display: flex;
    margin-top: 0;
    margin-bottom: 0px;
    flex-direction: row;
    list-style: none;
	padding: 0px;
}

.superhost-footer .footer-privacy-nav ul.menu li {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.superhost-footer .footer-privacy-nav a {
    display: inline-block;
    color: #474747;
	font-size: 12px;
    line-height: 1.2857142857rem;
    font-weight: 600;
    width: 100%;
	padding: 10px;
}

.superhost-footer .social-media {
    margin-top: 20px;
    text-align: right;
}
/* End Footer Section */

/* Big About Section */
.superhost-big-about {
    background: #f7f7f7;
    padding-top: 30px;
    min-height: 430px;
}

.superhost-default-page {
    background: #FFF;
    padding-top: 30px;
    min-height: 430px;
    padding-bottom: 30px;
}

.superhost-default-page h2 {
    background-image: linear-gradient(90deg, #2C77FC 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.superhost-default-page-top {
    position: relative;
}

.superhost-default-page-top img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.superhost-default-page-top h1 {
    position: absolute;
    color: #FFFFFF;
    margin-left: 30px;
    bottom: 30px;
    background-image: linear-gradient(90deg, #D50013 0%, #FFFFFF 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.superhost-big-about .advantages-head {
    padding: 30px 30px 20px;
    background: #fff;
}

.superhost-big-about .advantages-head .title {
    display: flex;
    flex-direction: column;
}

.superhost-big-about .advantages-head h2 {
    max-width: 750px;
	margin-top: 0px;
}

.superhost-big-about .advantages .stats-item {
    padding: 20px 30px 30px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.superhost-big-about .numberinfo {
	margin: 0px;
}

.superhost-big-about .advantages .stats-item-value {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.superhost-big-about .advantages .stats-item-value {
    font-weight: bold;
    letter-spacing: 0;
    color: #231f20;
    font-size: 36px;
}

.superhost-big-about .advantages .adv {
    padding: 20px 30px 30px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.superhost-big-about .advantages .adv-head {
    display: flex;
    flex-direction: column;
}

.superhost-big-about .advantages .adv .head-icon.performance {
    background-image: url(/wp-content/uploads/2026/01/performance.png);
}

.superhost-big-about .advantages .adv .head-icon.emailsetup {
    background-image: url(/wp-content/uploads/2026/02/emailsetup.png);
}

.superhost-big-about .advantages .adv .head-icon.emailnavi {
    background-image: url(/wp-content/uploads/2026/02/navigation-1.png);
}

.superhost-big-about .advantages .adv .head-icon.emailbackup {
    background-image: url(/wp-content/uploads/2026/02/mail-out.png);
}

.superhost-big-about .advantages .adv .head-icon.emailinbox {
    background-image: url(/wp-content/uploads/2026/02/inbox.png);
}

.superhost-big-about .advantages .adv .head-icon.emailphone {
    background-image: url(/wp-content/uploads/2026/02/electronics.png);
}

.superhost-big-about .advantages .adv .head-icon.emaildevice {
    background-image: url(/wp-content/uploads/2026/02/email-1.png);
}

.superhost-big-about .advantages .adv .head-icon.emailupgrade {
    background-image: url(/wp-content/uploads/2026/02/upload.png);
}

.superhost-big-about .advantages .adv .head-icon.quickly {
    background-image: url(/wp-content/uploads/2026/02/customer.png);
}

.superhost-big-about .advantages .adv .head-icon.speedactive {
    background-image: url(/wp-content/uploads/2026/02/speed.png);
}

.superhost-big-about .advantages .adv .head-icon.dnscontrol {
    background-image: url(/wp-content/uploads/2026/02/dns.png);
}

.superhost-big-about .advantages .adv .head-icon.datasecurity {
    background-image: url(/wp-content/uploads/2026/02/data-security.png);
}

.superhost-big-about .advantages .adv .head-icon.automatic {
    background-image: url(/wp-content/uploads/2026/02/automatic.png);
}

.superhost-big-about .advantages .adv .head-icon.approval {
    background-image: url(/wp-content/uploads/2026/02/approval.png);
}

.superhost-big-about .advantages .adv .head-icon.fullkey {
    background-image: url(/wp-content/uploads/2026/02/fullkey.png);
}

.superhost-big-about .advantages .adv .head-icon.ram {
    background-image: url(/wp-content/uploads/2026/02/ram-memory.png);
}

.superhost-big-about .advantages .adv .head-icon.license {
    background-image: url(/wp-content/uploads/2026/01/bond.png);
}

.superhost-big-about .advantages .adv .head-icon.support {
    background-image: url(/wp-content/uploads/2026/01/support.png);
}

.superhost-big-about .advantages .adv .head-icon.customerservice {
    background-image: url(/wp-content/uploads/2026/02/customer-service.png);
}

.superhost-big-about .advantages .adv .head-icon.datatransfer {
    background-image: url(/wp-content/uploads/2026/02/data-transfer.png);
}

.superhost-big-about .advantages .adv .head-icon.computer {
    background-image: url(/wp-content/uploads/2026/02/computer.png);
}

.superhost-big-about .advantages .adv .head-icon.kvm {
    background-image: url(/wp-content/uploads/2026/02/navigation.png);
}

.superhost-big-about .advantages .adv .head-icon.profile {
    background-image: url(/wp-content/uploads/2026/02/profile.png);
}

.superhost-big-about .advantages .adv .head-icon.antiddos {
    background-image: url(/wp-content/uploads/2026/02/antiddos.png);
}

.superhost-big-about .advantages .adv .head-icon.freedomain {
    background-image: url(/wp-content/uploads/2026/01/domain.png);
}

.superhost-big-about .advantages .adv .head-icon.backup {
    background-image: url(/wp-content/uploads/2026/01/data-recovery.png);
}

.superhost-big-about .advantages .adv .head-icon.speed {
    background-image: url(/wp-content/uploads/2026/01/internet.png);
}

.superhost-big-about .advantages .adv .head-icon.cpanel {
    background-image: url(/wp-content/uploads/2026/01/panel.png);
}

.superhost-big-about .advantages .adv .head-icon.security {
    background-image: url(/wp-content/uploads/2026/01/data-security.png);
}

.superhost-big-about .advantages .adv .head-icon.ssl {
    background-image: url(/wp-content/uploads/2026/01/security.png);
}

.superhost-big-about .advantages .adv .head-icon.system {
    background-image: url(/wp-content/uploads/2026/01/data-center.png);
}

.superhost-big-about .advantages .adv .head-icon.dashboard {
    background-image: url(/wp-content/uploads/2026/01/interface.png);
}

.superhost-big-about .advantages .adv .head-icon.confirm {
    background-image: url(/wp-content/uploads/2026/01/quality-assurance.png);
}

.superhost-big-about .advantages .adv .head-icon.t072011 {
    background-image: url(/wp-content/uploads/2026/02/072011.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t032012 {
    background-image: url(/wp-content/uploads/2026/02/032012.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t052014 {
    background-image: url(/wp-content/uploads/2026/02/052014.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t072016 {
    background-image: url(/wp-content/uploads/2026/02/072016.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t102016 {
    background-image: url(/wp-content/uploads/2026/02/102016.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t122016 {
    background-image: url(/wp-content/uploads/2026/02/122016.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t012017 {
    background-image: url(/wp-content/uploads/2026/02/012017.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t072017 {
    background-image: url(/wp-content/uploads/2026/02/072017.png);
    min-width: 250px;
    min-height: 64px;
}

.superhost-big-about .advantages .adv .head-icon.t022026 {
    background-image: url(/wp-content/uploads/2026/02/022026.png);
    min-width: 250px;
    min-height: 64px;
}


.abouticon {
    align-items: center;
}

.superhost-big-about .advantages .head-icon {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    background-size: 100% 100%;
    display: block;
}
/* End Big About Section */

/* SuperHost VPS Plan Section */
.superhost-service-plans-section {
	padding-top: 30px;
}

.superhost-services .plan-types-card .prohosting {
    background-image: url(/wp-content/uploads/2026/01/security-1.png);
}

.superhost-services .plan-types-card .superhosting {
    background-image: url(/wp-content/uploads/2026/01/rocket.png);
}

.superhost-service-plans-section .title-block {
    background-color: #fff;
    padding: 30px 30px 20px;
}

.superhost-service-plans-section .title-block .superhost-offer-tabs__nav {
	display: inline-flex;
	align-items: center;
    border-radius: 3px;
}

.superhost-service-plans-section .title-block .superhost-offer-tabs__nav .superhost-offer-tabs__nav-item--selected {
	background-color: #D50013;
}

.superhost-service-plans-section .title-block .superhost-offer-tabs__nav .superhost-offer-tabs__nav-item--selected .superhost-offer-tabs__nav-link {
	color: #FFF;
}

.superhost-service-plans-section .title-block .superhost-offer-tabs__nav .superhost-offer-tabs__nav-link {
	padding: 10px 15px;
    background-color: rgba(71, 71, 71, .1);
    transition: background-color .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
    cursor: pointer;
}

.superhost-service-plans-section .title-block p {
    max-width: 100%;
}

.superhost-service-plans-section .vps-plans-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.services-list-cards {
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
}

.services-list-cards .row {
    margin: 0 -5px;
    padding: 5px 10px;
}

.superhost-service-plans-section ul {
    list-style: none;
	padding: 0px;
}

.services-list-cards-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .05);
    border-radius: 3px;
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.services-list-cards-item form {
    width: 100%;
    margin-bottom: 0px;
}

.services-list-cards-item .title {
    font-style: normal;
    font-weight: 600;
    color: #231f20;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
	font-size: 24px;
}

.services-list-cards-item .labels {
    display: flex;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 15px;
	font-size: 10px;
	align-items: center;
}

.services-list-cards-item .labels .location {
    position: relative;
    padding-right: 15px;
    color: #8B7B7F;
    font-weight: normal;
}

.services-list-cards-item .labels .platform:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    transform: translateY(-50%);
    width: 1px;
    background-color: rgba(71, 71, 71, .1);
}

.services-list-cards-item .labels .platform {
    padding-left: 15px;
    position: relative;
    color: #8B7B7F;
    font-weight: normal;
}

.services-list-cards .ish--row .col, .services-list-cards .ish--row .ish--col, .services-list-cards .ish--row [class^=col-], .services-list-cards .row .col, .services-list-cards .row .ish--col, .services-list-cards .row [class^=col-] {
    padding: 5px;
}

.services-list-cards-item .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}

.services-list-cards-item .price .value {
    font-style: normal;
    font-weight: 600;
    color: #231f20;
    margin-right: 2px;
	font-size: 36px;
	line-height: 1;
}

.services-list-cards-item .price .period {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(71, 71, 71, .5);
	font-size: 10px;
}

.services-list-cards-item .specs {
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
	padding: 0;
}

.services-list-cards-item .specs-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    border-top: 1px solid rgba(35, 31, 32, .05);
}

.services-list-cards-item .specs-item:hover {
    background: rgba(35, 31, 32, .05);
}

.services-list-cards-item .specs-item .value {
    font-style: normal;
    color: #474747;
    font-size: 15px;
}

.services-plans-wrapper .capabilities  img {
    width: 48px;
}

.services-list-cards-item .specs-item:nth-child(1) .value, .services-list-cards-item .specs-item:nth-child(2) .value, .services-list-cards-item .specs-item:nth-child(3) .value {
    font-weight: bold;
}

.services-list-cards-item .specs-item .type {
    font-style: normal;
    color: #8b7b7f;
    margin-left: 10px;
	font-size: 11px;
}

.services-list-cards-item .controls {
    width: 100%;
    margin-bottom: 10px;
}

.services-list-cards-item .controls .sph-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	width: 100%;
}

.services-list-cards-item .tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding: 0px;
}

.services-list-cards-item .tags-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: rgba(71, 71, 71, .1);
    margin-right: 2px;
    margin-bottom: 2px;
}

.services-list-cards-item .tags-item:hover {
    background: aquamarine;
}

.services-list-cards-item .tags-item span {
    font-style: normal;
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
	font-size: 11px;
}

.superhost-service-plans-section .capabilities {
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    padding: 20px 0 30px;
    background: rgba(255, 255, 255, .5);
}

.superhost-service-plans-section .capabilities .head {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.superhost-service-plans-section .capabilities.domain-contract {
    margin-right: 15px;
    margin-left: 15px;
}

.superhost-service-plans-section .domain-contract .capability {
    position: relative;
}

.superhost-service-plans-section .domain-contract .capability:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: linear-gradient(hsl(0deg 62.7% 39.69% / 0%), #fff);
}

.superhost-service-plans-section .domain-contract .apps-viewmore-attr {
    text-align: center;
}

.superhost-service-plans-section .domain-contract .capability.clear-before:before {
    z-index: -1;
}


.superhost-service-plans-section .capabilities h2 {
    margin-bottom: 20px;
	line-height: 1.5;
}

.superhost-service-plans-section .capabilities .data {
    padding: 0 30px 20px;
}

.superhost-service-plans-section .capabilities p {
    max-width: 640px;
}

.superhost-service-plans-section .capabilities .footer {
    display: flex;
    flex-direction: column;
}

.superhost-service-plans-section .capabilities .wrapper {
    background-color: #f7f7f7;
    border-top: 1px solid #f7f7f7;
}

.superhost-service-plans-section .capabilities .wrapper .capability {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    gap: 10px;
}

.superhost-service-plans-section .capabilities .wrapper .capability .title {
    font-weight: 700;
    letter-spacing: 0;
    color: #231f20;
    display: block;
    margin-bottom: 5px;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item-cat.category {
    padding: 10px 10px 10px;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item-cat.category .title {
    font-style: normal;
    color: #8b7b7f;
    margin: 0;
	font-size: 20px;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item.category .title {
    font-style: normal;
    color: #8b7b7f;
    margin: 0;
	font-size: 17px;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item-title {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    color: #474747;
    font-stretch: normal;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list.other .list-item:nth-child(2n) {
    background: rgba(71, 71, 71, .05);
}

.superhost-service-plans-section .capabilities .wrapper .capability .list.other .list-item img {
    width: 32px;
    cursor: pointer;
}

.superhost-service-plans-section .capabilities .wrapper .capability .list-item-data {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    color: #474747;
    font-stretch: normal;
    padding-left: 15px;
    text-align: left;
}


.superhost-service-plans-section .capabilities .wrapper .capability .list-item::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.superhost-service-plans-section .title .label.success {
    color: #048930;
    background-color: #f3f9f5;
	border-radius: 0px;
	font-size: 17px;
}

.superhost-service-plans-section .prices {
	display: grid;
	margin-bottom: 10px;
	width: 100%;
    position: relative;
}

.superhost-service-plans-section .prices label span {
	color: #626262;
}

.superhost-service-plans-section .prices label .showprice-downpercent {
    font-size: x-small;
    font-weight: 100;
}

.showprice_folder
{
	position: absolute;
    right: 0;
	cursor: pointer;
	color: #8b7b7f;
	font-weight: normal;
	font-size: 11px;
	background: #f5f5f5;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.superhost-service-plans-section .hideprice
{
	display: none;
}

.superhost-service-plans-section input[type="radio"] {
  --s: 16px; /* control the size */
  --c: #d70000; /* the active color */

  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s) / 8) solid #939393;
  padding: calc(var(--s) / 8);
  background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0
    no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s) / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  margin: 0px;
  outline: none;
}
.superhost-service-plans-section input[type="radio"]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
  outline: none;
}

.superhost-service-plans-section input[type="radio"]:disabled {
  background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
  opacity: 0.5;
  cursor: not-allowed;
}


.superhost-service-plans-section label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
  cursor: pointer;
}

.superhost-service-plans-section .bestseller {
	background: #ccc;
}

/* End SuperHost VPS Plan Section */

/* Click Contact Section */

.superhost-contact-plans-section {
	padding-top: 30px;
}

.superhost-contact-plans-section .info {
    display: flex;
    padding: 30px;
    gap: 30px;
    background-color: #fcc237;
    align-items: center;
}

.superhost-contact-plans-section .info i {
    width: 150px;
    min-width: 150px;
    height: 150px;
    background-size: 100% 100%;
    background-image: url(/wp-content/uploads/2026/01/help.png);
    animation: spin 40s linear infinite;
}

.superhost-contact-plans-section .info .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.superhost-contact-plans-section .info .data p {
    max-width: 640px;
    color: #231f20;
}

.superhost-contact-plans-section .info .actions {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* End Click Contact Section */

/* Table Compare */
.superhost-tbl-compare {
	background: #eeeeee73;
    padding: 50px 0;
}

.superhost-tbl-compare .superhost-services .col {
	margin-top: 0px;
}

.superhost-tbl-compare table tr td:nth-child(1) {
	font-weight: bold;
	text-align: center;
	color: #474747;
}

.superhost-tbl-compare table tr td {
	text-align: center;
	color: #8B7B7F;
	padding: 10px;
	vertical-align: inherit;
	font-size: small;
}

.superhost-tbl-compare .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 20px;
	text-align: center;
}

.superhost-tbl-compare .table-responsive {
	background: #FFF;
}

.superhost-tbl-compare .head {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.superhost-tbl-compare i.compare {
    background-image: url(/wp-content/uploads/2026/02/compare.png);
}

.superhost-tbl-compare i.packages {
    background-image: url(/wp-content/uploads/2026/01/parachute.png);
}

.superhost-tbl-compare i {
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}

.superhost-tbl-compare td {
    border-top: 1px solid #eeeeee99 !important;
}

.superhost-tbl-compare h3 {
    margin: 20px 0;
}
.superhost-tbl-compare .attr-list {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.pricing-table {
            display: flex;
            justify-content: space-around;
            border: 1px solid #ddd;
            margin: 20px 0;
        }
        .pricing-column {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            width: 200px;
        }
        .pricing-column h3 {
            background-color: #f5f5f5;
            padding: 10px;
            margin: 0;
            border-bottom: 1px solid #ddd;
        }
        .pricing-column ul {
            list-style: none;
            padding: 0;
            margin: 10px 0;
        }
        .pricing-column ul li {
            padding: 5px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .pricing-column ul li:last-child {
            border-bottom: none;
        }
/* End table compare */

/*Archive Section*/
.superhost-archive {
	background: #FFF;
}

.superhost-archive .head {
	width: 100%;
    padding: 30px 0 0 0;
}

.article-row {
    display: flex;
    border-bottom: 1px #dfdfdf dashed;
    padding: 20px 0;
    margin: 0;
}

.article-row img {
    max-height: 120px;
    float: left;
    margin: 0px 8px 0 0;
    width: 200px;
    border-radius: 3px;
    border: 1px #dfdfdf solid;
    object-fit: cover;
}

.article-row p {
    max-height: 36px;
    display: block;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    margin: 0px;
    text-align: justify;
    color: #7d7d7d;
}

.article-desc {
    display: flex;
    flex-direction: column;
}

.article-row h3 {
	margin: 10px 0px;
}


.article-related {
    display: flex;
    border-bottom: 1px #dfdfdf dashed;
    padding: 20px 0;
    margin: 0;
}

.article-related img {
    height: 60px;
    float: left;
    margin: 0px 8px 0 0;
    width: 80px;
    border-radius: 3px;
    border: 1px #dfdfdf solid;
    object-fit: cover;
}

.article-related p {
    max-height: 36px;
    display: block;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    margin: 0px;
    text-align: justify;
    color: #7d7d7d;
}

.article-desc {
    display: flex;
    flex-direction: column;
}

.article-related h3 {
	margin: 10px 0px;
}
/*End Archive Section*/

/*Single Content*/
.superhost-single-content {
	background: #FFF;
}

.superhost-single-content .head {
	width: 100%;
    padding: 30px 0 0 0;
}

/*End Single Content*/


/* Assets */

.specs img {
    height: 16px;
    margin-right: 5px;
}

sub {
    bottom: 0.75em;
}

.highlight {
   box-shadow: rgb(75 75 181 / 44%) 0px 30px 60px -12px, rgb(0 12 255 / 55%) 0px 18px 36px -18px;
  transition: background-color 0.5s ease;
}

.location img {
    width: 32px;
}

.price_ori_none {
	display: none;
}

.price_ori {
	
}

.price_per {
	background: antiquewhite;
    padding: 0 10px;
    border-radius: 5px;
    margin-left: 10px;
	font-weight: 600;
}

.price_strike {
	text-decoration: line-through;
    color: cadetblue;
    font-size: small;
}

.text-under {
	color: rgba(71, 71, 71, .5);
}

.wrapper-btn-page {
	padding: 20px;
    text-align: center;
}

.sph-btn-secondary-page {
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #231f20;
    font-size: 17px;
    background: #ededed;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-weight: bold;
	margin: 0 10px;
}

.currentpage-btn {
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #231f20;
    font-size: 17px;
    background: #ddd;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-weight: bold;
}


.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
	margin-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.breadcrumb {
	background-color: unset;
	padding: 0px;
}

.breadcrumb>li {
	padding: 0 5px;
}

.breadcrumb>li+li:before {
	content: "";
	padding: 0px;
}

.breadcrumb span {
	color: #ccc;
}

.breadcrumb-item {
	font-size: 14px;
}

.line-50px {
    border-bottom: 1px solid #eee;
    padding-top: 50px;
}

.line-30px {
    border-bottom: 1px solid #eee;
    padding-top: 30px;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes spin {
    from {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}


.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.text-white {
    color: #fff;
}

.text-caption {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 0.8;
    color: #8b7b7f;
}

.text-md {
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    color: #474747;
    font-stretch: normal;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.margin-doc-5 {
	margin: 5px 0;
}

.padding-doc-5 {
	padding: 5px 0;
}

.padding-left-4 {
    padding-left: 4px;
}

.left-to-right-blue {
    --tw-gradient-from: #0073ec;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 115, 236, 0));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    height: 1px;
}

.bold {
	font-weight: bold;
}

.up-to-down-blue {
    width: 1px;
    --tw-gradient-to: #fff;
    --tw-gradient-from: #0073ec;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 191, 201, 0));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    top: 3rem;
    right: 0;
    bottom: 0;
    position: absolute;
}

.row.gap-1>* {
    padding-right: .5px;
    padding-left: .5px;
    margin-top: 1px;
}

.col-bellow {
	margin-top: 30px;
}

.hidden-items {
    display: none;
}

.sub-content-item {
  background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.sub-content-item:before {
  content: "";
  background: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.sub-content-item:hover {
  background-position: 0;
}

.sub-content-item:hover::before {
  width: 100%;
}

.superhost-navigation-panel {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://superhost.vn/wp-content/uploads/2023/04/bgheader2023.png);
    background-position: center 37%;
    background-size: cover;
    background-repeat: no-repeat;
}

.superhost-navigation-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://superhost.vn/wp-content/uploads/2023/04/bgheader2023.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.sub-content-item-text li a:hover {
    text-decoration: underline;
}

.sub-content-item-text li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
}

.sub-content-item-text li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/01/right-arrow.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 11px;
}

.sub-content-item-text strong {
    font-weight: 700;
    background: linear-gradient(to right, #FDCF2B, #12409E);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200% 100%;
    animation: gradient-animation 5s linear infinite;
    padding: 10px 0;
}

.desc_menu {
    font-size: 12px;
    color: aquamarine;
    background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #777 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-card img {
    width: 48px;
}

.logo-container ul {
    padding: 0 20px;
}

.logo-container li {
    list-style: none;
    position: relative;
}

.logo-container li::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 5px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.social-media img {
    width: 32px;
}

.superhost-faq img {
    width: 100%;
}


.superhost-picture {
    background-image: url(/wp-content/uploads/2026/01/bgsuperhost.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding: 150px;
    border-radius: 2rem;
    position: relative;
}

#counter {
    position: relative;
}

.superhost-picture:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000090;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 2rem;
    }

.superhost-picture .counter-value
{
    text-align: center;
    font-size: 65px;
    color: #FFF;
    font-weight: 900;
    line-height: 1;
}

.superhost-picture .textundercounter
{
    text-align: center;
    font-size: 18px;
    color: #FFF;
}

.content h2 {
    background-image: linear-gradient(90deg, #D50013 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content h1 {
    background-image: linear-gradient(90deg, rgb(44, 119, 252) 0%, rgb(51, 51, 51) 36%);
    background-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Popup*/
.superhost-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.superhost-popup-overlay:target {
    display: flex;
}

.superhost-popup-bg {
    position: absolute;
    inset: 0;
    cursor: default;
}

.superhost-popup-box {
    background: #fff;
    width: 100%;
    max-width: 700px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    animation: superhostPopupFade 0.25s ease;
    margin: 15px;
    max-height: calc(100vh - 120px); /* không vượt quá màn hình */
    overflow-y: auto; 
}

.superhost-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 24px;
    text-decoration: none;
    color: #aaa;
}

.superhost-popup-close:hover {
    color: #000;
}

.superhost-popup-box h2 {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 26px;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
}

.superhost-popup-form input,
.superhost-popup-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 0;
    border-bottom: 1px solid #999;
}

.superhost-popup-row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}


.superhost-popup-row input {
    width: 100%;
    background: #F4F4F4;
    border: 0;
    border-bottom: 1px solid #999;
}

#sh-city-search, #sh-ward-search {
    width: 100%;
}

.superhost-upload-wrap{
  display:flex;
  gap:10px;
  margin-bottom:10px;
}

.superhost-upload-cover {
  width:64px;
  height:64px;
  border:2px dashed #ccc;
  border-radius: 5px;
  cursor:pointer;
  text-align:center;
  position:relative;
  overflow:hidden;
  background:#fafafa;
  padding: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.superhost-btn-submit-cccd {
    display: flex;
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #FFF;
    font-size: 17px;
    background: #0070ba;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 50px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-weight: bold;
}

.superhost-upload-form
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.superhost-upload-box
{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width:64px;
    height:64px;
}

.superhost-upload-box span{
  font-size:42px;
  color:#999;
  line-height:80px;
  display:block;
}

input.superhost-upload-hidden {
    display: none;
}

.superhost-upload-box small{
  font-size:7px;
  color:#666;
}

.superhost-upload-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius: 3px;
}

.superhost-upload-box:hover{
  border-color:#0073aa;
}

.superhost-upload-wrap-none {
    display: none;
}

.superhost-upload-text {
    font-size: small;
}

.superhost-popup-form input:focus, .superhost-popup-form textarea:focus {
    border: 0px;
    border-bottom: 1px solid #12409E;
    outline: none;
    box-shadow: none;
}

.superhost-popup-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.sh-select {
  position: relative;
  width: 100%;
}
.sh-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999;
  display: none;
}
.sh-dropdown div {
  padding: 8px;
  cursor: pointer;
}
.sh-dropdown div:hover {
  background: #f0f0f0;
}

.superhost-popup-loading {
    display: flex;
    padding: 10px;
    justify-content: center;
}

.superhost-popup-form-message {
    color: #333;
    font-weight: normal;
    background: #EEE;
    padding: 5px;
    text-align: left;
}

.superhost-loading {
    display: none;
    width: 32px;
    height: 32px;
    border: 2px solid #12409E;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-left: 8px;
    animation: superhostSpin 0.7s linear infinite;
}

@keyframes superhostSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.superhost-popup-form.superhost-loading-state 
.superhost-loading {
    display: inline-block;
}

.superhost-popup-form.superhost-loading-state 
.superhost-btn-text {
    opacity: 0.6;
}

.superhost-popup-form.superhost-loading-state 
#superhost-submit-btn {
    pointer-events: none;
    opacity: 0.7;
}

.superhost-popup-box ul {
    list-style: none;
    padding: 0px;
}

.superhost-popup-box ul li img {
    width: 32px;
}

.superhost-popup-box ul li {
    font-size: small;
}

.superhost-upload-note {
    font-size: small;
    position: relative;
}

/* Animation */
@keyframes superhostPopupFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/*End Popup*/

.footer-col .footer-item li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 10px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.capability ul li {
    position: relative;
}

.capability .list-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
	border-radius: 999px;
    background-color: red;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.capability .list-item:hover::after {
    transform: scaleX(1);
}

.services-list-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
	border-radius: 999px;
    background-color: red;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.services-list-item:hover::after {
    transform: scaleX(1);
}

@keyframes gradient-animation{
        0% {
    background-position: 200% 0;
        }
100% {
    background-position: -200% 0;
        }
}

@keyframes fdiLight {
30%, 100% {
    opacity: 0;
    left: 120%;
}
0% {
    opacity: 0;
}
20% {
    opacity: .8;
}
}

.superhost-slogan .superhost-hosting-img {
    position: absolute;
    width: 35%;
    left: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url(/wp-content/uploads/2026/01/superhost-global.png);
    background-size: auto calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.superhost-slogan .superhost-hosting-img:after
{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: 100px;
    transform: rotate(45deg);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    -webkit-animation: fdiLight 2s infinite ease-in-out;
    animation: fdiLight 2s infinite ease-in-out;
    opacity: .5;
    z-index: 1;
    left: 0px;
}

.icon-add-cart {
  color: #908185;   /* màu bình thường */
  transition: 0.2s;
}

.icon-add-cart:hover {
  fill: #FFF;   /* màu khi hover */
  color: #D3001D;
}

.list-item-cart a {
    display: flex;
}

.sph-btn-with-mail {
    display: flex;
    align-items: center;
    font-family: 'SuperHost Open', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #8b7b7f;
    font-size: small;
    background: #ededed;
    position: relative;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
}

.moneyback-badge {
    background-image: linear-gradient(90deg, rgba(10, 63, 160, 1) 0%, rgba(215, 0, 0, 1) 100%);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
    position: relative;
    padding-bottom: 23px;
    margin-top: 30px;
    overflow: hidden;
}

.moneyback-badge:after {
    content: "";
    position: absolute;
    display: block;
    right: -30px;
    top: -30px;
    background-image: url(/wp-content/uploads/2026/01/money-back-badge.webp);
    background-size: 100%;
    width: 255px;
    height: 255px;
}


.moneyback-badge .title {
    padding: 25px 20px 25px 60px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.moneyback-badge .text {
    padding: 15px 40px 15px 60px;
    background: url(/wp-content/uploads/2026/01/band-brown.svg) 100% no-repeat;
    background-size: auto 100%;
    font-size: 18px;
    color: #fff0a9;
    max-width: 750px;
    margin-right: 200px;
}


.moneyback-badge .link a
{
    color: gray;
    font-size: small;
    /* text-decoration: underline; */
    border-bottom: 1px dashed rgba(0, 0, 0, .4);
    border-color: gray;
    
}

.moneyback-badge .title br {
    display: none;
}

.replynow {
    color: cadetblue;
    font-size: 10px;
}

ul.superhost-promotion-register {
    width: 100%;
}

.superhost-promotion-register li {
    position: relative;
    color: #8b7b7f;
    font-size: small;
    border-bottom: 1px solid #EEE;
    padding: 5px 20px;
}

.superhost-promotion-register li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    background: url(/wp-content/uploads/2026/01/gift.png) center center / contain no-repeat;
}


.hover-span {
  background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #474747 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.hover-span:before {
  content: "";
  background: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

.hover-span:hover {
  background-position: 0;
}

.hover-span:hover::before {
  width: 100%;
}

.services-list-cards-item.wdc {
    position: relative;
}

.services-list-cards-item.wdc:after {
    content: "";
    position: absolute;
    display: block;
    right: 20px;
    top: -7px;
    background-image: url(/wp-content/uploads/2026/01/feature.png);
    background-size: 100%;
    width: 90px;
    height: 89px;
}

.price_cycle {
    color: cadetblue;
    font-size: small;
}

.superhost-fullcolor {
    background-image: linear-gradient(to right, #FDCF2B, #A40064 50%, #12409E 50%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.superhost-dealtoday {
    padding-left: 20px;
}

.superhost-dealtoday li {
    position: relative;
}

.superhost-dealtoday li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 5px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.superhost-domain-register {
    border: 1px solid silver;
    padding: .35em .625em .75em;
    width: 100%;
    
    border-radius: 3px;
    border-color: #DDD;
}

.superhost-domain-register legend
{
    font-size: small;
    margin-bottom: 0;
    border-bottom: 0;
    width: auto;
    padding: 0 5px !important;
}

.superhost-popup-form input[name="title"] {
    font-weight: bold;
}

.superhost-upload-box.has-image span.plus{
  display:none;
}

.sh-input-wrap {
  position: relative;
  width: 100%;
}

.sh-input-wrap input {
  width: 100%;
  padding-right: 42px; /* chừa chỗ cho nút */
}

.sh-input-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
    background: #999;
    color: #fff;
    cursor: pointer;
    font-size: x-small;
}

.sh-input-btn:hover {
  background: #5848d8;
}

.superhost-payment-quick-qr {
    width: 128px;
}

.superhost-payment-quick ul li {
    font-size: small;
    margin-bottom: 0px;
    align-items: flex-start;
    width: 100%;
}

.superhost-payment-quick ul {
    margin-bottom: 0;
    flex-direction: column;
}

.superhost-payment-quick
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.superhost-payment-quick-price .quick-note {
    font-style: italic;
    color: #1071B8;
}
.superhost-popup-box h2 p {
    font-size: x-small;
}

.superhost-payment-quick-price .superhost-quick-li {
    padding-left: 13px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.superhost-payment-quick-price .superhost-quick-li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
    left: -3px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.superhost-payment-quick-price {
    position: relative;
}

    
.superhost-payment-quick-downqr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.superhost-payment-quick-downqr button
{
    background: transparent;
    border: 0;
    font-size: small;
    text-decoration: underline;
}

.superhost-toggle-btn-cover {
    display: none;
}

.superhost-payment-quick-fieldset {
    border: 1px solid silver;
    padding: 0 10px;
    width: 100%;
    border-radius: 3px;
    border-color: #DDD;
    margin-bottom: 10px;
}

.superhost-payment-quick-fieldset legend {
    font-size: small;
    margin-bottom: 0;
    border-bottom: 0;
    width: auto;
    padding: 0 5px !important;
    font-weight: bold;
}

.superhost-payment-quick-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.superhost-upload-note:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
    width: 1px;
    background-color: rgba(71, 71, 71, .1);
}

.superhost-contact-list {
    display: flex;
    justify-content: space-around;
}

.superhost-contact-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.superhost-payment-quick-price .quick-total {
    font-weight: bold;
    color: #D50013;
}

.superhost-contact-icon {
    display: flex;
    flex-direction: column;
}

.superhost-payment-quick-payment-method {
    display: flex;
    justify-content: space-between;
}

.superhost-payment-quick-price-info .superhost-quick-li {
    padding-left: 13px;
    position: relative;
    display: flex;
    justify-items: start;
}

.superhost-payment-quick-price-info .superhost-quick-li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
    left: -3px;
    background: url(/wp-content/uploads/2026/01/right-arrow.png) center center / contain no-repeat;
}

.superhost-no-display {
    display: none;
}

.domain-contract .head img {
    width: 48px;
}

.services-list-item .domainname img {
    width: 24px;
}

.swiper img {
    width: 100%;
}

.mySwiper {
    margin-top: 30px;
}

.superhost-qr-profile {
    text-align: center;
    padding: 30px;
}

.superhost-qr-profile img {
    width: 200px;
}

.vanbanphaply a {
    font-weight: bold;
}


.newspromo_cover {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px 0;
}

.newspromo_item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
    overflow: hidden;
}

.newspromo_item img {
    width: 100%;
}

.superhost-promo-home {
    padding-top: 30px;
}

.popup-news-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup-news-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup-news-content {
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 90px !important;
}

.popup-news-title {
    padding: 0 20px;
}

.popup-news-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    background: #FFF;
    border: 3px solid #333;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 1;
}

.popup-news-header {
    position: relative;
    height: auto;
    max-height: 600px;
}

.popup-news-body {
    padding: 0 20px;
}



.popup-news-content h2 {
    background-image: linear-gradient(90deg, #D50013 0%, #333 36%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popup-news-overlay.show .popup-news-content {
    transform: scale(1);
    opacity: 1;
    margin: 0 auto;
}

.superhost-contact-form {
    display: flex;
    justify-content: center;
}

.notice-item h5 {
    color: #FFF !important;
    margin-top: 0px;
    font-weight: normal;
}

.notice-item p {
    margin-bottom: 0px;
}

.superhost-blue-white {
    background-image: linear-gradient(90deg, #2C77FC 0%, #fdfdfd 60%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* End Assets */

@media (max-width: 576px) {
    .popup-news-content {
        max-height: 70vh;
    }

    .content img {
        max-width: 100%;
    }
        
    .article-row p {
        padding-top: 5px;
    }
    
    .article-desc h4 {
        margin: 0;
        font-size: large;
        font-weight: 100;
        line-height: 1.2;
    }
    
    .article-row {
        flex-direction: column;
    }
    
    .article-row img {
        max-height: 200px;
        width: 100%;
    }
    
    .content h1 {
        font-size: 25px;
    }
    
    .content ul {
        padding-left: 20px;
    }
    
    .superhost-default-page-top h1 {
        font-size: 20px;
        bottom: 0;
        margin-left: 10px;
    }
    
    .services-plans-list .services-list-item-cell.title>.additional {
        text-align: right;
    }
    
    .superhost-promo-home {
        padding-top: 10px;
    }
    
    .superhost-tbl-compare .table-responsive {
        border: 0px;
    }
    
    .item-plans-list .services-list-item-cell.os {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    
    .superhost-service-plans-section .capabilities .wrapper .capability {
        grid-template-columns: 1fr;
        padding: 20px 0px;
    }
    
    .superhost-contact-plans-section .info {
        flex-direction: column;
    }
    
    .superhost-service-plans-section .capabilities .wrapper .capability .list-item-data {
        text-align: left;
        padding-left: 15px;
    }
    
    .superhost-slogan .superhost-hosting-img {
        display: none;
    }
    
    .superhost-big-about .advantages-head h2 {
        line-height: 1.5;
    }

    .superhost-payment-quick-qr {
        width: 120px;
    }
    
    .superhost-contact-icon {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: flex-end;
    }
    
    .superhost-payment-quick-group {
        display: flex;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
        padding: 10px 0;
        gap: 0;
    }
    
    .superhost-payment-quick-downqr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .superhost-upload-form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .moneyback-badge .title br {
        display: block;
    }

    
    .moneyback-badge .title span {
        font-size: smaller;
    }
    
    .moneyback-badge .title {
        font-size: 24px;
        padding: 25px 120px 25px 30px;
    }

    .moneyback-badge .text {
        padding: 15px 30px;
        margin-right: 20px;
        font-size: 16px;
    }
    
    .moneyback-badge:after {
        right: -20px;
        top: -20px;
        width: 170px;
        height: 170px;
    }
    
    header .superhost-subheader {
        display: none;
    }
    
    header.superhost-header {
        top: 0;
    }
    
    nav#superhost-menu-desk-header > .superhost-navigation-panel > ul {
        display: none;
    }
    
    nav#superhost-menu-desk-header .superhost-navigation-panel {
        justify-content: center;
    }
    
    nav#superhost-menu-desk-header .superhost-navigation-panel .logo-img {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    #superhost-mobile-menu {
        padding: 25px 10px;
        width: 60px;
        height: 0;
        z-index: 1000;
        position: absolute;
        left: 0;
        display: block;
    }
    
    #superhost-mobile-menu > label {
    display: inline-block;
    cursor: pointer;
    position: absolute;
        top: 15px;
        left: 15px;
    }
    
    #superhost-mobile-menu > label span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px 0;
        background: #fff;
        border-radius: 3px;
        transition: 0.3s ease;
    }
    
    /* Khi checked */
    #superhost-mobile-menu input:checked ~ label span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    #superhost-mobile-menu input:checked ~ label span:nth-child(2) {
        opacity: 0;
    }
    
    #superhost-mobile-menu input:checked ~ label span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    #superhost-mobile-menu input:checked ~ ul
    {
      transform: none;
    }

    #superhost-mobile-menu input {
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
    }
    
    #superhost-mobile-menu-nav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 50px 20px 20px 20px;
        transform: translateX(-100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 999;
        overflow-y: auto;
        backdrop-filter: blur(3px);
        background-color: #FFFFFF3D;
    }
    
    .superhost-sub-menu li:last-child {
        border-bottom: none;
    }
    
    #superhost-mobile-menu-nav > .superhost-blur > li:last-child {
        border-bottom: none;
        background: #3333339e;
    }
    
    #superhost-mobile-menu-nav > .superhost-blur > li:last-child a {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    
    #superhost-mobile-menu-nav li {
        padding: 0;
        transition-delay: 2s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-color: rgb(255 255 255 / 15%);
        list-style: none;
    }
    
    .superhost-sub-menu li:last-child {
        border-bottom: none !important;
    }
    
    #superhost-mobile-menu-nav li a {
        padding: 10px 0px 10px 0;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        display: block;
        text-align: left;
    }
    
    .superhost-sub-menu li a {
        font-size: 15px;
        font-weight: 400 !important;
    }
    
    .superhost-blur {
        background-color: #000000cf;
        box-shadow: 0px 0px 10px 0px rgba(34.999999999999986, 39.99999999999992, 148, 0.1);
        border-style: solid;
        border-width: 0;
        border-color: #FFFFFF36;
        border-radius: 15px;
        padding: 10px;
        max-height: 700px;
        overflow: auto;
    }
    
    .superhost-parent-menu input {
        display: none;
    }
    
    .superhost-sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        padding-left: 15px;
        
    }
    
    .superhost-parent-menu input:checked ~ .superhost-sub-menu {
        max-height: 500px;
    }
    
    .superhost-parent-menu label {
        display: block;
        cursor: pointer;
        color: #FFF;
        padding: 10px 0px;
        margin: 0;
    }
    
    .superhost-parent-menu label::after {
        content: "▾";
        float: right;
        transition: transform 0.5s ease;
    }
    
    .superhost-parent-menu input:checked + label::after {
        transform: rotate(180deg);
    }
    
    .superhost-sub-menu li a {
        display: inline-flex;
        align-items: center;
    }

    .superhost-sub-menu li a::before {
        content: "▸";
        margin-right: 6px;
        font-size: 14px;
        opacity: 0.7;
    }
    
    #superhost-mobile-notice {
        padding: 25px 10px;
        width: 60px;
        height: 0;
        z-index: 1000;
        position: absolute;
        right: 0;
        display: block;
    }
    
    #superhost-mobile-notice input {
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
    }
    
    #superhost-mobile-notice > label {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    #superhost-mobile-notice input:checked ~ ul {
        transform: none;
    }
    
    #superhost-mobile-notice-nav {
        position: fixed;
        top: 60px;
        left: auto;
        right: 0;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 20px;
        /*background-color: #000000cf;*/
        backdrop-filter: blur(3px);
		background-color: #FFFFFF3D;
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 999;
        overflow-y: auto;
    }
    
    .notice-item {
        margin-bottom: 10px;
        color: #FFF;
    }
    
    #main-notice-input:checked + label svg {
    fill: #fff;
    }
    
    .superhost-slogan .superhost-slogan-img {
        display: none;
    }
    
    .superhost-slogan .container {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }
    
    .superhost-slogan .head {
        width: 100%;
        flex-direction: column;
        padding: 30px 0;
    }
    
    .superhost-slogan .controls {
        flex-direction: column;
    }
    
    .superhost-slogan .h1 {
        font-size: 26px;
    }
    
    .superhost-slogan .description {
        margin-bottom: 30px;
    }
    
    .superhost-slogan .controls .btn-hosting {
        margin-right: 0px;
    }
    
    .superhost-slogan .controls .btn-vps {
        margin-right: 0px;
    }
    
    .sph-btn-primary.arrow::before {
        display: none;
    }
    
    .superhost-slogan .controls a {
        margin-bottom: 5px;
        justify-content: center;
    }
    
    .superhost-dmain {
        padding-top: 15px;
    }
    
    .superhost-slider {
        padding-top: 15px;
    }
    
    .superhost-about {
        padding-top: 15px;
    }
    
    .superhost-services .col {
        margin-top: 15px;
    }
    
    .superhost-offers {
        margin-top: 30px;
    }
    
    .superhost-faq .head {
        padding-top: 15px;
    }
    
    .faq-question::after {
        display: none;
    }
    
    .superhost-blog .blog-post-card {
        margin-top: 15px;
    }
    
    .superhost-dmain .superhost-content-dmain {
        padding: 30px;
    }
    
    .superhost-dmain .recommended-domains .recommended-domain .tld:after {
        height: 2px;
        width: 120px;
        background-color: #ffcd02;
        border-radius: 0 2.4px 2.4px 0;
        content: "";
        display: inline-block;
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    .superhost-dmain .recommended-domains .recommended-domain {
        margin-right: 15px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .superhost-about .advantage-card br {
        display: none;
    }
    
    .superhost-services .plan-types-card .image {
        display: none;
    }
    
    .superhost-offers .plans-wrapper .container {
        padding: 0 15px;
    }
    
    .superhost-dmain .recommended-domains .recommended-domain .domain-price {
        font-size: inherit;
    }
    
    .superhost-dmain .recommended-domains .recommended-domain .tld {
        font-size: inherit;
    }
    
    .superhost-about .advantage-card {
        padding: 20px 30px;
    }
    
    .superhost-services .plan-types-card .data {
        padding-right: 0px;
    }
    
    .superhost-offers .plans-wrapper .container .image {
        display: none;
    }
    
    .services-plans-list .services-list-item {
        flex-direction: column;
    }
    
    .item-plans-list .services-list-item-container.main {
        width: 100%;
    }
    
    .item-plans-list .services-list-item-cell.cpu {
        width: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        line-height: 1;
        align-items: center;
        margin: 0 20px 10px 20px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid rgba(71, 71, 71, .1);
    }
    
    .item-plans-list .services-list-item-cell.ram {
        width: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        line-height: 1;
        align-items: center;
        margin: 0 20px 10px 20px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid rgba(71, 71, 71, .1);
    }
    
    .item-plans-list .services-list-item-cell.drive {
        width: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        line-height: 1;
        align-items: center;
        margin: 0 20px 10px 20px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid rgba(71, 71, 71, .1);
    }
    
    .services-list-item-container {
        display: flex;
        flex-direction: column;
        
    }
    
    .item-plans-list .services-list-item-cell.title {
        padding-left: 20px;
        padding-top: 20px;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .superhost-offers .superhost-offer-tabs__nav {
        padding: 0px;
    }
    
    .item-plans-list .services-list-item-container.additional {
        width: 100%;
        flex-direction: column;
    }
    
    .item-plans-list .services-list-item-cell.price {
        flex-direction: row-reverse;
        display: flex;
        padding-bottom: 20px;
        justify-content: flex-start;
        align-items: center;
    }
    
    .item-plans-list .services-list-item-cell.price bdi {
        color: #D50013;
    }
    
    .item-plans-list .services-list-item-cell.price del bdi {
        color: cadetblue;
    }
    
    .services-list-item-cell .type {
        min-width: auto;
    }
    
    .item-plans-list .services-list-item-cell .value {
        margin-bottom: auto;
    }
    
    .item-plans-list .services-list-item-cell.cpu:before, .item-plans-list .services-list-item-cell.ram:before {
        display: none;
    }
    
    .services-list-item-cell .sph-btn-primary {
        width: 100%;
    }
    
    .item-plans-list .services-list-item-cell.controls {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    .superhost-picture {
        padding: 60px;
        min-height: 250px;
    }
    
    .superhost-footer nav > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .superhost-footer .footer-col {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .superhost-footer .footer-privacy-nav ul.menu {
        justify-content: center;
    }
    
    .superhost-footer .social-media {
        text-align: center;
    }
    
    .sph-btn-primary {
        justify-content: center;
    }
    
    .superhost-contact-list {
        position: relative;
        margin-bottom: 0px;
    }
    
    .superhost-contact-list:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -12px;
        left: 0;
        background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    }
    
    .superhost-contact-collapse {
        margin-bottom: 10px;
    }
    
    
    .superhost-toggle-btn-cover {
        margin-top: -12px;
        display: block;
    }
    
    .superhost-open .superhost-contact-list:before{
        display: none !important;
    }
    
   .superhost-popup-box .superhost-contact-hidden {
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px);
        overflow: hidden;
        transition: all .35s ease;
    }
    
    .superhost-contact-show {
        max-height: 100px; /* đủ cho 1 item */
        opacity: 1;
        transform: translateY(0);
    }
    
    .superhost-toggle-btn-cover {
        text-align: center;
        color: #999999;
        font-size: small;
        z-index: 1;
        position: relative;
        margin-top: 1px;
    }
    
    .superhost-toggle-btn {
        border: 0;
        background: transparent;
    }
    
    .superhost-popup-box ul li {
        display: flex;
        flex-direction: row;
        width: 100%;
        text-align: center;
        font-size: small;
        align-items: center;
        margin-bottom: 5px;
    }
    
    .superhost-payment-quick ul li {
        font-size: x-small;
        margin-bottom: 0px;
    }
    
    .superhost-popup-box ul {
        list-style: none;
        display: flex;
        padding: 0px;
        flex-direction: column;
    }
    
    .superhost-payment-quick-price {
        position: relative;
        width: 100%;
    }
        
    .superhost-payment-quick-price .superhost-quick-li {
        padding-left: 13px;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: start;
    }
    
    .superhost-popup-box ul li img {
        width: 24px;
    }
    
    .superhost-popup-box ul li span br {
        display: none;
    }
    
    .superhost-popup-box ul li span:nth-child(2) {
        padding-left: 10px;
    }
}

@media (max-width: 540px) {

}

@media (max-width: 480px) {

}

@media (max-width: 414px) {

}

@media (max-width: 390px) {

}

@media (max-width: 376px) {

}

@media (max-width: 360px) {

}

@media (max-width: 344px) {

}

@media (max-width: 320px) {

}



/*End Responsive------------------------------------------------------------------