﻿@font-face {
    font-family: opensans-bold;
    src: url(../font/OpenSans-Bold.ttf) format('truetype')
}

@font-face {
    font-family: opensans-regular;
    src: url(../font/opensans-regular.ttf) format('truetype')
}

.f-op {
    font-family: opensans-regular
}

.f-avo {
    font-family: 'utm_avo'
}

@font-face {
    font-family: opensans-light;
    src: url(../font/opensans-light.ttf) format('truetype')
}

@font-face {
    font-family: opensans-semibold;
    src: url(../font/opensans-semibold.ttf) format('truetype')
}

.f-opl {
    font-family: opensans-light
}

.f-opls {
    font-family: opensans-semibold
}

@font-face {
    font-family: opensans-italic;
    src: url(../font/opensans-italic.ttf) format('truetype')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: none;
    vertical-align: baseline
}

input {
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.no_magrin {
    margin: inherit !important
}

.no_magrin_right {
    margin-right: inherit !important
}

.no_padding {
    padding: inherit !important
}

.no_border_bottom {
    border-bottom: none !important
}

a {
    outline: none;
    text-decoration: none;
    color: #000
}

.b {
    font-weight: 700
}

.left {
    float: left
}

.excerpt {
    line-height: 20px
}

.u {
    text-transform: uppercase
}

.row {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.amination {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out
}

.opacity-04 {
    opacity: .4;
    filter: alpha(opacity=40)
}

.opacity-08 {
    opacity: .8;
    filter: alpha(opacity=80)
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0
}

img {
    border: none
}

.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1;
    clear: both
}

textarea, .FormButton, .TextBoxField {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    border: none
}

textarea, .TextBoxField {
    padding: 0 5px;
    height: 23px;
    border: 1px solid #e2e2e2
}

.FormButton {
    cursor: pointer;
    padding: 5px 26px;
    background: #000;
    border-radius: 3px;
    color: #f8f8f8
}

    .FormButton:hover {
        background: #000
    }

#top {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #eee
}

.c-xanh {
    color: #19af62
}

.bg-xanh {
    background: #19af62
}

.red {
    color: #ff0000 !important
}

.border-radius {
    border-radius: 3px
}

h2.title {
    font-size: 24px
}

.font-sw {
    font-family: 'utm_swiss'
}

.right {
    float: right
}

body {
    color: #4c4c4c;
    font-family: opensans-regular;
    font-size: 13px
}

#header {
    float: left;
    padding: 14px 0;
    width: 100%;
    position: relative
}
@keyframes display {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tool_r_fixed {
    position: fixed;
    bottom: 30px;
    left: 5px;
    z-index: 99
}

    .tool_r_fixed ul.active {
        visibility: visible;
        opacity: 1;
        margin-left: 10px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .tool_r_fixed ul {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: ease .3s;
        -moz-transition: ease .3s;
        -ms-transition: ease .3s;
        -o-transition: ease .3s;
        transition: ease .3s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

        .tool_r_fixed ul li {
            margin-bottom: 5px;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            position: relative;
            right: 0
        }

a[href^="tel:"], a[href^="mailto:"] {
    color: #00b2f4
}

.tool_r_fixed ul li:first-child img, .tool_r_fixed ul li:hover img {
    opacity: 1;
    filter: none;
    -moz-filter: none;
    -webkit-filter: none
}

.tool_r_fixed ul li img {
    display: inline-block;
    width: auto;
    height: 40px;
    border-radius: 50%;
    opacity: .9;
    z-index: 99999
}

.but_tool_r_fixed {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
    text-align: center;
    display: block;
    position: relative
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

    .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
        -webkit-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

.slides .slide {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0
}

    .slides .slide img {
        border-radius: 50%;
        cursor: pointer
    }

    .slides .slide.active {
        animation: display 1s both;
        z-index: 99
    }

@keyframes display {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.tool_slide_cover {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
    color: #00b2f4
}

.r_tool_slide_cover {
    display: block;
    float: left;
    color: #00b2f4 !important;
    line-height: 32px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 600
}

.icon_5 {
    float: left;
    background: url(/App_Themes/bestrental/images/icon/icon_58.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 5px
}


#logo {
    float: left
}

.hotline {
    font-weight: 700;
    font-size: 15px;
    color: red
}

.cart {
    width: 135px;
    height: 51px;
    float: right;
    margin-top: 19px;
    line-height: 51px;
    background: url(../images/icon/icon-giohang.png) left center no-repeat;
    text-align: right
}

    .cart a {
        color: #5a5a5a
    }

        .cart a:hover {
            color: #19af62
        }

.slogan {
    float: left;
    margin-left: 40px
}

.right-top {
    float: right;
    margin-top: 20px;
    text-align: center
}

    .right-top h3 {
        font-family: 'utm_daxline';
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #212121
    }

    .right-top p {
        font-family: opensans-light
    }

.lang-box {
    float: right;
    font-size: 12px
}

    .lang-box span {
        display: inline-block;
        margin: 0 10px
    }

    .lang-box a {
        display: inline-block
    }

        .lang-box a img {
            vertical-align: middle
        }

        .lang-box a:hover, .lang-box a.active {
            color: #19af62
        }

.frm_search {
    float: right;
    margin: 8px 10px 0 0
}

    .frm_search .FormButton {
        width: 24px;
        height: 26px;
        background: url(../images/icon/icon-btn-search.png) left center no-repeat #fff;
        text-indent: -9999px;
        float: left;
        border: none;
        cursor: pointer
    }

    .frm_search ::-webkit-input-placeholder {
        color: #d3d3d3
    }

    .frm_search :-moz-placeholder {
        color: #d3d3d3;
        opacity: 1
    }

    .frm_search ::-moz-placeholder {
        color: #d3d3d3;
        opacity: 1
    }

    .frm_search :-ms-input-placeholder {
        color: #d3d3d3
    }

    .frm_search .TextBoxField {
        float: left;
        width: 170px;
        height: 26px;
        border: none;
        line-height: 26px;
        padding: 0 9px;
        color: #5a5a5a;
        background: #fff;
        font-size: 12px
    }

    .frm_search .se_hangsx {
        float: left;
        width: 127px;
        border: none;
        color: #d3d3d3;
        height: 26px;
        margin-right: 10px;
        background: #fff
    }

.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.container, .nav-menu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.full-width {
    width: 100%;
    float: left
}

#menu {
    width: 100%;
    float: left;
    background: url(../images/bg/bg-menu.png) repeat-x;
    font-family: opensans-regular
}

    #menu ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #menu ul li {
            float: left;
            position: relative;
            background: url(../images/bg/bgli-menu.png) left repeat-y
        }

            #menu ul li:last-child a {
                /*background: url(../images/bg/bgli-menu.png) right repeat-y*/
            }

            #menu ul li a {
                color: #f8f8f8;
                padding: 0 17px;
                height: 60px;
                line-height: 60px;
                display: block;
                text-transform: uppercase
            }

    #menu .menu_item_child {
        padding: 10px 17px 30px 17px;
        line-height: 20px;
        text-align: center;
    }

    #menu ul li:hover > a, #menu ul li.CMSListMenuHighlightedLI > a, #menu ul li.active > a {
        background: #5c5c5c
    }

            #menu ul li:hover > ul {
                display: block
            }

            #menu ul li ul {
                width: 220px;
                position: absolute;
                z-index: 99999999;
                display: none;
                background: #5C5C5C;
                opacity: .9;
                font-size: 12px
            }

                #menu ul li ul li {
                    width: 100%;
                    float: left;
                    text-transform: none !important
                }

                    #menu ul li ul li a {
                        color: #fff
                    }

                        #menu ul li ul li a:hover {
                            color: #5C5C5C;
                            background: #FFF
                        }

                #menu ul li ul ul {
                    width: 130px;
                    padding-top: 0;
                    top: 0;
                    left: 100%;
                    position: absolute
                }
.menufixed {
    position: fixed;
    z-index: 99999999;
    background: #fff !important;
    top: -5px;
    left: 0;
    right:0;
    width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px #5C5C5C;
    -webkit-box-shadow: 0 0 5px #5C5C5C;
    -moz-box-shadow: 0 0 5px #5C5C5C;
}
    .menufixed ul li:last-child {background:none !important;}
    .menufixed ul li {
        background: url(../images/bg/bgli-menu.png) right repeat-y !important;
    }
      
        .menufixed ul li {
            background-repeat: no-repeat !important;
            background-size: 1px 15px !important;
        }
        .menufixed ul li:last-child a {
            background-repeat: no-repeat !important;
            background-size: 1px 15px !important;
        }
    .menufixed ul li a {
        color: #000 !important;
    }
    .menufixed .menu_item_child {
        padding: 10px 29px 30px 29px ;
        line-height: 12px !important;
    }
    .menufixed ul li a {
        padding: 0 30px;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 11px !important;
    }
    .menufixed ul li:hover > a, .menufixed ul li.CMSListMenuHighlightedLI > a, .menufixed ul li.active > a {
        color: #fff !important;
    }
   /* .menufixed ul li ul {
        background: #fff !important;
        opacity:1 !important;
    }*/
    .menufixed ul li ul li a {
        color: #fff !important;
    }
        .menufixed ul li ul li a:hover {
            color: #000 !important;
        }

.find-your-perfect {
    position: absolute;
    box-shadow: 0 0 6px #bcb8b8;
    border-radius: 5px;
    z-index: 99;
    width: 350px;
    top: 20px;
    right: 190px;
    background: url(../images/bg/bg-td-caption.png);
    padding: 15px;
}

    .find-your-perfect select {
        width: 100%;
        height: 40px;
        color: #999;
        font-family: opensans-light;
        font-size: 14px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: 1px solid #ddd
    }
       /* .find-your-perfect select.decorated > option:hover {
            background-color: #00b2f4 !important;
            color: #fff;
        }*/
     /*   .find-your-perfect select:focus > option:checked {
            background: #00b2f4 !important;
            color:#fff;
        }

         .find-your-perfect select option:hover {
            box-shadow: 0 0 10px 100px #000 inset;
            background-color: #00b2f4 !important;
        }
        .find-your-perfect select option:hover, .find-your-perfect select option.active {
            background-color: #333 !important;
            color: #fff;
        }*/

        .find-your-perfect h3 {
            font-size: 18px;
            color: #000;
            font-weight: 400;
            margin-bottom: 10px
        }

    .find-your-perfect .btn-blackbean {
        border-radius: 4px;
        font-size: 11px;
        text-transform:uppercase;
        width: 100%
    }

        .find-your-perfect .btn-blackbean .fa {
            font-weight: 400
        }

    .find-your-perfect .txtfind {
        float: left;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 10px
    }

        .find-your-perfect .txtfind .TextBoxField {
            float: left;
            width: 85%;
            border-radius: 3px;
            color: #999;
            height: 30px;
            border: none
        }

        .find-your-perfect .txtfind .FormButton {
            float: left;
            border: none;
            padding: 0;
            height: 30px;
            width: 15%;
            background: url(../images/icon/icon-search.png) center center no-repeat;
            background-size: 16px 16px;
            cursor: pointer;
            transition: background-color .25s ease, transform .2s ease;
            /* cần cho ripple */
            position: relative;
            overflow: hidden; /* chặn ripple tràn ra ngoài */
        }

            /* Hover */
            .find-your-perfect .txtfind .FormButton:hover {
                background-color: #e7eaef;
                transform: scale(1.05);
            }

            /* Active (nhấn giữ) */
            .find-your-perfect .txtfind .FormButton:active {
                transform: scale(0.97);
                background-color: rgba(0,0,0,.10);
            }

            /* Hạt ripple */
            .find-your-perfect .txtfind .FormButton .ripple {
                position: absolute;
                transform: scale(0);
                background: rgba(0,0,0,.18); /* màu gợn */
                pointer-events: none;
                animation: ripple-anim 600ms linear;
            }

/* Keyframes cho ripple */
@keyframes ripple-anim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}


            .center {
                text-align: center
            }

.notefind {
    font-family: opensans-light;
    color: #000;
    margin: 10px 0
}

#slideshow {
    width: 100%;
    float: left;
    position: relative
}

    #slideshow .btn_green {
        font-size: 20px;
        color: #fff
    }

    #slideshow .tp-caption {
        background: url(../images/bg/bg-td-caption.png);
        padding: 20px;
        line-height: 22px
    }

        #slideshow .tp-caption h3 {
            font-family: 'utm_avo';
            font-size: 18px;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #000
        }

        #slideshow .tp-caption p {
            line-height: 22px
        }

.btn_readmore_slideshow {
    padding: 1px 18px;
    border: 1px solid #000;
    color: #000000 !important;
    font-family: opensans-light;
    border-radius: 3px;
    margin-top: 15px;
    color: #000;
    display: inline-block
}

    .btn_readmore_slideshow:hover {
        background: #000;
        color: #fff !important
    }

.btn_green:link {
    color: #fff
}

.pager-slider-show {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0;
    z-index: 99999;
    right: 20px;
    height: 17px;
    bottom: 15px
}

    .pager-slider-show a {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 5px;
        text-indent: -9999px;
        background: #999
    }

        .pager-slider-show a.selected, .pager-slider-show a:hover {
            background: #de3135
        }

.btn-slideshow {
    width: 30px;
    display: block;
    height: 56px;
    position: absolute;
    z-index: 999;
    text-indent: -9999px;
    top: 50%;
    margin-top: -28px
}

.slider-full {
    height: 100% !important
}

.breadcrumb {
    float: right;
    color: #666;
    font-size: 12px;
    line-height: 13px;
    margin-top: 30px
}

    .breadcrumb a {
        display: inline-block;
        padding-right: 25px;
        background: url(../images/icon/icon-brc.png) right center no-repeat;
        margin-right: 5px
    }

        .breadcrumb a:link {
            color: #666
        }

    .breadcrumb .active {
        color: #000
    }

.top-page {
    width: 100%;
    float: left;
    background: url(../images/img/img-banner-about.jpg) center center no-repeat;
    height: 160px;
    padding: 50px 0 50px 0
}

    .top-page h2 {
        color: #000;
        font-family: 'utm_daxline';
        font-size: 28px;
        display: inline-block;
        margin-left: 20px;
        text-transform: uppercase
    }

    .top-page .left-toppage {
        float: left
    }

    .top-page .fa-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #f8f8f8;
        font-size: 32px;
        background: #000
    }

.social {
    float: left
}

    .social li {
        float: left;
        width: 100%;
        margin-bottom: 7px
    }

        .social li a {
            padding: 4px 33px 4px 9px;
            text-decoration: none;
            font-size: 15px
        }

        .social li:hover .icon-social {
            border: 2px solid #487ba2;
            background: #4c86b2;
            color: #f8f8f8
        }

        .social li:hover a {
            -moz-box-shadow: 0 0 2px #bcb8b8;
            -webkit-box-shadow: 0 0 2px #bcb8b8;
            box-shadow: 0 0 2px #bcb8b8;
            color: #000;
            text-decoration: none;
            border-radius: 4px
        }

.icon-social {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block
}

.main {
    width: 100%;
    float: left;
    padding: 30px 0
}

.post {
    line-height: 24px;
    color: #666
}

.thum_span {
    width: 100%;
    height: 100%;
    display: block
}

.wrap_thum {
    display: block;
    overflow: hidden;
    position: relative
}

    .wrap_thum:hover .play-icon {
        display: block
    }

.control-slide-news {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    background: url(../images/icon/bg-line.png) 30px repeat-x #fff;
    height: 20px;
    line-height: 20px
}

    .control-slide-news span {
        padding: 0 5px;
        background: #fff;
        display: inline-block
    }

    .control-slide-news a {
        background: #fff;
        text-align: center;
        padding: 0 7px;
        margin: 0 10px;
        color: #acacac;
        border: 1px solid #ddd;
        display: inline-block
    }

        .control-slide-news a .fa {
            color: #acacac
        }

        .control-slide-news a:hover {
            border: 1px solid #e20177
        }

.link-footer {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f2f3f5 url(/App_Themes/bestrental/images/icon/icon_8.png) repeat-x bottom
}

    .link-footer a {
        color: #000
    }

        .link-footer a:hover {
            color: #00b2f4;
        }

    .link-footer h3 {
        color: #212121;
        font-family: 'utm_swiss';
        font-family: 'utm_avo';
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .link-footer .col-1 {
        float: left;
        width: 320px;
        margin-right: 20px
    }

        .link-footer .col-1 .list-five-reasons li {
            width: 100%;
            margin-bottom: 10px;
            color: #000;
            float: left
        }

            .link-footer .col-1 .list-five-reasons li img {
                float: left;
                vertical-align: middle;
                margin-right: 16px
            }

    .link-footer .col-2 {
        float: left;
        width: 270px;
        margin-right: 30px
    }

    .link-footer .col-3 {
        float: left;
        width: 170px;
        margin-right: 20px
    }

    .link-footer .col-4 {
        float: right;
        width: 325px
    }

    .link-footer .frm-dk-news {
        margin-top: 15px
    }

        .link-footer .frm-dk-news .TextBoxField {
            float: left;
            height: 23px;
            color: #666;
            width: 100%;
            font-family: opensans-light;
            font-size: 13px;
            border-radius: 4px;
            margin-bottom: 12px
        }

        .link-footer .frm-dk-news textarea {
            width: 100%;
            height: 95px;
            border-radius: 4px;
            padding: 7px 10px;
            color: #666;
            font-family: opensans-light;
            margin-bottom: 10px
        }

        .link-footer .frm-dk-news .FormButton {
            float: right
        }

        .link-footer .frm-dk-news span {
            display: block;
            width: 100%;
            float: left
        }

#slide-partner {
    width: 550px
}

.wrap-slide-partner {
    width: 100%;
    float: left;
    background: url(../images/bg/bg-partner.png) repeat-x;
    position: relative;
    padding: 60px 55px;
    border-radius: 5px;
    behavior: url(App_Themes/css/pie/PIE.htc)
}

    .wrap-slide-partner .slide-partner li {
        float: left;
        min-height: 44px
    }

        .wrap-slide-partner .slide-partner li li a img {
            float: left;
            display: block;
            vertical-align: middle;
            height: 25px
        }

            .wrap-slide-partner .slide-partner li li a img:hover {
                opacity: .4
            }

    .wrap-slide-partner .btn-slide-small {
        position: absolute;
        top: 72px;
        height: 24px;
        width: 24px;
        cursor: pointer;
        text-indent: -9999px
    }

    .wrap-slide-partner .btn-prev {
        left: 6px
    }

    .wrap-slide-partner .btn-next {
        right: 6px
    }

.zoomContainer {
    z-index: 9999999
}

.list-product li {
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 300px;
    border-radius: 5px
}

    .list-product li .thumbnail {
        float: left;
        width: 100%;
        position: relative
    }

        .list-product li .thumbnail img {
            float: left;
            width: 300px;
            height: 200px;
            border-radius: 5px 5px 0 0
        }

        .list-product li .thumbnail:hover {
            background-color: transparent
        }

            .list-product li .thumbnail:hover img {
                opacity: .2
            }

            .list-product li .thumbnail:hover .over {
                opacity: 1
            }

        .list-product li .thumbnail .over {
            background: url(../images/icon/over.png) center center no-repeat;
            position: absolute;
            z-index: 10;
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0;
            transition: all 2.5s ease 0s;
            -moz-transition: all 2.5s ease 0s;
            -webkit-transition: all 2.5s ease 0s;
            -o-transition: all 2.5s ease 0s
        }

    .list-product li .span-divide {
        display: inline-block;
        margin: 0 10px
    }

    .list-product li .price {
        font-size: 14px;
        color: #ff0012
    }

    .list-product li .listinfo1 {
        width: 100%;
        float: left;
        margin-top: 8px;
        margin-bottom: 5px
    }

    .list-product li .excerpt {
        float: left;
        color: #000;
        line-height: 18px
    }

    .list-product li .list-option {
        border-radius: 0 0 5px 5px;
        float: left;
        font-family: 'utm_daxline';
        font-size: 14px;
        padding: 10px;
        -moz-box-shadow: 0 0 2px #bcb8b8;
        -webkit-box-shadow: 0 0 2px #bcb8b8;
        box-shadow: 0 0 2px #bcb8b8
    }

        .list-product li .list-option sup {
            font-size: 10px
        }

    .list-product li:hover .list-option {
        -moz-box-shadow: 0 0 4px #2e2d2d;
        -webkit-box-shadow: 0 0 4px #2e2d2d;
        box-shadow: 0 0 4px #2e2d2d
    }

    .list-product li .btn-chitiet {
        padding: 8px 13px;
        background: #19af62;
        color: #f8f8f8;
        display: inline-block;
        margin-top: 16px;
        font-size: 14px
    }

        .list-product li .btn-chitiet:hover {
            background: #36c17a
        }

#footer {
    width: 100%;
    float: left;
    padding: 11px 0 5px 0;
    text-align: center;
    border-top: 1px solid #fff
}

    #footer .copyright {
        color: #212121;
        font-family: opensans-light;
        font-weight: 400
    }

        #footer .copyright a {
            color: #4c86b2
        }

.tags {
    padding-top: 10px
}

    .tags a {
        display: inline-block;
        padding: 0 10px;
        background: #222;
        margin-bottom: 4px;
        border-radius: 3px
    }

        .tags a:link {
            color: #999
        }

        .tags a:hover {
            color: #f8f8f8
        }

.bottom-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #333;
    padding: 10px 0 8px 0;
    margin-top: 20px
}

.dn_license {
    display: inline-block
}

    .dn_license img {
        border: none;
        float: left;
        margin-top: 0;
        padding-top: 3px
    }

    .dn_license span {
        display: block;
        font-family: Tahoma;
        float: left;
        font-size: 1em;
        margin-right: 5px;
        font-weight: 700
    }

        .dn_license span a {
            color: #8c8c8c;
            text-decoration: none
        }

            .dn_license span a:hover {
                color: #8c8c8c
            }

.sidebar {
    width: 260px;
    margin-left: 20px;
    margin-top: 20px
}

    .sidebar h2.title, .title-2 {
        font-family: Arial;
        color: #fff;
        background: #0c3cb7;
        padding: 6px 15px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700
    }

    .sidebar ul {
        margin-bottom: 20px
    }

        .sidebar ul li {
            list-style: none;
            font-weight: 700;
            background: url(../images/icon/bg-li-sidebar.png) bottom repeat-x;
            padding: 2px 0
        }

            .sidebar ul li a {
                color: #fff;
                display: block;
                padding: 8px 15px
            }

                .sidebar ul li a:hover {
                    background: #1772ec
                }

            .sidebar ul li ul {
                display: none
            }

                .sidebar ul li ul li {
                    background: none
                }

        .sidebar ul.list-sanpham li a.active {
            background: #1772ec
        }

        .sidebar ul.list-sanpham li ul li a {
            padding-left: 34px;
            background: url(../images/icon/icon-angle.png) 17px 12px no-repeat
        }

.list li {
    width: 100%;
    float: left
}

    .list li .wrap_thum {
        float: left;
        position: relative
    }

    .list li .title {
        float: left;
        display: block;
        height: 30px;
        overflow: hidden;
        width: 100%
    }

    .list li .right {
        float: right
    }

.PagerControl {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 10px
}

    .PagerControl a.SelectedPrev, .PagerControl a.UnselectedNext {
        padding: 1px 7px;
        border: 1px solid #000;
        color: #000;
        border-radius: 3px
    }

    .PagerControl span.SelectedPage, .PagerControl a.UnselectedPage {
        padding: 0 6px;
        border: 1px solid #000;
        color: #000;
        margin: 1px;
        display: inline-block;
        border-radius: 3px
    }

        .PagerControl .UnselectedPrev:hover, .PagerControl .SelectedPrev:hover, .PagerControl a.UnselectedNext:hover, .PagerControl span.SelectedPage, .PagerControl a.UnselectedPage:hover {
            background: #000;
            color: #f8f8f8
        }

.right-main {
    width: 892px;
    float: right
}

    .right-main .title-block h3 {
        font-weight: 700;
        display: inline-block
    }

    .right-main .xemnhieuhon {
        float: right;
        font-size: 13px;
        color: #19af62;
        font-weight: 400
    }

.content {
    line-height: 20px
}

.relative {
    margin-top: 10px
}

    .relative h3 {
        font-size: 14px;
        font-weight: 700;
        padding-top: 16px;
        text-transform: uppercase;
        border-top: 1px solid #ddd;
        margin-bottom: 15px;
        color: #000;
        font-family: 'utm_daxline'
    }

    .relative ul li {
        width: 100%;
        float: left;
        margin-bottom: 18px
    }

        .relative ul li .thumbnail {
            width: 150px;
            float: left;
            margin-right: 20px;
            height: 85px;
            overflow: hidden
        }

        .relative ul li h4 {
            float: none;
            width: auto;
            margin: -5px 0 5px 0
        }

.page-sanpham .list-product li {
    margin-right: 15px;
    height: 170px;
    width: 200px;
    margin-bottom: 15px
}

    .page-sanpham .list-product li .title {
        padding-top: 5px
    }

    .page-sanpham .list-product li .wrap_thum {
        height: 110px;
        width: 190px
    }

.wrap-frm-contact {
    float: left;
    margin: 0 0 20px 0;
    width: 100%
}

    .wrap-frm-contact textarea {
        width: 70%;
        padding: 15px;
        height: 115px;
        color: #666;
        float: right;
        border-radius: 4px;
        border: 1px solid #d1d1d1
    }

#ctl00_plcMain_cmsProduct_ctl00_Date_timePicker_txtDateTime {
    width: 70%;
    height: 30px;
    color: #666;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    margin-right: 10px
}

.wrap-frm-contact .TextBoxField {
    width: 70%;
    height: 30px;
    color: #666;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #d1d1d1
}

.wrap-frm-contact .FormButton {
    padding: 6px 10px
}

.wrap-frm-contact .frm {
    float: right;
    width: 355px
}

    .wrap-frm-contact .frm label {
        display: inline-block;
        width: 29%;
        color: #212121
    }

.frm-contact .f-row {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.frm-contact .row-bottom {
    text-align: right;
    margin-top: 0
}

.btn-has-icon {
    font-family: FontAwesome;
    font-size: 1.3333333333333333em
}

.relative-product {
    width: 100%;
    float: left;
    margin-top: 20px
}

    .relative-product h3 {
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        color: #222
    }

        .relative-product h3 a {
            color: #222
        }

    .relative-product .control-slide-relative-product {
        float: right
    }

        .relative-product .control-slide-relative-product a {
            display: inline-block;
            float: left;
            padding: 0 8px;
            text-align: center;
            margin-left: 5px;
            font-size: 14px;
            border: 1px solid #000;
            border-radius: 3px
        }

            .relative-product .control-slide-relative-product a:hover {
                background: #000;
                color: #f8f8f8
            }

    .relative-product .list-slide-relative-product li {
        border: 1px solid #ebebeb;
        float: left;
        margin-right: 15px;
        position: relative
    }

        .relative-product .list-slide-relative-product li:hover .over {
            display: block
        }

        .relative-product .list-slide-relative-product li .thumbnail {
            width: 100%;
            height: auto
        }

            .relative-product .list-slide-relative-product li .thumbnail img {
                width: 100%;
                height: auto
            }

        .relative-product .list-slide-relative-product li .over {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/icon/opacity.png);
            left: 0;
            top: 0;
            z-index: 999;
            display: none
        }

    .relative-product .control-slide-news {
        position: absolute;
        right: 0;
        bottom: 9px
    }

.title-2 {
    width: 600px !important;
    color: #fff !important
}

.page-description {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 28px;
    line-height: 20px
}

    .page-description h3 {
        font-size: 26px;
        text-align: center;
        font-family: 'utm_swiss';
        color: #212121
    }

.info-video-item {
    margin-top: 18px;
    line-height: 20px
}

    .info-video-item h4 {
        font-size: 16px;
        font-family: 'utm_swiss';
        color: #212121;
        text-transform: uppercase;
        margin-bottom: 16px
    }

.list-2 {
    width: 100%;
    float: left
}

    .list-2 li {
        float: left;
        margin-right: 20px;
        width: 460px
    }

        .list-2 li .wrap_thum {
            float: left
        }

            .list-2 li .wrap_thum .icon-view {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: url(../images/bg/opacity.png);
                visibility: hidden;
                transition: all 0.8s ease-in-out;
                -moz-transition: all 0.8s ease-in-out;
                -webkit-transition: all 0.8s ease-in-out;
                -o-transition: all 0.8s ease-in-out
            }

                .list-2 li .wrap_thum .icon-view .fa {
                    transition: all 0.8s ease-in-out;
                    -moz-transition: all 0.8s ease-in-out;
                    -webkit-transition: all 0.8s ease-in-out;
                    -o-transition: all 0.8s ease-in-out;
                    position: absolute;
                    left: -30%;
                    top: 40%;
                    font-size: 0;
                    color: #de3135
                }

            .list-2 li .wrap_thum:hover .fa {
                left: 35%;
                font-size: 60px
            }

            .list-2 li .wrap_thum:hover .icon-view {
                visibility: visible
            }

        .list-2 li .right {
            float: left;
            margin-left: 15px;
            width: 200px
        }

            .list-2 li .right h4 {
                padding-top: 3px
            }

                .list-2 li .right h4 a {
                    color: #212121;
                    line-height: 20px;
                    font-weight: 700
                }

                    .list-2 li .right h4 a:hover {
                        color: #de3135 !important
                    }

.list-congtrinh {
    width: 100%;
    float: left
}

    .list-congtrinh li {
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
        width: 470px;
        height: 150px
    }

        .list-congtrinh li .wrap_thum {
            width: 223px;
            height: 150px;
            float: left;
            border: 1px solid #ddd;
            border-radius: 5px
        }

            .list-congtrinh li .wrap_thum:hover .fa {
                left: 38%;
                top: 30%;
                font-size: 60px
            }

        .list-congtrinh li .right {
            width: 230px
        }

            .list-congtrinh li .right h4 {
                height: 45px;
                overflow: hidden;
                margin-bottom: 4px
            }

            .list-congtrinh li .right .xemthem {
                background: #de3135;
                color: #f8f8f8;
                display: inline-block;
                padding: 5px 10px;
                margin-top: 15px;
                font-weight: 700;
                font-size: 11px;
                border-radius: 3px;
                text-decoration: none
            }

                .list-congtrinh li .right .xemthem:hover {
                    background: #ddd;
                    color: #de3135
                }

.main-left {
    float: left;
    width: 670px
}

    .main-left .list-product li {
        margin-right: 20px;
        margin-bottom: 0
    }

    .main-left .heading-left {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 21px;
        background: url(../images/bg/bg-head-rela-video.png) repeat-x 0 13px
    }

        .main-left .heading-left span {
            font-size: 16px;
            padding-right: 9px;
            text-transform: uppercase;
            color: #000;
            background: #fff;
            font-family: 'utm_swiss'
        }

    .main-left .post {
        margin-top: 16px
    }

.sidebar-right {
    float: right;
    width: 220px
}

    .sidebar-right .block {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding: 13px 15px;
        -moz-box-shadow: 0 0 2px #bcb8b8;
        -webkit-box-shadow: 0 0 2px #bcb8b8;
        box-shadow: 0 0 2px #bcb8b8
    }

        .sidebar-right .block .title-block {
            text-align: center;
            margin-bottom: 15px
        }

    .sidebar-right .find-your-perfect {
        position: relative;
        left: inherit;
        width: 100%;
        top: inherit;
        background: none;
        margin-bottom: 18px;
        padding: 0;
        display:none;
    }

        .sidebar-right .find-your-perfect .btn-blackbean {
            width: 100%;
            padding: 7px 0;
            font-size: inherit
        }

        .sidebar-right .find-your-perfect .txtfind {
            margin-bottom: 16px;
            border-radius: 4px
        }

            .sidebar-right .find-your-perfect .txtfind .TextBoxField {
                font-size: 10px;
                width: 92%
            }

            .sidebar-right .find-your-perfect .txtfind .FormButton {
                width: 8%
            }

.list-support li {
    margin-bottom: 20px
}

    .list-support li img {
        margin-right: 0px;
        vertical-align: middle;
        width:25px;
        height:25px;
    }
        .list-support li img:hover {
            box-shadow: 0 0 10px #00b2f4;
        }
        .list-support li a {
            color: #666
        }
    .list-support li .iconChat {
        line-height: 15px;
        text-align: left;
        float: right;
        width: 160px;
        display: flex;
    }
    .list-support li a:hover {
        color: #00B2F4;
    }

    .list-support li .hotline {
        font-weight: 800;
        text-align: center;
        float: right;
        width: 150px;
		display:flex;
    }

.btn-blackbean {
    padding: 2px 20px;
    background-color: #000;
    color: #fff;
    display: inline-block
}

    .btn-blackbean:hover {
        background-color: #00aeef;
    }

.a-consignment {
    float: left;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    padding: 9px 20px;
    margin-bottom: 10px
}

    .a-consignment .fa {
        font-size: 24px;
        border-bottom: 1px solid #fff;
        margin-right: 15px
    }

.list-typical li {
    width: 100%
}

    .list-typical li a {
        display: block;
        padding: 4px 0;
        font-size: 14px
    }

        .list-typical li a:hover {
            text-decoration: underline
        }

.sidebar-right .list-dowload a {
    display: inline-block;
    font-size: 13px;
    font-family: opensans-light
}

.note-management {
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

    .note-management img {
        margin-top: 10px
    }

.note-management-2 {
    padding-bottom: 9px;
    margin-bottom: 35px
}

    .note-management-2 img {
        margin-top: 10px
    }

.address strong {
    color: #000
}

.map2 img {
    float: left
}

.apartment-for-rent-in {
    margin-top: 10px
}

    .apartment-for-rent-in ul {
        margin-top: 35px
    }

.right-detail {
    width: 52%;
    float: right
}

    .right-detail .title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        color: #19af62;
        margin-bottom: 15px
    }

    .right-detail table tr td {
        line-height: 24px;
        padding-right: 10px
    }

        .right-detail table tr td strong {
            display: inline-block;
            width: 25%
        }

    .right-detail .thed {
        font-weight: 700
    }

    .right-detail .price {
        color: #ed1c24;
        font-size: 18px;
        font-weight: 700
    }

.price {
    color: #ff0012
}

.banner-adv {
    float: left;
    padding: 9px !important
}

    .banner-adv img {
        float: left;
        margin: 0
    }

.list-tags-cloud {
    font-family: 'utm_avo';
    line-height: 22px
}

    .list-tags-cloud a {
        color: #666
    }

        .list-tags-cloud a.tags1 {
            font-size: 13px
        }

        .list-tags-cloud a.tags2 {
            font-size: 15px
        }

        .list-tags-cloud a.tags3 {
            font-size: 18px
        }

        .list-tags-cloud a:hover {
            color: #000
        }

.thongso-kythuat h4.title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #212121;
    font-family: 'utm_swiss';
    display: block;
    margin-top: 17px;
    margin-bottom: 18px
}

.thongso-kythuat .row .left {
    width: 90px !important
}

.thongso-kythuat .row .right {
    width: 860px !important
}

.list-news li {
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 300px;
    border-radius: 5px;
}

    .list-news li.first-child {
        width: 100% !important;
        border-bottom: 1px solid #ddd
    }

        .list-news li.first-child .thumbnail {
            width: 100%;
            overflow: hidden;
            border-radius: 5px;
            height: 280px;
            margin-bottom: 10px;
            position: relative
        }

            .list-news li.first-child .thumbnail span {
                display: block;
                width: 100%;
                height: 100%
            }

            .list-news li.first-child .thumbnail .img-responsive {
                display: none
            }

        .list-news li.first-child .date-time {
            margin-bottom: 20px
        }

        .list-news li.first-child h4 {
            float: left;
            width: 100%;
            margin-bottom: 2px;
            margin-top: 5px
        }

            .list-news li.first-child h4 a {
                font-size: 18px
            }

    .list-news li .over {
        background: url(../images/icon/over.png) no-repeat scroll center center rgba(0,0,0,0);
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all 2.5s ease 0s;
        width: 100%;
        z-index: 99
    }

    .list-news li:hover .over {
        opacity: 1
    }

    .list-news li .thumbnail {
        float: left;
        width: 100%;
        position: relative;
    }

        .list-news li .thumbnail img {
            float: left;
            width: 300px;
            height: 200px;
            border-radius: 5px 5px 0 0;
        }

        .list-news li .thumbnail:hover {
            background: #000
        }

            .list-news li .thumbnail:hover img {
                opacity: .3
            }

    .list-news li .date-time {
        margin-bottom: 9px;
        color: #666
    }

    .list-news li h4 {
        font-weight: 700;
        font-family: 'utm_daxline';
        width: 100%;
        float: left;
        margin: 8px 0 0 0;
        min-height: 44px;
        max-height: 44px;
    }

        .list-news li h4 a {
            color: #212121;
            font-size: 14px
        }

            .list-news li h4 a:hover {
                color: #000000 !important
            }

    .list-news li .excerpt {
        margin: 10px 0;
        min-height: 44px;
        max-height: 44px;
    }

.date-time {
    font-size: 13px;
    color: #666
}

.info-contact {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}
.title-block-contact {
    color: #00b2f4 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-top:20px;
}
.info-contact p {
    line-height: 24px
}

    .info-contact strong {
        /*font-family: opensans-semibold;*/
        font-weight: bold;
        color: #000;
    }

.margin-top-20 {
    margin-top: 17px
}

h4 a:hover {
    color: #de3135 !important
}

.right-top-login {
    margin-top: 27px;
    float: right;
    line-height: 35px
}

    .right-top-login .i-user {
        border-radius: 50%;
        background: url(../images/icon/icon-user.png) center center no-repeat;
        text-align: center;
        border: 1px solid #cb006a;
        width: 34px;
        display: inline-block;
        height: 34px
    }

    .right-top-login a {
        color: #212121
    }

.title {
    color: #212121
}

.title-16 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'utm_swiss';
    line-height: 26px;
    color: #212121
}

.title-14 {
    font-size: 14px;
    font-family: 'utm_swiss';
    color: #212121
}

.title-28 {
    font-size: 28px;
    font-family: 'utm_swiss';
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #212121
}

.main-page {
    width: 100%;
    float: left;
    margin-top: 27px
}

    .main-page .left {
        padding-right: 9px;
        float: left
    }

        .main-page .left .banner-160 {
            margin-bottom: 10px
        }

    .main-page .col-right-page {
        padding-left: 20px;
        padding-top: 30px;
        border-left: 1px solid #ddd
    }

.main-page-home {
    margin-top: 15px
}

.note-home {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    margin-bottom: 15px
}

.row-bottom {
    margin-top: 20px
}

.banner-728 {
    width: 728px
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.banner-images {
    line-height: 0
}

.anlys {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ddd
}

    .anlys span {
        margin-right: 40px;
        margin-left: 5px
    }

    .anlys strong {
        color: #707070
    }

    .anlys .a-dangky {
        margin-top: -5px
    }

.share-like {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.col-660 {
    width: 660px;
    float: left
}

.col-300 .box-letter {
    width: 100%
}

    .col-300 .box-letter .TextBoxField {
        width: 206px
    }

.rad-4 {
    border-radius: 4px
}

.rad-3 {
    border-radius: 3px
}

.sidebar-left {
    width: 245px;
    float: left;
    color: #202020
}

    .sidebar-left .block {
        width: 100%;
        float: left;
        padding: 20px 14px;
        border: 1px solid #ebebeb;
        margin-bottom: 20px
    }

.title-block {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    font-family: 'utm_daxline';
    margin-bottom: 24px
}

    .title-block a:hover {
        color: #00aeef
    }

.f-dax {
    font-family: 'utm_daxline'
}

.list-filter li {
    width: 100%;
    float: left
}

    .list-filter li span.title-filter {
        text-transform: uppercase;
        font-weight: 700;
        float: left;
        width: 100%;
        font-size: 14px;
        color: #19af62;
        display: block;
        padding-left: 13px;
        background: url(../images/icon/arrow-filter-default.png) left center no-repeat;
        margin-bottom: 12px;
        cursor: pointer
    }

    .list-filter li ul {
        display: none;
        margin-bottom: 20px
    }

        .list-filter li ul li {
            width: 100%;
            float: left;
            padding: 5px 0 5px 13px
        }

.list-filter-2 li {
    width: 100%;
    float: left;
    padding: 5px 0 5px 0
}

.logo-dt {
    width: 100%;
    float: left;
    border: 1px solid #ececec;
    background: #fff;
    padding: 52px 50px
}

    .logo-dt ul li {
        float: left;
        margin: 0 25px
    }

        .logo-dt ul li:hover {
            opacity: .8;
            filter: alpha(opacity=80)
        }

.btn-back-top {
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    display: none;
    bottom: 140px;
    background: url(../images/icon/btn-totop.png) center center no-repeat;
    width: 73px;
    height: 106px
}

    .btn-back-top:hover {
        opacity: .7
    }

.btn-menu {
    width: 100%;
    display: none;
    padding: 15px 10px;
    color: #737373;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 28px
}

.banner {
    width: 100%;
    float: left;
    height: 170px;
    display: table
}

.textbanner-1 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 53%
}

    .textbanner-1 h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase
    }

    .textbanner-1 p {
        line-height: 24px
    }

    .textbanner-1.rleft {
        padding-left: 5%
    }

.img-detail {
    border: 1px solid #ebebeb;
    float: left;
    width: 45%;
    padding: 15px;
    background: #fff
}

    .img-detail img {
        width: 100%;
        height: auto
    }

.title-16-green {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #19af62
}

.title-13-green {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #19af62
}

.left-main {
    width: 960px;
    float: left
}

    .left-main .title-block {
        color: red;
        text-transform: uppercase;
        margin-top: 20px
    }

.code {
    color: red;
    margin-bottom: 5px
}

.left-main .block {
    float: left;
    width: 100%;
    padding: 20px 15px;
    -moz-box-shadow: 0 0 6px #bcb8b8;
    -webkit-box-shadow: 0 0 6px #bcb8b8;
    box-shadow: 0 0 6px #bcb8b8;
    margin-bottom: 20px
}

.block-track {
    float: left;
    padding: 20px 15px;
    -moz-box-shadow: 0 0 6px #bcb8b8;
    -webkit-box-shadow: 0 0 6px #bcb8b8;
    box-shadow: 0 0 6px #bcb8b8;
    margin-bottom: 20px
}

.left-main .block .see-all {
    color: #00aeef;
    font-size: 18px;
    font-family: opensans-light
}

    .left-main .block .see-all:hover {
        color: #068cbe
    }

.left-main .block-page {
    padding: 15px
}

.feature {
    width: 100%;
    float: left;
    -moz-box-shadow: 0 0 2px #bcb8b8;
    -webkit-box-shadow: 0 0 2px #bcb8b8;
    box-shadow: 0 0 2px #bcb8b8;
    padding: 37px 0
}

    .feature ul li {
        float: left;
        text-align: center;
        width: 355px;
        margin-left: 35px
    }

        .feature ul li .fa {
            font-size: 40px;
            color: #666
        }

        .feature ul li .readmore {
            display: inline-block;
            padding: 6px 15px;
            border: 1px solid #fff;
            text-align: center;
            color: #f8f8f8;
            font-family: opensans-light;
            background: #000;
            border-radius: 5px;
            margin-top: 15px
        }

            .feature ul li .readmore:hover {
                background: none;
                color: #000;
                border: 1px solid #000
            }

        .feature ul li .icon-fa {
            width: 118px;
            height: 118px;
            border-radius: 50%;
            text-align: center;
            line-height: 128px;
            display: inline-block;
            border: 4px solid #ddd
        }

            .feature ul li .icon-fa:hover {
                background: #000;
                border: 4px solid #420
            }

                .feature ul li .icon-fa:hover .fa {
                    color: #f8f8f8
                }

        .feature ul li h3 {
            margin: 15px 0
        }

            .feature ul li h3 a {
                font-family: 'utm_avo';
                text-transform: uppercase;
                font-size: 18px;
                color: #212121
            }

                .feature ul li h3 a:hover {
                    color: #000
                }

.title-post {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    font-family: 'utm_daxline';
    color: #000
}

.post-content {
    margin-top: 20px
}

#menu-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    background: #ddd
}

    #menu-footer .btn-menu {
        background: none;
        color: #000
    }

.menu-footer li {
    float: left
}

    .menu-footer li a {
        color: #666;
        padding: 8px 8px;
        display: inline-block
    }

        .menu-footer li a.active, .menu-footer li a:hover {
            color: #4c86b2
        }

.list-amenities-and-features li {
    float: left;
    width: 25%
}

    .list-amenities-and-features li .fa {
        color: #000
    }
.list-images-apps-connect {display:inherit}
    .list-images-apps-connect ul {text-align:center;}
    .list-images-apps-connect ul li {
        display: inline-grid;
        text-align: center;
    }
    .list-images-apps-connect li {width:16%;}
    .list-images-apps-connect ul li a {color:#000; height: 50px;}
        .list-images-apps-connect ul li a:hover {
            color: #00b2f4
        }

        .list-images-apps-connect img {
            width: 45px;
            height: 45px;
            border-radius: 50%;
        }
            .list-images-apps-connect img:hover {
                box-shadow: 0 0 10px #00b2f4;
            }
            .wrap-frm-contact-2 .map {
                margin-top: 10px
            }

.wrap-frm-contact-2 .wrap-frm-contact .frm {
    width: 100%
}

.wrap-frm-contact-2 .TextBoxField {
    float: right
}

.wrap-frm-contact-2 .f-row {
    float: left;
    width: 100%
}

.wrap-frm-contact-2 textarea {
    margin-bottom: 0
}

.wrap-frm-contact-2 .row-bottom {
    margin-top: 0
}

.wrap-frm-contact-2 .frm-contact-management label {
    display: inline-block;
    width: 18%
}

.wrap-frm-contact-2 .frm-contact-management textarea, .wrap-frm-contact-2 .frm-contact-management .TextBoxField {
    width: 82%
}

.gallery {
    margin-top: 18px;
    margin-bottom: 20px
}

    .gallery .img-lagre {
        width: 560px;
        float: left;
        border-radius: 5px;
        overflow: hidden
    }

        .gallery .img-lagre .img-responsive {
            float: left
        }

    .gallery .wrap-slider-thum {
        width: 120px;
        float: right;
        min-height: 400px;
        position: relative
    }

.next-sl-thum {
    width: 120px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    display: block !important;
    bottom: 18px
}

.prev-sl-thum {
    width: 120px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    display: block !important;
    top: -18px
}

.gallery .wrap-slider-thum ul li {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 6px;
    background: #000;
    height: 68px !important
}

    .gallery .wrap-slider-thum ul li .img-responsive {
        float: left;
        opacity: .4;
        width: 100% !important
    }

        .gallery .wrap-slider-thum ul li .img-responsive:hover {
            opacity: 1
        }

.c-xl {
    color: #4c86b2
}

.basic-information .col {
    width: 40%;
    float: left;
    line-height: 22px
}

.basic-information .price {
    font-family: 'utm_daxline';
    font-size: 14px
}

.txtdate {
    background: url(../images/icon/icon-txtdate.jpg) right center no-repeat
}

.wrap_slide_relative {
    width: 100%
}

    .wrap_slide_relative .itsl {
        float: left;
        width: 100%
    }

@media screen and (max-device-width:1024px) {
    input, textarea {
        -webkit-appearance: none;
        border-radius: 0
    }
}

#ctl00_plcMain_cmsProduct table {
    width: 100% !important;
    float: left
}

    #ctl00_plcMain_cmsProduct table td input {
        margin: 5px 0
    }

#ctl00_plcMain_cmsProduct .EditingFormErrorLabel {
    float: left !important
}

#ctl00_plcMain_cmsProduct_ctl00_Title_lb, #ctl00_plcMain_cmsProduct_ctl00_Title_textbox, #ctl00_plcMain_cmsProduct_ctl00_MaCode_lb, #ctl00_plcMain_cmsProduct_ctl00_MaCode_textbox {
    display: none !important
}

.tp-leftarrow, .tp-rightarrow {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
    transition: all linear .2s;
    background: rgba(0,0,0,.3)
}

    .tp-leftarrow:before {
        content: "\f104";
        font-family: FontAwesome
    }

    .tp-rightarrow:before {
        content: "\f105";
        font-family: FontAwesome
    }

.list-product li .thumbnail {
    background-color: transparent !important
}

@media all and (max-width:1024px) {
    .tool_fixed {
        display: block !important
    }

    .tool_fixed {
        display: none;
        position: fixed;
        bottom: 12px;
        left: 13px;
        right: 0;
        z-index: 999999
    }

    .icon_cate {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px
    }

    .tt-email {
        position: absolute;
        bottom: 5px;
        right: 50%
    }

    .lh_mobile {
        position: absolute;
        bottom: 5px;
        left: 5px;
        cursor: pointer
    }

    .nodis {
        display: block !important
    }
}

@media all and (max-width:1024px) {
    .wrapper {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .container, .nav-menu {
        width: 960px;
        margin-left: auto;
        margin-right: auto
    }

    #menu ul li a {
        color: #f8f8f8;
        padding: 0 5px;
        font-size:12px;
        height: 60px;
        line-height: 60px;
        display: block;
        text-transform: uppercase
    }

    #menu ul li:hover > a, #menu ul li.CMSListMenuHighlightedLI > a, #menu ul li.active > a {
        background: #5c5c5c
    }

    #menu ul li:hover > ul {
        display: block
    }

    #menu ul li ul {
        width: 220px;
        position: absolute;
        z-index: 99999999;
        display: none;
        background: #5C5C5C;
        opacity: .9;
        font-size: 12px
    }

        #menu ul li ul li {
            width: 100%;
            float: left;
            text-transform: none !important
        }

            #menu ul li ul li a {
                color: #fff
            }

                #menu ul li ul li a:hover {
                    color: #5C5C5C;
                    background: #FFF
                }

        #menu ul li ul ul {
            width: 130px;
            padding-top: 0;
            top: 0;
            left: 100%;
            position: absolute
        }

    .list-product li {
        float: left;
        position: relative;
        margin-right: 15px;
        margin-bottom: 15px;
        width: 220px;
        border-radius: 5px
    }

        .list-product li .thumbnail {
            float: left;
            width: 100%;
            position: relative
        }

            .list-product li .thumbnail img {
                float: left;
                width: 220px;
                height: 143px;
                border-radius: 5px 5px 0 0
            }

    .left-main {
        width: 720px;
        float: left
    }

        .left-main .title-block {
            color: red;
            text-transform: uppercase;
            margin-top: 20px
        }

    .code {
        color: red;
        margin-bottom: 5px
    }

    .left-main .block {
        float: left;
        width: 100%;
        padding: 20px 15px;
        -moz-box-shadow: 0 0 6px #bcb8b8;
        -webkit-box-shadow: 0 0 6px #bcb8b8;
        box-shadow: 0 0 6px #bcb8b8;
        margin-bottom: 20px
    }

        .left-main .block .see-all {
            color: #212121;
            font-size: 14px;
            font-family: opensans-light
        }

            .left-main .block .see-all:hover {
                color: #000
            }

    .left-main .block-page {
        padding: 15px
    }

    .feature {
        width: 100%;
        float: left;
        -moz-box-shadow: 0 0 2px #bcb8b8;
        -webkit-box-shadow: 0 0 2px #bcb8b8;
        box-shadow: 0 0 2px #bcb8b8;
        padding: 37px 0
    }

        .feature ul li {
            float: left;
            text-align: center;
            width: 270px;
            margin-left: 35px
        }

            .feature ul li .fa {
                font-size: 40px;
                color: #666
            }

            .feature ul li .readmore {
                display: inline-block;
                padding: 6px 15px;
                border: 1px solid #fff;
                text-align: center;
                color: #f8f8f8;
                font-family: opensans-light;
                border-radius: 5px;
                margin-top: 15px
            }

                .feature ul li .readmore:hover {
                    background: none
                }

            .feature ul li .icon-fa {
                width: 118px;
                height: 118px;
                border-radius: 50%;
                text-align: center;
                line-height: 128px;
                display: inline-block;
                border: 4px solid #ddd
            }

    .link-footer {
        width: 100%;
        float: left;
        background: #f2f3f5 url(/App_Themes/bestrental/images/icon/icon_8.png) repeat-x bottom;
        padding: 30px 0
    }

        .link-footer a {
            color: #000
        }

            .link-footer a:hover {
                color: #de3135;
                text-decoration: underline
            }

        .link-footer h3 {
            color: #212121;
            font-family: 'utm_swiss';
            font-family: 'utm_avo';
            font-size: 18px;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        .link-footer .col-1 {
            float: left;
            width: 345px;
            margin-right: 30px
        }

            .link-footer .col-1 .list-five-reasons li {
                width: 100%;
                margin-bottom: 10px;
                float: left
            }

                .link-footer .col-1 .list-five-reasons li img {
                    float: left;
                    vertical-align: middle;
                    margin-right: 16px
                }

        .link-footer .col-2 {
            float: left;
            width: 225px;
            margin-right: 40px
        }

        .link-footer .col-3 {
            float: left;
            width: 180px;
            margin-right: 20px
        }

        .link-footer .col-4 {
            float: left;
            width: 100px
        }

        .link-footer .frm-dk-news {
            margin-top: 15px
        }

            .link-footer .frm-dk-news .TextBoxField {
                float: left;
                height: 23px;
                color: #666;
                width: 100%;
                font-family: opensans-light;
                font-size: 13px;
                border-radius: 4px;
                margin-bottom: 12px
            }

            .link-footer .frm-dk-news textarea {
                width: 100%;
                height: 95px;
                border-radius: 4px;
                padding: 7px 10px;
                color: #666;
                font-family: opensans-light;
                margin-bottom: 10px
            }

            .link-footer .frm-dk-news .FormButton {
                float: right
            }

            .link-footer .frm-dk-news span {
                display: block;
                width: 100%;
                float: left
            }

    #slide-partner {
        width: 550px
    }

    .gallery {
        margin-top: 18px;
        margin-bottom: 20px
    }

        .gallery .img-lagre .img-responsive {
            float: left
        }

        .gallery .wrap-slider-thum {
            width: 120px;
            float: right;
            min-height: 400px;
            position: relative
        }

    .next-sl-thum {
        width: 120px;
        text-align: center;
        font-size: 30px;
        position: absolute;
        display: block !important;
        bottom: 18px
    }

    .prev-sl-thum {
        width: 120px;
        text-align: center;
        font-size: 30px;
        position: absolute;
        display: block !important;
        top: -18px
    }

    .gallery .wrap-slider-thum ul li {
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 6px;
        background: #000;
        height: 68px !important
    }

        .gallery .wrap-slider-thum ul li .img-responsive {
            float: left;
            opacity: .4;
            width: 100% !important
        }

            .gallery .wrap-slider-thum ul li .img-responsive:hover {
                opacity: 1
            }

    .tool_fixed {
        display: block !important
    }

    .tool_fixed {
        display: none;
        position: fixed;
        bottom: 12px;
        left: 13px;
        right: 0;
        z-index: 999999
    }

    .icon_cate {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px
    }

    .tt-email {
        position: absolute;
        bottom: 9px;
        right: 50%
    }

    .lh_mobile {
        position: absolute;
        bottom: 5px;
        left: 5px;
        cursor: pointer
    }

    .nodis {
        display: block !important
    }
}

@media all and (max-width:1000px) {
    .tt-email {
        right: 45%
    }

    .icon_cate {
        width: 90%
    }
}

@media all and (max-width:768px) {
    .tt-email {
        right: 44%
    }

    .icon_cate {
        width: 90%
    }
}

@media all and (max-width:480px) {
    .tt-email {
        right: 32%
    }

    .icon_cate {
        width: 85%
    }
}

@media all and (max-width:320px) {
    .tt-email {
        right: 37.5%
    }

    .icon_cate {
        width: 85%
    }
}

.nodis {
    display: none
}

.list-status-and-available-from li {
    float: left;
    width: 100%;
}


.like-page {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 101;
    text-align: center
}

    .like-page > a {
        color: #000
    }

    .like-page .numlike {
        display: inline-block;
        vertical-align: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 33px;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        background-image: url(/App_Themes/bestrental/images/icon/bg-liked.png);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        margin-right: 9px;
        position: relative;
        top: -2px
    }

    .like-page .desc-like {
        min-width: 240px;
        white-space: nowrap;
        padding: 16.5px 18px;
        text-align: center;
        color: #000;
        background: #fff;
        font-weight: 400;
        font-size: 12px;
        position: absolute;
        top: 65px;
        right: -36px;
        border-radius: 5px;
        border: 1px solid #ccc;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        opacity: 0
    }

like-page .desc-like:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 60%;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000
}

.one-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333
}

.affix {
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #eee
}

    .affix ul {
        margin: 0 auto;
        padding: 0
    }

        .affix ul li {
            list-style-type: none;
            margin: 0 10px 0 5px;
            padding: 0;
            font-size: 14px;
            display: inline-block;
            height: 35px
        }

            .affix ul li a {
                color: #424242;
                padding: 7px 0;
                cursor: pointer;
                display: inline-block;
                text-transform: none
            }

                .affix ul li a:hover {
                    color: #00b0f0
                }

                .affix ul li a.active {
                    color: #00b0f0
                }

.post-productrojects {
    margin-bottom: 30px
}

.post-item-image {
    float: left;
    width: 200px;
    margin-right: 15px
}

.post-productrojects-item {
    float: left;
    width: 650px
}

.post-productrojects-name {
    color: #337ab7;
    font-size: 16px
}

.post-producttext {
    margin-top: 5px;
    min-height: 40px;
    padding: 5px 10px;
    margin: 0 0 10px;
    border-left: 5px solid #eee
}

.vote-for-us-mbm {
    float: left
}

    .vote-for-us-mbm h3 {
        margin-bottom: 10px
    }

.vote-for-us {
    float: left;
    margin-bottom: 15px;
    width: 100%
}

    .vote-for-us h3 {
        margin-bottom: 10px;
        font-weight: 600
    }

div.star-rating {
    float: left;
    width: 36px;
    height: 31px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

    div.star-rating, div.star-rating a {
        background: url(/App_Themes/bestrental/images/star.png) no-repeat 0 0
    }

        div.star-rating a {
            display: block;
            width: 36px;
            height: 100%;
            background-position: 0 0;
            border: 0
        }

div.star-rating-on a {
    background-position: 0 -33px !important
}

div.star-rating-hover a {
    background-position: 0 -33px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

div.star-rating-mbm {
    float: left;
    width: 36px;
    height: 31px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

    div.star-rating-mbm, div.star-rating-mbm a {
        background: url(/App_Themes/bestrental/images/star.png) no-repeat 0 0
    }

        div.star-rating-mbm a {
            display: block;
            width: 36px;
            height: 100%;
            background-position: 0 0;
            border: 0
        }

div.star-rating-on-mbm a {
    background-position: 0 -33px !important
}

div.star-rating-hover-mbm a {
    background-position: 0 -33px
}

div.star-rating-readonly-mbm a {
    cursor: default !important
}

div.star-rating-mbm {
    background: transparent !important;
    overflow: hidden !important
}

#ratingmbm {
    margin: 10px
}

#ratingProductlist {
    margin: 10px;
    display: inline-block
}

.dropbtn {
    border: none;
    color: #212121 !important;
    font-family: 'utm_swiss';
    font-family: 'utm_avo';
    font-size: 18px;
    text-transform: uppercase
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer
}

.dropbtn:hover {
    color: #00b2f4 !important
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1
}

    .dropdown-content a {
        color: #000;
        padding: 10px 12px;
        text-decoration: none;
        display: block
    }

        .dropdown-content a:hover {
            color: #00b2f4
        }

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown a:hover {
    color: #00b2f4;
    text-decoration: none
}

.dropdown:hover .dropbtn {
    color: #00b2f4;
    text-decoration: none
}

.faqitem .header {
    padding: 15px;
    border-top: 1px solid #ddd;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

    .faqitem .header h4 {
        margin: 0
    }

    .faqitem .header .fa.fa-minus {
        display: none
    }

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none
}

.faqitem .content {
    padding: 5px 15px 15px 15px;
    display: none
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0 .07em !important;
    margin-top: -3px !important;
    background: none !important;
    padding: 0 !important
}

.homes-price, .homes-sale, .homes-featured {
    position: absolute;
    z-index: 10;
}

.homes-featured {
    left: 0px;
    margin-top: 5px;
}

.homes-featured {
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 2px;
    margin-left:5px;
    border: none;
    display: inline-block;
    z-index: 10;
    border-radius: 5px;
    opacity: 0.8;
    font-family: "Roboto", sans-serif;
}

    .homes-featured a {
        color: #fff;
    }
        .homes-featured a:hover {
            color: #00b2f4
        }
.homes-sale {
    font-size: 11px;
    padding: 2px 7px;
    border: none;
    background-color: rgba(0, 0, 0, 0.65);
    font-family: "Roboto", sans-serif;
    display: inline-block;
    z-index: 10;
    opacity: 0.8;
    border-radius: 5px;
}

    .homes-sale a {
        color: #fff;
    }
        .homes-sale a:hover {
            color: #00b2f4;
        }

.homes-featured {
    /*width: 84px !important;*/
    background: rgba(0, 0, 0, 0.65) !important;
}

.homes-sale {
    right: 5px;
    margin-top: 5px;
}

.homes-sale {
    background: rgba(0, 0, 0, 0.65) !important;
    /*width: 84px !important;
    height: 31px;*/
}

.homes-price {
    color: #fff;
    font-size: 12px !important;
    padding: 3px 10px;
    border-radius: 2px;
    background: #5c5c5c;
    bottom: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: 99;
    opacity: 0.8;
}
.lable-product-detail-mobile {
    display: none;
}
.lable-product-detail {
    float: right;
    right: 260px;
    position: absolute;
}

.lable-product-btn {
    font-size: 14px;
    padding: 10px 0px;
    color: #000;
    border: 1px solid #000;
    width: 160px;
    height: 40px;
    text-align: center;
    /*background: #5c5c5c !important;*/
    display: block;
    z-index: 99;
    border-radius: 5px;
    opacity: 0.8;
    right: 0px;
    margin: 8px 0px 8px 0px;
    top: 0;
}
    .lable-product-btn:hover {
        background: #00b2f4;
        color: #fff !important;
        border: 1px solid #fff;
    }
.button-search {
    position: relative;
    width: 100px;
    left: 135px;
    float: left;
    top: 25px;
}
    .button-search a {
       cursor:pointer;
        color: #000;
        color: black;
        font-size: 15px;
    }
    .button-search img {
        vertical-align:middle;
        height:20px;
        width:20px;
        border: 0;
    }

.popup__container {
    max-width: 698px;
    z-index:99999;
}
.textnameOfType {
    width: 100%;
    height: 30px;
    color: #999;
    font-family: opensans-light;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
    padding:8px;
    border: 1px solid #ddd;
}

    .textnameOfType::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: #999;
    }

    .textnameOfType:-moz-placeholder { /* Firefox */
        color: #999;
    }

    .textnameOfType:-ms-input-placeholder { /* IE 10+ */
        color: #999;
    }

    .textnameOfType::-ms-input-placeholder { /* Edge */
        color: #999;
    }

    .textnameOfType:placeholder-shown { /* Default */
        color: #999;
    }
.support-box {
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
}

    .support-box h3 {
        margin: 0;
        font-size: 18px;
        color: #2c3e50;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
    }

.language-select {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

    .language-select select {
        padding: 6px 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

        .language-select select:hover {
            border-color: #999;
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        }

@media (max-width: 576px) {
    .support-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.language-dropdown {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #ffffff;
    color: #333;
    min-width: 150px;
    /* ✅ shadow + transition */
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
    appearance: none; /* clean dropdown arrow in modern browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

    .language-dropdown:hover {
        border-color: #888;
        box-shadow: 0 5px 12px rgba(0,0,0,0.25);
        background-color: #fafafa;
        cursor: pointer;
    }
.language-menu {
    position: relative;
    display: inline-block;
    font-family: 'Segoe UI', sans-serif;
}



.flag-icon {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border: 1px solid #aaa;
    border-radius: 2px;
}

.lang-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 1px;
    list-style: none;
    padding: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    min-width: 80px;
}

    .lang-options li {
        border-bottom: 1px solid #eee;
    }

        .lang-options li:last-child {
            border-bottom: none;
        }



.search-icon-container {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999999;
}
.icon_search {
    background-color: #00b2f4;
    border-radius: 5px 0 0 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 3px 10px;
    cursor: pointer;
    text-align: center;
}
    .icon_search > i {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        display: inline-block;
    }
.icon_search > span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
}
.click_like {
    cursor: pointer;
    user-select: none;
    outline: none;
    caret-color: transparent;
}

.click_save_prod {
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 100;
    display: inline-block;
    font-size: 22px;
    color: #eee;
}
#toast-container {
    position: fixed;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.toast-msg {
    background: #00b0f0;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    animation: fadeInOut 2s ease-in-out;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    pointer-events: auto;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: scale(0.95); }
    10% { opacity: 1; transform: scale(1); }
    90% { opacity: 1; }
    100% { opacity: 0; transform: scale(0.95); }
}

.Myfavourite
{width:170px !important;left:85px;}
    .Myfavourite i {
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        color: red;
        top: 2px;
    }
.favourite_title {
    text-transform: uppercase;
}

.favourite_title:hover {
    color: #00b0f0;
}
.del_favourite {
    position: absolute;
    border:none;
    top: -17px;
    right: -15px;
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.btn-clear {
    background: #dc3545;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight:bold;
}

.btn-remove {
    background: none;
    border: none;
    font-size: 16px;
    color: #dc3545;
    float: right;
    cursor: pointer;
}

.map-container {
    display: inline-block;
    box-shadow: 0 0 6px #bcb8b8;
    border-radius: 5px;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 190px;
    background: url(../images/bg/bg-td-caption.png);
    padding: 15px;
}

#hcmMap {
    width: 100%;
    height: auto;
    display: block;
}

area {
    cursor: pointer;
}

    /* Không hiển thị tooltip mặc định */
    area[title]:hover::after {
        display: none !important;
    }

/* Ẩn highlight trên mobile */
@media (max-width: 768px) {
    .map-container {
        pointer-events: none;
    }
}
.documentContent {
    margin-top: 10px;
    position: initial;
    display: inline-block;
}

    .documentContent video,
    .documentContent img,
    .documentContent iframe {
        display: block;
        width: 100%;
        height: auto; /* Tự giữ tỷ lệ gốc */
        max-width: 100%;
        border: none;
    }

.project-details {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.project-wrapper {
    display: inline-block;
    max-width: 600px; /* giới hạn chiều rộng tối đa của ảnh */
    width: 100%;
    text-align: right; /* chữ góc phải theo khung ảnh */
}

    /* Ảnh click được + hiệu ứng hover */
    .project-wrapper .project-img {
        display: block;
        border-radius: 12px;
        overflow: hidden;
    }

        .project-wrapper .project-img img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            transition: transform .3s ease, filter .3s ease;
        }

        .project-wrapper .project-img:hover img {
            transform: scale(1.03);
            filter: brightness(1.05);
        }

    /* Chữ dưới ảnh, góc phải */
    .project-wrapper .read-details {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #e60000;
        text-decoration: none;
        transition: color .3s ease;
    }

        /* Mũi tên hiệu ứng */
        .project-wrapper .read-details .arrow {
            opacity: 0;
            transform: translateX(-5px);
            transition: all .3s ease;
        }

        .project-wrapper .read-details:hover {
            color: #c20000;
            text-decoration: underline;
        }

            .project-wrapper .read-details:hover .arrow {
                opacity: 1;
                transform: translateX(3px);
            }

/* Responsive: màn nhỏ ảnh full, chữ ra giữa */
@media (max-width: 640px) {
    .project-wrapper {
        text-align: center;
    }

        .project-wrapper .read-details {
            justify-content: center;
        }
}
/* phong cách hiển thị giống yêu cầu trước (250px, gradient, nút giữa) */
.description-wrapper {
    max-width: 900px;
    position: relative;
}

.description-text {
    max-height: 250px; /* giới hạn ban đầu */
    overflow: hidden;
    transition: max-height 0.9s ease; /* bung ra chậm */
    position: relative;
    background: transparent;
}

    /* gradient mờ phía dưới */
    .description-text::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
        pointer-events: none;
    }

    /* khi mở */
    .description-text.expanded {
        max-height: none; /* không giới hạn chiều cao */
        overflow: visible;
    }

        .description-text.expanded::after {
            display: none;
        }

/* nút giữa */


/* hover */
.read-more-btn:hover {
    background: #00b2f4;
    color: #fff;
}

/* arrow xoay */
.read-more-btn .arrow {
    display: inline-block;
    transition: transform .28s ease;
}

.read-more-btn.active .arrow {
    transform: rotate(180deg);
}

/* hỗ trợ responsive */
@media (max-width: 640px) {
    .description-wrapper {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .description-text::after {
        height: 60px;
    }
}

.read-more-btn {
    max-width: 300px;
    margin: 10px auto;
    border: 1px solid #00b2f4;
    border-radius: 5px;
    color: #00b2f4;
    display: block;
    padding: 10px 25px 10px 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
    background: none;
}
/*@media (min-width: 1024px) {
    .nav-parent > li > a.menu_item_child {
        white-space: normal !important;
        line-height: 1.3;
        text-align: center;
    }

    .menu-main {
        text-transform: uppercase ;
    }

    .menu-sub {
        display: block;
        text-transform:none;
    }
}
*/

@media (min-width: 1024px) {

 /*   .nav-parent > li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .nav-parent > li > a.menu_item_child {
            text-align: center;
            line-height: 1.25;
            white-space: normal;
            padding: 0 12px;
        }*/

    .menu-main {
        text-transform: uppercase;
    }

    .menu-sub {
        display: block;
        text-transform: none;
    }
}
