/*
Theme Name: Web Now
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*WN-VongQuay */
.spinio-modal-content {
    height: 650px!important;
    width: 100%;
}
.spinio {
    padding-top: 0;
    padding-bottom: 0;
}
.spinio-modal-body {
    padding: 50px 16px;
}
/*WN-VongQuay End */

body{
	overflow-x: hidden;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
#top-bar .container{
	max-width: 100%;
	width: 100%;
	padding: 0px;
}
html,
body {
  font-size: 16px;
}
.sgw-hinh-sp img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all ease-in-out 2s !important;
  -moz-transition: all ease-in-out 2s !important;
  -o-transition: all ease-in-out 2s !important;
  transition: all ease-in-out 3s !important;
  position: absolute;
  top: 0;
  left: 0;
}

.sgw-hinh-sp:hover img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.wn-banner-robot {
	position: relative;
	animation: robot-pos-x 3s linear infinite, robot-pos-y 3s linear infinite;
}

@keyframes robot-pos-x {
  	0%   { left: 0; animation-timing-function: ease-in; }
	25%  { left: 2.5px; animation-timing-function: ease-out; }
  	50%  { left: 5px; animation-timing-function: ease-in; }
	75%  { left: 2.5px; animation-timing-function: ease-out; }
  	100% { left: 0px; animation-timing-function: ease-in; }
}

@keyframes robot-pos-y {
 	0%   { top: 7.5px; animation-timing-function: ease-out; }
	25%  { top: 0px; animation-timing-function: ease-in; }
	50%  { top: 7.5px; animation-timing-function: ease-out; }
	75%  { top: 15px; animation-timing-function: ease-in; }
  	100% { top: 7.5px; animation-timing-function: ease-out; }
}

.bang-gia-tkw img {
	/* border-radius */
	 -webkit-border-radius: 45px;
	 -moz-border-radius: 45px;
	 border-radius: 45px;
	/* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
	 -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	 box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	
}
.bang-gia-tkw .img .img-inner{
	overflow: unset;
}
.check-domain-input{
/* 	position: relative; */
    text-align: left;
	max-height: 50px;
}
.wn-domain-price .wn-domain-price-data{
	padding: 12px;
}
.wn-domain-price tr:hover{
	background-color: #f2f2f2;
}
.check-domain-input input {
	border: none;
	border-radius: 30px 0 0 30px;
    padding: 15px;
    max-height: 50px;
    width: 80%;
	height: 100%;
    margin-bottom: 0;
}
.check-domain-input-wrap{
	text-align: left;
/* 	 */
	display: flex;
    max-height: 50px;
}
.check-domain-input .buttonCheckDomain {
	margin: 0;
/* 	position: absolute; */
    background: linear-gradient(135deg,#BF1E2E 30%,#F2263A 100%);
/*     border-color: #BF1E2E; */
    color: #FFFFFF !important;
    width: 20%;
    border-radius: 0 30px 30px 0;
/*     padding: 6px;
    top: 0;
    right: -15px; */
/*     height: 100%; */
    border: none;
}
.domainItem {
	border-bottom: 1px solid #EAEAEA;
	align-items:center;
	display:flex;
	padding: 0 8px;
}
.domainBox {
	margin-top: 20px;
    border: 1px solid #EAEAEA;
    border-bottom: none !important;
    background: white;
	display:none;
/* 	width: 100%; */
}
.domain{
	width: 40%; font-size: 16px; font-weight: bold; text-align: left; padding-left: 15px;
	display: flex;
}
.domainPrice {
	width:50%;
	text-align:right;
}
.domainPrice i{
	color: #A34331;
	font-size: 0.8rem;
	opacity: 0.8;
}
.domainItem div{
	padding: 10px 5px;
}
.domainAction {
/* 	padding-right: 15px !important; */
    width: 125px !important;
	text-align: right !important;
}
.checkWhois {
	padding: 7px 12px !important;
    font-size: 12px;
    border-radius: 5px;
	width: 100%;
    text-align: center;
    margin: 0;
	line-height: initial;
    display: initial
}
#loaderDiv{
	height: 250px;
}
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #eee;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
  &:after, &:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  
  &:after {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid transparent;
    border-top-color: #928a8a;
    animation: spin 1s linear infinite;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}
.moreDomainBox {
    background-color: #fff;
/*     margin: 5px 0px; */
    color: #333333 !important;
    display: none;
    padding: 0px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #EAEAEA;
}
.moreDomainBox .domainItem:not(.domainAction) {
	justify-content: space-between;
	
}
.showMoreDomain {
	padding: 9px;
    border: 1px solid transparent;
    position: relative;
    user-select: none;
	background-color: #F1F1F1;
    border-color: #E2E2E2 !important;
    color: #313131;
	display: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.showMore{
	display: block; 
}
.showMoreDomain.actived:after {
    content: "\f106";
}
.showMoreDomain:after {
    content: "\f107";
	font-family: fl-icons;
 	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.check-domain-input .button:focus-visible,.check-domain-input a:focus-visible,.check-domain-input button:focus-visible,.check-domain-input input:focus-visible{
	outline: none;
	outline-offset: unset;
}
.searchTemplate .col{
	padding: 0px;
}
.searchTemplate{
	position: relative;background: #fff;border-radius: 2px;margin: 0 auto;	padding: 0;
}
/* Hosting Page */
.price-col-1 .price-table {
	background-image: url('/wp-content/uploads/2023/04/bg2-scaled.jpg');
}
.price-col-1 .price-table-header {
    color: #ad7c3a;
}
.price-col-1 .price-table-button a {
    color: #ad7c3a;
}
.price-col-2 .price-table {
	background-image: url('/wp-content/uploads/2023/04/bg1-scaled.jpg');
}
.price-col-2 .price-table-header {
    color: #d9362e;
}
.price-col-2 .price-table-button a {
    color: #d9362e;
}
.price-col-3 .price-table {
	background-image: url('/wp-content/uploads/2023/04/bg3-scaled.jpg');
}
.price-col-3 .price-table-header {
    color: #16658d;
}
.price-col-3 .price-table-button a {
    color: #16658d;
}
.price-col-4 .price-table {
	background-image: url('/wp-content/uploads/2023/04/bg4-scaled.jpg');
}
.price-col-4 .price-table-header {
    color: #4c3e91;
}
.price-col-4 .price-table-button a {
    color: #4c3e91;
}
.price-table{
	overflow: hidden;
	background-size: cover;
	align-items: center;
	width: 100%;
	color: black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	padding: 0px 0px 25px 0px;
}
.wn-home-theme-container {
	margin-top: 20px;
}
.price-table-header {
    display: flex;
    padding: 2px 0px 2px 10px;
    margin-top: 28px;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    width: 85%;
}
.price-table-header-box{
	width:100%;
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
}
.price-table-header-price {
    font-size: 1.6rem;
    margin-bottom: 0;
	margin-top: -12px;
}
.price-table-header-price span{
	font-size: 0.75rem;
}
.price-table-header-name {
    font-size: 1.8rem;
    margin-bottom: 0;
	padding-top: 4px;
}
.price-table-list{ 
	padding: 0px 15px;
	font-size: 15px; 
}
.price-table-list ul li {
	font-size: 1rem;
	color: white;
	margin-bottom: 1.3em;
	margin-top: 1.3em;
	list-style-image: url("/wp-content/uploads/2023/04/check-copy.png");
}
.price-table-button {
	width: 100%;
	text-align: center;
}
.price-table-button a{
    border-radius: 45px;
    background: white;
    font-size: 1rem;
    margin: 0px;
}

	.wnHideDomain{
		display: none;
	}
.box-text-inner{
	height: 105px;
}
.post-title {
	height: 65px;
	overflow: hidden;
}
.home-category-list .col {
	padding: 0px!important;
}
.wn-template-input {
	text-align: left;
	max-height: 50px;
	margin: 20px 5px;
}
.wn-template-input-wrap {
	text-align: left;
    display: flex;
    max-height: 50px;
}
.wn-template-input input {
	border: 1px solid black;
    border-radius: 30px;
    padding: 15px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.wn-template-input input:focus-visible{
	outline: none;
	outline-offset: unset;
}
.wn-home-mobile-theme-container {
	display:none;
}
/* Planet table */
.wn-planet-price-main{
	display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 15px;
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
    overflow: hidden;
	border-radius: 45px;
}
.wn-planet-price-main-header {
	display: flex;
	flex-direction: row-reverse;
}
.wn-planet-price-body {
	font-size: 20px;
}
.wn-planet-price-footer {
	height: 165px;
	display:flex;
	justify-content:center;
}
.wn-planet-price-table-list .price-table-main-item{
	font-size: 14px;
}
.wn-planet-price-table-list {
	margin-bottom: 0px;
}
.wn-ft-text-height-3 {
    position: relative;
    top: 5px;
}
.planet {
	border-radius: 1000px;
	transform: rotate(-0deg);
	aspect-ratio: 1;
	width: 66.66%;
	height: auto;
    bottom: -100px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}
.planet:before{
    content: "";
    height: 100%;
    width: 200%;
    z-index: 1;
    display: block;     
    position:absolute;
    top:0px;
    left:0px;
    animation: planet-moving 6s linear infinite;
}
.planet:after{
    content: "";
    height: 100%;
    width: 200%;
    z-index: 1;
    display: block;     
    position:absolute;
    top:0px;
    left:0px;
    animation: planet-moving 6s linear infinite;
}
/* planet 1*/
.planet-1 {
    background: #e4d8fd;
	color: #6d5ea4;
}
.planet-1 del{
	color: rgb(112 93 166 / 60%);
}
.planet-1 .price-table-main-price {
	color: rgb(112 93 166 / 60%);
}
.planet-1 .planet {
    background: linear-gradient(226.58deg, #E2D8FE 15.14%, #836EBE 125.76%);
    box-shadow: 5px 5px 35px 15px rgba(166, 143, 231, 0.3);
}
.planet-1 .planet:before {
    background: url('/wp-content/uploads/2023/06/hanhtinh-tim2.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
}
/* End planet 1*/
/* planet 2*/
.planet-2 {
    background: #D9F9FE;
	color: #1e8ca3;
}
.planet-2 .planet {
    background: linear-gradient(85.14deg, #228EA9 27.41%, #02DEFE 106.4%);
    box-shadow: 5px 5px 35px 15px rgba(0, 117, 145, 0.6);
}
.planet-2 del{
	color: rgb(30 140 163 / 60%);
}
.planet-2 .price-table-main-price {
	color: rgb(30 140 163 / 60%);
}
.planet-2 .planet:before {
    background: url('/wp-content/uploads/2023/06/trai-dat3.png');
	background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
}
.planet-2 .planet:after {
    background: url('/wp-content/uploads/2023/06/may-trai-dat2.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
	animation-direction: reverse;
}
/* End planet 2*/
/* planet 3*/
.planet-3 {
    background: #FECEDA;
	color: #E31949;
}
.planet-3 .planet {
    background: linear-gradient(226.58deg, #F3164E 15.14%, #8B0119 125.76%);
    box-shadow: 5px 5px 35px 15px rgba(233, 3, 56, 0.4);
}
.planet-3 del{
	color: rgb(227 25 73 / 60%);
}
.planet-3 .price-table-main-price {
	color: rgb(227 25 73 / 60%);
}
.planet-3 .planet:before {
    background: url('/wp-content/uploads/2023/06/hanhtinh-red.png');
	background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
}
.planet-3 .planet:after {
    background: url('/wp-content/uploads/2023/06/day-hanhtinh-red3.png');
	background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
	height: 50%;
    top: 45%;
	animation-direction: reverse;
}
/* End planet 3*/
.wn-planet-price-main .price-table-main-rate, .wn-planet-price-main .price-table-main-price, .wn-planet-price-main .price-table-main-name {
	display: flex;
    justify-content: center;
    align-items: center;
}
.wn-planet-price-main .price-table-main-price {
	font-size: 30px;
    line-height: 1.15;
    padding: 15px 10px 0px;
    flex-direction: column;
    align-items: center;
	font-weight: 500;
}
.wn-planet-price-main .price-table-main-price del {
    font-size: 20px;
}
.wn-planet-price-main .price-table-main-name {
    font-size: 50px;
    font-weight: bold;
}	   
.wn-planet-price-main .under-price-header{
	text-align:center;
	font-size: 16px;
	height: 128px;
	overflow: hidden;
}
.wn-planet-price-main .price-table-main-rate {
	flex-basis: 33.33%;
}
.wn-planet-price-main .iconbox-dich-vu img{
	width: 75%;
	position: relative;
	left: 25%;
}
.wn-planet-price-main .iconbox-dich-vu {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
	flex-basis: 33.33%;
}

.wn-planet-hide{
	display:none;
}
@keyframes planet-moving {
  from {
    left: -100%;
  }
  to {
	  left: 0%;
  }
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    25% { transform: translate(0, 5px); }
	50% { transform: translate(0, 0px); }
	75% { transform: translate(0, -5px); }
    100%   { transform: translate(0, 0px); }   
}
.planetViewMoreBtn {
    padding: 0px 0px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-direction: row;
    justify-content: center;
	text-decoration: underline;
	cursor: pointer;
}
/* End Planet table */
@media only screen and (min-width: 53.125em) and (max-width: 100em){
	.img.wn-banner-robot .img-inner > img{
		width: 80%;
	}
}

/* BANNER */
.wn-logo-rocket{
	margin-top: -745px;
}
.wn-text-hosting{
	margin-top:-700px;
}

.wn-banner .banner-layers {
	overflow: initial !important;
}

.wn-linh-vat {
	position: relative;
	top: 80px;
} 

.wn-hosting-lottie {
	transform: rotate(270deg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.wn-planet-price-main-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
	.wn-ft-text-height h3:nth-child(1),
	.wn-ft-text-height h3:nth-child(2) {
   		display: none;
}
	.wn-ft-text-height-2 h3:nth-child(1),
	.wn-ft-text-height-2 h3:nth-child(2){
   		display: none;
}
	img.wn-img-ft {
		width: 70%;
}
.wn-planet-price-main .iconbox-dich-vu img {
    width: 60%;
    left: 40%;
    position: relative;
}
	.wn-home-mobile-theme-container {
		display:block;
	}
	.wn-template-input {
		margin: 20px;
	}
    .check-domain-input input {
        font-size: 1rem;
    }

    .check-domain-input .buttonCheckDomain {
        font-size: 0.8rem;
    	width: 30%;
    }
	.domainBox {
		width: 100%;
	}
	.domainItem div {
    	padding: 4px 5px;
	}
    .domainItem {
        display: inline-block;
        width: 100%;
		position: relative;
		padding: 4px;
    } 

    .domainPrice {
        width: 70%;
        text-align: left;
    }

    .domainAction {
        position: absolute;
    	right: 8px;
    	bottom: 8%;
		padding: 0;
    }
	.showMoreDomain,
	.moreDomainBox{
		width: 100%;
	}
	
    .price-col {
        width: 100%;
    }

    .price-table-header {
        font-size: 1.25rem;
    }

/* 	.col-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
	}
 */
	.price-col {
    width: 100%;
    display: inline-block;
    padding: 10px;
	}

	
	/* Planet Table */
	.wn-planet-section .wn-planet-row .col{
		padding: 70px 15px;
	}
	.planet {
		aspect-ratio: 1;
		width: 66.66%;
		height: auto;
	}
	.wn-planet-price-footer {
    	height: 130px;
	}
/* End Planet table */
}

@media only screen and (max-width: 23.4375em) {
  /*************** ADD SMALL MOBILE ONLY CSS HERE  ***************/
	
	.price-table-main-rate {
    	font-size: 10px;
    	letter-spacing: 7px;
    	margin-top: 12px;
    	margin-left: 1px;
		margin-right: 0px;
	}
	.under-price-header {
		font-size: 17px;
	}

	.price-table-main-header {
    	width: 105%;
	}

	.price-table-main-name {
    	font-size: 2em;
	}

	del {
    	font-size: 12.5px;
	}

	.wn-advance-price .price-table-main-header {
    	width: 110%;
	}
 	
	.wn-home-theme-container{
		margin:0!important;
	}
		
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	/* Wn-Vongquay */
.spinio-modal-content {
    height: 100% !important;
    width: 100%;
}
.spinio {
    padding-top: 0;
    padding-bottom: 0;
}
.spinio-modal-body {
    padding: 50px 16px;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 48em) and (max-width: 70em) {
	/* Planet Table */
	.wn-planet-section .wn-planet-row .col{
		padding: 75px;
	}
	.wn-planet-price-table-list .price-table-main-item {
		font-size: 18px;
	}
	.wn-planet-price-footer {
    	height: 31vh;
	}
	.wn-ft-text-height h3:nth-child(1),
	.wn-ft-text-height h3:nth-child(2){
   		display: none;
	}
	img.wn-img-ft {
		width: 45%;
}
	.wn-ft-text-height-3 {
    position: relative;
    top: 10px;
}
/* End Planet table */

}