






.sticky {
	position: fixed;
	top: 50%; transform: translateY(-50%);
	z-index: 1000;
}

.sticky-a {
	display: block;
}

.sticky-a:last-child {
	margin-bottom: 0;
}

.sticky-a img {
	border-radius: 50px;
	box-shadow: 0px 4px 6px rgba(0,0,0,.2);
}




@media (max-width: 575px) {
	.sticky { right: 5px; }
	.sticky-a { margin-bottom: 10px; }
	.sticky-a img { width: 32px; height: 32px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.sticky { right: 10px; }
	.sticky-a { margin-bottom: 10px; }
	.sticky-a img { width: 36px; height: 36px; }	
}

@media (min-width: 576px) and (max-width: 991px) {
	.sticky { right: 12.5px;	}
	.sticky-a { margin-bottom: 15px; }
	.sticky-a img { width: 40px; height: 40px; }	
}


@media (min-width: 992px) {
	.sticky { right: 15px;	}
	.sticky-a { margin-bottom: 15px; }
	.sticky-a img { width: 44px; height: 44px; }	
}


























/* Partners */

.about-partner .default-container {
	padding-top: 0px;
}


.partner-item {
	position: relative;
	box-shadow: 0px 5px 15px rgba(0,0,0,.2);
	margin-right: 20px;
}

.about-partner .slick-track {
	padding: 20px 0;
}


@media (max-width: 991px) {
	.partner-item {
		margin-right: 20px;
		width: 180px;
	}
}

@media (min-width: 992px) {
	.partner-item {
		margin-right: 40px;
		width: 290px;
	}
}












/* Fancy Title */

.fancy-title-row h1,
.fancy-title-row h3 {
	color: rgba(50,45,80,1);
	padding-right: 20px;
	margin: 0;
}

.title-fancy {
	background: rgba(50,45,80,.1);
	height: 1px;
	margin-top: auto;
	margin-bottom: 15px;
}

.fancy-title-row {
	margin-bottom: .65em;
}





/* Diffusal Section */

.diffusal-section .default-container {
	margin-right: 0 !important;
}


@media (max-width: 1199px) {
	.diffusal-section .default-container {
		width: 93%;
	}
	.diffusal-section .fancy-title-row {
		width: 89.5%;
	}
}

@media (min-width: 1200px) {
	.diffusal-section .default-container {
		width: calc(100% - (50vw - 600px));
	}
	.diffusal-section .fancy-title-row {
		width: calc(100% - 300px);
	}
}




































/* Testimonials */

.slider-body-container {
	padding-top: 0 !important;
}

.slider-title-container {
	padding-bottom: 0 !important;
}

.homepage-testimonials .heading-row .p-wrapper{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.slider-title-container h3 {
	margin-bottom: 15px !important;
}









/*** 4. Testimonials ***/

/*

.homepage-testimonials .heading-row {
	text-align: center;
}

.testi-row .slick-track {
	padding: 20px 0px;
}


.testi { 
	text-align: center; 
	box-shadow: 0px 5px 15px rgba(0,0,0,.15); 
}


.testi-img {
	width: auto;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
}

.testi-name {
	font-weight: 700;
	color: #233d62;
	margin-bottom: 5px;
}

.testi-dscr {
	text-transform: uppercase;
	color: #00bfff;
	font-weight: 600;
	border-bottom: 1px solid #c4c4c4;
	display: inline-block;
}

.testi-content p {
	color: #9595b5;
	margin-bottom: 0
}

.testi-rating { color: #00bfff; }


@media (max-width: 991px) {
	.testi {
		padding: 45px 30px;

		margin-left: 10px; 
		margin-right: 10px;

	}
	.testi-img {margin-bottom: 20px}
	.testi-name {font-size: 18px}	
	.testi-dscr {font-size: 15px; padding-bottom: 20px; margin-bottom: 20px}
	.testi-content {margin-bottom: 20px}
}


@media (min-width: 992px) {
	.testi {
		padding: 60px 40px; 
		margin-left: 20px; 
		margin-right: 20px;
	}
	.testi-img {margin-bottom: 25px}
	.testi-name {font-size: 20px}
	.testi-dscr {font-size: 16px; padding-bottom: 25px; margin-bottom: 25px}
	.testi-content {margin-bottom: 25px}
}

*/























/* CTA for Web Design */

.cta {
	background-image: url("../img/cta-bg.svg");
	background-size: cover;
}

.cta-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}



@media (max-width: 991px) {
	.cta-container { padding: 80px 0; } 
}


@media (min-width: 992px) {
	.cta-container { padding: 90px 0; } 
}






/** Content **/

.cta h3, .cta p {
	color: #fff;
}

.cta .sh-wrapper p {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	background-image: linear-gradient(-45deg, #f4901e, #ee5a24);
	padding: 3px 10px;
}



@media (max-width: 991px) {
	.cta .sh-wrapper {
		margin-bottom: 30px;
	}
}


@media (min-width: 992px) {
	.cta .sh-wrapper {
		margin-bottom: 40px;
	}
}







.bullet {
	border-radius: 20px;
	width: 14px; height: 14px;
	box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}

.bullet-col {
	margin-right: 20px;
}












/* PRice Filter, Copy from Projects Filter **/


/*** Filter Row ***/

.filter-row { 
	text-align: center;	
}

.filter {
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
	transition: all ease-in-out .3s;
}

.filter:hover {
	color: #00bfff;
}

.filter:last-child {
	margin-right: 0;
}

.active-filter {
	color: #00bfff;
}


@media (max-width: 991px) {
	.filter {
		margin-right: 15px;
	}
}




@media (min-width: 992px) {
	.filter {
		margin-right: 20px;		
	}
}













@media (max-width: 575px) {
	.filter {
		font-size: 15px;
	}
	.filter-row {
		margin: 25px 0px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.filter {
		font-size: 16px;
	}
	.filter-row {
		margin: 35px 0px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.filter {
		font-size: 17px;
	}
	.filter-row {
		margin: 45px 0px;
	}
}


@media (min-width: 992px) {
	.filter {
		font-size: 18px;
	}
	.filter-row {
		margin: 50px 0px;
	}
}







/* Price Table */

.price { 
	text-align: center;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);	
	margin-bottom: 20px;
}



@media (max-width: 575px) {
	.price { 
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media (min-width: 576px) and (max-width: 991px) {
	.price { 
		margin-left: 15px;
		margin-right: 15px;
	}
}


@media (min-width: 992px) {
	.price { 
		margin-left: 20px;
		margin-right: 20px;
	}
}










/* Price Content */ 

@media (max-width: 991px) {
	.price { 
		padding-bottom: 30px; 
		border-radius: 12.5px;
	}
	.price-content { padding: 25px 0px}
	.price-amount {padding: 10px}
	.price-title { 
		border-top-left-radius: 12.5px; 
		border-top-right-radius: 12.5px;
	}
}


@media (min-width: 992px) {
	.price { 
		padding-bottom: 35px; 
		border-radius: 15px;
	}
	.price-content { padding: 30px 0px}
	.price-amount {padding: 12.5px}
	.price-title { 
		border-top-left-radius: 15px; 
		border-top-right-radius: 15px;
	}
}




.price .anchor {
	width: 10px; height: 10px;
	position: absolute;
	bottom: -5px;
	left: 50%; transform: translateX(-50%);
	transform: rotate(45deg);
}



.price-heading-row {
	text-align: center;
}

.price-heading-row .p-wrapper {
	margin-bottom: 0px;
}




.price-title h4 {	
	display: block;
	color: #fff; 
	margin-bottom: 0;
}


/* Starter */
.price-starter .price-title,
.price-starter .anchor,
.price-starter .price-amount { 
	background: #00cc82; 
}

.price-starter .price-dscr { 
	color: #00cc82; 
}
.price-starter .price-dscr1 { 
	color: #ff9a02;
}


/* Developer */
.price-developer .price-title,
.price-developer .anchor,
.price-developer .price-amount { 
	background: #ff5b00; 
}

.price-developer .price-dscr { 
	color: #ff5b00;; 
}
.price-developer .price-dscr1 { 
	color: #ff9a02; 
}

/* Professional */
.price-professional .price-title,
.price-professional .anchor,
.price-professional .price-amount { 
	background: #0068ff; 
}

.price-professional .price-dscr { 
	color: #0068ff; 
}
.price-professional .price-dscr1 { 
	color: #ff9a02; 
}

/* Business */
.price-business .price-title,
.price-business .anchor,
.price-business .price-amount { 
	background: #7105d8; 
}

.price-business .price-dscr { 
	color: #7105d8;
}

.price-business .price-dscr1 { 
	color: #ff9a02;
}


.price-title {position: relative;}
.price-content p { color: #6572a0;}
.price-content span {color: rgba(101,114,160,.5)}
.price-amount { color: #fff}
.price-a {color: #6572a0}


@media (max-width: 575px) {
	.price-title { padding: 20px 15px; }
}


@media (min-width: 576px) and (max-width: 767px) {
	.price-title { padding: 22.5px 17.5px; }
}


@media (min-width: 768px) and (max-width: 991px) {
	.price-title { padding: 25px 20px; }
}


@media (min-width: 992px) {
	.price-title { padding: 27.5px 22.5px; }
}


















/** Feature Blurb **/

.blurb {
	text-align: center;
}

.blurb-img {
	border-radius: 5px;
	box-shadow: 0px 4px 10px rgba(172,176,181,.5);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.blurb-img { 
		margin-bottom: 25px;
		width: 80px; 
		height: 80px;
	}
}


@media (min-width: 992px) {
	.blurb-img { 
		margin-bottom: 30px;
		width: 100px; 
		height: 100px;
	}
}



.blurb-dscr {color: #f0a53b}
.blurb-content {color: #9ba5b6}




@media (max-width: 575px) {
	.blurb {
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media (min-width: 576px) and (max-width: 991px) {
	.blurb {
		margin-left: 15px;
		margin-right: 15px;
	}
}


@media (min-width: 992px) {
	.blurb {
		margin-left: 20px;
		margin-right: 20px;
	}
}





/*
@media (max-width: 575px) {
	.feature-row .column { margin-bottom: 40px; }
	.feature-row .column:last-child { margin-bottom: 0; }
}


@media (min-width: 576px) and (max-width: 991px) {
	.feature-row .column {
		width: 47.5%;
		margin-right: 5%;
	}
	.feature-row .column:nth-child(2n) {
		margin-right: 0;
	}
}


@media (min-width: 992px) {
	.feature-row .column {
		width: 22.75%;
		margin-right: 3%;
	}
	.feature-row .column:last-child {
		margin-right: 0;
	}
}
*/

















/** Intro **/

.heading-row  {	text-align: center }
.heading-row h3 { margin-bottom: 5px}
.heading-row h4 { font-weight: 500 }




@media (max-width: 991px) {
	.heading-row { margin-top: 50px;}	
}



@media (max-width: 575px) {
	.heading-row  { margin-bottom: 20px;}		
	.search-row { margin-bottom: 40px;}
	.intro-row {margin-bottom: 50px;}
	.feature-row {margin-bottom: 90px}
}


@media (min-width: 576px) and (max-width: 767px) {
	.heading-row  { margin-bottom: 30px; }	
	.search-row { margin-bottom: 50px;}
	.intro-row {margin-bottom: 40px;}
	.feature-row {margin-bottom: 100px}
}


@media (min-width: 768px) and (max-width: 991px) {
	.heading-row { margin-bottom: 40px; }		
	.search-row { margin-bottom: 60px;}
	.intro-row {margin-bottom: 30px;}
	.feature-row {margin-bottom: 110px}
}


@media (min-width: 992px) {
	.heading-row { margin-bottom: 50px; }		
	.search-row { margin-bottom: 70px;}
	.intro-row {margin-bottom: 20px;}
	.feature-row {margin-bottom: 120px}
}







/** Searching Domains **/

textarea:focus, input:focus, button:focus {
    outline: none;
}

.search-row {
	max-width: 720px;
	border-radius: 50px;
	box-shadow: 0px 5px 15px rgba(28,1,127,.15);
	margin-left: auto !important;
	margin-right: auto !important;
}

.search-row input {
	width: 100%;
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 50px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

::placeholder { color: rgba(44,48,81,.3)}

.search-row button {
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-image: linear-gradient(-45deg, #f99f00, #fdd661);
	color: #fff;
	transition: all ease-in-out .3s;
}

.search-row button:hover {
	opacity: .7;
}



@media (max-width: 575px) {
	.search-row input,
	.search-row button {
		padding: 10px 20px;
	}		
}


@media (min-width: 576px) and (max-width: 767px) {
	.search-row input,
	.search-row button {
		padding: 12.5px 25px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.search-row input,
	.search-row button {
		padding: 15px 30px;
	}	
}


@media (min-width: 992px) {
	.search-row input,
	.search-row button {
		padding: 17.5px 35px;
	}
}




.wow {visibility: hidden}

/*
@media (max-width: 991px) {
	.main-header { box-shadow: 0px 5px 10px rgba(0,0,0,.1)}
}
*/


/*-- khuyen mai */
.promo-banner {
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  padding: 15px 20px;
  border-radius: 12px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin: 20px 0;
  animation: fadeInDown 0.5s ease-in-out;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promo-icon {
  font-size: 28px;
  margin-right: 15px;
}

.promo-text {
  flex: 1;
  font-size: 18px;
}

.promo-btn {
  background: #fff;
  color: #ff6a00;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.promo-btn:hover {
  background: #ffe1c4;
}

/* Hiệu ứng xuất hiện */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}










