﻿@font-face {
    font-family: cadena;
    src: url(/Content/Landings/Landing_13072020/vendor/fonts/iCielCadena.otf);
}

body {
    background-color: #eceff1;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
}



p {
    font-size: 13px;
    line-height: 22px;
    color: #333333;
}

img {
    height: auto;
    max-width: 100%;
}

ul, ol {
    list-style: outside none none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    transform-style: preserve-3d;
}

a {
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
    text-decoration: none !important;
}

    a:hover {
        transition: color 300ms ease 0s, background-color 300ms ease 0s;
    }

    a, a:hover {
        text-decoration: none;
        color: #710000;
    }

        a:focus {
            outline: medium none;
            outline-offset: 0;
        }
/* Extra */
.bg-primary {
    background-color: #710000 !important;
}

.bg-dark {
    background-color: #263238;
}

.text-primary {
    color: #710000 !important;
}

.text-secondary {
    color: #b71c1c !important;
}

.text-dark {
    color: #263238 !important;
}

label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

.form-control {
    font-size: 13px;
    border-radius: 2px;
    height: 38px;
}

textarea.form-control {
    height: auto;
}

.help-block li {
    color: red;
}

.pagination .page-item.active .page-link {
    background-color: #710000;
    border-color: #710000;
    color: #fff;
    z-index: 1;
}

.pagination .page-link:hover {
    background-color: #710000;
    border-color: #710000;
    color: #fff;
}

.pagination .page-link {
    border: medium none;
    border-radius: 42px;
    color: #710000;
    box-shadow: 0 5px 7px #c8d0f3;
    font-weight: 500;
    height: 38px;
    line-height: 20px;
    margin: 0 3px;
    text-align: center;
    width: 38px;
}

.box-shadow-none {
    border: 7px solid #fff !important;
    box-shadow: none !important;
}

.round-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 7px #efd2cb;
    display: inline-block;
    height: 90px;
    line-height: 88px;
    text-align: center;
    width: 90px;
}

.inner-header {
    background: rgba(0, 0, 0, 0) url("/Projects/Homes/Home_ForRent/Resources/img/slider/3.jpg") repeat scroll center top / 100% auto;
    position: relative;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.inner-header h1 {
    color: #fff !important;
}

.inner-header p {
    color: #fff;
}

.inner-header a {
    color: #f8e81c;
}

.overlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.inner-header::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.inner-header .container {
    position: relative;
    z-index: 9;
}

.login-with-social .btn {
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
    position: relative;
    font-weight: 400;
    box-shadow: 0 5px 7px #e0e5e8;
    text-transform: uppercase;
}

.btn-twitter {
    background: #55acee none repeat scroll 0 0 !important;
    color: #fff !important;
}

.btn-google {
    background: #dd4b39 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.btn-facebook {
    background: #3b5999 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.btn-instagram {
    background: #517fa6 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.btn-whatsapp {
    background: #25d366 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.btn-messenger {
    background: #0084ff none repeat scroll 0 0 !important;
    color: #fff !important;
}

.login-with-social .btn .mdi {
    font-size: 19px;
    left: 18px;
    position: absolute;
    top: 8px;
}

b, strong {
    font-weight: bold;
}

.text-success {
    color: #63F2F0 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #4BE4E2 !important;
}

.btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
}

.btn-lg {
    color: #fff;
    padding: 14px 40px;
}

.btn-primary {
    background: #710000 none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.82);
    border-color: #710000;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #710000 !important;
        border-color: #710000 !important;
        color: rgba(255, 255, 255, 0.82);
    }

.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #710000;
    color: #710000;
}

    .btn-outline-primary:hover {
        background-color: #710000;
        border-color: #710000;
        color: #fff;
    }

.btn-secondary {
    background: #f8e81c none repeat scroll 0 0;
    border-color: #f8e81c;
    color: #000;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #dbcb00 !important;
        border-color: #dbcb00 !important;
        color: #000;
    }

.btn-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #f8e81c;
    color: #f8e81c;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus {
        background-color: #dbcb00 !important;
        border-color: #dbcb00 !important;
        color: #000;
    }

.btn-warning {
    background-color: #f8e81c;
    border-color: #f8e81c;
    color: #000;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #dbcb00 !important;
        border-color: #dbcb00 !important;
        color: #000;
    }

.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #b71c1c;
    color: #b71c1c;
}

    .btn-outline-secondary:hover {
        background-color: #b71c1c;
        border-color: #b71c1c;
        color: #fff;
    }

.btn-success {
    background-color: #63F2F0;
    border-color: #63F2F0;
    color: #0C8B89;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #4BE4E2 !important;
        border-color: #4BE4E2 !important;
        color: #0C8B89 !important;
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #4BE4E2;
        border-color: #4BE4E2;
        color: #0C8B89;
    }

.btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #63F2F0;
    color: #63F2F0;
}

    .btn-outline-success:hover {
        background-color: #4BE4E2;
        border-color: #4BE4E2;
        color: #0C8B89;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        background-color: transparent;
        color: #4BE4E2;
    }

.text-success {
    color: #64ddba !important;
}

.demo-page .card.padding-card .card-body {
    padding: 0;
}

    .demo-page .card.padding-card .card-body h5 {
        font-size: 15px;
        padding: 4px 10px;
    }

.bg-danger {
    background-color: #b71c1c !important;
}



#ss1 {
    background: url("/Content/Landings/Landing_Trian/imgs/ss1-bg.jpg") center top no-repeat;
    background-size: cover;
    min-height:400px;
}
@media (min-width: 1200px) {
    .ss1-bottom {
    background: url(/Content/Landings/Landing_Trian/imgs/ss1-bottom.png) center bottom;
    background-size: contain;
    min-height: 180px;
    margin-top: -60px;
    position: relative;
    background-repeat: round no-repeat;
    
}
    .ss4-col-md6
    {
    padding-top: 113px !important;
    position: relative;
    }
}
.ss1-bottom {
    background: url("/Content/Landings/Landing_Trian/imgs/ss1-bottom.png") center bottom;
    background-size: cover;
    min-height: 220px;
    margin-top: -50px;
    position: relative;
}

.ss2-bottom {
    background: url("/Content/Landings/Landing_Trian/imgs/ss2-bottom.png") center bottom;
    background-size: contain;
    min-height: 50px;
    position: relative;
}

.midtext {
    background: url("/Content/Landings/Landing_13072020/img/chantext.png") center bottom no-repeat;
}

.ss3-bg {
    background: url("/Content/Landings/Landing_Trian/imgs/ss3-bg.png") center top no-repeat;
    background-size: cover;
    min-height: 443px;
}

.timhieuthem {
    border-radius: 20px;
    height: fit-content;
    background: #992bc6;
    border-top: none;
    border-bottom: solid;
    border-bottom-color: #bc2222;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    max-height: 63px;
    overflow-y: hidden;
}

    .timhieuthem > div > a > h5 :hover {
        color: yellow;
    }

    .timhieuthem > div > a > h6 :hover {
        color: yellow;
    }