Hỏi cách chỉnh chiều rộng cho mobile website

Thảo luận trong 'Wordpress Themes' bắt đầu bởi Hoa Anh, 06/03/2019.

  1. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    chào mọi người cho e hỏi làm cách nào để hiển thị 100% chiểu rộng của website wordpress
    chắc là chỉnh css mà e k biết chỉnh ở đâu, cảm ơn mọi người
    demo : https://batdongsan.express/
     
    Bài viết mới
  2. kentdoan

    kentdoan Thượng Đế

    Tham gia:
    23/04/2018
    Bài viết:
    193
    Đã được thích:
    78
    Điểm thành tích:
    28
    Giới tính:
    Nam
    Nơi ở:
    Homeless
    HTML:
    body
    {
            width:100% !important;
    }
     
  3. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    k được bác, wordpress á bác
     
  4. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    css
    Mã:
    html,
    * {
        margin: 0;
        padding: 0;
        border: 0
    }
    body,
    object,
    iframe,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    abbr,
    acronym,
    address,
    code,
    del,
    dfn,
    img,
    q,
    dl,
    dt,
    dd,
    fieldset,
    form,
    label,
    legend,
    caption,
    tbody,
    tfoot,
    thead,
    article,
    aside,
    dialog,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: baseline
    }
    article,
    aside,
    dialog,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        display: block
    }
    body {
        line-height: 1.5;
        background: white
    }
    table {
        border-collapse: separate;
        border-spacing: 0
    }
    caption,
    th,
    td {
        text-align: left;
        font-weight: normal;
        float: none !important
    }
    table,
    th,
    td {
        vertical-align: middle
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: ''
    }
    blockquote,
    q {
        quotes: "" ""
    }
    a img {
        border: none
    }
    :focus {
        outline: 0
    }
    html {
        font-size: 100.01%
    }
    body {
        font-size: 75%;
        color: #222;
        background: #fff;
        font-family: Arial, Helvetica, sans-serif
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        color: #FFF
    }
    h1 {
        font-size: 3em;
        line-height: 1;
        margin-bottom: 0.5em
    }
    h2 {
        font-size: 2em;
        margin-bottom: 0.75em
    }
    h3 {
        font-size: 1.5em;
        line-height: 1;
        margin-bottom: 1em
    }
    h4 {
        font-size: 1.2em;
        line-height: 1.25;
        margin-bottom: 1.25em
    }
    h5 {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 1.5em
    }
    h6 {
        font-size: 1em;
        font-weight: bold
    }
    h1 img,
    h2 img,
    h3 img,
    h4 img,
    h5 img,
    h6 img {
        margin: 0
    }
    p {
        margin: 0 0 1.5em
    }
    p .left {
        margin: 1.5em 1.5em 1.5em 0;
        padding: 0
    }
    .right {
        float: right !important
    }
    p .right {
        margin: 1.5em 0 1.5em 1.5em;
        padding: 0
    }
    a:focus,
    a:hover {
        color: #09f
    }
    a {
        color: #06c;
        text-decoration: underline
    }
    blockquote {
        margin: 1.5em;
        color: #666;
        font-style: italic
    }
    strong,
    dfn {
        font-weight: bold
    }
    em,
    dfn {
        font-style: italic
    }
    sup,
    sub {
        line-height: 0
    }
    abbr,
    acronym {
        border-bottom: 1px dotted #666
    }
    address {
        margin: 0 0 1.5em;
        font-style: italic
    }
    del {
        color: #666
    }
    pre {
        margin: 1.5em 0;
        white-space: pre
    }
    pre,
    code,
    tt {
        font: 1em 'andale mono', 'lucida console', monospace;
        line-height: 1.5
    }
    li ul,
    li ol {
        margin: 0
    }
    ul,
    ol {
        margin: 0 1.5em 1.5em 0;
        padding-left: 1.5em
    }
    ul {
        list-style-type: disc
    }
    ol {
        list-style-type: decimal
    }
    dl {
        margin: 0 0 1.5em 0
    }
    dl dt {
        font-weight: bold
    }
    dd {
        margin-left: 1.5em
    }
    table {
        margin-bottom: 1.4em;
        width: 100%
    }
    th {
        font-weight: bold
    }
    thead th {
        background: #c3d9ff
    }
    th,
    td,
    caption {
        padding: 4px 10px 4px 5px
    }
    tfoot {
        font-style: italic
    }
    caption {
        background: #eee
    }
    .small {
        font-size: .8em;
        margin-bottom: 1.875em;
        line-height: 1.875em
    }
    .large {
        font-size: 1.2em;
        line-height: 2.5em;
        margin-bottom: 1.25em
    }
    .hide {
        display: none
    }
    .quiet {
        color: #666
    }
    .loud {
        color: #000
    }
    .highlight {
        background: #ff0
    }
    .added {
        background: #060;
        color: #fff
    }
    .removed {
        background: #900;
        color: #fff
    }
    .first {
        margin-left: 0;
        padding-left: 0
    }
    .last {
        margin-right: 0;
        padding-right: 0
    }
    .top {
        margin-top: 0;
        padding-top: 0
    }
    .bottom {
        margin-bottom: 0;
        padding-bottom: 0
    }
    label {
        font-weight: bold
    }
    fieldset {
        padding: 0 1.4em 1.4em 1.4em;
        margin: 0 0 1.5em 0;
        border: 1px solid #ccc
    }
    legend {
        font-weight: bold;
        font-size: 1.2em;
        margin-top: -0.2em;
        margin-bottom: 1em
    }
    fieldset,
    #IE8#HACK {
        padding-top: 1.4em
    }
    legend,
    #IE8#HACK {
        margin-top: 0;
        margin-bottom: 0
    }
    input.title {
        font-size: 1.5em
    }
    textarea {
        width: 390px;
        height: 250px;
        padding: 5px
    }
    form.inline {
        line-height: 3
    }
    form.inline p {
        margin-bottom: 0
    }
    .info a {
        color: #205791
    }
    .container {
        width: 1000px;
        margin: 0 auto
    }
    .container1 {
        width: 974px;
        margin: 0 auto
    }
    .showgrid {
        background: url(grid.png)
    }
    .column,
    .span-1,
    .span-2,
    .span-3,
    .span-4,
    .span-5,
    .span-6,
    .span-7,
    .span-8,
    .span-9,
    .span-10,
    .span-11,
    .span-12,
    .span-13,
    .span-14,
    .span-15,
    .span-16,
    .span-17,
    .span-18,
    .span-19,
    .span-20,
    .span-21,
    .span-22,
    .span-23,
    .span-24 {
        float: left;
        margin-right: 10px
    }
    .last {
        margin-right: 0
    }
    .span-1 {
        width: 30px
    }
    .span-2 {
        width: 70px
    }
    .span-3 {
        width: 110px
    }
    .span-4 {
        width: 150px
    }
    .span-5 {
        width: 190px
    }
    .span-6 {
        width: 230px
    }
    .span-7 {
        width: 270px
    }
    .span-71 {
        width: 290px
    }
    .span-8 {
        width: 310px
    }
    .span-9 {
        width: 350px
    }
    .span-10 {
        width: 390px
    }
    .span-11 {
        width: 430px
    }
    .span-12 {
        width: 470px
    }
    .span-13 {
        width: 510px
    }
    .span-14 {
        width: 550px
    }
    .span-15 {
        width: 590px
    }
    .span-16 {
        width: 630px
    }
    .span-17 {
        width: 670px
    }
    .span-18 {
        width: 710px
    }
    .span-19 {
        width: 750px
    }
    .span-20 {
        width: 790px
    }
    .span-21 {
        width: 830px
    }
    .span-22 {
        width: 870px
    }
    .span-23 {
        width: 910px
    }
    .span-24 {
        width: 950px;
        margin-right: 0
    }
    .span-25 {
        width: 960px;
        margin: 0 5px
    }
    input.span-1,
    textarea.span-1,
    input.span-2,
    textarea.span-2,
    input.span-3,
    textarea.span-3,
    input.span-4,
    textarea.span-4,
    input.span-5,
    textarea.span-5,
    input.span-6,
    textarea.span-6,
    input.span-7,
    textarea.span-7,
    input.span-8,
    textarea.span-8,
    input.span-9,
    textarea.span-9,
    input.span-10,
    textarea.span-10,
    input.span-11,
    textarea.span-11,
    input.span-12,
    textarea.span-12,
    input.span-13,
    textarea.span-13,
    input.span-14,
    textarea.span-14,
    input.span-15,
    textarea.span-15,
    input.span-16,
    textarea.span-16,
    input.span-17,
    textarea.span-17,
    input.span-18,
    textarea.span-18,
    input.span-19,
    textarea.span-19,
    input.span-20,
    textarea.span-20,
    input.span-21,
    textarea.span-21,
    input.span-22,
    textarea.span-22,
    input.span-23,
    textarea.span-23,
    input.span-24,
    textarea.span-24 {
        border-left-width: 1px;
        border-right-width: 1px;
        padding-left: 5px;
        padding-right: 5px
    }
    input.span-1,
    textarea.span-1 {
        width: 18px
    }
    input.span-2,
    textarea.span-2 {
        width: 58px
    }
    input.span-3,
    textarea.span-3 {
        width: 98px
    }
    input.span-4,
    textarea.span-4 {
        width: 138px
    }
    input.span-5,
    textarea.span-5 {
        width: 178px
    }
    input.span-6,
    textarea.span-6 {
        width: 218px
    }
    input.span-7,
    textarea.span-7 {
        width: 258px
    }
    input.span-8,
    textarea.span-8 {
        width: 298px
    }
    input.span-9,
    textarea.span-9 {
        width: 338px
    }
    input.span-10,
    textarea.span-10 {
        width: 378px
    }
    input.span-11,
    textarea.span-11 {
        width: 418px
    }
    input.span-12,
    textarea.span-12 {
        width: 458px
    }
    input.span-13,
    textarea.span-13 {
        width: 498px
    }
    input.span-14,
    textarea.span-14 {
        width: 538px
    }
    input.span-15,
    textarea.span-15 {
        width: 578px
    }
    input.span-16,
    textarea.span-16 {
        width: 618px
    }
    input.span-17,
    textarea.span-17 {
        width: 658px
    }
    input.span-18,
    textarea.span-18 {
        width: 698px
    }
    input.span-19,
    textarea.span-19 {
        width: 738px
    }
    input.span-20,
    textarea.span-20 {
        width: 778px
    }
    input.span-21,
    textarea.span-21 {
        width: 818px
    }
    input.span-22,
    textarea.span-22 {
        width: 858px
    }
    input.span-23,
    textarea.span-23 {
        width: 898px
    }
    input.span-24,
    textarea.span-24 {
        width: 938px
    }
    .append-1 {
        padding-right: 40px
    }
    .append-2 {
        padding-right: 80px
    }
    .append-3 {
        padding-right: 120px
    }
    .append-4 {
        padding-right: 160px
    }
    .append-5 {
        padding-right: 200px
    }
    .append-6 {
        padding-right: 240px
    }
    .append-7 {
        padding-right: 280px
    }
    .append-8 {
        padding-right: 320px
    }
    .append-9 {
        padding-right: 360px
    }
    .append-10 {
        padding-right: 400px
    }
    .append-11 {
        padding-right: 440px
    }
    .append-12 {
        padding-right: 480px
    }
    .append-13 {
        padding-right: 520px
    }
    .append-14 {
        padding-right: 560px
    }
    .append-15 {
        padding-right: 600px
    }
    .append-16 {
        padding-right: 640px
    }
    .append-17 {
        padding-right: 680px
    }
    .append-18 {
        padding-right: 720px
    }
    .append-19 {
        padding-right: 760px
    }
    .append-20 {
        padding-right: 800px
    }
    .append-21 {
        padding-right: 840px
    }
    .append-22 {
        padding-right: 880px
    }
    .append-23 {
        padding-right: 920px
    }
    .prepend-1 {
        padding-left: 40px
    }
    .prepend-2 {
        padding-left: 80px
    }
    .prepend-3 {
        padding-left: 120px
    }
    .prepend-4 {
        padding-left: 160px
    }
    .prepend-5 {
        padding-left: 200px
    }
    .prepend-6 {
        padding-left: 240px
    }
    .prepend-7 {
        padding-left: 280px
    }
    .prepend-8 {
        padding-left: 320px
    }
    .prepend-9 {
        padding-left: 360px
    }
    .prepend-10 {
        padding-left: 400px
    }
    .prepend-11 {
        padding-left: 440px
    }
    .prepend-12 {
        padding-left: 480px
    }
    .prepend-13 {
        padding-left: 520px
    }
    .prepend-14 {
        padding-left: 560px
    }
    .prepend-15 {
        padding-left: 600px
    }
    .prepend-16 {
        padding-left: 640px
    }
    .prepend-17 {
        padding-left: 680px
    }
    .prepend-18 {
        padding-left: 720px
    }
    .prepend-19 {
        padding-left: 760px
    }
    .prepend-20 {
        padding-left: 800px
    }
    .prepend-21 {
        padding-left: 840px
    }
    .prepend-22 {
        padding-left: 880px
    }
    .prepend-23 {
        padding-left: 920px
    }
    .border {
        padding-right: 4px;
        margin-right: 5px;
        border-right: 1px solid #ddd
    }
    .colborder {
        padding-right: 24px;
        margin-right: 25px;
        border-right: 1px solid #ddd
    }
    .pull-1 {
        margin-left: -40px
    }
    .pull-2 {
        margin-left: -80px
    }
    .pull-3 {
        margin-left: -120px
    }
    .pull-4 {
        margin-left: -160px
    }
    .pull-5 {
        margin-left: -200px
    }
    .pull-6 {
        margin-left: -240px
    }
    .pull-7 {
        margin-left: -280px
    }
    .pull-8 {
        margin-left: -320px
    }
    .pull-9 {
        margin-left: -360px
    }
    .pull-10 {
        margin-left: -400px
    }
    .pull-11 {
        margin-left: -440px
    }
    .pull-12 {
        margin-left: -480px
    }
    .pull-13 {
        margin-left: -520px
    }
    .pull-14 {
        margin-left: -560px
    }
    .pull-15 {
        margin-left: -600px
    }
    .pull-16 {
        margin-left: -640px
    }
    .pull-17 {
        margin-left: -680px
    }
    .pull-18 {
        margin-left: -720px
    }
    .pull-19 {
        margin-left: -760px
    }
    .pull-20 {
        margin-left: -800px
    }
    .pull-21 {
        margin-left: -840px
    }
    .pull-22 {
        margin-left: -880px
    }
    .pull-23 {
        margin-left: -920px
    }
    .pull-24 {
        margin-left: -960px
    }
    .pull-1,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .pull-10,
    .pull-11,
    .pull-12,
    .pull-13,
    .pull-14,
    .pull-15,
    .pull-16,
    .pull-17,
    .pull-18,
    .pull-19,
    .pull-20,
    .pull-21,
    .pull-22,
    .pull-23,
    .pull-24 {
        float: left;
        position: relative
    }
    .push-1 {
        margin: 0 -40px 1.5em 40px
    }
    .push-2 {
        margin: 0 -80px 1.5em 80px
    }
    .push-3 {
        margin: 0 -120px 1.5em 120px
    }
    .push-4 {
        margin: 0 -160px 1.5em 160px
    }
    .push-5 {
        margin: 0 -200px 1.5em 200px
    }
    .push-6 {
        margin: 0 -240px 1.5em 240px
    }
    .push-7 {
        margin: 0 -280px 1.5em 280px
    }
    .push-8 {
        margin: 0 -320px 1.5em 320px
    }
    .push-9 {
        margin: 0 -360px 1.5em 360px
    }
    .push-10 {
        margin: 0 -400px 1.5em 400px
    }
    .push-11 {
        margin: 0 -440px 1.5em 440px
    }
    .push-12 {
        margin: 0 -480px 1.5em 480px
    }
    .push-13 {
        margin: 0 -520px 1.5em 520px
    }
    .push-14 {
        margin: 0 -560px 1.5em 560px
    }
    .push-15 {
        margin: 0 -600px 1.5em 600px
    }
    .push-16 {
        margin: 0 -640px 1.5em 640px
    }
    .push-17 {
        margin: 0 -680px 1.5em 680px
    }
    .push-18 {
        margin: 0 -720px 1.5em 720px
    }
    .push-19 {
        margin: 0 -760px 1.5em 760px
    }
    .push-20 {
        margin: 0 -800px 1.5em 800px
    }
    .push-21 {
        margin: 0 -840px 1.5em 840px
    }
    .push-22 {
        margin: 0 -880px 1.5em 880px
    }
    .push-23 {
        margin: 0 -920px 1.5em 920px
    }
    .push-24 {
        margin: 0 -960px 1.5em 960px
    }
    .push-1,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9,
    .push-10,
    .push-11,
    .push-12,
    .push-13,
    .push-14,
    .push-15,
    .push-16,
    .push-17,
    .push-18,
    .push-19,
    .push-20,
    .push-21,
    .push-22,
    .push-23,
    .push-24 {
        float: left;
        position: relative
    }
    div.prepend-top,
    .prepend-top {
        margin-top: 1.5em
    }
    div.append-bottom,
    .append-bottom {
        margin-bottom: 1.5em
    }
    .box {
        padding: 1.5em;
        margin-bottom: 1.5em;
        background: #e5eCf9
    }
    hr {
        background: #ddd;
        color: #ddd;
        clear: both;
        float: none;
        width: 100%;
        height: 1px;
        margin: 0 0 1.45em;
        border: none
    }
    hr.space {
        background: #fff;
        color: #fff;
        visibility: hidden
    }
    .clearfix:after,
    .container:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden
    }
    .clearfix,
    .container {
        display: block
    }
    .clear {
        clear: both
    }
    .clear_ul {
        border: medium none !important;
        clear: both;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .news-post-items a {
        font-weight: 400 !important;
        text-transform: uppercase;
        line-height: 19px;
        font-size: 14px
    }
    .news-post-items ul {
        padding: 0px 10px;
        box-sizing: border-box
    }
    .support-item p {
        color: #eaa926;
        font-weight: bold
    }
    .addthis_button_pinterest_pinit iframe {
        width: 40px !important
    }
    .bottom-news p {
        font-size: 12px
    }
    .menu p {
        font-style: inherit !important
    }
    #content1 iframe {
        position: inherit;
        width: 560px;
        height: 315px;
        margin: auto;
        display: block
    }
    .menu {
        display: block;
        background: url(images/img_top.png) no-repeat;
        background-size: cover;
        height: 674px;
        position: absolute;
        top: 0;
        left: 90px;
        z-index: 100;
        width: 320px
    }
    .menu ul {
        display: block;
        margin: 0;
        padding: 0;
        margin-left: 3px;
        margin-top: 68px;
        padding: 0 10px
    }
    .menu ul li {
        list-style: none;
        padding: 0 15px 0px 15px;
        line-height: 30px;
        height: 30px;
        position: relative;
        cbackground: url(images/li.png) repeat;
        background-color: #182243;
        cbackground: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        cbackground: -webkit-radial-gradient(circle, #2b396c, #182243);
        ebackground: -moz-radial-gradient(circle, #2b396c, #182243);
        ebackground: -ms-radial-gradient(circle, #2b396c, #182243);
        cbackground: -moz-radial-gradient(circle, #182243, #2b396c);
        cbackground: -ms-radial-gradient(circle #182243, #2b396c);
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #2b396c, #182243) repeat scroll 0 0;
        width: 250px;
        margin-bottom: 1px;
        text-align: left
    }
    .menu ul li.parent {
        list-style: none;
        padding: 0 15px 0px 15px;
        line-height: 30px;
        height: 30px;
        position: relative;
        cbackground: url(images/li.png) repeat;
        cbackground-color: #ff0000;
        cbackground: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        cbackground: -webkit-radial-gradient(circle, #2b396c, #182243);
        ebackground: -moz-radial-gradient(circle, #2b396c, #182243);
        ebackground: -ms-radial-gradient(circle, #2b396c, #182243);
        cbackground: -moz-radial-gradient(circle, #182243, #2b396c);
        cbackground: -ms-radial-gradient(circle #182243, #2b396c);
        background: url('http://www.bitexco.com.vn/images/iconArr.png') 260px center no-repeat, rgba(0, 0, 0, 0) radial-gradient(circle, #2b396c, #182243) repeat scroll 0 0;
        width: 250px;
        margin-bottom: 1px;
        text-align: left
    }
    .menu ul li a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-weight: 400
    }
    .menu ul .last_mn {
        border-right: none
    }
    .menu ul li:hover,
    .menu ul li.active {
        bccackground-color: #182243;
        background-color: #eaa926;
        xbackground-position: center center;
        xbackground-repeat: no-repeat;
        xbackground: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        xbackground: -webkit-radial-gradient(circle, #2b396c, #182243);
        xbackground: -moz-radial-gradient(circle, #2b396c, #182243);
        xbackground: -ms-radial-gradient(circle, #2b396c, #182243);
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #eaa926, #eaa925) repeat scroll 0 0
    }
    .menu ul li .sub-menu {
        display: none;
        margin-left: 13px;
        margin-top: 18px;
        top: 57px
    }
    .menu ul li .sub-menu li ul {
        display: none;
        margin-left: 13px;
        margin-top: 18px;
        top: 57px
    }
    .menu ul li:hover .sub-menu {
        display: block;
        position: absolute;
        width: 239px;
        left: 255px;
        text-align: left;
        padding: 14px 15px;
        height: auto;
        margin-top: -71px
    }
    .menu ul li:hover .sub-menu li ul {
        display: none;
        position: absolute;
        width: 239px;
        left: 255px;
        text-align: left;
        padding: 14px 15px;
        height: auto;
        margin-top: -71px
    }
    .menu ul li:hover .sub-menu li:hover ul {
        display: block;
        position: absolute;
        width: 239px;
        left: 255px;
        text-align: left;
        padding: 14px 15px;
        height: auto;
        margin-top: -71px
    }
    .menu ul li .sub-menu a {
        display: block;
        font-size: 12px;
        line-height: 34px
    }
    .menu ul .sub-menu a:hover,
    .menu ul .sub-menu a.active {
        color: #fff
    }
    .col-left .share a {
        border: 0
    }
    .detail .col-left {
        box-sizing: border-box;
        background: #fff
    }
    .detail .col-left .content-post {
        padding: 9px;
        box-sizing: border-box
    }
    .detail .col-left .content-post img {
        max-width: 100%;
        height: auto
    }
    .detail .col-right {
        background: #fff;
        box-sizing: border-box
    }
    .detail .col-right .sidebar-banner img {
        width: 100%
    }
    .sidebar-banner {
        background: #fff
    }
    .sidebar-banner div {
        margin: 0px !important
    }
    .detail .col-right .textwidget {
        padding: 10px;
        box-sizing: border-box
    }
    #contact-col-left {
        float: left
    }
    #contact-col-right {
        float: right;
        background: #fff
    }
    #contact-col-left,
    #contact-col-left h1,
    #contact-col-left h2,
    #contact-col-left h3,
    #contact-col-left h4 {
        color: #000
    }
    #contact-col-left a,
    #contact-col-left h1,
    #contact-col-left h2,
    #contact-col-left h3,
    #contact-col-left h4 {
        font-weight: 700
    }
    #contact-col-right textarea {
        border: solid 1px #D8D8D8
    }
    #contact-col-right input,
    #contact-col-right textarea {
        width: 80% !important
    }
    #contact-col-right .gform_footer {
        padding: 0
    }
    #contact-col-right input[type=submit] {
        background-color: #eaa926;
        color: #fff
    }
    #contact-col-left,
    #contact-col-right {
        width: 50%
    }
    #pg-list-left-news {
        width: 230px;
        height: 180px
    }
    #pg-list-right-news {
        width: 527px
    }
    .pp-list-title {
        display: inline-block;
        width: 100%;
        padding: 0 0 5px
    }
    .pp-list-title h2 {
        font-size: 25px;
        font-weight: 700
    }
    .pp-list-title h2 a {
        color: #182243
    }
    .pp-list-title h2 a:hover {
        color: #eaa926
    }
    .pp-list-title label {
        font-size: 90%;
        color: #555;
        font-weight: 400
    }
    .detail-content iframe,
    .detail-content object,
    .detail-content embed {
        position: inherit !important;
        height: 400px !important
    }
    #map-gg iframe {
        width: 100% !important
    }
    a:link {
        text-decoration: none
    }
    .blog-entry a {
        color: #222
    }
    .blog-entry a:hover {
        text-decoration: none;
        color: #eaa926
    }
    .blog-entry.thumbnail-entry-style {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }
    .blog-entry.thumbnail-entry-style .blog-entry-title {
        font-size: 16px;
        margin: 0 0 5px;
        line-height: 1.3em;
        font-weight: 700;
        font-family: tahoma
    }
    .blog-entry.thumbnail-entry-style .meta {
        font-size: 12px;
        color: #777;
        list-style: none;
        margin: 0 0 10px
    }
    .col:after,
    .clr:after,
    .group:after,
    dl:after,
    .vc-empty-shortcode-element:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        zoom: 1
    }
    .blog-entry.thumbnail-entry-style .meta li {
        float: left;
        margin: 0 20px 5px 0
    }
    .blog-entry.thumbnail-entry-style .meta li:last-child {
        margin-right: 0
    }
    .blog-entry.thumbnail-entry-style .meta li .fa {
        margin-right: 8px
    }
    .blog-entry.thumbnail-entry-style .meta a {
        color: #777;
        text-decoration: none
    }
    .blog-entry.thumbnail-entry-style .blog-entry-media {
        float: left;
        padding-right: 20px
    }
    .blog-entry.thumbnail-entry-style .blog-entry-media {
        float: left;
        width: 46%
    }
    .blog-entry a.blog-entry-media-link {
        display: block;
        margin: 0 auto
    }
    .blog-entry img {
        display: block;
        margin: 0 auto;
        width: 100%
    }
    .wpex-img-hover-parent {
        position: relative;
        overflow: hidden;
        display: block
    }
    .wpex-img-hover-parent img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s
    }
    .wpex-img-hover-grow:hover img {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }
    #video iframe,
    #video object,
    #video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0
    }
    .real-esate-items h3 {
        font-size: 15px
    }
    .real-esate-items .thumb,
    .real-esate-items .thumb img {
        width: auto;
        height: 144px;
        padding: 0;
        border: 0;
        border-radius: 0
    }
    .real-esate-items .thumb img {
        margin: 0;
        padding: 0;
        width: 100%
    }
    .real-esate-items figure {
        padding: 10px;
        border: 1px solid #bbb;
        border-top: 0;
        height: 31px
    }
    .bottom-title {
        width: 117px
    }
    .real-esate-items ul li:last-child {
        padding: 0
    }
    .real-esate-items ul li {
        position: relative;
        float: left;
        width: 24%;
        height: 186px;
        margin-right: 15px;
        margin-bottom: 20px
    }
    .real-esate-items ul {
        display: inline-block
    }
    .real-esate-items {
        padding: 0px 3px 10px 5px;
        box-sizing: border-box;
        background: #fff;
        margin-top: 10px
    }
    .real-esate-items label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        background-color: #ff3a2d;
        color: #fff;
        font-weight: normal;
        font-size: 90%
    }
    .real-esate-items a {
        color: #000
    }
    .title1 {
        padding: 7px 15px;
        margin: 0 0 15px;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        color: #fff;
        text-transform: uppercase
    }
    .nav-filter nav {
        margin: 0 auto;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        height: 48px;
        line-height: 40px;
        width: 1160px
    }
    .partner-head {
        font-family: "Roboto Condensed", arial;
        text-transform: uppercase;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        color: #fff;
        font-weight: 400;
        border-top: 3px solid #eaa926;
        height: 34px;
        line-height: 34px;
        padding-left: 20px
    }
    input[type=search],
    input[type=text],
    input[type=email],
    textarea {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
        vertical-align: middle;
        font-size: 14px !important
    }
    input[type=text],
    input[type=email],
    textarea {
        padding: 7px 8px;
        border: solid 1px #D8D8D8;
        transition: all .5s ease-in;
        background: #fff;
        width: 100%;
        box-sizing: border-box
    }
    .title1 {
        padding: 7px 15px;
        margin: 0 0 15px;
        font-size: 14px;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        color: #fff;
        text-transform: uppercase
    }
    .partner-item {
        float: left;
        margin: 0 0 16px 0;
        border: 1px solid #ccc;
        width: 162px
    }
    .partner-item table {
        margin: 0;
        border-top: 1px solid #ccc
    }
    .partner-item tr {
        height: 50px;
        text-align: center
    }
    .partner-item td {
        height: 50px;
        text-align: center;
        padding: 4px;
        font-size: 11px;
        font-weight: 700
    }
    .partner-item img {
        width: 100%
    }
    .col-right a {
        color: #000;
        font-weight: 700
    }
    .col-right a:hover {
        color: #eaa926
    }
    .col-right div {
        margin: 0 0 14px
    }
    .col-right ul li {
        display: inline-block;
        margin: 0 0 15px;
        border: 1px solid #ddd;
        clear: both
    }
    .col-right ul li:last-child {
        margin-bottom: 0px
    }
    .col-right ul li .thumb {
        float: left;
        padding: 0 15px 0 0;
        margin: 0;
        width: 99px;
        height: 99px
    }
    .col-right ul li .thumb img {
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0
    }
    .col-right .title,
    .bottom-title {
        padding: 7px 15px;
        margin: 0 0 15px;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        color: #fff;
        text-transform: uppercase;
        border-top: 3px solid #eaa926;
        text-align: center
    }
    .wap {
        background: #fff !important
    }
    #form-contact {
        float: left;
        margin: 0 15px 0 0;
        width: 288px
    }
    #form-contact input {
        width: 100%
    }
    label[for=hot] {
        background-color: red
    }
    label[for=hot] {
        position: absolute;
        top: 12px;
        left: -33px;
        z-index: 1;
        width: 120px;
        height: 30px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        -moz-transform: scale(1) rotate(-45deg) translate(0px);
        -webkit-transform: scale(1) rotate(-45deg) translate(0px);
        -o-transform: scale(1) rotate(-45deg) translate(0px);
        transform: scale(1) rotate(-45deg) translate(0px)
    }
    .gform_wrapper ul li.gfield {
        border: none;
        width: 100%;
        padding: 0
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: 300px !important
    }
    #form-contact .button {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }
    #google-map {
        float: left;
        width: 800px
    }
    #google-map img {
        width: 800px
    }
    #tabs-list .container {
        width: 1036px !important
    }
    #content {
        background-color: #f5f5f5;
        float: left;
        width: 100%;
        clear: both
    }
    #content1 {
        padding: 15px;
        width: 1160px !important
    }
    #breadcrumbs a {
        color: #000 !important
    }
    .col-left .real-esate-items a {
        border: 0
    }
    .col-left {
        width: 822px;
        float: left
    }
    .col-right {
        width: 320px;
        float: right
    }
    .container {
        width: 1367px !important;
        margin: 0 auto
    }
    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: 1156px !important
    }
    .container1 {
        display: block;
        width: 1103px;
        margin: 0 auto
    }
    .detail h1 {
        color: #000
    }
    h3.gform_title {
        display: none
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        left: -21px !important
    }
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        right: -40px !important
    }
    .textarea {
        background-color: #fff;
        height: 90px !important;
        font-size: 15px !important;
        width: 300px !important
    }
    #header-page-menu .header-page-menu-inner {
        display: inline-block;
        width: 100%;
        padding: 0 0 0 79px
    }
    #header-page-menu ul#nav {
        width: 100%;
        max-width: 100%;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        margin: auto;
        padding: 20px 20px 14px 20px;
        height: 30px
    }
    #header-page-menu #nav ul {
        position: absolute;
        display: none;
        margin: 0;
        background-color: #fff;
        width: 186px;
        z-index: 3
    }
    #header-page-menu #nav ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%
    }
    #header-page-menu #nav ul a {
        padding: 2px 15px;
        color: #444 !important
    }
    #header-page-menu #nav ul li {
        float: none;
        margin: 0;
        padding: 0
    }
    #header-page-menu #nav li:hover>ul {
        display: block
    }
    #header-page-menu li {
        float: left;
        margin: 0 34px 0 0
    }
    #header-page-menu li:last-child {
        margin: 0
    }
    .gform_button {
        background-color: #fff;
        padding: 10px;
        width: 300px;
        cursor: pointer;
        font-size: 15px !important;
        font-weight: 700
    }
    #header-page-menu a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700
    }
    .ticker-news a:hover,
    .ticker-news a:focus,
    .ticker-news a:visited,
    .ticker-news a:active,
    #header-page-menu a:hover,
    #header-page-menu a:focus,
    #header-page-menu a:visited,
    #header-page-menu a:active {
        color: #fff !important;
        text-decoration: underline
    }
    #breadcrumbs {
        width: 1070px
    }
    #breadcrumbs a:hover,
    #breadcrumbs a:focus,
    #breadcrumbs a:visited,
    #breadcrumbs a:active {
        color: #000;
        text-decoration: underline
    }
    #breadcrumbs {
        color: #000;
        font-size: 14px
    }
    .detail {
        padding: 20px 0 20px;
        scolor: #000;
        width: 1070px;
        margin: 0 auto;
        margin-bottom: 15px
    }
    .detail p {
        margin: 0 0 15px
    }
    @font-face {
        font-family: 'utm_isadorar';
        src: url('font/utm_isadorar-webfont.eot');
        src: url('font/utm_isadorar-webfont.eot?#iefix') format('embedded-opentype'), url('font/utm_isadorar-webfont.woff') format('woff'), url('font/utm_isadorar-webfont.ttf') format('truetype'), url('font/utm_isadorar-webfont.svg#utm_isadorar-webfont') format('svg');
        font-weight: normal;
        font-style: normal
    }
    .warrper {
        display: block;
        width: auto;
        margin: auto;
        overflow: hidden
    }
    .icon_logo {
        background: url(images/logo.png) no-repeat;
        width: 209px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 50px;
        margin-left: 29px
    }
    .img_bg {
        position: fixed;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1
    }
    .bg_header {
        display: block;
        height: 50px;
        width: auto
    }
    .ptms_marquee {
        margin-left: 103px;
        width: 1103px
    }
    .doi_tac {
        padding: 0px
    }
    .doi_tac h3 {
        font-size: 20px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 13px;
        display: block;
        margin-left: 103px;
        text-transform: uppercase
    }
    .doi_tac ul {
        display: block;
        margin: 0;
        padding: 0;
        width: auto
    }
    .doi_tac ul li {
        list-style: none;
        float: left;
        margin-right: 28px;
        width: 208px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: bold
    }
    .doi_tac ul li img {
        border: 1px solid #FFF;
        width: 100%;
        height: auto
    }
    .doi_tac ul li a.title {
        display: block;
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        margin-top: 7px
    }
    .doi_tac ul li span {
        color: #FFF;
        display: block;
        text-align: center
    }
    .doi_tac ul li.last_li {
        margin-right: 0
    }
    .doi_tac ul li a:hover {
        text-decoration: underline
    }
    .doi-tac .container {
        width: 1140px !important
    }
    #mod_support {
        margin: auto
    }
    #mod_support h4.group_support_title {
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        width: 201px;
        margin-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif
    }
    #mod_support p {
        margin-bottom: 5px
    }
    #mod_support p a {
        padding: 0;
        margin: 0 5px 0 0
    }
    #mod_support p span {
        font-size: 12px;
        color: #FFF;
        margin-bottom: 2px;
        font-weight: bold;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        margin-left: 5px;
        display: block
    }
    .d_hotline {
        display: block;
        width: auto;
        background: url(images/icon_hotline.png) no-repeat scroll center left transparent;
        padding-left: 38px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        font-size: 12px;
        font-weight: bold
    }
    .d_hotline span {
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif
    }
    .line_sp {
        display: block;
        width: auto;
        border-bottom: 1px solid #1c2656;
        margin: 15px 0
    }
    .footer {
        display: block;
        margin-top: 10px;
        background: #FFFFFF
    }
    .footer .footer_l {
        display: block;
        float: left;
        width: 380px;
        font-size: 12px
    }
    .footer .first_ft {
        margin-right: 13px;
        margin-left: 96px
    }
    .footer .second_ft {
        margin-right: 10px;
        margin-left: 00px
    }
    .footer .last_ft {
        margin-right: 0;
        margin-left: 0
    }
    .footer_l b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase
    }
    .footer_l h3 {
        border-top: 3px solid #eaa926;
        background-color: #182243;
        background-position: center center;
        background-repeat: no-repeat;
        background: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        background: -moz-radial-gradient(circle, #2b396c, #182243);
        background: -ms-radial-gradient(circle, #2b396c, #182243);
        margin: 0;
        font-size: 14px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        height: 34px;
        line-height: 34px
    }
    .img_fo {
        width: 501px;
        height: 69px;
        display: none;
        margin: auto;
        margin-top: 42px
    }
    .footer_l .box_face {
        padding: 8px;
        height: 188px
    }
    .footer_l .box_face1 {
        background: #FFF
    }
    date {
        color: #555;
        font-size: 12px;
        font-style: italic
    }
    ._footer_b {
        display: block;
        background: #0d0d24;
        padding: 30px 0px;
        border-top: 3px solid #eaa926
    }
    .footer_b {
        background: #00011f;
        display: block;
        padding: 30px 0px;
        border-top: 3px solid #eaa926
    }
    .footer_l_b {
        float: left
    }
    .menu_ft {
        color: #fff
    }
    .footer_b .footer_second {
        border-left: 1px solid #eaa926;
        border-right: 1px solid #eaa926;
        padding: 0px 38px;
        box-sizing: border-box
    }
    .lo_ft {
        width: 175px;
        border-left: 1px dotted #373737;
        border-right: 1px dotted #373737;
        text-align: center
    }
    .tag_ft {
        width: 426px;
        text-align: center
    }
    .tag_ft a,
    .tag_ft p,
    .tag_ft span,
    .tag_ft điv {
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        padding: 0 10px
    }
    .tag_ft a:last-child {
        border-right: none
    }
    .tag_ft a:hover {
        text-decoration: underline
    }
    .menu_ft ul {
        margin: 0;
        padding: 0;
        display: block;
        margin-bottom: 10px
    }
    .menu_ft ul li {
        list-style: none;
        float: left;
        padding: 0 10px;
        margin-bottom: 6px
    }
    .menu_ft ul li:first-child {
        padding-left: 0
    }
    .menu_ft ul li:last-child {
        margin-right: 0
    }
    .menu_ft ul li a {
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase
    }
    .menu_ft ul li.last_li {
        border-right: none
    }
    .menu_ft a {
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase
    }
    .bg_content {
        z-index: 1;
        border-bottom: 3px solid #eaa926
    }
    .content {
        display: block;
        width: 1366px;
        height: 674px;
        z-index: 2
    }
    .content p,
    .content a,
    .content span,
    .content div,
    .content table tr td,
    .content table tr th,
    .content label {
        padding-left: 1px
    }
    .content_body {
        padding-left: 10px
    }
    .warpper_content {
        display: block;
        width: 847px;
        height: 675px;
        position: absolute;
        right: 170px;
        top: 0;
        background: #FFF
    }
    .warpper_content h3,
    .warpper_content h3 a {
        margin-bottom: 5px;
        font-size: 22px;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        padding: 15px 0 0 5px
    }
    .warpper_content h3 a:hover {
        text-decoration: underline
    }
    .warpper_content label {
        color: #FFF;
        font-size: 12px
    }
    .warpper_list_pro {
        display: block;
        width: auto;
        margin-top: 10px 0
    }
    .one_pro {
        background: url(images/t8_fadebg_blue.png) repeat-x;
        display: block;
        padding: 10px;
        margin: 10px 0
    }
    .one_pro a {
        font-size: 12px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase
    }
    .one_pro a:hover {
        text-decoration: underline
    }
    .one_pro .right {
        font-size: 12px;
        color: #FFF;
        text-decoration: none
    }
    .one_pro .img_pro {
        display: block;
        width: 140px;
        border: 1px solid #FFF
    }
    .one_pro .text_pro {
        width: 570px;
        color: #000;
        font-size: 12px;
        text-align: left;
        font-weight: normal
    }
    .one_pro .text_pro .des_pro,
    .one_pro .text_pro .des_pro p,
    .one_pro .text_pro .des_pro span,
    .one_pro .text_pro .des_pro a {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        color: #000 !important
    }
    .icon_map {
        display: block;
        position: relative
    }
    .icon_map a {
        text-transform: capitalize
    }
    .postion_num {
        position: absolute;
        right: 10px;
        top: 3px
    }
    .sort_by {
        margin-left: 5px
    }
    .pagination {
        margin: 10px 0 0 0;
        padding: 10px;
        height: 1%;
        clear: both;
        overflow: hidden
    }
    .pagination ul.pager {
        margin: 10px;
        padding: 0;
        text-align: right;
        float: right;
        clear: both;
        padding-right: 0px
    }
    .pagination ul.pager li {
        display: inline;
        list-style: none;
        background: #FFFFFF;
        border: 1px solid #ADADAD;
        color: #4A4A4A;
        padding: 3px 0px
    }
    .pagination ul.pager li.separator {
        padding: 5px
    }
    .pagination ul.pager li a.current {
        padding: 3px 5px;
        background: #356AA0;
        color: #FFFFFF
    }
    .pagination ul.pager li.disabled {
        padding: 5px;
        background: #FFFFFF;
        border: 1px solid #ADADAD;
        color: #ADADAD
    }
    .pagination ul.pager li a {
        margin: 0;
        padding: 3px 5px;
        height: 1%;
        display: inline;
        color: #4A4A4A !important
    }
    .pagination ul.pager li a:hover,
    #content #right div.pagination ul.pager li a:active {
        padding: 3px 5px;
        background: #356AA0;
        color: #FFFFFF !important
    }
    .pro_d {
        background: url(images/t8_fadebg_blue.png) repeat-x;
        display: block
    }
    .tab_pro {
        display: block;
        margin-bottom: 20px
    }
    .tab_pro ul {
        display: block;
        margin: 0;
        padding: 0
    }
    .tab_pro ul li {
        background: #FFF;
        border-top-left-radius: 5px;
        padding: 8px 32px;
        margin-right: 3px;
        border-top-right-radius: 5px;
        list-style: none;
        border: 1px solid #182243;
        border-bottom: none;
        float: left
    }
    .tab_pro ul li:hover,
    .tab_pro ul li.active {
        background-color: #182243;
        background-position: center center;
        background-repeat: no-repeat;
        background: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        background: -moz-radial-gradient(circle, #2b396c, #182243);
        background: -ms-radial-gradient(circle, #2b396c, #182243);
        color: #FFF !important;
        border: 1px solid #182243;
        border-bottom: none
    }
    .tab_pro ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #000 !important;
        text-transform: uppercase;
        font-weight: 700
    }
    .tab_pro ul li:hover a,
    .tab_pro ul li.active a {
        color: #FFF !important
    }
    #tab01,
    #tab02,
    #tab03,
    #tab04 {
        border: 1px solid #DDD;
        border-top: 5px solid #182243;
        padding: 10px;
        width: auto
    }
    #tab01 {
        display: block
    }
    #tab02,
    #tab03,
    #tab04 {
        display: none
    }
    .news_item .title_tintuc,
    .news_item .title_ngay,
    .news_item .title_text_noidung {
        width: 600px;
        float: left;
        margin-left: 10px
    }
    .news_item p {
        margin-bottom: 0px
    }
    .title_detail_new {
        font-size: 16px;
        font-weight: bold
    }
    .title_new_orther {
        font-size: 14px;
        font-weight: bold
    }
    .news_item .title_chitiet {
        margin-right: 20px
    }
    .thumd_img_pro {
        margin-left: 23px
    }
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-container-horizontal {
        width: 352px
    }
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: 352px;
        height: 226px
    }
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-item {
        width: 114px;
        height: 104px
    }
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-right: 5px
    }
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-next-horizontal,
    .thumd_img_pro .jcarousel-skin-tango .jcarousel-prev-horizontal {
        top: 28px
    }
    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        height: 226px !important
    }
    .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-right: 9px !important
    }
    .jcarousel-skin-tango .jcarousel-item {
        width: 219px !important
    }
    .jcarousel-skin-tango .jcarousel-item img {
        width: 100%;
        height: 150px
    }
    @media screen and (min-width: 1300px) and (max-width: 1440px) {
        .warpper_content {
            width: 938px !important;
            right: 79px !important
        }
    }
    html,
    body,
    br,
    hr,
    div,
    a,
    object,
    iframe,
    ul,
    ol,
    dl,
    dt,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    q,
    address,
    small,
    big,
    cite,
    dfn,
    ins,
    del,
    i,
    em,
    b,
    sup,
    sub,
    strike,
    pre,
    code,
    samp,
    kbd,
    var,
    tt,
    form,
    fieldset,
    legend,
    label,
    input,
    textarea,
    option,
    .nobox {
        background: transparent;
        border: 0;
        font-size: 100%;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline
    }
    blockquote,
    q {
        quotes: none
    }
    br {
        height: 0
    }
    ul,
    ol,
    dl {
        list-style: none
    }
    .ticker-news a:hover,
    .ticker-news:focus {
        color: #fff
    }
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    html[xmlns] .slides {
        display: block
    }
    * html .slides {
        height: 1%
    }
    .no-js .slides > li:first-child {
        display: block
    }
    .loading .flex-viewport {
        max-height: 300px
    }
    .flexslider .slides {
        zoom: 1
    }
    .carousel li {
        margin-right: 5px
    }
    #home_banner {
        margin: auto
    }
    #home_banner li.slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
        text-align: right;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, .5);
        padding: 5px 2%
    }
    #home_banner li.slide div h2 {
        font-size: 12px
    }
    #home_banner li.slide div a:hover {
        color: #E3E3E3
    }
    a {
        text-decoration: none
    }
    a:hover {
        color: blue;
        text-decoration: none
    }
    a:active {
        outline: none
    }
    a:focus {
        outline: none
    }
    .bottom-news {
        float: right;
        width: 100%
    }
    .bottom-news ul li {
        display: inline-block;
        margin: 0 0 14px;
        height: auto;
        width: 99%;
        clear: both;
        position: relative;
        overflow: hidden
    }
    .bottom-news .thumb {
        float: left;
        margin: 0 15px 0 0
    }
    .bottom-news .thumb {
        position: relative;
        overflow: hidden;
        width: 100%
    }
    .bottom-news .thumb img {
        width: 100%;
        height: 100%
    }
    .bottom-news .thumbzoom img {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 1683ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 1683ms
    }
    .bottom-news .thumbzoom img:hover {
        -webkit-transform: scale(1.3);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 1683ms;
        -moz-transform: scale(1.3);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 1683ms;
        overflow: hidden
    }
    .bottom-news ul {
        margin: 10px 0 0
    }
    .bottom-news ul li:last-child {
        padding: 0
    }
    .bottom-news .thumb1 img {
        width: 100% !important
    }
    .bottom-news .thumb1:hover label[for="hot"] {
        display: none
    }
    .bottom-news h4 {
        font-weight: 700;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .bottom-news h4 a,
    .bottom-news h4 a:hover,
    .bottom-news h4 a:active,
    .bottom-news h4 a:visited {
        color: #0b102e
    }
    .thumb .textbox {
        background-color: rgba(27, 77, 231, 0.75);
        height: 69%;
        left: 47px;
        position: absolute;
        top: 39px;
        transform: scale(0);
        width: 71%
    }
    .thumb:hover .textbox {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    .textbox {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: center
    }
    .textbox h4 {
        font-size: 1em;
        color: #fff;
        margin: 0px auto 5px auto;
        padding: 5px 0;
        text-transform: capitalize;
        border-bottom: 1px solid white
    }
    .textbox p {
        color: #fff;
        font-size: 10px;
        width: 90%;
        line-height: 1.8em;
        margin: 0 auto;
        text-align: right
    }
    .tin-tuc .thumb {
        width: 100px;
        height: 100px
    }
    .tin-tuc ul li {
        border: 1px solid #ddd
    }
    .site-content {
        padding-top: 15px;
        margin: 0 auto
    }
    .property-page #content {
        padding: 0
    }
    .property-page ul li {
        float: none;
        display: block;
        list-style: none;
        margin: 0 0 25px 0;
        padding: 0;
        clear: both;
        position: relative;
        min-height: 333px
    }
    .pg-list-left {
        width: 50%;
        height: 267px;
        margin: 0 15px 0 0;
        float: left;
        position: relative;
        overflow: hidden
    }
    .pg-list-left img {
        margin: 0px;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        border: 0;
        border-radius: 0;
        padding: 0
    }
    .pg-list-right {
        width: 45%;
        padding: 0 15px 0 0;
        float: right
    }
    .pg-list-right .property-title {
        font-size: 30px;
        color: #353535;
        margin-bottom: 9px;
        text-decoration: none;
        display: block;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
    .pg-list-right .property-address {
        display: block;
        line-height: 18px
    }
    .pg-list-right span.listing-price {
        display: block;
        border-top: 1px solid #b1b1b1;
        padding: 12px 0;
        font-size: 16px;
        color: #353535;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
    .pg-list-right #listing-items {
        border-spacing: 0;
        margin-bottom: 12px
    }
    .pg-list-right #listing-items td span {
        color: #000;
        font-weight: bold
    }
    .pg-list-right #listing-items td {
        vertical-align: top;
        text-align: left;
        padding: 5px 10px 5px 0
    }
    .pg-list-right p {
        margin-bottom: 20px;
        line-height: 24px;
        max-height: 94px;
        overflow: hidden
    }
    .pg-list-right .property-list-details {
        display: block;
        font-size: 15px;
        color: #3e6086;
        text-decoration: none;
        padding: 0 20px 0 0;
        background: url(images/blue-arrow.jpg) no-repeat scroll 90px 7px transparent;
        font-weight: 600
    }
    .breadcrumb {
        list-style: none;
        overflow: hidden;
        font: 11px Helvetica, Arial, Sans-Serif
    }
    .breadcrumb li {
        float: left
    }
    .breadcrumb li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 55px;
        background: brown;
        background: #182243;
        position: relative;
        display: block;
        float: left
    }
    .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #182243;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2
    }
    .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1
    }
    .breadcrumb li:first-child a {
        padding-left: 10px
    }
    .breadcrumb li:nth-child(2) a {
        background: #2b396c
    }
    .breadcrumb li:nth-child(2) a:after {
        border-left-color: #2b396c
    }
    .breadcrumb li:nth-child(3) a {
        background: #2b396c
    }
    .breadcrumb li:nth-child(3) a:after {
        border-left-color: #2b396c
    }
    .breadcrumb li:nth-child(4) a {
        background: #2b396c
    }
    .breadcrumb li:nth-child(4) a:after {
        border-left-color: #2b396c
    }
    .breadcrumb li:nth-child(5) a {
        background: #182243
    }
    .breadcrumb li:nth-child(5) a:after {
        border-left-color: #182243
    }
    .breadcrumb li:last-child a {
        background: #2b396c;
        text-transform: uppercase
    }
    .breadcrumb li a:hover {
        background: #182243
    }
    .breadcrumb li a:hover:after {
        border-left-color: #182243 !important
    }
    nav {
        margin: 0 auto;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        height: 48px;
        line-height: 40px;
        width: 1068px
    }
    nav a,
    #menu-icon {
        text-transform: uppercase
    }
    #menu-icon {
        display: none
    }
    #nav,
    #nav li {
        margin: 0;
        padding: 0
    }
    #nav li {
        float: left;
        list-style: none
    }
    #nav li.active a {
        background-color: rgba(0, 0, 0, .1)
    }
    #nav a {
        display: block;
        padding: 4px 18px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700
    }
    #nav ul {
        position: absolute;
        display: none;
        margin: 0;
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        width: 186px;
        z-index: 99
    }
    #nav ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%
    }
    #nav ul a {
        padding: 2px 15px;
        color: #fff
    }
    #nav ul a:hover {
        background-color: rgba(0, 0, 0, .1)
    }
    #nav ul li {
        float: none;
        margin: 0;
        padding: 0
    }
    #nav li:hover>ul {
        display: block
    }
    .nav-filter {
        background: -webkit-radial-gradient(circle, #2b396c, #182243);
        background-image: radial-gradient(circle, #2b396c, #182243)
    }
    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y
    }
    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }
    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .owl-carousel .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out
    }
    .owl-carousel .owl-item {
        float: left
    }
    .owl-controls .owl-page,
    .owl-controls .owl-buttons div {
        cursor: pointer
    }
    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    .grabbing {
        cursor: url(grabbing.png) 8 8, move
    }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }
    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center
    }
    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5
    }
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline
    }
    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1
    }
    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }
    .owl-item.loading {
        min-height: 150px;
        background: url(AjaxLoader.gif) no-repeat center center
    }
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        padding: 5px;
        margin: 0;
        z-index: 100;
        font-size: 3rem;
        cursor: pointer;
        color: #555
    }
    .owl-prev {
        left: -36px
    }
    .owl-next {
        right: -36px
    }
    .owl-theme .owl-controls .owl-buttons div {
        color: #C80807;
        display: inline-block;
        zoom: 1;
        *display: inline;
        font-size: 30px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: transparent;
        filter: Alpha(Opacity=100);
        opacity: 1;
        margin-top: -20px
    }
    .owl-theme .owl-controls .owl-buttons div:hover {
        color: #2a6496
    }
    #footer .div0 .finfo.first {
        margin-left: 0px
    }
    .box .top h1 {
        height: 31px;
        line-height: 31px;
        color: #000;
        text-align: left;
        padding: 0 15px 0 10px;
        font-size: 18px;
        font-family: UTMCafetaRegular, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        border: 1px solid #DFDFDF;
        border-bottom: none;
        margin: 0
    }
    #header .div3 ul li {
        width: 150px
    }
    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-right: 1px solid #ddd;
        height: 210px;
        margin: 0 0 14px
    }
    .slick-list:focus {
        outline: none
    }
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block
    }
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }
    .slick-track:after {
        clear: both
    }
    .slick-loading .slick-track {
        visibility: hidden
    }
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }
    [dir='rtl'] .slick-slide {
        float: right
    }
    .slick-slide img {
        display: block
    }
    .slick-slide.slick-loading img {
        display: none
    }
    .slick-slide.dragging img {
        pointer-events: none
    }
    .slick-initialized .slick-slide {
        display: block
    }
    .slick-loading .slick-slide {
        visibility: hidden
    }
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    .partner-item {
        float: left;
        margin: 0 0 8px 0;
        border: 1px solid #ccc;
        border-right: 0;
        width: 162px
    }
    .partner-item table {
        margin: 0;
        border-top: 1px solid #ccc
    }
    .partner-item tr {
        height: 50px;
        text-align: center
    }
    .partner-item td {
        height: 70px;
        text-align: center;
        padding: 4px;
        font-size: 11px
    }
    .partner-item img {
        width: 100%
    }
    .slick-prev,
    .slick-next {
        display: none !important
    }
    .blue h3 {
        background: #fff;
        color: #3498db;
        font-size: 36px;
        line-height: 100px;
        margin: 10px;
        padding: 2%;
        position: relative;
        text-align: center
    }
    h3.block-title {
        font-size: 19px;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 0
    }
    .prj-name {
        padding: 0px;
        margin-bottom: 20px;
        float: left;
        height: 17px;
        width: 100%;
        text-align: center
    }
    .partner-lst {
        text-align: center
    }
    .nav-filter nav {
        position: relative
    }
    .project_logo {
        border-right: none !important;
        height: 39px;
        left: 0px;
        padding: 3px 0px !important
    }
    .project_logo:hover {
        background: none !important
    }
    .detail table {
        width: 100% !important;
        height: auto !important;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
    .detail table tr td {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 4px
    }
    .slicknav_menu {
        display: none
    }
    @media screen and (max-width: 1200px) {
        #header {
            display: none
        }
        .slicknav_menu {
            display: block
        }
    }
    .product-image {
        float: left;
        margin: 0 10px 0 0
    }
    .price-box {
        float: left;
        margin: 0
    }
    .special-price .price-label {
        color: #CD5033;
        display: none;
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap
    }
    .special-price .price {
        color: #E06502;
        font-size: 16px;
        font-weight: normal
    }
    .product-name {
        margin: 0 0 5px;
        line-height: 1.35;
        font-size: 1em;
        font-weight: normal;
        color: #1E7EC8
    }
    .product-name a {
        color: #1E7EC8
    }
    .mt-actions {
        float: right
    }
    button.button {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        cursor: pointer;
        margin: 0;
        overflow: visible;
        padding: 0;
        width: auto
    }
    button span span {
        float: left;
        padding: 0;
        text-indent: -9999px
    }
    button span {
        background: url("../images/cart-bestseler.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 23px;
        padding: 0;
        width: 35px
    }
    .jcarousel-item-placeholder {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #000000
    }
    .block-content li.item {
        border-bottom: 1px solid #E2E2E2;
        height: auto !important;
        padding: 10px;
        width: 185px !important
    }
    .block-content li.item .price-box {
        float: left;
        margin: 0
    }
    .block-content li.item .special-price .price,
    .block-content li.item .regular-price .price {
        font-size: 16px
    }
    .block-content li.item .mt-actions {
        float: right
    }
    .block-content li.item .mt-actions button span {
        background: url("../images/cart-bestseler.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 23px;
        padding: 0;
        width: 35px
    }
    .block-content li.item .mt-actions button span span {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        padding: 0;
        text-indent: -9999px
    }
    .block-content li.item .mt-actions button:hover span {
        background: url("../images/cart-bestseler.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0)
    }
    #hot-project ul {
        width: 1160px;
        margin: auto;
        padding: 0px;
        padding: 0px
    }
    #hot-project ul li:last-child {
        margin-right: 0px
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em
    }
    .slicknav_menu .slicknav_no-text {
        margin: 0
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em
    }
    .slicknav_nav {
        clear: both
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        display: block
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer
    }
    .slicknav_nav .slicknav_row {
        display: block
    }
    .slicknav_nav a {
        display: block
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table
    }
    .slicknav_menu:after {
        clear: both
    }
    .slicknav_menu {
        *zoom: 1
    }
    .slicknav_menu {
        font-size: 16px
    }
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #222222
    }
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5
    }
    .slicknav_menu {
        background: #4c4c4c;
        padding: 5px
    }
    .slicknav_nav {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 0.875em
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden
    }
    .slicknav_nav ul {
        padding: 0;
        margin: 0 0 0 20px
    }
    .slicknav_nav .slicknav_row {
        padding: 5px 10px;
        margin: 2px 5px
    }
    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0
    }
    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #fff
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }
    a,
    a:hover {
        text-decoration: none
    }
    .clear {
        clear: both
    }
    body {
        background_: #f7f7f7
    }
    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto
    }
    .alignright {
        float: right;
        margin: 5px 0 20px 20px
    }
    .alignleft {
        float: left;
        margin: 5px 20px 20px 0
    }
    .aligncenter {
        display: block;
        margin: 5px auto 5px auto
    }
    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px
    }
    a img.alignnone {
        margin: 5px 20px 20px 0
    }
    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0
    }
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center
    }
    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }
    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }
    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }
    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }
    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }
    #topmenu {
        margin: 0px auto;
        position: relative;
        margin-top: 0;
        background: #2C4097 url(../images/etvn-header-bg.jpg) no-repeat top center;
        background-size: cover;
        border-bottom: 1px solid #2a3e93
    }
    #topmenu .header-content {
        padding: 12px 0px
    }
    #topmenu .logo {
        position: relative;
        float: left;
        width: 33%;
        display: inline-block;
    }
    ul.header-share li {
        float: right;
        margin-right: 10px
    }
    #topmenu .logo img {
        height: 90px
    }
    #form_search {
        position: relative
    }
    #form_search input[type="text"] {
        background: none repeat scroll 0 0 #1E338E;
        border: 1px solid #081A6E;
        border-radius: 5px;
        color: #fff;
        float: right;
        margin: 5px 10px 0;
        width: 150px
    }
    #form_search button {
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 12px
    }
    ul.header-share li .share-btn-action {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 31px;
        color: #fff;
        text-align: center;
        border-radius: 50%
    }
    ul.header-share li .share-btn-action i.fa {
        line-height: 31px
    }
    ul.header-share li .share-btn-like {
        background: #5d7bba
    }
    ul.header-share li .share-btn-tweet {
        background: #00aced
    }
    ul.header-share li .share-btn-plus {
        background: #DD4B39
    }
    ul.header-share li .share-btn-rss {
        background: #E67329
    }
    .top-right {
        float: right;
        width: 33%;
        text-align: right
    }
    .top-right .topinfo {
        margin-bottom: 7px;
        font-size: 14px;
        margin-right: 10px
    }
    .top-right .topinfo a:hover {
        color: #eaa925
    }
    .top-right .topinfo i {
        color: #eaa925
    }
    .top-right .topinfo .email {
        margin-right: 10px
    }
    #header_ {
        position: relative;
        background-color: #182243;
        cbackground: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        cbackground: -webkit-radial-gradient(circle, #2b396c, #182243);
        ebackground: -moz-radial-gradient(circle, #2b396c, #182243);
        ebackground: -ms-radial-gradient(circle, #2b396c, #182243);
        cbackground: -moz-radial-gradient(circle, #182243, #2b396c);
        cbackground: -ms-radial-gradient(circle #182243, #2b396c);
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #2b396c, #182243) repeat scroll 0 0;
        border-top: 1px solid #2f48ae
    }
    #header .bg {
        display: block
    }
    #header {
        z-index: 9999;
        width: 100%
    }
    #header .bg_header {
        background: rgba(0, 0, 0, 0.1);
        z-index: 9999;
        background: #182243
    }
    #header .container::after {
        background-color: #182243
    }
    #header .container,
    #topmenu .container,
    .footer_b .container {
        width: 1170px !important
    }
    #adv_home .container {
        padding-left: 9px;
        width: 1162px !important
    }
    .doi-tac .container {
        width: 1160px !important;
        margin: auto
    }
    #header #logo {
        float: left;
        width: 20%;
        text-align: center
    }
    #header #logo img {
        margin-top: 10px;
        height: 40px
    }
    #header #menu {
        float: left
    }
    #header #menu .left {
        position: relative
    }
    #header #menu .left li {
        float: left;
        margin-right: 2px
    }
    #header #menu .left li:last-child {
        border-right: none
    }
    #header #menu .left li {
        border-right: 1px solid #444;
        background-color: #182243;
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #2b396c, #182243) repeat scroll 0 0
    }
    #header #menu .left li a {
        text-transform: uppercase;
        padding: 14px 10px;
        display: block;
        font-size: 14px;
        font-family: "Roboto Condensed", arial
    }
    #header #menu .left li >.sub-menu {
        position: absolute;
        display: none;
        z-index: 9999;
        width: 265px
    }
    #header #menu .left li .sub-menu .sub-menu {
        width: 265px
    }
    #header #menu .left li >.sub-menu li {
        list-style: none;
        padding: 0 15px 0px 15px;
        position: relative;
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #2b396c, #182243) repeat scroll 0 0;
        margin-bottom: 1px;
        text-align: left;
        width: 100%;
        box-sizing: border-box
    }
    #header #menu .left li >.sub-menu li:hover .sub-menu {
        display: block
    }
    #header #menu .left li >.sub-menu li:hover {
        bccackground-color: #182243;
        background-color: #eaa926;
        xbackground-position: center center;
        xbackground-repeat: no-repeat;
        xbackground: -webkit-gradient(radial, center center, 0, center center, 460, from(#2b396c), to(#182243));
        xbackground: -webkit-radial-gradient(circle, #2b396c, #182243);
        xbackground: -moz-radial-gradient(circle, #2b396c, #182243);
        xbackground: -ms-radial-gradient(circle, #2b396c, #182243);
        background: rgba(0, 0, 0, 0) radial-gradient(circle, #eaa926, #eaa925) repeat scroll 0 0
    }
    .parent > a:after {
        content: "\f0d7";
        float: right;
        font-size: 14px;
        position: relative;
        top: 0px;
        left: 4px;
        font-family: "FontAwesome"
    }
    .parent .parent > a:after {
        content: "\f0da";
        float: right;
        font-size: 14px;
        position: relative;
        top: 0px;
        left: 4px;
        font-family: "FontAwesome"
    }
    #header #menu .left li >.sub-menu > li a {
        color: #fff;
        line-height: 23px
    }
    #header #menu .left li:hover {
        background: #eaa926
    }
    .sub-menu a {
        text-transform: none !important;
        padding: 5px !important
    }
    .sub-menu .sub-menu {
        margin-left: 251px;
        display: block;
        position: inherit;
        display: none;
        top: 0px
    }
    #header #menu .left > li:hover > .sub-menu {
        display: block
    }
    #list-product .bottom-news ul li h4,
    .feature-product h4 {
        height: 35px;
        float: left;
        width: 100%;
        clear: both
    }
    #list-product .bottom-news ul li h4:hover a {
        color: #eaa926
    }
    #list-product .bottom-news .thumb img {
        width: 380px;
        height: 245px
    }
    #list-product h3 {
        font-family: "Roboto Condensed", arial;
        color: #eaa926
    }
    .doi_tac h3 {
        font-family: "Roboto Condensed", arial
    }
    .doi_tac h3:hover a {
        color: #eaa926
    }
    .footer_l h3 {
        font-family: "Roboto Condensed", arial
    }
    .footer_l h3 a {
        color: #eaa926
    }
    .tin-tuc ul li {
        padding: 3px;
        box-sizing: border-box
    }
    .info_product span {
        font-size: 12px
    }
    .info_product {
        color: #75b08a;
        font-size: 17px
    }
    .info_product .item {
        width: 33%;
        color: #666;
        float: left;
        font-size: 12px;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0px 5px;
        text-align: center
    }
    .info_product .item.last {
        border-right: none
    }
    .info_product .bed {
        width: 20%;
        color: #666;
        float: left;
        font-size: 12px
    }
    .info_product .price {
        float: right;
        color: red;
        width: 40%;
        text-align: right
    }
    .info_product i {
        margin-right: 5px;
        color: #75b08a;
        font-size: 17px
    }
    .bottom-news .thumb1 {
        height: auto;
        background-color: #fff;
        color: #0b102e;
        padding: 0
    }
    .feature-product {
        margin-bottom: 20px;
        float: left;
        width: 100%
    }
    h1.title_post {
        padding: 20px 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 26px;
        clear: both
    }
    .date {
        float: left;
        color: #555;
        font-size: 90%
    }
    #owl-demo img {
        max-width: 100%;
        height: auto
    }
    #owl-demo .item {
        padding: 0px 5px
    }
    #owl-demo .item h3 {
        margin-top: 10px;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px
    }
    #owl-demo .item a {
        border: none;
        color: #000
    }
    #owl-demo .item img {
        padding: 0px;
        border: none;
        margin: 0px
    }
    .feauture-product div.title {
        padding: 7px 15px;
        margin: 5px 0px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", arial
    }
    .footer {
        float: left;
        width: 100%;
        box-sizing: border-box
    }
    .support-list li {
        float: left;
        width: 50%;
        text-align: center;
        clear: none !important;
        border: none !important
    }
    .news-post-items ul li {
        width: 100%;
        padding: 4px;
        box-sizing: border-box
    }
    .banner_slider .bx-wrapper .bx-next {
        right: 10px !important;
        background: url("images/icon_next_prev2.png") 0 -21px;
        height: 40px;
        width: 21px
    }
    .banner_slider .bx-wrapper .bx-prev {
        left: 10px !important;
        background: url("images/icon_next_prev2.png") 0 0;
        height: 40px;
        width: 21px
    }
    #top_slider .bx-wrapper .bx-controls-direction a {
        top: 50% !important
    }
    .detail .related-product {
        background: #fff
    }
    .nav-filter #nav li.active,
    .nav-filter #nav li.active a {
        background: #eaa926
    }
    .footer_b {
        font-family: "Roboto Condensed", arial
    }
    .footer_b .textwidget,
    .footer_b .gform_wrapper .top_label .gfield_label {
        font-size: 14px
    }
    .footer_b .gform_wrapper {
        width: 100% !important;
        max-width: 100% !important
    }
    .footer_b .textwidget input[type="text"],
    .footer_b .textwidget textarea {
        width: 100% !important;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 3px
    }
    .footer_b .gform_button {
        width: 100% !important
    }
    .footer_b .footer_last {
        box-sizing: border-box;
        float: right
    }
    .footer_last h3.block-title {
        padding-left: 13px
    }
    .footer_last .widgets_footer {
        text-align: right;
        width: 100%
    }
    .social-icons a {
        font-size: 30px;
        color: #eaa926
    }
    .social-icons a:hover {
        color: #fff
    }
    .footer_first span {
        color: #eaa926;
        font-size: 17px
    }
    .footer h3.block-title {
        color: #eaa926
    }
    .support-list li {
        float: left
    }
    .footer_b .support-list {
        margin-top: 20px
    }
    .support-list .support-item {
        float: left;
        margin-right: 20px
    }
    .yarpp-related img {
        display: none
    }
    .feature-product {
        position: relative;
        overflow: hidden;
        background: #fff
    }
    .sumary_product {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px 10px;
        box-sizing: border-box;
        width: 100%;
        bottom: 76px
    }
    .sumary_product h4 {
        line-height: 35px
    }
    .sumary_product h4 a {
        color: #fff !important
    }
    .info_product {
        float: left;
        width: 100%;
        padding: 5px;
        box-sizing: border-box
    }
    #list-product .bottom-news {
        position: relative
    }
    #main {
        background: #f5f5f5
    }
    #main .bottom-news ul li {
        background: #fff
    }
    #project-infomation {
        width: 100%;
        float: left;
        background: #fff;
        padding: 9px;
        box-sizing: border-box;
        margin-top: 10px
    }
    #project-infomation .contact {
        width: 50%;
        float: left;
        padding-right: 9px;
        box-sizing: border-box
    }
    #project-infomation .map {
        width: 50%;
        float: right
    }
    #project-infomation .form-contact input[type="text"],
    #project-infomation .form-contact input[type="email"] {
        width: 100% !important;
        box-sizing: border-box;
        background-color: #f9f8f6
    }
    #project-infomation .form-contact textarea {
        border: 1px solid #ccc;
        width: 100% !important;
        box-sizing: border-box;
        background-color: #f9f8f6
    }
    #project-infomation .gform_wrapper .gform_footer {
        margin: 0px;
        padding: 0px
    }
    #project-infomation .gform_button {
        background-color: #eaa926;
        width: auto;
        color: #fff;
        text-transform: uppercase;
        width: 100%
    }
    #project-infomation .gform_wrapper .top_label .gfield_description.validation_message,
    #project-infomation .gform_wrapper .gfield_description.validation_message {
        padding: 0px !important;
        margin: 0px !important
    }
    #project-infomation .gform_wrapper .top_label .gfield_error {
        width: 100%;
        box-sizing: border-box
    }
    #hot-project {
        background: radial-gradient(circle, rgb(43, 57, 108), rgb(24, 34, 67)) 0px 0px repeat scroll rgba(0, 0, 0, 0)
    }
    .banner_img.bg_content img {
        width: 100%;
        height: auto;
        margin-bottom: -10px;
        border-bottom: 3px solid #eaa926
    }
    .more-detail a {
        border-radius: 25px;
        background: #fff;
        padding: 10px 25px;
        color: #e8ae46;
        display: block;
        float: left;
        font-weight: bold;
        font-size: 14px
    }
    .title-properties a {
        color: #fff;
        font-weight: bold;
        font-size: 30px
    }
    .description-properties {
        color: #fff;
        font-size: 20px;
        height: 66px;
        font-style: italic;
        min-height: 68px
    }
    .wrapContent {
        text-align: center
    }
    .wrapper .inner {
        display: table-cell;
        vertical-align: middle
    }
    .jenny-properties .inner {
        vertical-align: top
    }
    .wrapper-out {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%
    }
    .wrapper-out {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%
    }
    .wrapper {
        display: table;
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%
    }
    .wrapper .inner {
        display: table-cell;
        vertical-align: middle
    }
    .wrapper .inner.bottom {
        vertical-align: bottom
    }
    .wrapper .inner.bottom .slideshow-content-link .title {
        font-size: 1.3em !important
    }
    @media (min-width: 768px) {
        .wrapper .inner.bottom .slideshow-content-link .title {
            max-width: none !important
        }
    }
    .more-detail {
        display: block;
        margin: auto;
        text-align: center;
        width: 136px;
        margin-top: 20px
    }
    #featured-list-product .item-product {
        width: 376px;
        float: left;
        background: #fff;
        margin-right: 15px;
        position: relative;
        margin-bottom: 15px
    }
    #featured-list-product .item-product h3 a {
        font-size: 15px;
        font-weight: bold
    }
    #featured-list-product .item-product h3 {
        padding: 5px 0px
    }
    #featured-list-product .item-product a img {
        width: 100%;
        height: auto
    }
    .clear_right {
        margin-right: 0px !important
    }
    .title2 {
        text-align: center;
        background: url("../images/bg_title.png") bottom center no-repeat;
        padding: 20px 0px !important;
        text-transform: uppercase;
        margin-bottom: 10px
    }
    #logo_footer {
        margin-bottom: 20px;
        text-align: center;
    }
    #logo_footer img {
        max-width: 100%;
        height: 60px;
    }
    .footer_b .footer_first {
        padding-right: 30px;
        box-sizing: border-box;
        width: 30%
    }
    .footer_last {
        width: 25%;
        float: right
    }
    .footer_b .footer_second {
        width: 43%
    }
    .item-sidebar a {
        font-weight: bold !important
    }
    .item-sidebar p {
        font-size: 12px;
        margin-bottom: 0px
    }
    .tin-tuc li h4 a {
        font-family: "Roboto Condensed", arial;
        text-transform: uppercase
    }
    .tin-tuc li h4 a:hover {
        color: #eaa926
    }
    .tin-tuc li {
        padding: 5px !important;
        box-sizing: border-box
    }
    .single-post #content-single-post {
        padding: 10px;
        box-sizing: border-box
    }
    h3.block-title {
        font-size: 19px;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 0
    }
    .slideproject .es-pager li {
        border: none !important
    }
    .slideproject p {
        margin-bottom: 0px
    }
    .slideproject .slide-dragcontainer {
        margin: 0px
    }
    .slideproject div {
        margin: 0px
    }
    .slideproject h4 {
        padding: 0px 10px;
        font-family: "Roboto Condensed", arial;
        box-sizing: border-box
    }
    .slideproject .slide img {
        max-width: 100%;
        height: auto
    }
    .container_news {
        overflow: hidden
    }
    .smartmarquee .container_news {
        position: absolute
    }
    .smartmarquee {
        float: left
    }
    .example {
        width: 33%;
        height: 95px;
        overflow: hidden
    }
    .container_news a {
        font-size: 11px
    }
    .news-ticker {
        text-align: justify
    }
    .news-ticker li a {
        font-size: 11px
    }
    .news-ticker li a:hover {
        color: #eaa926
    }
    #list-product .bottom-news .thumb img {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-radius: 3px;
        position: relative
    }
    .tin-tuc ul li {
        width: 100%
    }
    .sticky {
        z-index: 99999 !important
    }
    #sticky-wrapper {
        margin-bottom: 0px !important
    }
    .property-page #content {
        background: #fff;
        padding: 10px;
        box-sizing: border-box
    }
    #contact-col-left {
        padding: 0px 10px;
        box-sizing: border-box
    }
    #contact-col-right input[type="text"],
    #contact-col-right textarea,
    #contact-col-right input[type=submit] {
        width: 100% !important;
        box-sizing: border-box
    }
    .contact-template .full-width {
        background: #fff;
        float: left;
        width: 100%
    }
    .partner-lst {
        border-bottom: 1px solid #ccc
    }
    .autoCutStr_100 {
        font-size: 12px;
        font-weight: bold
    }
    .partner-lst img {
        border-bottom: 1px solid #ccc
    }
    #textline .title-text {
        text-transform: uppercase
    }
    #textline {
        margin-top: 30px
    }
    #textline ul li {
        list-style: disc;
        padding: 0px;
        width: 100%
    }
    #textline ul li a:hover {
        color: #eaa926
    }
    #textline ul {
        margin-left: 18px
    }
    #copyright {
        background: #182243;
        color: #fff;
        text-align: center;
        font-size: 12.8px;
        padding: 7px
    }
    #copyright .menu-footer {
        text-align: center
    }
    #copyright .text {
        margin-top: 10px
    }
    #copyright .left {
        width: 100%
    }
    #copyright .left li {
        padding: 0px 10px
    }
    #copyright .left li a {
        text-transform: uppercase;
        font-size: 11.6px
    }
    #copyright .left li a:hover {
        color: #eaa926
    }
    #copyright .parent > a:after {
        display: none
    }
    #copyright .left li {
        display: inline;
        border-right: 1px solid #ccc
    }
    #copyright .left li:last-child {
        border-right: none
    }
    #copyright .sub-menu {
        display: none
    }
    #copyright .text a:hover {
        color: #eaa926
    }
    #hot-project {
        padding-top: 20px;
        padding-bottom: 15px
    }
    #hot-project h3 {
        text-align: center
    }
    .info_product .text_price {
        color: #333;
        font-weight: bold;
        font-size: 18px
    }
    .info_product .text_price {
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        box-sizing: border-box
    }
    .info_product .text_detail {
        width: 50%;
        float: right;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        box-sizing: border-box;
        background: #eaa926;
        text-align: center
    }
    .info_product .text_detail a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px
    }
    .info_product .property-info {
        border-top: 1px solid #fff;
        background: #ececec;
        display: table;
        width: 100%;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        margin-top: 10px
    }
    #adv_home {
        margin: 5px 0px
    }
    #adv_home img {
        width: 100%;
        height: auto
    }
    .single-product #nav li,
    #nav-contact li {
        _border-right: 1px solid #ccc
    }
    .single-product #nav li:hover {
        background: #eaa926
    }
    .single-product #nav li:last-child,
    #nav-contact li:last-child {
        border-right: none
    }
    .sidebar-banner.active {
        position: inherit !important
    }
    .contact-project .content-duan {
        background: #fff;
        float: left
    }
    .contact-project .content-duan h1 {
        padding-left: 10px !important
    }
    #in-content h2,
    #in-content h3,
    #in-content h4 {
        color: #333;
        margin-bottom: 10px
    }
    .hotline_menu {
        position: absolute;
        right: 0px
    }
    .hotline_menu a {
        padding: 3px !important
    }
    .hotline_menu i {
        color: #eaa925
    }
    .block-title,
    .wpcf7 label,
    footer_l_b,
    .footer_l_b p,
    span.wpcf7-not-valid-tip,
    .news-post-items a,
    .col-right .title,
    .bottom-title {
        font-family: "Roboto Condensed", arial
    }
    .wpcf7 label {
        width: 100%;
        font-weight: bold;
        float: left;
        width: 100%
    }
    .wpcf7 textarea {
        background: #fff;
        width: 100%;
        height: 100px;
        border: solid 1px #D8D8D8
    }
    .wpcf7 input[type="submit"] {
        background-color: #eaa926;
        color: #fff;
        padding: 7px 8px;
        text-transform: uppercase;
        width: 100%;
        cursor: pointer;
        font-family: "Roboto Condensed", arial
    }
    div.wpcf7-validation-errors {
        margin: 0px;
        padding: 0px;
        background: #ccc;
        border: none;
        padding: 5px;
        box-sizing: border-box;
        width: 100%
    }
    div.wpcf7-mail-sent-ok {
        margin: 0px;
        padding: 0px;
        background: #398f14;
        border: none;
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        color: #fff
    }
    div.wpcf7 .ajax-loader {
        position: absolute
    }
    .wpcf7 div {
        margin-bottom: 10px
    }
    .single-product .sumary_product,
    .single-post .sumary_product {
        bottom: 88px
    }
    .content-post h2,
    #in-content h2 {
        font-family: 'times new roman', times, serif;
        font-size: 26px;
        font-weight: bold
    }
    .content-post h3,
    #in-content h3 {
        font-family: 'times new roman', times, serif;
        font-size: 17px;
        font-weight: bold
    }
    .content-post p,
    #in-content p,
    .content-post ul,
    .content-post li,
    .content-post p,
    #in-content ul {
        font-family: 'times new roman', times, serif;
        font-size: 14pt
    }
    .detail .content-post h2 {
        color: #0000ff
    }
    .news-ticker li a{color: #fff;}
    #header #menu .left li a,.topinfo a{color: #fff;}
    #copyright .left li a{color: #fff;}
    #copyright .text a{color: #fff;}
    #featured-list-product .item-product h3 a{color: #fff;}
    .single-product .detail h3{margin-bottom: 10px;}
     
  5. kentdoan

    kentdoan Thượng Đế

    Tham gia:
    23/04/2018
    Bài viết:
    193
    Đã được thích:
    78
    Điểm thành tích:
    28
    Giới tính:
    Nam
    Nơi ở:
    Homeless
    Đưa trang tui xem thử
     
  6. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
  7. kentdoan

    kentdoan Thượng Đế

    Tham gia:
    23/04/2018
    Bài viết:
    193
    Đã được thích:
    78
    Điểm thành tích:
    28
    Giới tính:
    Nam
    Nơi ở:
    Homeless
    thaays nos ddang 100% maf
     
  8. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    mình sài iphone 7 thì vào nó 101% hay sao đó bạn
     
  9. remcuatphcm

    remcuatphcm Thượng Đế

    Tham gia:
    18/03/2019
    Bài viết:
    8
    Đã được thích:
    6
    Điểm thành tích:
    3
    Giới tính:
    Nữ
    Nơi ở:
    thành phố hồ chí minh
    quan tâm ạ
     
    Hoa Anh thích bài này.
  10. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    vẫn chưa giải quyết đc lun ^^ chưa có ai giúp :( , website này bằng wordpress
     
  11. nongnghiepviet

    nongnghiepviet Thượng Đế

    Tham gia:
    25/03/2019
    Bài viết:
    5
    Đã được thích:
    1
    Điểm thành tích:
    1
    Nơi ở:
    Hà Nôi
    kiểm tra css thử xem. cài view source là ra mà
     
  12. nongnghiepviet

    nongnghiepviet Thượng Đế

    Tham gia:
    25/03/2019
    Bài viết:
    5
    Đã được thích:
    1
    Điểm thành tích:
    1
    Nơi ở:
    Hà Nôi
    cái này bạn cần biết một chút thông tin về html css nhé
     
    Hoa Anh thích bài này.
  13. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    mình thử rồi, và tìm rồi k thấy ở trong css :(
     
  14. Hoa Anh

    Hoa Anh Thượng Đế

    Tham gia:
    18/09/2018
    Bài viết:
    204
    Đã được thích:
    60
    Điểm thành tích:
    28
    Nơi ở:
    Nghệ An
    Web:
    help my...
     

Chia sẻ trang này