body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}
.icon-bars i, .icon-bars::after {
    font-size: 30px;
}
.navbar-brand img {
	max-height: 60px;
}
.navbar-brand .normal-logo {
	filter: brightness(0) invert(1);
}

.property-search {
	padding: 10px;
	border-radius: 10px;

}
.display-2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}
.property-search {
	padding: 10px;
	    background: #ffffff5c;
}
.property-search>div {
	padding: 10px 0;
}
.property-search .form-control {
	border: none;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}
.text-heading {
    color: #930A07;
    text-transform: uppercase;
    font-weight: 700;
}
.toantien-title h2 {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #930A07;
}
.toantien-title h2::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	border: 1px solid #6b6b6b;
	height: 2px;
	width: 100px;
	border-radius: 5px;

}
.toantien-des {
	margin-bottom: 30px;
}
.gioithieu-toantien {
	background: #f2f5f76b;
}
.gioithieu-toantien-des p {
	/*text-align: justify;*/
}
.gioithieu-toantien-content h1 {
	padding-bottom: 10px;
	margin-bottom: 20px;font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #930A07;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}
.gioithieu-toantien-content h1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
    width: 5px;
	background: #757575;
}
.gioithieu-toantien-content h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #930A07;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}
.gioithieu-toantien-content h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
    width: 5px;
	background: #5f5f69;
}
/* video player */
@keyframes video-player-animate {
    from {
        height: 100px;
        width: 100px;
        opacity: 0.749;
    }
    to {
        height: 200px;
        width: 200px;
        opacity: 0;
    }
}
.toantien-image .toantien-video-player {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.toantien-image .toantien-video-player::before {
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.vid-player-first-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #930A07;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.vid-player-first-layer a {
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    color: #930A07;
}

.vid-player-second-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    animation: video-player-animate 2s infinite linear;
}
.toantien-image img {
	border-radius: 10px;
}
.gioithieu-toantien-link {
	margin-top: 20px;
	display: flex;
}
.gioithieu-toantien-link a {
	padding: 10px 20px;
	background: #930A07;
	border-radius: 5px;
	color: #fff;
	text-align: right;
}
.gioithieu-toantien-video {
	position: relative;
}
.footer-contact-title {
	color: #fff;
	padding-bottom: 20px;
	font-size: 22px;
}
.footer-contact-content p {
	color: #fff;
	font-size: 16px;
}
.footer-contact-content i {
	font-size: 18px;
	margin-right: 20px;
}
.footer-contact-content a {
	color: #fff;
}

.footer-contact-menu  {
	list-style-type: none;
	padding-left: 0
}

.footer-contact-menu  li {

}
.footer-contact-menu  li a {
	color: #fff;
}
.option-apartment a {
    background: #930A07;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    width: 100%;
        display: block;
}
.gioithieu-toantien-des i {
    color: #E04006;
    font-size: 20px;
}
@keyframes stuckMoveDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
@keyframes stuckFadeIn{0%{opacity:0}100%{opacity:1}}


/*.property-search.fixed {
    position: fixed !important;
    z-index: 999  !important;
    width: 100%;
    bottom: : 0px;
    animation: stuckMoveDown .6s;
}*/
.custom-arrow-spacing-30 .slick-dots {
    display: none !important;
}
.nav-item-info .nav-link-info {
    color: #930A07  !important;
}
@media screen and (max-width: 767px) {
    .navbar-brand img {
        filter: brightness(0) invert(1);
    }
    #navbar-item-pages .dropdown-menu {
        display: block;
    }
    #navbar-item-pages .icon-bars {
        display: none;
    }
    .arrow-haft-inner .slick-prev {
        left: 0;
        right: auto;
    }
    .arrow-haft-inner .slick-next {
        right: 0px;
        left: auto;
    }
}