/* Dang-ky-ten-mien */
.domainBox {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.domainPrice {
	font-size: 1.4rem;
    font-weight: bold;
    color: #28a745;
}
.button.checkWhois{
	background-color: #ECA52B;
	
	display: block;
	font-size: 0.8rem;
}
.button.buy{
	background-color: #28a745;	
	display: block;
    font-size: 0.8rem;
	border-radius: 5px;
    width: 100%;
    text-align: center;
	padding: 7px 12px !important;
    margin: 0;
    line-height: initial;
}
	
/* Home Price Table */
.wn-basic-price{
	background-image: url("/wp-content/uploads/2023/04/bg3-scaled.jpg");
	background-size: cover;
	border-radius: 25px;
}
.wn-popular-price{
	background-image: url("/wp-content/uploads/2023/04/bg1-scaled.jpg");
	background-size: cover;
	border-radius: 25px;
}
.wn-advance-price{
	background-image: url("/wp-content/uploads/2023/04/bg2-scaled.jpg");
	background-size: cover;
	border-radius: 25px;
}
.wn-basic-price .color-basic{
	color: #16658d;
}
.wn-popular-price .color-popular{
	color: #d9362e;
}
.wn-advance-price .color-advance{
	color: #ad7c3a;
}
.price-table-main{
	display: flex;
	flex-direction: column;
	height: 100%;
    padding: 20px 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
	overflow: hidden;
}
.price-table-main .price-table-main-header{
	display: flex;
	padding: 2px 0px 2px 16px;
	margin-top: 16px;
    margin-left: -20px;
    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;
}
.wn-advance-price .price-table-main-header{
	width: 100%;
}
.price-table-main .price-table-main-left{
	width: 65%;
    font-weight: bold;
}
.price-table-main .price-table-main-left p,
.price-table-main .price-table-main-right p{
    margin-bottom: 0;
}
.price-table-main .price-table-main-name{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8rem;
}
.price-table-main .price-table-main-new-price{
	font-size: 1.8rem;
	letter-spacing: -1px;
	margin-top: -15px;
}
.price-table-main .price-table-main-right{
	width: 40%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.price-table-main .price-table-main-rate{
	font-size: 12px;
    letter-spacing: 8px;
    margin-top: 12px;
}
.price-table-main .price-table-main-old-price del{
	font-weight: bold;
	margin-bottom: 8px;
    display: block;
}

.price-table-main .price-table-main-body{
	color: #fff;
	margin-top: 24px;
	flex: 1;
}
.price-table-main .under-price-header{
	text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 12px;
}
.wn-basic-price .price-table-main-list{
	letter-spacing: 0.9px;
}
.wn-popular-price .price-table-main-list{
	letter-spacing: 0.7px;
}
.price-table-main .price-table-main-list{
	list-style-image: url("/wp-content/uploads/2023/04/mark-16px.png");
}
.price-table-main .price-table-main-list .price-table-main-item{
	margin-bottom: 4px;
}

.price-table-main .home-price-btn{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.price-table-main .home-price-btn a{
	background: #fff !important;
    border-radius: 45px;
	padding: 4px 20px;
    font-weight: bold;
	margin: 0;
}
.wn-basic-price .home-price-btn a:hover{
	color: #16658d;
}
.wn-popular-price .home-price-btn a:hover{
	color: #d9362e;
}
.wn-advance-price .home-price-btn a:hover{
	color: #ad7c3a;
}
.price-table-main .home-price-btn a span{
	font-size: 0.7rem;
}
.wn-show-more-btn, .wn-show-less-btn{
	color: #bf1e2e;
	font-weight: bold;
	cursor: pointer;
}
.wn-show-less-btn {
	display:none;
}
/* End Home Price Table */
/* Home category */
.home-category-list{
	display: flex;
	flex-wrap: wrap;
}

.home-category-link{
	max-height: 100%;
    display: block;
}
.home-category-list .selected{
	
}
.home-category-link.tat-ca > img {
	width: 50%;
}
.selected .home-category-link.actived img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); /* New WebKit */
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%);
}

.selected .home-category-link:not(.actived) img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
}
.home-category-img{
	width: 45%;
	transition: transform .5s ease;
}
.home-category-item:hover img{
	transform: scale(1.2);
}
.home-category-name{
	margin-top: 12px;
	font-weight: bold;
}

/* Pagination theme home page */
.wn-theme-pagination{
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}
.wn-theme-pagination:first-child {
	margin-bottom: 20px;
}
.wn-theme-pagination span{
	font-weight: bold;
}
.wn-theme-pagi-item.wn-pagi-prev-item{
}
.wn-theme-pagi-item{
	padding: 10px 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.wn-theme-pagi-item.actived{
	background-color: #bf1e2e;
    color: #fff;
    border-radius: 13px;
}
.wn-theme-pagi-item.wn-theme-pagi-next-item{
	
}
/* End Home category */
/* Home theme container */
.wn-home-theme-container{
	display: flex;
	flex-wrap: wrap;
}
.button.wn-home-theme-item-call{
	margin-bottom: 0;
	border-radius: 8px;
}
/* End Home theme container */
/* Modal whois */
#wn-modal-whois{
	position: relative;
	min-height: 250px;
	max-width: 600px;
	background-color: #fff;
    border-radius: 8px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.wn-modal-whois-title{
	font-size: 1.4rem;
    font-weight: bold;
}
#wn-modal-whois .mfp-close {
	position: absolute;
	right: 0;
    opacity: 1 !important;
}
/* End modal whois */
.hinh-duoi-banner {
	padding: 0 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 36em) {
	/* Home pagination theme */
	.wn-theme-pagi-item {
		padding: 4px 12px;
	}
	/* Home Price Table */
	.price-table-main .under-price-header{
		margin-bottom: 0;
	}
	.price-table-main .price-table-main-list{
		letter-spacing: unset;
	}
	.wn-basic-price.price-table-main .price-table-main-list{
		letter-spacing: 0.6px;
	}
	/* End Home Price Table */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 36em) {
	/* Dang-ky-ten-mien	 */
	.domainItem div {
		padding: 4px 8px;
	}
	.domainPrice {
		font-size: 1.6rem;
	}
	/* Home Price Table */
	.price-table-main .price-table-main-name {
    	font-size: 2rem;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.3rem;
	}
	.price-table-main .price-table-main-rate {
    	font-size: 10px;
		letter-spacing: 4px;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 12px;
	}
	.price-table-main .under-price-header{
		font-size: 18px;
	}
	/* End Home Price Table */
	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 48em) {
	.wn-banner-robot.img-inner img{
		width: 80%;
	}
	/* Home Price Table */
	.wn-advance-price .price-table-main-header {
    	width: 110%;
	}
	.wn-popular-price .price-table-main-list {
    	letter-spacing: unset;
	}
	.wn-basic-price .price-table-main-list {
    	letter-spacing: unset;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.2rem;
	}
	.price-table-main .under-price-header{
		font-size: 0.9rem;
		margin-bottom: 0;
		border-radius: 0 20px 20px 0;
	}
	.price-table-main .price-table-main-name {
    	font-size: 1.8rem;
	}
	.price-table-main .price-table-main-rate {
    	font-size: 10px;
    	letter-spacing: 4px;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 11px;
	}
	.price-table-main .price-table-main-list{
		font-size: 0.9rem;
	}
	/* End Home Price Table */
	
}

@media only screen and (max-width: 48em) {
	
	.home-category-list{
		margin: 0px 15px;
	}
	.home-category-item{
		padding: 0 !important;
	}
	
	.sgw-template .sgw-template-meta {
		flex-direction: row;
		align-items: unset;
	}
	
	
	
}

@media only screen and (min-width: 53.125em) {
	/* Home Price Table */
	.price-table-main .price-table-main-header {
		border-radius: 0 20px 20px 0;
	}
	.price-table-main .price-table-main-name {
    	
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.1rem;
	}
	.price-table-main .price-table-main-rate {
    	letter-spacing: unset;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 0.6rem;
	}
	.price-table-main .under-price-header{
		
	}
	.wn-basic-price .price-table-main-list {
    	
	}
	/* End Home Price Table */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 62em) {
	/* Home Price Table */
	.price-table-main .price-table-main-new-price {
    	font-size: 1.2rem;
	}
	.price-table-main .under-price-header{
		font-size: 0.9rem;
		margin-bottom: 0;
	}
	/* End Home Price Table */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 75em) {
	/* Home Price Table */
	.price-table-main .price-table-main-header {
		
	}
	.price-table-main .price-table-main-name {
    	font-size: 2.4rem;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.5rem;
	}
	.price-table-main .price-table-main-rate {
    	font-size: 12px;
    	letter-spacing: 8px;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 14px;
	}
	.price-table-main .under-price-header{
		font-size: 18px;
	}
	.price-table-main .price-table-main-body .price-table-main-list {
    	letter-spacing: 1.2px;
	}
	/* End Home Price Table */
}
@media only screen and (min-width: 87.5em) {
	/* Home Price Table */
	.price-table-main .price-table-main-header {
		
	}
	.price-table-main .price-table-main-name {
    	font-size: 2.6rem;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.7rem;
	}
	.price-table-main .price-table-main-rate {
    	
	}
	.price-table-main .price-table-main-old-price del {
		
	}
	.price-table-main .under-price-header{
		margin-bottom: 12px;
	}
	.price-table-main .price-table-main-body .price-table-main-list {
    	font-size: 1rem
	}
	/* End Home Price Table */
}
@media only screen and (max-width: 25em) {
	/* Home Price Table */
	.price-table-main .price-table-main-header {
    	margin-top: 8px;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.6rem;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 15px;
	}
	.price-table-main .under-price-header {
		font-size: 18px;
	}
	.wn-basic-price.price-table-main .price-table-main-list{
		letter-spacing: unset;
	}
	.wn-popular-price.price-table-main .price-table-main-list{
		letter-spacing: unset;
	}
	/* End Home Price Table */
}

@media only screen and (max-width: 20em) {
  /*************** ADD SMALL MOBILE ONLY CSS HERE  ***************/
	/* Dang-ky-ten-mien */
	.check-domain-input .buttonCheckDomain{
		width: 40%;
    	font-size: 9px;
    	padding: 5px;
    	top: 82%;
	}
	/* End Dang-ky-ten-mien */
	/* Home Price Table */
	.price-table-main .price-table-main-header {
    	width: 105%;
		margin-top: 0;
	}
	.price-table-main .price-table-main-name {
    	font-size: 1.5em;
	}
	.price-table-main .price-table-main-new-price {
    	font-size: 1.25rem;
	}
	.price-table-main .price-table-main-rate {
    	font-size: 9px;
    	letter-spacing: 4px;
    	margin-top: 10px;
	}
	.price-table-main .price-table-main-old-price del {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.price-table-main .under-price-header {
		font-size: 14px;
	}
	.price-table-main .price-table-main-list{
		letter-spacing: unset;
    	line-height: unset;
		font-size: 13px;
		margin-bottom: 0;
	}
	.wn-basic-price.price-table-main .price-table-main-list{
		letter-spacing: unset;
	}
	.wn-popular-price.price-table-main .price-table-main-list{
		letter-spacing: unset;
	}
	/* End Home Price Table */
}


/*************** ADD CUSTOM CSS HERE.   ***************/
.wn-row-cat-template .col-inner > a:after {
	-webkit-transition: all .75s ease-in-out !important;
  	-moz-transition: all .75s ease-in-out !important;
  	-o-transition: all .75s ease-in-out !important;
  	transition: all .75s ease-in-out !important;
}
@font-face {
	font-family: 'Public Sans';
	src: url('./includes/fonts/publicsans-regular.ttf');
}
.wn-center {
    text-align: center;
    /* margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%); */
}
.wn-m-0 {
	margin: 0 !important;
}
.wn-title {
	font-size: 40px;
}
.wn-title + p {
	font-size: 14px;
	color: #9D9D9D;
}
ul.wn-ul {
	list-style-type: none;
}
.wn-row-bang-gia ul.wn-ul li {
	position: relative;
    margin-left: 24px;
}
ul.wn-ul li i {
	color: #31B46C;
    position: absolute;
    top: 0;
    left: calc(0% - 24px);
    line-height: 1.6;
}
.wn-primary-color {
	color: #BF1E2E;
}
.wn-no-padding-bot {
	padding-bottom: 0;
}
/* HOME-BANNER */
.wn-home-section-banner .banner .text-box h3 {
	font-size: 50px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #000;
}
.wn-home-section-banner .banner .text-box p {
	font-size: 20px;
	text-shadow: 1px 1px 2px #000;
}
.wn-home-section-banner .banner .button {
	padding: 6px 38px;
}
/* HOME-GIOI-THIEU */
.wn-home-section-gioi-thieu {
	position: relative;
	padding-top: 120px !important;
}
.wn-home-section-gioi-thieu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 80%;
	background: url(/wp-content/uploads/2023/09/bg-home-gioi-thieu-1.png) center center / cover no-repeat;
}
.wn-home-section-gioi-thieu:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 40%;
	background: url(/wp-content/uploads/2023/09/bg-home-gioi-thieu-2.png) center right / contain no-repeat;
}
.wn-home-section-gioi-thieu .col .img {
	position: relative;
}
.wn-home-section-gioi-thieu .col .img::before {
	content: '';
	display: block;
	position: absolute;
	top: -7%;
    left: -2%;
	width: 90px;
	height: 90px;
	background: url(/wp-content/uploads/2023/10/logoWN3.png) center center / contain no-repeat;
	border-radius: 100%;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
    z-index: 11;
    background-color: #fff;
	animation: rotating 8s linear infinite;
}
.wn-home-section-gioi-thieu .col .img:after {
	content: '';
	display: block;
	position: absolute;
	top: -12%;
	left: -10%;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 21px solid #BF1E2E;
}
.wn-home-section-gioi-thieu .col .img-inner {
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	left: 6%;
}
.wn-home-section-gioi-thieu .col .img img {
/* 	aspect-ratio: 1; */
}
.wn-gioi-thieu-ngan-text h3,
.wn-gioi-thieu-ngan-text h2 {
	position: relative;
	top: 0;
	left: -10%;
	z-index: 99;
}
.wn-gioi-thieu-ngan-text h3 {
	font-size: 35px;
	margin: 0;
	font-weight: 100;
}
.wn-gioi-thieu-ngan-text h2 {
	font-size: 70px;
	text-wrap: nowrap;
}
.wn-gioi-thieu-ngan-text ul,
.wn-gioi-thieu-ngan-text + .button {
	position: relative;
	left: 5%;
}
.wn-gioi-thieu-ngan-text ul li {
	font-size: 20px;
	position: relative;
}
.wn-gioi-thieu-ngan-text + .button {
	padding: 6px 38px;
}
/* HOME-KHO-GIAO-DIEN */
.wn-home-section-kho-gd {
	background: linear-gradient(180deg, rgba(254,254,255,1) 0%, rgba(242,246,255,1) 50%, rgba(254,254,255,1) 100%);
}
.wn-row-cat-template {
	padding-bottom: 30px;
}
.wn-row-cat-template.home-category-list .col {
    padding: 0 9.8px 19.6px !important;
}
.wn-cate-wrap > .col-inner {
	display: flex;
	flex-direction: column;
}
.wn-cate-wrap > .col-inner .wn-row-cat-template{
	order: 2;
}
.wn-cate-wrap > .col-inner {

}
.wn-row-cat-template .col-inner > a {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.wn-row-cat-template .col-inner > a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #BF1E2E;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
}
.wn-row-cat-template .col-inner > a:hover .icon-box {
	z-index: 999;
}
.wn-row-cat-template.selected a.wn-category-link.actived h3,
.wn-row-cat-template .col-inner > a:hover h3 {
	color: #fff !important;
}
.wn-row-cat-template.selected a.wn-category-link.actived img,
.wn-row-cat-template .col-inner > a:hover img {
	animation: filterWhite 1.5s;
    filter: brightness(0) invert(1);
}
.wn-row-cat-template.selected a.wn-category-link.actived {
	background: #BF1E2E;
}
.wn-row-cat-template.selected a.wn-category-link.actived:after {
	display: none;
}
.wn-row-cat-template .col-inner > a:hover:after {
	transform: translate3d(0, 0%, 0);
	opacity: 1;
}
.wn-row-cat-template .col-inner > a .icon-box {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wn-row-cat-template .col-inner > a .icon-box img {
	aspect-ratio: 1;
	object-fit: contain;
}

.wn-input-search-template {
	position: relative;
	margin-bottom: 30px;
}
.wn-input-search-template:before,
.wn-input-search-template:after {
	display: block;
	position: absolute;
	font-size: 7vw;
	font-weight: 800;
	top: 50%;
	transform: translate(0, -50%);
}
.wn-input-search-template:before {
	content: 'MODERN';
	left: 0;
	background: linear-gradient(90deg, rgba(113, 47, 254, 0.40) 0.17%, rgba(0, 117, 255, 0.14) 99.8%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.wn-input-search-template:after {
	content: 'TEMPLATE';
	right: 0;
	background: linear-gradient(90deg, rgba(113, 47, 254, 0.40) 0.17%, rgba(0, 117, 255, 0.14) 99.8%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.wn-input-search-template p {
	display: flex;
	width: 22%;
	margin: 0 auto;
	background: linear-gradient(90deg, #BF1E2E 0%, #F4374A 100%);
}
.wn-input-search-template p input {
    flex: 2;
	margin: 0;
    border: none;
    background: transparent;
    color: #fff;
    padding: 12px;
	outline: none;
}
.wn-input-search-template p input::placeholder { 
  	color: #fff;
  	opacity: 1; /* Firefox */
	font-size: 15px;
}

.wn-input-search-template p input:-ms-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.wn-input-search-template p input::-ms-input-placeholder { 
  	color: #fff;
	font-size: 15px;
}
.wn-input-search-template p button {
	margin: 0;
	color: #fff;
}

.wn-home-template .box {
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
	overflow: hidden;
}
.wn-home-template .box img {
	width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all ease-in-out 3s !important;
    -moz-transition: all ease-in-out 3s !important;
    -o-transition: all ease-in-out 3s !important;
    transition: all ease-in-out 3s !important;
    position: absolute;
    top: 0;
    left: 0;
}
.wn-home-template .box:hover img {
	top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}
.wn-home-template .box .box-text {
	margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	-webkit-transition: all .6s ease;
  	-moz-transition: all .6s ease;
  	-o-transition: all .6s ease;
  	transition: all .6s ease;
}
.wn-home-template .box:hover .box-text {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.wn-home-template .box .box-text .box-text-inner {
	height: auto;
}
.wn-home-template .box .box-text .wn-template{
	display: flex;
	color: #fff;
}
.wn-home-template .wn-template .wn-template-text {
	flex: 2;
}
.wn-home-template  .wn-template-text .wn-template-name {
	color: #fff;
}
.wn-home-template .wn-template > p {
	height: auto;
}
.wn-home-template .wn-template .wn-template-btn {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
	border-radius: 10px;
	margin: 0;
}
.wn-theme-pagination {
	display: flex;
	justify-content: center;
}
.wn-theme-pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 22px;
	font-weight: 600;
    margin: 0 8px;
    color: #000;
	max-width: 50px;
    max-height: 50px;
    padding: 20px;
}
.wn-theme-pagination a.actived {
	background: #BF1E2E;
	border-radius: 100%;
	color: #fff;
}
/* BOX LOAD ERROR */
.wn-row-cat-template .col-inner:has(.wn-error-container) {
	display: flex;
    justify-content: center;
    align-items: center;
}
.wn-error-container {
	width: 75px;
	height: 75px;
	background-color: #e63946;
	padding: 5px;
	border-radius: 5px;
	animation: wnErrorload 5s ease infinite forwards;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wn-error-container::before {
	content: "";
	position: absolute;
	z-index: 10;
	background: url(/wp-content/uploads/2023/10/logoWN3.png) center center / contain no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* background-color: #e63946; */
}
.wn-error-disc {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}

.wn-error-line {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top: 3px solid #e63946;
	animation: wnErrorline 2s linear infinite forwards;
}	
  
@keyframes wnErrorload {
	0% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(45deg);
	}
	50% {
	  transform: rotate(135deg);
	}
	75% {
	  transform: rotate(180deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes wnErrorline {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(-360deg);
	}
}
  
/* DINO LOAD ERROR */
.wn-world{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
  	padding: 100px 0;
	overflow: hidden; 
}
.wn-dino, .wn-cactus{
	height: 50px;
	margin-bottom: -25px;
}
.wn-dino{
	animation: walk .25s infinite, 
                jump 2.4s 2s infinite;
}
.wn-cactus{
	position: absolute;
    animation: 2.4s cactus infinite linear;
}
.wn-cactus.hide {
	display: none;
}
.wn-ground-container{
	display:flex;
}
.wn-ground{
	--right: 0px;
	position: absolute;
	transform: translateX(calc(var(--right)*-1));
}

/* HOME-BANG-GIA */
.wn-home-section-bang-gia {
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.wn-home-section-bang-gia:before {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	left: -50%;
	width: 200%;
	height: 25%;
	background: #E1F1FE;
	transform: rotate(-5deg);
}
.wn-home-section-bang-gia:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(30% + 25%);
	left: -50%;
	width: 200%;
	height: 25%;
	background: #ECF7FF;
	transform: rotate(-5deg);
}
.wn-row-bang-gia {
	margin-top: 40px;
}
/* .wn-row-bang-gia .col-inner {
	background: #fff;
	transition: all 1s ease;
} */
.wn-row-bang-gia .wn-bang-gia {
	background: #fff;
}
.wn-title-bang-gia {
	position: relative;
	padding-top: 100px
}
.wn-title-bang-gia:before {
	position: absolute;
    content: 'WebNow';
    display: block;
    text-transform: uppercase;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    z-index: 1;
    background: linear-gradient(180deg, #F86B79 0%, rgba(255, 255, 255, 0.00) 78.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
/* .wn-row-bang-gia .col-inner {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	padding: 30px;
	border-radius: 10px;
	height: 100%;
}
.wn-row-bang-gia .col-inner {
	padding-top: 80px;
} */
.wn-row-bang-gia .wn-bang-gia {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	padding: 30px;
	border-radius: 10px;
	height: 100%;
}
.wn-row-bang-gia .wn-bang-gia {
	padding-top: 80px;
}
.wn-row-bang-gia .wn-home-header-top-bang-gia {
	position: absolute;
	font-size: 30px;
	font-weight: 600;
    top: 30px;
    left: -15px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-ten-goi {
	clip-path: url(#wnMuaGoi);
    width: 155px;
    height: 49px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-right: 10px;
}
.wn-goi-co-ban .wn-home-header-top-bang-gia .wn-ten-goi {
	background: linear-gradient(90deg, rgba(0,255,217,1) 0%, rgba(95,147,228,1) 100%);
}
.wn-goi-nang-cap .wn-home-header-top-bang-gia .wn-ten-goi {
	background: linear-gradient(90deg, rgba(99,157,227,1) 0%, rgba(50,54,227,1) 100%);
}
.wn-goi-cao-cap .wn-home-header-top-bang-gia .wn-ten-goi {
	background: linear-gradient(90deg, rgba(116,11,241,1) 0%, rgba(207,88,255,1) 50%, rgba(188,68,236,1) 100%);
}
.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-ten-goi:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 16px; 
    height: 16px; 
    clip-path: polygon(0 0, 100% 59%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 59%, 100% 0);
	background-color: #000;
}
.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-gia-cu {
	position: relative;
	background: linear-gradient(180deg, #09CDD3 0%, #049AD2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.5rem;
	text-decoration: line-through;
	text-decoration-color: #049AD2;
}
.wn-row-bang-gia .col-inner .wn-home-header-bang-gia {
	/* flex: 1; */
	min-height: 110px;
}
.wn-row-bang-gia .wn-gia-moi {
	text-align: center;
}
.wn-row-bang-gia .wn-gia-moi > span:first-child {
	font-size: 40px;
	font-weight: 700;
}
.wn-row-bang-gia .wn-gia-moi span:nth-child(2) {
	font-size: 13px;
	font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -6px;
}
.wn-row-bang-gia .wn-gia-moi p {
	font-size: 15px;
	font-weight: bold;
}
.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia {
	flex: 1;
}
.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia ul.hide{
	display: none;
}
.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia ul {
	margin-bottom: 0;
}
.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia ul li {
	font-size: 15px;
	color: #595959;
}
.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia .wn-btn-mo-ta-chi-tiet {
	margin: 16px 0;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-decoration-line: underline;
	cursor: pointer;
}
.wn-row-bang-gia .wn-bang-gia > p{
	margin: 0;
	display: flex;
	justify-content: center;
}
.wn-row-bang-gia .col-inner .button.wn-btn-chi-tiet-bang-gia {
	width: fit-content;
    margin: 0 auto;
}

/* HOME-DU-AN */
.wn-title-du-an {
	text-align: left;
}
.wn-title-du-an,
.wn-title-du-an .wn-title {
	position: relative;
	z-index: 9;
}
.wn-title-du-an:before {
	content: '';
	position: absolute;
	bottom: 10%;
	left: -5%;
	z-index: 1;
	display: block;
	width: 65px;
	height: 200px;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
	background: #FFE2E2;
}
.wn-home-btn-du-an {
	margin: 0;
	padding: 6px 32px;
}
.wn-home-col-du-an .col-inner {
	height: 100%;
	width: 100%;
}
.wn-du-an-slide {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	box-sizing: border-box;
    cursor: grab;
}
.wn-du-an-slide::before {
	content: '';
    position: absolute;
    bottom: 10%;
    left: 0;
    display: block;
    width: 60px;
    height: 45%;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    background: #BF1E2E;
	z-index: 9;
}
.wn-du-an-slide::after {
	content: '';
    position: absolute;
    bottom: 8%;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: solid 30px #FF9BA5;
	border-right: solid 30px transparent;
	border-left: solid 30px #FF9BA5;
	border-top: solid 30px transparent;
	z-index: 9;
}
/* TEST */
.wn-swiper-main,
.wn-swiper-main .swiper-wrapper{
	height: 100%;
	width: 100%;
}
.wn-swiper-main .swiper-wrapper {
	display: flex; 
	height: 100%;
	transition: transform 300ms;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-button-prev,
.swiper-button-next {
	top: 40% !important;
}

/* .wn-du-an {
	flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
} */
.wn-du-an-mobile,
.wn-du-an-pc {
	position: absolute;
	height: 80%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}
.wn-du-an-mobile {
/* 	width: 40%; */
	width: auto;
    z-index: 3;
    bottom: 0;
/*     left: 6%; */
    left: 10%;
}
.wn-du-an-pc {
/* 	width: 55%; */
	width: auto;
    top: 0px;
    right: 10%;
}

.wn-ten-du-an {
    position: absolute;
	bottom: 0;
    right: 0;
	background: #7B0E19;
    width: fit-content;
    z-index: 5;
    color: #fff;
    padding: 40px 30px;
}
.wn-ten-du-an::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
    left: -30px;
	width: 30px;
	height: 60px;
	border-bottom: solid 30px transparent;
	border-right: solid 30px #7B0E19;
	border-left: solid 30px transparent;
	border-top: solid 30px #7B0E19;
}
.wn-ten-du-an span {
	width: 100%;
    display: block;
    text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.wn-ten-du-an span:first-child{
    font-size: 25px;
}
.wn-ten-du-an span:last-child {
	font-size: 12px;
}
.wn-menu-du-an {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.wn-menu-icon-du-an {
	/* padding: 15px; */
    flex-basis: 20%;
    /* max-width: 20%; */
    position: relative;
    /* margin: 0 15px; */
    background-size: contain !important;
    /* height: 100px; */
    filter: opacity(.6);
    transform: scale(.8);
    cursor: pointer;
}
/* .wn-menu-icon-du-an:nth-child(1) {
	background: url(/wp-content/uploads/2023/09/garena-1.jpg) center center / contain no-repeat;
}
.wn-menu-icon-du-an:nth-child(2) {
	background: url(/wp-content/uploads/2023/09/ved-1.jpg) center center / contain no-repeat;
}
.wn-menu-icon-du-an:nth-child(3) {
	background: url(/wp-content/uploads/2023/09/gemination-1.jpg) center center / contain no-repeat;
}
.wn-menu-icon-du-an:nth-child(4) {
	background: url(/wp-content/uploads/2023/09/white-palace-1.jpg) center center / contain no-repeat;
}
.wn-menu-icon-du-an:nth-child(5) {
	background: url(/wp-content/uploads/2023/09/toong-1.jpg) center center / contain no-repeat;
} */
.swiper-slide-thumb-active .wn-menu-icon-du-an {
    filter: opacity(1);
    transform: scale(1);
}
.wn-du-an-pagi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.wn-du-an-dot {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #7B0E19;
	margin-top: 10px;
}
.wn-du-an-dot.active{
	background: #7B0E19;
}


/* HOME-DICH-VU */
.wn-home-row-dich-vu {
  	transition: all .1s ease;
	
}
.wn-home-dich-vu {
	display: flex;
	height: 900px;
	color: #fff;
    cursor: pointer;
    -webkit-transition: all .25s ease;
  	-moz-transition: all .25s ease;
  	-o-transition: all .25s ease;
  	transition: all .25s ease;
	overflow: hidden;
}
.wn-home-dich-vu .col-inner{
    /* -webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease; */
}
/* .wn-home-dich-vu:has(.active) { */
.wn-home-dich-vu.active {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}
/* .wn-home-dich-vu:has(.minimize) { */
.wn-home-dich-vu.minimize {
    flex-basis: 13.333333%;
    max-width: 13.333333%;
}
.wn-home-dich-vu-product {
	background: url(/wp-content/uploads/2023/09/bg-product.jpg) center center / cover no-repeat;
}
.wn-home-dich-vu-mobile {
	background: url(/wp-content/uploads/2023/09/bg-mobille-app.jpg) center center / cover no-repeat;
}
.wn-home-dich-vu-update {
	background: url(/wp-content/uploads/2023/09/bg-update.jpg) center center / cover no-repeat;
}
.wn-home-dich-vu-seo {
	background: url(/wp-content/uploads/2023/09/bg-seo.jpg) center center / cover no-repeat;
}
.wn-home-dich-vu-marketing {
	background: url(/wp-content/uploads/2023/09/bg-marketting.jpg) center center / cover no-repeat;
}
.wn-home-dich-vu-brand {
	background: url(/wp-content/uploads/2023/09/bg-brand.jpg) center center / cover no-repeat;
}
.wn-ten-dich-vu {
	font-size: 60px;
    font-weight: 800;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -27px;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 70%;
    cursor: pointer;
}
/* .wn-home-dich-vu:has(.active) .wn-ten-dich-vu { */
.wn-home-dich-vu.active .wn-ten-dich-vu {
    left: 20%;
}
.wn-home-dich-vu.active .wn-home-mo-ta-dich-vu {
    visibility: visible;
/* 	display: block; */
    left: 30%;
    z-index: 99;
}
.wn-home-mo-ta-dich-vu {
	position: absolute;
    top: 42%;
    left: 100%;
    transform: translateY(-58%);
    height: 40%;
	width: 20vw;
    visibility: hidden;
/* 	display: none; */
	transition: all 0.3s ease-in-out;
}
.wn-home-mo-ta-dich-vu .wn-tieu-de-dich-vu {
	font-size: 30px;
}
.wn-home-mo-ta-dich-vu .wn-mo-ta-dich-vu,
.wn-home-mo-ta-dich-vu p a {
	font-size: 20px;
}
.wn-home-mo-ta-dich-vu p {
	width: fit-content;
	overflow: hidden;
}
.wn-home-mo-ta-dich-vu p a {
	position: relative;
	padding-bottom: 2px;
}
.wn-home-mo-ta-dich-vu p a::before,
.wn-home-mo-ta-dich-vu p a::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 2px);
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.wn-home-mo-ta-dich-vu p a::before {
	left: -100%;
	opacity: 0;
	transition: all 1.2s ease;
}
.wn-home-mo-ta-dich-vu p a::after {
	left: 0;
	transition: all 1s ease;
}
.wn-home-mo-ta-dich-vu p a:hover::before {
	transform: translate3d(100%, 0, 0);
	opacity: 1;
}
.wn-home-mo-ta-dich-vu p a:hover::after {
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}
.wn-home-mo-ta-dich-vu .wn-mo-ta-dich-vu {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
}
.wn-home-mo-ta-dich-vu p a {
	color: #fff;
}

/* HOME-THANH-TUU */
.wn-home-section-thanh-tuu::before {
	content: '';
    display: block;
    background: url(/wp-content/uploads/2023/09/bg-1.png) center right / contain no-repeat;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: -40%;
}
.wn-home-row-thanh-tuu .col:nth-child(odd) .col-inner {
	margin-top: 30px;
}
.wn-home-row-thanh-tuu .col:nth-child(even) .col-inner {
	margin-bottom: 30px;
}
.wn-home-icon-thanh-tuu {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(224deg, #BF1E2E 0%, #DF5770 99.01%);
}
.wn-home-icon-thanh-tuu h3,
.wn-home-icon-thanh-tuu p,
.wn-home-icon-thanh-tuu p a {
	color: #fff;
}

/* HOME-VIDEO */
.wn-home-section-video::after {
	content: '';
    display: block;
    background: url(/wp-content/uploads/2023/09/bg-1.png) center right / contain no-repeat;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    right: 10%;
}
.wn-home-video-btn .video-button-wrapper {
	display: flex;
	justify-content: center;
}
.wn-home-video-btn a.button.is-outline {
	border: none;
    position: relative;
    aspect-ratio: 1;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wn-home-video-btn a:hover {
	background: none;
}
.wn-home-video-btn a:hover i{
	color: #BF1E2E;
}
.wn-home-video-btn a::before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    clip-path: url(#wnCircleTextBtn);
    position: absolute;
    background: #fff;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
	-webkit-animation: rotating 8s linear infinite;
	-moz-animation: rotating 8s linear infinite;
	-ms-animation: rotating 8s linear infinite;
	-o-animation: rotating 8s linear infinite;
	animation: rotating 8s linear infinite;
}

/* HOME-KHACH-HANG */
.wn-home-section-khach-hang::before {
	content: '';
    display: block;
    background: url(/wp-content/uploads/2023/09/bg-3.png) center right / contain no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: calc(-70% + 54px);
}
.wn-home-section-khach-hang .img {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
.wn-home-kh-danh-gia .wn-home-ten-khach {
	font-size: 20px;
	margin-left: 16px;
}
.wn-home-kh-danh-gia .wn-home-ten-khach span {
	margin-left: 16px;
	font-size: 12px;
	font-weight: 400;
}
.wn-nhan-xet-khach-hang {
	border-radius: 10px;
	border: 1px solid #E7E7E7;
	background: #FFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}
.wn-nhan-xet-khach-hang {
	padding: 30px;
    width: 103%;
    position: relative;
    left: -3%;
}
.wn-nhan-xet-khach-hang::after {
	content: '“';
	display: block;
	position: absolute;
	top: -20%;
	right: 8%;
	color: #C5C5C5;
	font-family: Public Sans;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wn-nhan-xet-khach-hang p {
	margin: 0;
	color: #7A7A7A;
	font-family: 'Public Sans', 'Open Sans', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

/* ABOUT-BANNER */
.wn-about-section-banner .banner h5 {
	color: #6C6C6C;
	font-size: 25px;
	font-weight: 400;
}
.wn-about-section-banner .banner h3 {
	color: #383838;
	font-size: 70px;
	font-weight: 700;
}
.wn-about-section-banner .banner p {
	color: #6C6C6C;
	font-size: 18px;
}

/* FAQS */
.wn-faqs {
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.30);
	padding: 8px 30px;
}
.wn-faqs .accordion-item a.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
	background: none;
	margin-bottom: 0;
}
.wn-faqs .accordion-item a.accordion-title.active {
    background: none !important;
    color: #a52a2e !important;
    box-shadow: none;
}
.wn-faqs .accordion-title.active {
    background: none;
}
.wn-faqs .accordion-item+.accordion-item a.accordion-title {
	border-top: 1px solid #F0F0F0 !important;
}
.wn-faqs .accordion-item:first-child a {
	border: none;
}
.wn-faqs .accordion-item a button {
    position: initial;
}
.wn-faqs .accordion-inner {
    padding: .2em 1.3em 1em;
}
.wn-faqs .accordion-inner p {
    margin: 0;
}

/* BLOG POST */
.wn-blog-post {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
	background: #FFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}
.wn-blog-post .box-text {
	padding: 20px;
}
.wn-blog-post .box-text .box-text-inner {
	height: auto;
}
.wn-blog-post .box-text .post-meta,
.wn-blog-post .box-text .from_the_blog_excerpt {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.50);
}
.wn-blog-post .box-text .post-meta i {
	margin-right: 4px;
}
.wn-blog-post .box-text .post-title {
	font-size: 15px;
	margin: 8px 0 12px 0;
	max-height: 42px;
}
.wn-blog-post .box-text .post-title a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wn-blog-post .box-text .from_the_blog_excerpt {
}
.wn-blog-post .box-text a.button {
	text-transform: initial;
	margin-top: 16px;
}

/* FOOTER */
.footer-info ul, .footer-info ul li {
    list-style: none;
    margin-left: 0px !important;
    padding: 0px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 850px) {
	/*************** ADD TABLET ONLY CSS HERE  ***************/
	.row.wn-home-mobile-theme-container {
   		 display: none;
	}
	.wn-title {
		/* font-size: 30px; */
	}
	.wn-home-section-bang-gia, 
	.wn-home-section-du-an,
	.wn-home-section-khach-hang {
		padding-bottom: 0 !important;
	}
	#header #logo {
		width: 240px;
		order: 1;
	}
	.medium-logo-center .flex-left {
		order: 3 !important;
		flex: 1 !important;
	}
	.medium-logo-center .flex-right {
		order: 2 !important;
		flex: 8 !important;
		
	}
	.medium-logo-center .flex-left .mobile-nav.nav-left {
		justify-content: flex-end;
	}
	.medium-logo-center .flex-left .icon-menu:before {
		content: '\f550';
		font-family: "Font Awesome 6 Free" !important;
		font-weight: 600;
	}
	.medium-logo-center .flex-left .icon-menu,
	.medium-logo-center .flex-right .icon-search {
		color: #000;
	}
	.medium-logo-center .flex-left .icon-menu {
		font-size: 2.4em;
	}
	.medium-logo-center .flex-right .icon-search {
		font-size: 1.8em;
	}
	.medium-logo-center .flex-right .ux-search-submit.submit-button {
		background: #a52a2e;
	}
	.medium-logo-center .flex-right .ux-search-submit.submit-button  .icon-search {
		color: #fff;
	}
	.mobile-sidebar .nav>li>a {
		color: #a52a2e;
    	font-size: 1em;
	}
	.wn-btn-lien-he-header-mobile {
		
	}
	.wn-btn-lien-he-header-mobile i {
		font-size: 1.2em;
		margin-right: 8px;
	}
	.wn-btn-lien-he-header-mobile a {
		font-size: 1.8em;
	}
	.wn-btn-lien-he-header-mobile a,
	.wn-btn-lien-he-header-mobile i {
   		color: #a52a2e;
	}
	
	
	/* HOME-BANNER */
	.wn-home-section-banner .banner .text-box h3 {
		font-size: 26px;
	}
	.wn-home-section-banner .banner .text-box p {
		font-size: 14px;
	}
	.wn-home-section-banner .banner .button {
		padding: 6px 14px;
		font-size: 0.8rem;
	}


	/* HOME-GIOI-THIEU */
	.wn-home-section-gioi-thieu {
		padding-top: 50px !important;
	}
	.wn-home-section-gioi-thieu .col .img-inner {
		left: 8%;
	}
	.wn-home-section-gioi-thieu .col .img::before {
		top: -6%;
		left: 0%;
		width: 60px;
		height: 60px;
	}
	.wn-home-section-gioi-thieu .col .img:after {
		left: 0;
		top: -8%;
		border: 12px solid #BF1E2E;
	}
	.wn-gioi-thieu-ngan-text h3 {
		font-size: 26px;
	}
	.wn-gioi-thieu-ngan-text h2 {
		font-size: 40px;
	}
	.wn-gioi-thieu-ngan-text h3, .wn-gioi-thieu-ngan-text h2 {
		left: -5%;
	}
	.wn-gioi-thieu-ngan-text ul {
		z-index: 99;
		position: relative;
		left: 8%;
	}
	.wn-gioi-thieu-ngan-text + .button {
		left: 8%;
	}
	.wn-gioi-thieu-ngan-text ul li {
		font-size: 14px;
	}

	/* HOME-KHO-GIAO */
	.wn-row-cat-template .col-inner, .wn-row-cat-template .col-inner a {
		width: 100%;
		max-height: 130px;
	}
	.wn-home-template .box .box-text {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
	.wn-row-cat-template .icon-box .icon-box-text h3 {
		font-size: 0.8rem;
	}
	.wn-input-search-template p {
		width: 50%;
	}
	.wn-input-search-template:before,
	.wn-input-search-template:after {
		display: none;
	}
	

	/* HOME-BANG-GIA */
	.wn-title-bang-gia {
		padding-top: 60px;
	}
	.wn-title-bang-gia:before {
		font-size: 130px;
	}
	.wn-row-bang-gia .wn-home-header-top-bang-gia {
		font-size: 20px;	
		top: 20px;
	}
	.wn-row-bang-gia .col-inner {
/* 		padding-left: 10px;
		padding-right: 10px; */
	}
	.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-ten-goi{
		/* transform: scale(.8); */
		font-size: 1.3rem;
	}
	.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-gia-cu {
		position: absolute;
		top: 100%;
		left: calc(50% + 15px);
		transform: translatex(-50%);
		font-size: 20px;
	}
	.wn-row-bang-gia .col-inner .wn-home-header-bang-gia {
		margin-top: 10px;
		min-height: 82px;
	}
	.wn-row-bang-gia .wn-gia-moi > span:first-child {
		font-size: 30px;

	}
	.wn-row-bang-gia .wn-gia-moi > span:last-child {

	}
	.wn-row-bang-gia .wn-gia-moi p {
		font-size: 12px;
	}
	.wn-row-bang-gia .col-inner .wn-mo-ta-bang-gia ul li {
		font-size: 12px;
	}
	.wn-row-bang-gia .col-inner .button.wn-btn-chi-tiet-bang-gia {
		font-size: 12px;
	}

	/* HOME-DU-AN */
	
	.wn-home-section-du-an .wn-title {
		font-size: 30px;
	}
	.wn-home-section-du-an p {
		font-size: 14px;
	}
	.wn-du-an-slide::before {
		width: 50px;
    	height: 32%;
	}
	.wn-du-an-slide::after {
		border-bottom: solid 20px #FF9BA5;
    	border-right: solid 20px transparent;
	}
	.wn-du-an-mobile {
		width: 50%;
	}
	.wn-du-an-pc {
		width: 70%;
		right: 0;
	}
	.wn-ten-du-an {
		padding: 25px 20px;
	}
	.wn-ten-du-an::before {
		border-right: solid 10px #7B0E19;
	}
	.wn-ten-du-an span:first-child {
		font-size: 20px;
	}
	.wn-ten-du-an span:last-child {
		font-size: 10px;
	}
	
	/* HOME-DICH-VU */
	.wn-home-dich-vu {
		height: 660px;
	}
	/* .wn-home-dich-vu:has(.active) { */
	.wn-home-dich-vu.active {
		flex-basis: 66.666666%;
		max-width: 66.666666%;
	}
	/* .wn-home-dich-vu:has(.minimize) { */
	.wn-home-dich-vu.minimize {
		flex-basis: 16.666666%;
    	max-width: 16.666666%;
	}
	.wn-ten-dich-vu {
		font-size: 44px;
		letter-spacing: -17px;
	}	
	.wn-home-mo-ta-dich-vu {
		width: 40vw;
	}
	.wn-home-mo-ta-dich-vu .wn-tieu-de-dich-vu {
		font-size: 22px;
	}
	.wn-home-mo-ta-dich-vu .wn-mo-ta-dich-vu, .wn-home-mo-ta-dich-vu p a {
		font-size: 16px;
	}
	/* HOME-THANH-TUU */
	/* HOME-VIDEO */
	.wn-home-video-btn a i.icon-play {
		font-size: 3em !important;
	}
	/* HOME-KHACH-HANG */
	.wn-nhan-xet-khach-hang {
		padding: 10px;
		width: 102%;
    	left: -2%;
	}
	.wn-home-ten-khach {
		margin-bottom: 0;
	}
	.wn-nhan-xet-khach-hang p {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.wn-title {
		font-size: 28px;
	}	
	.wn-title + p {
		font-size: 12px;
	}
	.wn-mobile-no-padding-bot {
		padding-bottom: 0 !important;
	}
	.medium-logo-center .flex-right {
		flex: 1 !important;
	}
	.mobile-sidebar .nav>li>a {
    	font-size: .8em;
	}

	/* HOME-BANNER */
	.wn-home-section-banner .banner .text-box h3 {
		font-size: 18px;
	}
	.wn-home-section-banner .banner .text-box p {
		font-size: 11px;
	}
	.wn-home-section-banner .banner .button {
		padding: 2px 8px;
		font-size: 0.6rem;
	}

	/* HOME-GIOI-THIEU */
	.wn-home-section-gioi-thieu {
		padding-top: 60px !important;
		padding-bottom: 0 !important;
	}
	.wn-home-section-gioi-thieu:before {
		width: 60%;
		height: 38%;
	}
	.wn-home-section-gioi-thieu .col .img::before {
		top: -5%;
		left: 3%;
	}
	.wn-home-section-gioi-thieu .col .img-inner,
	.wn-home-section-gioi-thieu .col .img:after {
		width: 90%;
		left: 0;
	}
	.wn-home-section-gioi-thieu .col .img:after {
		border: 21px solid #BF1E2E;
	}
	.wn-gioi-thieu-ngan-text h3, .wn-gioi-thieu-ngan-text h2 {
		left: 0;
	}
	.wn-gioi-thieu-ngan-text h3 {
		font-size: 20px;
	}
	.wn-gioi-thieu-ngan-text h2 {
		font-size: 34px;
	}
	.wn-gioi-thieu-ngan-text ul,
	.wn-gioi-thieu-ngan-text + .button {
		left: 0;
	}
	.wn-gioi-thieu-ngan-text ul li {
		font-size: 16px;
	}
	.wn-gioi-thieu-ngan-text + .button {
		padding: 4px 20px;
		font-size: 0.8rem;
	}

	/* HOME-KHO-GIAO */
	.wn-row-cat-template .col-inner,
	.wn-row-cat-template .col-inner a {
		width: 100%;
	}
	.wn-row-cat-template .col-inner > a {
		height: 130px;
	}
	.wn-row-cat-template .icon-box .icon-box-text h3 {
		font-size: 0.8rem;
	}
	.wn-input-search-template {
		margin-bottom: 0;
	}
	.wn-input-search-template p {
		width: 70%;
	}
	.wn-input-search-template p input {
		font-size: 14px;
		text-overflow: ellipsis;
	}
	.wn-input-search-template p input::placeholder {
		font-size: 12px;
	}
	.wn-input-search-template:before {
		/* left: 50%;
		top: 0;
		transform: translate(-50%, -100%); */
		display: none;
	}
	.wn-input-search-template:after {
		/* left: 50%;
		top: 0;
		transform: translate(-50%, 100%); */
		display: none;
	}
	.wn-theme-pagination a {
		font-size: 14px;
		max-width: 24px;
		max-height: 24px;
		padding: 18px;
		margin: 0 4px;
	}

	/* HOME-BANG-GIA */
	.wn-home-section-bang-gia {
		padding-bottom: 0 !important;
	}
	.wn-title-bang-gia {
		padding-top: 28px;
	}
	.wn-title-bang-gia:before {
		font-size: 70px;
	}
	.wn-row-bang-gia .wn-home-header-top-bang-gia {
		font-size: 30px;
	}
	.wn-row-bang-gia .wn-home-header-top-bang-gia .wn-gia-cu {
		position: relative;
		font-size: 30px;
		top: unset;
		left: unset;
		transform: translate(0);
	}
	.wn-row-bang-gia .col-inner .wn-home-header-bang-gia {
		margin-top: 0;
	}

	/* HOME-DU-AN */
	.wn-title-du-an:before {
		width: 50px;
    	height: 120px;
	}
	.wn-home-btn-du-an {
		padding: 4px 22px;
		font-size: 0.9rem;
	}
	.wn-home-col-du-an {
		min-height: 500px;
	}
	.wn-ten-du-an {
		padding: 26px 14px;
	}
	.wn-ten-du-an::before {
		left: -32px;
		height: 30px;
		border-bottom: solid 20px transparent;
		border-right: solid 20px #7B0E19;
		border-left: solid 20px transparent;
		border-top: solid 20px #7B0E19;	
	}
	.wn-ten-du-an span:first-child {
		font-size: 18px;
	}
	.wn-ten-du-an span:last-child {
		font-size: 10px;
	}
	.wn-du-an-slide::before {
		width: 40px;
		height: 35%;
	}
	.wn-du-an-slide::after {
		border-bottom: solid 20px #FF9BA5;
		border-right: solid 20px transparent;
		border-left: solid 20px #FF9BA5;
		border-top: solid 24px transparent;
	}
	.wn-du-an-mobile {
		/* width: 35%;	 */
	}
	.wn-du-an-pc {
		/* width: 75%;
		right: 5%; */
	}
	.wn-menu-du-an {
		margin: 0;
	}
	.wn-menu-icon-du-an {
		/* flex-basis: 33.33333%;
    	max-width: 33.33333%;
		margin: 0; */
	}

	/* HOME-DICH-VU */
	.wn-home-dich-vu {
		height: 400px;
	}
	/* .wn-home-dich-vu:has(.active) {
		flex-basis: 66.666666%;
		max-width: 66.666666%;
	}
	.wn-home-dich-vu:has(.minimize) {
		flex-basis: 16.666666%;
    	max-width: 16.666666%;
	} */
	.wn-ten-dich-vu {
		font-size: 26px;
		letter-spacing: -10px;
	}
	.wn-home-mo-ta-dich-vu .wn-tieu-de-dich-vu {
		font-size: 16px;
	}
	.wn-home-mo-ta-dich-vu .wn-mo-ta-dich-vu, .wn-home-mo-ta-dich-vu p a {
		font-size: 12px;
	}

	/* HOME-THANH-TUU */
	.wn-home-row-thanh-tuu .col:nth-child(odd) .col-inner {
		margin-top: 0;
	}
	.wn-home-row-thanh-tuu .col:nth-child(even) .col-inner {
		margin-bottom: 0;
	}
	.wn-home-icon-thanh-tuu {
		padding: 15px;
	}

	/* HOME-VIDEO */
	.wn-home-video-btn a {
		transform: scale(.7);
	}
	/* .wn-home-video-btn a i.icon-play {
		font-size: 5em !important;
	} */
	/* HOME-KHACH-HANG */
	.wn-nhan-xet-khach-hang {
		padding: 15px;
		left: 0;
		width: 100%;
	}
	.wn-nhan-xet-khach-hang::after {
		top: -10%;
	}
	.wn-nhan-xet-khach-hang p {
		font-size: 1rem;
	}

	/* FAQs */
	.wn-faqs {
		padding: 8px 16px;
	}
	.wn-faqs .accordion-item a,
	.wn-faqs .accordion-inner p {
		font-size: 0.8rem;
	}
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes filterWhite {
    from {
        -webkit-filter: none;
        filter: none;
    }
    to {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

@keyframes walk {
	0%, 100% {
	  content: url(/wp-content/uploads/2023/10/evf6C9r.png);
	}
	50% {
	  content: url(/wp-content/uploads/2023/10/1r7Qtm2.png);
	}
  }
  @keyframes jump {
	  0%, 30%{
		  transform: translateY(0);
	  }
	  15%{
		  transform: translateY(-75px);
	  }
  }
  @keyframes cactus{
	  from{
		  right: -30px;
	  }
	  to{
		  right: 100%;
	  }
  }