@font-face {
    font-family: "Manrope-ExtraLight";
    src: url("../../assets/fonts/Manrope-ExtraLight.eot");
    src: url("../../assets/fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraLight.woff") format("woff"),
        url("../../assets/fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Bold";
    src: url("../../assets/fonts/Manrope-Bold.eot");
    src: url("../../assets/fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Bold.woff2") format("woff2"), url("../../assets/fonts/Manrope-Bold.woff") format("woff"),
        url("../../assets/fonts/Manrope-Bold.ttf") format("truetype"), url("../../assets/fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Light";
    src: url("../../assets/fonts/Manrope-Light.eot");
    src: url("../../assets/fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Light.woff2") format("woff2"), url("../../assets/fonts/Manrope-Light.woff") format("woff"),
        url("../../assets/fonts/Manrope-Light.ttf") format("truetype"), url("../../assets/fonts/Manrope-Light.svg#Manrope-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Medium";
    src: url("../../assets/fonts/Manrope-Medium.eot");
    src: url("../../assets/fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Medium.woff2") format("woff2"), url("../../assets/fonts/Manrope-Medium.woff") format("woff"),
        url("../../assets/fonts/Manrope-Medium.ttf") format("truetype"), url("../../assets/fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("../../assets/fonts/Manrope-ExtraBold.eot");
    src: url("../../assets/fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraBold.woff") format("woff"),
        url("../../assets/fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-SemiBold";
    src: url("../../assets/fonts/Manrope-SemiBold.eot");
    src: url("../../assets/fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Manrope-SemiBold.woff") format("woff"),
        url("../../assets/fonts/Manrope-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-ExtraLight_1";
    src: url("../../assets/fonts/Manrope-ExtraLight_1.eot");
    src: url("../../assets/fonts/Manrope-ExtraLight_1.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraLight_1.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraLight_1.woff") format("woff"),
        url("../../assets/fonts/Manrope-ExtraLight_1.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraLight_1.svg#Manrope-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Regular";
    src: url("../../assets/fonts/Manrope-Regular.eot");
    src: url("../../assets/fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Regular.woff2") format("woff2"), url("../../assets/fonts/Manrope-Regular.woff") format("woff"),
        url("../../assets/fonts/Manrope-Regular.ttf") format("truetype"), url("../../assets/fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    -webkit-backface-visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
b,
strong {
    font-family: "Manrope-Bold";
}
.section {
    float: left;
    width: 100%;
    margin-top: 80px;
    position: relative;
}
@media (max-width: 1366px) {
    .section {
        margin-top: 67px;
        font-size: 16px;
    }
}
.section:before {
    content: "";
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1efef;
    z-index: -1;
}
@media only screen and (max-width: 480px) {
    .section:before {
        top: 110px;
    }
}
.section .page_banner {
    height: 21vw;
    overflow: hidden;
    position: relative;
    max-height: 420px;
}
@media only screen and (max-width: 1023px) {
    .section .page_banner {
        height: 250px;
    }
}
@media only screen and (max-width: 480px) {
    .section .page_banner {
        height: 140px;
    }
}
.section .page_banner .bg {
    background-position: top center;
   
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.section .page_banner .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.22;
}
.section .page_banner.color_banner:before {
    content: "";
    position: absolute;
    bottom: -124px;
    left: -137px;
    background: #dc1116;
    width: 295px;
    height: 260px;
    z-index: 1;
    transform: rotate(45deg);
}
.section .page_banner.color_banner .page-title h1:before {
    display: none;
}
.section .page_banner.color_banner .page-title p {
    margin: 0;
}
.section .page_banner.color_banner.floorpan:before {
    background: #69c3c4;
}
.section .page_banner.color_banner.stepclick:before {
    background: #292929;
}
.section .page_banner .breadcrump {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 20px 30px;
}
@media only screen and (max-width: 1023px) {
    .section .page_banner .breadcrump {
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.section .page_banner .breadcrump ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 1023px) {
    .section .page_banner .breadcrump ul {
        width: auto;
        display: -webkit-inline-box;
        overflow: auto;
        float: none;
    }
}
.section .page_banner .breadcrump ul li {
    float: left;
    font: 16px "Manrope-Regular";
}
@media only screen and (max-width: 1023px) {
    .section .page_banner .breadcrump ul li {
        display: -webkit-box;
        position: relative;
        width: fit-content;
        float: none;
    }
}
.section .page_banner .breadcrump ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: url("../../assets/img/bread.svg") no-repeat left center;
    padding: 0 9px 3px 10px;
}
.section .page_banner .breadcrump ul li:first-child a {
    background: none;
    padding-left: 0;
}
.section .page_banner .logo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 30px 50px;
    text-align: right;
}
.section .page_banner .logo.text-center {
    width: 100%;
    padding: 0;
    height: 100%;
}
.section .page_banner .logo.text-center .lg {
    display: flex;
    justify-content: left;
    align-items: self-end;
    height: 100%;
    padding: 40px;
}
@media only screen and (max-width: 992px) {
    .section .page_banner .logo {
        top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section .page_banner .logo {
        padding: 0;
    }
    .section .page_banner .logo img {
        max-width: 120px;
    }
}
.section .page_banner .logo .lg {
    display: inline-block;
    padding-left: 40px;
    vertical-align: middle;
}
@media (max-width: 1366px) {
    .section .page_banner .logo .lg img {
        max-width: 230px;
    }
}
@media only screen and (max-width: 1200px) {
    .section .page_banner .logo .lg img {
        max-width: 200px;
    }
}
@media only screen and (max-width: 992px) {
    .section .page_banner .logo .lg {
        padding: 0 5px 0;
        margin-right: 15px;
    }
    .section .page_banner .logo .lg img {
        max-width: 120px;
    }
}
.section .page_banner .logo ul {
    list-style: none;
    padding: 0 29px 0 0;
    margin: 0;
    border-right: 1px solid #292929;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 992px) {
    .section .page_banner .logo ul {
        padding-right: 5px;
    }
}
.section .page_banner .logo ul li {
    float: left;
    padding: 0 10px;
    width: 110px;
}
@media only screen and (max-width: 1200px) {
    .section .page_banner .logo ul li {
        width: 80px;
    }
}
@media only screen and (max-width: 992px) {
    .section .page_banner .logo ul li {
        width: 45px;
        padding: 0 5px;
    }
}
.section .page_banner .logo ul li span {
    display: flex !important;
    height: 110px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .section .page_banner .logo ul li span {
        height: 40px;
    }
}
.section .page_banner .logo ul li span img {
    max-width: 100%;
}
.section .page_banner .page-title {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
    color: #ffffff;
}
@media only screen and (max-width: 480px) {
    .section .page_banner .page-title {
        bottom: 20px;
    }
}
.section .page_banner .page-title.text-center {
    width: 100%;
    bottom: 160px;
}
.section .page_banner .page-title.text-center h1:before {
    display: none;
}
.section .page_banner .page-title h1,
.section .page_banner .page-title strong {
    font: 66px "Manrope-SemiBold";
    margin: 0;
    position: relative;
}
@media (max-width: 1600px) {
    .section .page_banner .page-title h1,
    .section .page_banner .page-title strong {
        font-size: 50px;
    }
}
@media (max-width: 1366px) {
    .section .page_banner .page-title h1,
    .section .page_banner .page-title strong {
        font-size: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .section .page_banner .page-title h1,
    .section .page_banner .page-title strong {
        font-size: 25px;
    }
}
.section .page_banner .page-title p {
    font-size: 26px;
    max-width: 440px;
    margin: 15px 0 0;
    line-height: 30px;
}
@media (max-width: 1600px) {
    .section .page_banner .page-title p {
        font-size: 21px;
    }
}
@media (max-width: 1366px) {
    .section .page_banner .page-title p {
        font-size: 18px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .section .page_banner .page-title p {
        font-size: 15px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section .page_banner .page-title img {
        max-width: 50%;
    }
}
.section .article {
    position: relative;
    z-index: 1;
    margin: 50px 0;
}
@media only screen and (max-width: 992px) {
    .section .article {
        z-index: auto;
        margin: 20px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .section .article {
        z-index: auto;
    }
}
