body {
	padding-top: 0rem;
}

h1 {
	font-size: 28px;
	font-family: Utmhel;
}

h2 {
	font-size: 24px;
	font-family: Utmhel;
}

h3,
h4,
h5,
h6 {
	font-family: Utmhel;
}

.card-header-color-danger {
	background: #b0323e;
    color: white;
 }


a {
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
}

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

a h5:hover {
	color: #ff0000;
	text-decoration: none;
}

a h6:hover {
	color: #ff0000;
	text-decoration: none;
}

p {
	font-family: 'Noto Serif', serif !important;
	font-size: 1.1rem !important;
}
.has-text-align-right {
	text-align: right !important;
}

.page iframe {
	width: 70% !important;
	height: 500px !important;
}

.page .wp-block-embed__wrapper {
	text-align: center;
	
}
.page-contact {
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-contact iframe {
	width: 100% !important;
	height: 300px !important;
}
.fix-chat {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 100;
}
.fix-chat .zalo {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 60%;
}

.fix-chat .zalo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-image: url(images/icon_zalo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hotline-support {
    position: fixed;
    right: 39px;
    bottom: 151px;
    z-index: 9;
}
  
  .hotline-support .hotline a {
	padding: 8px 0;
	cursor: pointer;
	position: relative;
	display: inline-block;
  }
  .hotline-support .hotline a span{
   
	background: #f00;
	color: #fff;
	border-radius: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 999;
	padding:8px;
  }
  
  
  .alo-circle {
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: zoomIn;
	width: 50px;
	height: 50px;
	top: 3px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #f00;
	opacity: .5;
  }
  
  
  .alo-circle-fill {
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: pulse;
	width: 60px;
	height: 60px;
	top: -2px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgb(255 0 0 / 50%);
	opacity: .75;
  }
  
  @-webkit-keyframes headerAnimation {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
  }
  @keyframes headerAnimation {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
  }
  
  @-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
  }
  @-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
  }
  @-o-keyframes zoomIn {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
  }
  @keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
  }
  
  
  .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}

.blog-main {
	margin-top: 0px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #000;
}

.navbar-dark .navbar-nav .nav-link {
	color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #999;
}

.fixed-top {
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

.box_menu {
	background-image: linear-gradient(#ED1C24, #9A0000);
	width: 100%;
	height: 35px;
	z-index: 111;
}

.navbar a {
	color: #fff;
}

.nav-link {
	display: block;
	padding: 0.3rem 1rem;
}

.navbar-nav>li {
	border-left: solid #ED1C24 1px;
	position: relative;
}

.navbar-nav>li:after {
	border-left: solid #9A0000 1px;
	content: "";
	position: absolute;
	top: 2;
	left: 0;
	height: 33px;
	bottom: 0;
}

.carousel-photo-home .slides li {
	width: 70px !important;
	height: 70px;
}

.carousel-photo-home .slides img {
	width: 70px;
	height: 70px;
}

/*
MENU
*/

.dropdown-menu .dropdown-menu {
	position: relative;
}

.dropdown-menu .dropdown-menu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}


/* to show the arrow */

.dropdown-menu .dropdown-menu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-toggle a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}


/* /MENU*/

.head-col-row  .head-left {
	-ms-flex: 0 0 65.666667%;
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
}


.head-col-row  .head-right {
	-ms-flex: 0 0 34.333333%;
    flex: 0 0 34.333333%;
    max-width: 34.333333%;
}

.head-row .col-sm-9 {
	flex: 0 0 80%;
    max-width: 80%;
}
.head-row .col-sm-3 {
	max-width: 20%;
}


.news-home h6,
.gallery-home h6,
.video-home h6 {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.gallery-home .wp-post-image {
	
}

.gallery-home a,
.video-home a {
	color: #000;
}

.news-home .wp-post-image {
	border-radius: 5px;
}

.news-home a {
	color: #000;
}

.head-front {
	margin-top: 15px;
}

.head-left img {
	border-radius: 0px;
}

.head-left .blog-post-title {
	margin-top: 10px;
	font-weight: bold;
}

.head-front .blog-content {
	text-align: justify;
	height: 78px;
}

.head-right .blog-post-title {
	font-size: 15px;
	color: #343a40;
	font-weight: bold;
	text-align: justify;
}

.head-right .blog-post-title:hover {
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
	text-align: justify;
}

.head-right .col-sm-4 {
	padding-right: 5px;
	padding-left: 15px;
}

.head-right .col-sm-8 {
	padding-right: 15px;
	padding-left: 5px;
}



.head-right hr {
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}

.rpwe-block a {
	color: #000;
	font-size: 13px;
}

.rpwe-block h3 {
	text-align: justify;
}

.gallery-home h5 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ec1e25;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.video-home .wp-post-image {
	border-radius: 0px;
}

.video-home {
	background-color: #f5f5fa;
	padding: 50px 0px;
}

.video-home .item {}

.video-home .item img {
	max-height: 200px;
}

.video-home .item h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.video-home .item span {
	position: absolute;
	left: 10%;
	top: 50%;
	color: #ed1c24c2;
}

.video_item {
	float: left;
	margin: 10px;
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
	padding: 10px;
	min-height: 270px;
}

.video-detail h5 {
	margin: 0px !important;
    font-size: 25px;
    color: #ED1C24;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
}
 
.video-detail span {
	position: absolute;
	left: 10%;
	top: 50%;
	color: #ed1c24c2;
}



.video-detail .item img {
	max-height: 200px;
}

.video-detail .item h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}


.video-detail  h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.head-item {
	float: left;
	margin: 2px;
	text-align: center;
	background: #fff;
}

.head-item img {
	max-height: 365px;
}

.head-item .head-title {
	height: 50px;
}

.head-item .blog-content p {
	text-align: justify;
	color: #333;
	font-weight: normal;
	font-size: 15px;
	padding: 0;
	text-transform: none;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.owl-prev,
.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border: 0px solid black;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

.owl-prev i,
.owl-next i {
	transform: scale(2, 5);
	color: #ccc;
}

.news-home h5 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ec1e25;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}


.head-background {

	padding: 8px 0px;
    
    
    text-align: center;
    
}

.news-home .head-background h5 {
	
	margin: 0px !important;
	font-size: 25px;
    color: #ED1C24;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
}

.news-home .head-background h5::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	bottom: 16px;
	left: 19px;
	-webkit-transform: skew( -20deg);
	-moz-transform: skew(-20deg);
	transform: skew( -20deg);
	background-color: #dd3333;
}

.blog-single .single-date {
	font-size: 11px;
	color: #999;
	padding-top: 0px;
	font-style: italic;
}

.blog-single .single-thumb {
	margin-top: 10px;
	margin-bottom: 1.1rem;
}
.blog-single p {
	text-align: justify;
}
.blog-single li {
	font-family: 'Noto Serif', serif !important;
	font-size: 1.1rem !important;
}
.blog-single iframe {
	width: 100% !important;
	height: 500px !important;
}

.blog-single .wp-block-embed__wrapper {
	text-align: center;
	
}
.blog-single .wp-block-embed figcaption {
    
    text-align: center;
    
}
.blog-single .wp-block-image figcaption{
	text-align: center;
}

.blog-single .has-text-align-center,
.page-single .has-text-align-center {
	text-align: center !important;
}

.page li {
	font-family: 'Noto Serif', serif !important;
	font-size: 1.1rem !important;
}
.blog-single a {
	color: #ff0000;
}



.video-home .blog-content {
	text-align: justify;
}

.news-home .wp-post-image {
	max-height: 245px;
}

.news-home .home-title {
	height: 75px;
	margin-bottom: 10px;
}

.news-home p {
	text-align: justify;
	color: #333;
	font-weight: normal;
	font-size: 15px;
	padding: 0;
	text-transform: none;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.home-ongoi-item p {
	height: 100px;
}


.home-head-margin {
	margin-bottom: 0px;
}

.banner_center_home {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 350px;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.category-video .video_item h5 {
	margin-top: 8px;
}
.category-gallery .video_item h5 {
	margin-top: 8px;
}

.page p {
	text-align: justify;
}
/*
home gallery
*/

.flexslider {
	margin: 0px;
	border: 8px solid #fff;
}

.flex-caption {
	width: 100%;
}

.nav-x {
	margin-top: -10px;
}


/*
home gallery
*/

@media (min-width: 768px) {
	.navbar-expand-md .navbar-collapse {
		flex: auto;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.dropdown-menu {
		background-color: rgb(227, 5, 5);
	}
	.navbar-expand-md .menu-item-has-children .nav-link {
		
		padding-left: 1.5rem !important;
	}

}

.navbar-brand {
	display: inline-block;
	padding-top: 0rem;
	padding-bottom: .3125rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.jumbotron {
	padding: 0px;
	margin-bottom: 2rem;
	background-color: #343a40;
	border-radius: 0rem;
	color: #fff;
	height: auto;
}

.session-footer {
	background: #f5f5fa;
	padding: 50px 0px;
	color: rgba(9, 9, 16, .7);
	font-size: 12px;
}

.copyright {
	opacity: 0.4;
}

.navbar-collapse {
	flex-grow: initial;
}

.mr-15 {
	margin-right: 15px;
}

.benefits {
	margin-left: -20px;
	font-size: 15px;
	font-family: initial;
}

.mr-t-search-button {
	margin-top: 32px;
}

.main-body {
	background-color: #fff!important;
}

.job-row {
	padding: 2px 0px;
}

.job-detail-card {
	border: 1px solid rgba(18, 113, 169, 0.185)
}

.job-detail-card:hover {
	border: 1px solid rgba(18, 113, 169, 0.185);
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: #fff;
	border-bottom: 2px solid #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #f8f9fa;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
	border-color: #fff;
	border-bottom: 2px solid #000;
}

.nav-tabs .nav-link {
	border: none;
	color: #708294;
	font-weight: lighter;
	;
}

.tab-content {
	margin-top: 15px;
}

.card-link {
	border: none !important;
	border-bottom: 1px solid rgba(128, 124, 124, 0.125) !important;
	border-radius: 0px !important;
}

.card-link:hover {
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.job-detail-text-title {
	color: #999;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
}

.job-detail-text-sub {
	margin-left: 22px;
}

.card-hot {
	border: 1px solid #ff050521 !important;
}

.company-logo-card {
	height: 100px;
}

.company-card {
	height: 160px;
	margin: 15px 0px;
}

.company-card-title {
	font-size: 16px;
}

.text-search {
	font-size: 16px;
	margin: 15px 0px;
}

.job_head_link_other {
	margin-top: 10px;
	padding: 10px 0px;
}

.list-unstyled li {
	padding: 17px 0px;
}

.list-unstyled li a {
	color: #000;
}
.list-unstyled {
	font-size: 13px;
	font-weight: bold;
    color: #3e3a3a;
}

.btn-tag {
	margin-bottom: 5px;
}

.user-dasboard {
	padding: 5rem 5rem;
	margin-bottom: 1rem;
	background-color: #fff;
	border-radius: 0rem;
	color: #000;
}

.user-nav-border {
	border-bottom: 1px solid #f5f5fa!important;
}

.user-nav {
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-right {
	float: right;
	position: absolute;
	right: 5px;
	top: 15px;
}

.nav-right-account {
	float: right;
	position: absolute;
	right: 60px;
	top: 19px;
}

.nav-right-language {
	float: right;
	position: absolute;
	right: 90px;
	top: 19px;
}

.masthead-followup-icon {
	padding: .75rem;
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
	border-radius: .75rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

div#ez-toc-container {}

.partner-container {
	padding: 6px 0px;
}

.company-left-row .col-md-2 {
	width: 20% !important;
	padding-right: 6px;
	padding-left: 6px;
}

.company-left-row .col-md-2 .card {
	border-radius: 0px;
}

.company-left-row .col-md-2 .card .card-body {
	min-height: 110px;
}

.features.reasons .icon {
	max-width: 120px;
}

img.icon {
	max-width: 300px;
}

.icon {
	margin-left: 5px;
	margin-right: 15px;
	padding: 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

pre {
	padding: 1em;
	margin: .5em 0 2em;
	display: block;
	font-size: .8rem;
	background-color: #fbfbfd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	color: #090910;
}


/*
.mt-xl-0 {
  border-left: 1px solid #e5e5e5; 
}
*/

.site_margin-top {
	margin-top: 1em;
}

.site_margin-bottom {
	margin-bottom: 1em;
}

.company-left-logo-card img {
	max-height: 50px;
}

.tag a {
	margin-bottom: 5px;
}

.btn-white {
	color: #fff !important;
	border-color: #fff !important;
	font-size: .675rem !important;
}

.btn-white .domain-price {
	color: #000 !important;
	font-size: 12px;
	font-weight: 600;
}

.head-banner-top {
	height: 230px;
	background-position: center !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.lang-color {
	color: #ff0000;
}
.copyright {
  opacity: 0.4;
  font-size: 11px !important;
}
.home-body h6 {
    font-size: 1.25rem;
}
.home-body img {
	margin-bottom: 20px;
}

.home-ongoi img {
	margin-bottom: 30px;
}

.home-ongoi  h6 {
	font-size: 1.25rem;
}

.flexslider .slides img {
	max-height: 600px;
}


.session-footer .list-unstyled li{
	padding: 4px 0px;
	font-weight: normal;
}

.search-block .nav-tabs .nav-link {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.search-block .nav-tabs .nav-link {
	padding: 0.3rem 0.8rem;
}

.search-block .nav-tabs .nav-item.show .nav-link, .search-block .nav-tabs .nav-link.active {
    border-color: #fff;
    border-bottom: 2px solid rgb(249, 246, 246);
}
.search-block .nav-tabs .nav-item.show .nav-link, .search-block .nav-tabs .nav-link.active {
	background-color: #b0323e;
}

/*start mobile */
.full-page .container{
	max-width: 960px !important;
}
@media (max-width: 576px) {

	.mobi-hidden{
		display: none;
	}
	.carousel-photo-home {
		display: none;
	}
	.page iframe {
		width: 100% !important;
		height: auto;
	}

	.page .wp-block-embed__wrapper {
		text-align: center;
		
	}

	.head-col-row  .head-left {
		-ms-flex:initial;
		flex: initial;
		max-width:initial;
	}
	
	
	.head-col-row  .head-right {
		-ms-flex:initial;
		flex: initial;
		max-width:initial;
	}
	
	.head-row .col-sm-9 {
		
			flex: 0 0 100%;
			max-width: 100%;
		
	}
	.head-row .col-sm-3 {
		max-width: 100%;
	}
	
	.head-banner-top {
		height: 60px;
		background-position: center !important;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.head-front .blog-content {
		text-align: justify;
		height: auto;
	}

	.navbar {
		padding: 0rem 1rem;
	}
	.nav-right {
		top: 0px;
	}
	.nav-right-account {
		float: right;
		position: absolute;
		right: 60px;
		top: 5px;
	}
	.lang-color {
		color: #fff;
	}
	.navbar-toggler {
		color: #fff;
	}
	.navbar-collapse {
		background-color: #a50304;
	}
	.dropdown-menu {
		color: #212529;
		background-color: #a50304;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0.25rem;
	}
	.dropdown-menu .dropdown-menu {
		position: initial;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		background: #D6D6D6;
	}
	.owl-prev,
	.owl-next {
		height: 40px;
	}
	.owl-next {
		right: 15px;
	}
	.owl-prev {
		left: 15px;
	}
	.jumbotron {
		padding: 2rem 0rem;
	}
	.jumbotron h2 {
		font-size: 140%;
	}
	.mr-t-search-button {
		margin-top: 0px;
	}
	.mobile-card-title {
		font-size: 24px;
	}
	.banner_center_home {
		margin-top: 20px;
		height: 95px;
	}
	.dropdown-menu {
		right: 0;
		left: auto;
	}
	.nav-link {
		display: block;
		padding: .5rem 0.5rem;
	}
	.head-right .col-sm-4 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.head-right .col-sm-8 {
		padding-right: 15px;
		padding-left: 15px;
	}

  .head-left .blog-post-title {
	
	font-size: 1.5rem;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	
	}

	.blog-single h5 {
		margin-top: 8px;
	}

	iframe {
		height: 300px!important;
	 }

	 .video-detail .col-sm-4 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.single-video .blog-post-title {
		font-size: 20px;
		font-family: Utmhel;
		font-weight: bold;

	}

	.single-gallery h5 {
		margin-top: 8px;
	}

	.home-body {
	
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 15px;

	}

	.navbar-nav>li {
	/* border-left: solid #ED1C24 1px; */
	position: relative;
	padding-left: 10px;
	}

}


/*mobile */

@media only screen and (min-width:540px) {
	.listing-item {
		display: block;
		width: -webkit-calc(100%/3);
		width: -moz-calc(100%/3);
		width: calc(100%/3);
	}
}

@media only screen and (min-width:1024px) {
	.hover-table-layout {}
}

/*cart product*/

.property  .col-sm-4  {
   
    padding-right: 10px;
    padding-left: 10px;
   
}
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
    margin-top: 20px;
    border: none;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e9ec;
}

.property-listing.property-2.modern .listing-img-wrapper {
    padding: 10px;
    padding-bottom: 0;
}
.property-listing.property-2 .listing-img-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 220px;
    max-height: 220px;
}

.property-listing.property-2 .listing-detail-wrapper {
    padding: 1rem 1.5rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.pb-0 {
    padding-bottom: 0!important;
}

.modern-pro-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
}

.property-listing.property-2.modern .modern-pro-wrap span {
    position: relative;
    padding: 8px 20px;
    z-index: 1;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: none;
    text-transform: capitalize;
}
.red-skin .btn-outline-theme:focus, .red-skin .btn-outline-theme:hover, .red-skin .btn-theme-2:focus, .red-skin .btn-theme-2:hover, .red-skin .btn.btn-theme, .red-skin .btn.btn-theme:focus, .red-skin .btn.btn-theme:hover, .red-skin .btn.pop-login, .red-skin .btn.search-btn, .red-skin .btn.search-btn-outline:focus, .red-skin .btn.search-btn-outline:hover, .red-skin .checkbox-custom:checked+.checkbox-custom-label:before, .red-skin .home-slider-desc .read-more, .red-skin .nav-tabs .nav-item.show .nav-link, .red-skin .nav-tabs .nav-link.active, .red-skin .pagination li:first-child a, .red-skin .pagination>.active>a, .red-skin .pagination>.active>a:focus, .red-skin .pagination>.active>a:hover, .red-skin .pagination>.active>span, .red-skin .pagination>.active>span:focus, .red-skin .pagination>.active>span:hover, .red-skin .pagination>li>a:focus, .red-skin .pagination>li>a:hover, .red-skin .pricing-bottom .btn-pricing:focus .red-skin .select2-container--default .select2-results__option--highlighted[aria-selected], .red-skin .pricing-bottom .btn-pricing:hover, .red-skin .property-listing.property-1 .listing-detail-btn .more-btn, .red-skin .property-search-type label.active, .red-skin .property-search-type label:hover, .red-skin .radio-custom:checked+.radio-custom-label:before, .red-skin .range-slider .ui-slider .ui-slider-handle, .red-skin .range-slider .ui-widget-header, .red-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit, .red-skin .single-widgets.widget_search form button, .red-skin .single-widgets.widget_tags ul li a:focus, .red-skin .single-widgets.widget_tags ul li a:hover, .red-skin .theme-bg, .red-skin li.login-attri.theme-log a {
    background-color: #b0323e;
    background: #b0323e;
}
.theme-bg {
    background: #fd5332;
}

.property-listing.property-2.modern .list-img-slide {
    overflow: hidden;
    position: relative;
    min-height: auto;
    max-height: 100%;
    border-radius: 0.5rem;
}
.list-img-slide {
    overflow: hidden;
    position: relative;
    min-height: 240px;
    max-height: 240px;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-track {
    top: 0;
    left: 0;
}



.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.listing-price-with-compare {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 25px;
    flex-wrap: wrap;
}
.listing-price-with-compare h4 {
    margin: 0;
    flex: 1;
    color: #ff0000;
    font-weight: bold;
}
h4 {
    line-height: 26px;
    font-size: 21px;
}

.property-listing.property-2 .listing-detail-wrapper {
    padding: 1rem 1.5rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.property-listing.property-2 .listing-short-detail {
    flex: 1;
	overflow: hidden;
    height: 50px;
}

.property-listing.property-2.modern .home-type.theme-cl {
    font-size: 13px;
    margin-bottom: 5px;
}
.property-listing.property-2.modern .listing-name {
    margin-bottom: 5px;
}
.property-listing.property-2 .listing-name {
    font-size: 16px;
    position: relative;
    margin-bottom: 0px;
    min-height: 55px;
}
.property-listing.property-2.modern .property-locations {
    font-size: 14px;
}

.property-listing.property-2.modern .price-features-wrapper {
    padding: 1rem  1.5rem;
	font-size: 12px;
	color: #ED1C24;
	font-weight: bold;
  
}
.price-features-wrapper {
    padding: 0.1rem 1.5rem 0.6rem;
   
}

.slide-property-info {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 11px;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

.slide-property-info ul li {
    display: inline-block;
    flex: 0 0 33.333333%;
    width: 33.3333%;
    list-style: none;
}

.modern-property-footer {
    padding: 0.5rem 1.5rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-top: 1px solid #f0f1f5;
}
.property-author {
    flex: 1;
}

.property-author .path-img {
    max-width: 35px;
    width: 35x;
    display: inline-block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.modern-property-footer .property-pulish-date {
    font-size: 13px;
    color: #808fa0;
}

.property-author h5 {
    margin: 0;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}

