﻿a:link,
a:visited {
    text-decoration: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

body {
    color: #323232;
    font-family: "Roboto Regular",Roboto,Arial !important;
    /*
        font-size: .95em;
        */
    background-color: #fff;
}

a {
    color: #0C3B70;
}

.open .dropdown-menu {
    display: block !important;
    transform: none !important;
    inset: 40px auto auto -5px !important;
}

a:hover {
    color: #0C3B70;
}

.form-check-input:checked {
    background-color: #CA226A;
    border-color: #CA226A;
}

.input-group-text {
    color: #777;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-right: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: 0;
    border-color: #ced4da;
}

.input-group-text {
    background-color: #fff;
}

.input-group-md > .btn, .input-group-md > .form-control, .input-group-md > .form-select, .input-group-md > .input-group-text, .btn-group-md > .btn, .btn-md {
    padding: .375rem .75rem;
    font-size: 1.15rem;
}


.pagination > li > a, .pagination > li > span {
    margin: 0 .25rem;
    padding: 5px 10px;
    color: #555;
    outline: none;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background: #1A2844;
        color: #fff;
        border-color: #1A2844;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

hr {
    background-color: #5A5D83;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-900 {
    font-weight: 900;
}

img {
    max-width: 100%;
}

.modal-dialog.modal-fluid {
    max-width: calc(100% - 30px) !important;
}

.modal-dialog .modal-header {
    padding: .75rem 1rem;
}

.btn-default {
    border-color: #ced4da;
    color: #777;
}

.bg-gradients {
    background: rgb(11,49,91);
    background: linear-gradient(0deg, rgba(11,49,91,1) 0%, rgba(11,49,91,0) 100%);
}

.ic-star {
    top: .25rem;
    left: .25em;
    height: 16px;
    background: rgba(211, 39,113,0.9) url(../imgs/ic_star.svg) repeat-x 00% 50%;
    background-size: 16px 16px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    text-indent: -1000rem;
}
    /*
    .ic-star::before{
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: .25rem;
        content: "";
        float: left;
        background:rgba(255,255,255,.1) url(../imgs/ic_star.svg) repeat 50% 50%;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        border-radius:50%;
    }
    */
    .ic-star.star5 {
        width: 80px;
    }

    .ic-star.star4 {
        width: 64px;
    }

    .ic-star.star3 {
        width: 48px;
    }

    .ic-star.star2 {
        width: 32px;
    }

    .ic-star.star1 {
        width: 16px;
    }
/*header=================================*/
/*headertop*/
#header {
    border-bottom: 1px solid #eee;
}

#headerTop {
    background-color: #0B4F9A;
    z-index: 1021;
}

    #headerTop a.nav-link {
        color: #fff;
    }

#headerTop-left {
    position: relative;
    z-index: 1000;
}

    #headerTop-left .navbar-nav {
        position: relative;
    }

    #headerTop-left::before {
        content: "";
        top: 0px;
        bottom: 0;
        background: #D22771;
        position: absolute;
        display: block;
        left: -75rem;
        right: -3rem;
        -webkit-transform: skew(-20deg,0);
        -moz-transform: skew(-20deg,0);
        -ms-transform: skew(-20deg,0);
        -o-transform: skew(-20deg,0);
        z-index: 0;
    }

#headerTop-right .dropdown {
    position: relative;
    padding-right: .5rem;
}

    #headerTop-right .dropdown::after {
        content: "|";
        position: absolute;
        right: 0;
        top: .5rem;
    }

#headerTop-right .navbar-nav {
    flex-direction: row;
}

    #headerTop-right .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

#headerTop marquee a {
    color: #fff;
}

#headerTop-left .dropdown-menu {
    margin-top: 0 !important;
}

#search {
    right: 0;
    top: 1.5rem;
    left: 0;
    z-index: 10;
}

    #search .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
        background: none;
        font-size: 1.75em;
    }

    #search .inner {
        max-width: 960px;
        margin: 0 auto;
    }

    #search #tabSearchContent, #search #tabSearch .nav-link.active, #search #tabSearch .nav-link:hover {
        background: rgba(0,0,0,0.6);
    }

    #search #tabSearchContent {
        border-radius: 0 .25rem .25rem .25rem !important;
    }

    #search #tabSearch .nav-link {
        background: rgba(255,255,255,0.6);
        border: none;
        margin-bottom: 0;
        color: #555555;
        font-weight: 700;
        padding: .35rem 1.5rem;
    }

        #search #tabSearch .nav-link.active, #search #tabSearch .nav-link:hover {
            color: #fff;
        }

    #search #tabSearch .nav-item {
        margin-right: .15rem;
    }

    #search .dropdown .btn-outline-light {
        border-color: rgba(255,255,255,0.5);
    }

    #search .dropdown-menu li {
        list-style: none;
    }
/**/
#header {
    color: #fff;
    background-color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    z-index: 999;
}

    #header.fixed-top {
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

#navbars .nav-link, .navbar-brand {
    font-weight: 600;
    color: #333333;
}

    #navbars .nav-item.active .nav-link, #navbars .nav-link:hover {
        color: #A61D37;
    }


    .navbar-brand:hover {
        color: #1A2844;
    }

    .navbar-brand img {
        height: 62px;
    }

#headerBottom.fixed-top .navbar-brand img {
    height: 46px;
}

.navbar-brand .small {
    font-size: .70em;
}

#navbarmain .dropdown-menu {
    padding: 1.25rem
}

    #navbarmain .dropdown-menu li {
        list-style-type: none;
    }

#navbarmain .dropdown {
    position: static;
}

#navbarmain .navbar-nav {
    position: relative;
}

#navbarmain .dropdown-menu li a {
    color: #1A2844;
    padding: .25rem 0;
    display: block;
    font-weight: 500;
}

    #navbarmain .dropdown-menu li a:hover {
        padding-left: .25rem;
        color: #A61D37;
    }

#headerBottom.fixed-top {
    background: #fff;
    position: fixed !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -moz-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

    #headerBottom.fixed-top .navbar-brand {
        font-size: 1.15em !important;
    }

    #headerBottom.fixed-top .fs-roboto {
        line-height: normal !important;
    }

#headerBottom {
    padding: 1rem 0 .5rem 0;
}

    #headerBottom.fixed-top {
        padding: .25rem 0;
    }

#newstop-highlight-list1 .list-group-item {
    padding: .5rem 0;
}
/*slide*/
.slide-img {
    position: relative;
    height: 320px;
}

    .slide-img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        width: 100%;
    }

.carousel-caption {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    z-index: 5;
}

    .carousel-caption .inner {
        padding: 1.5rem;
        background-color: rgba(26,40,68,.8);
    }

    .carousel-caption .h1, .carousel-caption .h5 {
        line-height: 150%;
    }

.carousel-indicators {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}

.dropdown-toggle::after {
    float: right;
    margin-top: .5rem;
}

#search [class*="col-"] .dropdown-menu {
    width: 320px;
}
/*==================================*/

/**/
#tabNewsContent .hotNews {
    position: relative;
}

    #tabNewsContent .hotNews .p-3 {
        color: #111;
    }

        #tabNewsContent .hotNews .p-3 a {
            color: #111;
        }

#tabNews.nav-tabs .nav-link, #tabNews.nav-tabs .nav-link.active {
    border: none;
}

#tabNews.nav-tabs .nav-item {
    margin-right: 1.5rem;
}

#tabNews.nav-tabs .nav-link {
    font-size: 1.25em;
    color: #555;
    font-weight: 500;
    position: relative;
    padding: .5rem 0;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 0rem;
    border-radius: 0rem;
    border-bottom: 2px solid transparent;
}

    #tabNews.nav-tabs .nav-link.active, #tabNews.nav-tabs .nav-link:hover {
        color: #323232;
        border-bottom: 2px solid #A61D37;
    }

    #tabNews.nav-tabs .nav-link::after {
        content: "";
        margin-left: 0;
    }

#tabNews.nav-tabs .nav-item:last-child .nav-link::after {
    content: "";
}

#tabNewsContent .list-group-item {
    padding: .75rem 0;
}
/**/

#local-items {
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: relative;
    #overflow-x: scroll;
    overflow: hidden !important;
}

#local-items-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

    #local-items-list div {
        background-color: #f2f2f2;
        display: inline-block;
        text-align: center;
    }

#sortLink li {
    list-style: none;
}

    #sortLink li a {
        color: #555;
        font-size: 90%;
    }

        #sortLink li a:hover {
            color: #323232;
        }

#duan-slides .carousel-caption {
    top: auto !important;
}

#nav-sort-detail .nav-link {
    color: #777;
    margin-bottom: -1px;
}

    #nav-sort-detail .nav-link.active {
        color: #323232;
        border-bottom: 2px solid #A61D37;
    }

#nav-sort-detail.fixed-top {
    background: #fff;
    top: 54px;
    border-top: 1px solid #eee;
}

    #nav-sort-detail.fixed-top .h5 {
        margin: 0;
    }
/**/
#login {
    max-width: 860px;
}

.thumb-hot {
    flex: 0 0 560px;
}

#loginLeft {
    background-color: #CADFF5;
}

.linetext {
    position: relative;
}

    .linetext::before {
        height: 1px;
        background: #ddd;
        content: "";
        position: absolute;
        left: 0;
        right: 0%;
    }

    .linetext .text {
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
    }
/**/
#wgProjects .list-group-item img, #wgAgency .list-group-item img {
    width: 60px;
    margin-right: .5rem;
}
/*footer================*/
#footer {
}

footer {
    background-color: #171A29;
}

    footer, footer a {
        color: #F2F2F2;
    }

        footer ul {
            padding: 0 0 0 1rem;
            margin: 0;
        }

            footer ul li {
                margin-bottom: .35rem;
            }

        footer a:hover {
            color: #F0153F;
            margin-left: .25rem;
        }

/**/

/*owl-carousel*/

.owl-carousel, .listPartner {
}

    .owl-carousel.owl-loaded, .listPartner.owl-loaded {
        display: block;
        position: relative;
        /*overflow:hidden*/
    }

    .owl-carousel .owl-stage-outer, .listPartner .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -moz-transform: translate3d(0px,0,0);
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }

    .owl-carousel .owl-item, .listPartner .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .item, .listPartner .item {
        padding: 0 10px;
    }

        .owl-carousel .item .inner, .listPartner .item .inner {
            background: #fff;
        }

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.owl-prev, .owl-next {
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -1000em;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    background-color: rgba(255,255,255,0.2);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.owl-prev {
    left: -40px;
    background-image: url(../imgs/arrow-left.svg);
}

.owl-next {
    right: -40px;
    background-image: url(../imgs/arrow-right.svg);
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

    .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        background: #ccc;
        margin: 0 .25rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

        .owl-dots .owl-dot.active {
            background: #A61D37
        }

.listProject .owl-dots, .listProd-hot .owl-dots, .listTeams .owl-dots, .listInvestor .owl-dots {
    display: none;
}

.listProd-hot .owl-stage-outer {
    padding-bottom: 1.25rem;
}

.ic-images {
    background: rgba(0,0,0,.3) url(../imgs/ic_image.svg) no-repeat 5px 50% / 16px auto;
    padding: 3px 10px 3px 24px;
    line-height: 16px;
    bottom: .5rem;
    right: .5rem;
    color: #fff;
    font-size: .8em;
}

#seller-info .avatar {
    width: 60px;
    height: 60px;
    background: #C9D9EB;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 1.25em;
    margin-right: 1rem;
    color: #fff;
}

.hotNews-wiget .thumb {
    flex: 0 0 100px;
    margin-right: .75rem;
}
/**/
#teams .avatar {
    flex: 0 0 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    align-content: center;
    position: relative;
}

.ic-shield::after {
    position: absolute;
    right: -.5rem;
    bottom: -.5rem;
    width: 24px;
    height: 24px;
    content: "";
    background: url(../imgs/ic-shield.svg) no-repeat 50% 50%;
}

#local a, #local li {
    color: #555;
}

/**/
#listProd .thumb {
    flex: 0 0 260px;
}

.list-group.border-0 > .list-group-item {
    border-width: 0;
}

.list-group .badge {
    font-weight: 400;
}

.list-group-item {
    background-color: transparent !important;
}

.list-group.arrow li {
    display: flex;
}

    .list-group.arrow li::before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        margin-right: .5rem;
        color: #777;
        font-size: 85%;
        padding-top: .15rem;
    }

#tags a {
    display: inline-block;
}

#listProd .avatar {
    flex: 0 0 44px;
}
/**/
.lSSlideOuter .lSPager.lSGallery li, .lSSlideWrapper, .lSSlideWrapper img {
    border-radius: .25rem !important;
}

    .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
        border-color: #D32771;
    }
/**/
#prodDetail-project-info .img {
    flex: 0 0 270px;
    margin: -1rem 1rem 0 1rem;
}

/**/
.btn-collapse::after {
    content: "\f107";
    font-weight: 300 !important;
    font-family: "Font Awesome 5 Pro";
    float: right;
}

.btn-collapse[aria-expanded="true"]::after {
    content: "\f106";
}

.table tr:last-child td, .table tr:last-child th {
    border: none;
}

#investor-detail-info .logo {
    flex: 0 0 140px;
}
/**/



.modal-header .close, .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin: 0;
}

.modal .modal-header {
    justify-content: flex-start;
}

/**/



/**/
/* This line can be removed it was just for display on CodePen: */

.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
       * These styles are required for noUiSlider to function.
       * You don't need to change these rules to apply your design.
       */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
         its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
       * Browsers can paint handles in their own layer.
       */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
       */
.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: -7px;
        top: -7px;
        background-color: #A61D37;
    }

/* Styling;
       */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #A61D37;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
    }

/* Handles and cursors;
       */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

/* Disabled state;
       */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.rnartdesc table {
    width: 100%;
    margin-top: 10px;
}

    .rnartdesc table td, .rnartdesc table th {
        border: 1px solid #ccc !important;
        padding: 5px;
    }

        .rnartdesc table td p {
            margin: 0 !important;
        }

.line-18 {
    line-height: 18px
}

.line-20 {
    line-height: 20px
}

.line-22 {
    line-height: 22px
}

.line-24 {
    line-height: 24px
}

.line-25 {
    line-height: 25px
}

.line-26 {
    line-height: 26px
}

.line-28 {
    line-height: 28px
}

.line-30 {
    line-height: 30px
}

.line-32 {
    line-height: 32px
}

.line-34 {
    line-height: 34px
}

.line-35 {
    line-height: 35px
}

.line-36 {
    line-height: 36px
}

h1, h2 {
    font-weight: 500;
}

h1 {
    font-size: 1.5rem;
}

img.simg1 {
    width: 100%;
    height: 168px;
}

img.simg2 {
    height: 92px;
}

.minTl {
    font-weight: 700;
    color: #A61D37;
    position: relative;
    text-transform: uppercase;
    font-size: 1.15em;
    margin-bottom: .5rem;
    padding: .5rem 0;
}

    .minTl::before {
        content: "";
        margin-right: .75rem;
        border-left: 3px solid #A61D37;
    }

.rnpr {
    color: #e21948;
    font-weight: 700;
}

img.rounded-top {
    width: 100%;
    height: 203px;
}

.preferredHeight {
    height: 400px !important;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 60px !important;
}

.help-price {
    padding: 15px 15px;
    background: #0dcaf012;
    border-radius: 10px;
    margin-bottom: 30px;
}

.login-group {
    position: relative;
    cursor: pointer;
}

    .login-group .wishlist-quantity {
        background: #da1030 none repeat scroll 0 0;
        border-radius: 15px;
        color: #fff;
        font-size: 10px !important;
        font-weight: 500;
        font-style: normal;
        height: 15px;
        line-height: 15px;
        position: absolute;
        right: 3px;
        top: 2px;
        text-align: center;
        min-width: 15px;
        padding: 0;
    }
