@import url(normalize.css);
@import url(reset.css);
@import url(font.css);

/* Seven  CSS*/

.p-title-real {
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.well {
    background: #f2fdff;
}
.red {
    color: red !important
}

a.wrap-img {
    display: block
}

.hidden {
    display: none
}

.left {
    float: left
}

.right {
    float: right
}

.uppercase {
    text-transform: uppercase
}

.inline {
    display: inline-block
}

.blue {
    color: #0A5EC1
}

.bold {
    font-weight: 700
}

.semiBold {
    font-weight: 600
}

.no-margin {
    margin: 0 !important
}

.mn {
    margin-right: -15px;
    margin-left: -15px
}

.mrn {
    margin-right: -15px
}

.mln {
    margin-left: -15px
}

.mtn {
    margin-top: -15px
}

.mbn {
    margin-bottom: -15px
}

.mbn {
    margin-bottom: -15px !important
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0 !important
}

.m30 {
    margin: 30px
}

.mr30 {
    margin-right: 30px
}

.ml30 {
    margin-left: 30px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.m25 {
    margin: 25px
}

.mr25 {
    margin-right: 25px
}

.ml25 {
    margin-left: 25px
}

.mt25 {
    margin-top: 25px
}

.mb25 {
    margin-bottom: 25px
}

.m20 {
    margin: 20px
}

.mr20 {
    margin-right: 20px
}

.ml20 {
    margin-left: 20px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.m15 {
    margin: 15px
}

.mr15 {
    margin-right: 15px
}

.ml15 {
    margin-left: 15px
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.m10 {
    margin: 10px
}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mt-1 {
    margin-top: -1px
}

.m5 {
    margin: 5px
}

.mr5 {
    margin-right: 5px
}

.ml5 {
    margin-left: 5px
}

.mt5 {
    margin-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.m2 {
    margin: 2px
}

.mr2 {
    margin-right: 2px
}

.ml2 {
    margin-left: 2px
}

.mt2 {
    margin-top: 2px
}

.mb2 {
    margin-bottom: 2px
}

.no-padding:not(.main-content) {
    padding: 0 !important
}

.pl0 {
    padding-left: 0
}

.pr0 {
    padding-right: 0
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0
}

.p30 {
    padding: 30px
}

.pr30 {
    padding-right: 30px
}

.pl30 {
    padding-left: 30px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.p25 {
    padding: 25px
}

.pr25 {
    padding-right: 25px
}

.pl25 {
    padding-left: 25px
}

.pt25 {
    padding-top: 25px
}

.pb25 {
    padding-bottom: 25px
}

.p20 {
    padding: 20px
}

.pr20 {
    padding-right: 20px
}

.pl20 {
    padding-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.p15 {
    padding: 15px
}

.pr15 {
    padding-right: 15px
}

.pl15 {
    padding-left: 15px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.p10 {
    padding: 10px
}

.pr10 {
    padding-right: 10px
}

.pl10 {
    padding-left: 10px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.p5 {
    padding: 5px
}

.pr5 {
    padding-right: 5px
}

.pl5 {
    padding-left: 5px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

.p2 {
    padding: 2px
}

.pr2 {
    padding-right: 2px
}

.pl2 {
    padding-left: 2px
}

.pt2 {
    padding-top: 2px
}

.pb2 {
    padding-bottom: 2px
}

.no-bg {
    background-color: transparent !important
}

.fright {
    float: right !important
}

.fleft {
    float: left !important
}

.full-width-ok {
    width: 100% !important
}

.text-center {
    text-align: center !important
}

.butDangKyGoiVay {
    padding: 8px 17px 10px !important;
    color: #fff !important
}

.js .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: .625rem 1.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 15px
}

.no-js .inputfile+label {
    display: none
}

.inputfile.has-focus+label,
.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.inputfile-3+label {
    color: #0061aa
}

.inputfile-3+label:hover,
.inputfile-3.has-focus+label,
.inputfile-3:focus+label {
    color: #722040
}

.hideOnAll {
    display: none !important
}

.nut-ho-tro-tai-chinh {
    border-radius: 0 !important
}

.nut-ho-tro-tai-chinh b {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 1px 6px;
    margin: 0 4px 0 -17px;
    font-size: 12px;
    font-weight: 600 !important;
    background: #005aa1
}

@media all and (-webkit-min-device-pixel-ratio:2) {
    .replace-2x {
        font-size: 1px
    }
}

.fSize12 {
    font-size: 12px;
    line-height: 22px
}

.hideOnAll {
    display: none !important
}


/* General */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

a:hover {
    color: #0061aa;
    text-decoration: none;
    transition: all .25s
}

.container {
    margin: 0 auto;
    padding: 10px;

}

@media screen and (min-width:1200px) {
    .container {
        padding: 5px 10px;
        position: relative;
        max-width: 980px
    }
}

.boxGoogleSearchMobile {
    position: relative;
    min-width: 15px;
    height: 34px;
    margin-top: 10px;
    padding: 0 10px
}

.boxGoogleSearchMobile .inputGoogleSearchMobile {
    border: 1px solid #c8dcea;
    font-style: italic;
    padding: 0 30px 0 5px;
    font-size: 13px;
    background: #fff;
    height: 32px;
    position: relative;
    width: calc(100% - 378px);
    width: -moz-calc(100% - 37px);
    width: -webkit-calc(100% - 37px);
    width: -o-calc(100% - 37px)
}

.boxGoogleSearchMobile .okGoogleSearchMobile {
    border: none;
    background: #fff url(/uploads/icon-search.png) no-repeat center;
    height: 24px;
    width: 28px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer
}


/* Style Header */

.header {
    background: #fff
}

.header-top {
    background: #ffffff
}

.header-top ul {
    display: none
}

.header-top .nav-top-link {
    float: left;
    margin-left: -10px
}

.header-top .support-link {
    float: right;
    margin-right: -12px
}

.header-top ul li {
    float: left;
    padding: 0 12px 0 10px;
    position: relative
}

.header-top ul li:after {
    height: 13px;
    width: 2px;
    content: "";
    background: #e1e2e1;
    position: absolute;
    right: 0;
    top: 6.5px
}

.header-top ul li:last-child:after {
    height: 0;
    width: 0
}

.header-top .mobile .brand-logo {
    margin: 0 auto;
    text-align: center
}

.header-top .mobile .icon-user {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center
}

.header-top .mobile .icon-user a {
    padding: 10px 10px;
    display: block;
}

.header-top .mobile .icon-menu {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center
}

.header-top .mobile .icon-menu a,
.header-top .mobile .icon-menu label {
    padding: 8px;
    display: block;
    height: 18px;
    cursor: pointer
}

.header-top .container {
    padding: 5px 10px;
    position: relative
}

.header-main .logo {
    display: none
}

.header-main .logo-noel {
    display: none
}

.header-main .banner a {
    margin-bottom: 10px
}

.header-main .banner img {
    width: 460px
}

.header-main.container {
    padding-bottom: 65px
}

.hide-on-mobile {
    display: none !important;
}

.show-on-mobile {
    display: block !important;
}

#show-menu {
    display: none;
    -webkit-appearance: none;
}


/* Menu */

.menu-main {
    background: #0A5EC1;
    display: none;
}

.menu-main .container {
    padding: 10px 20px;
}

.menu-main .navbar-top li {
    position: relative;
}

.logo img {
    width: 300px;
}

.logo-noel img {
    width: 200px;
}

.menu-main .navbar-top li a {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        display: block;
        padding: 7px 10px;
        border-bottom: 0px solid #0061aa;
        margin: 0px;
        text-transform: uppercase;
        border-left: 1px solid hsla(0,0%,100%,.2);
        font-family: 'Josefin Sans', sans-serif;
}

.menu-main .navbar-top li:hover,
.menu-main .navbar-top li a:hover,
.menu-main .navbar-top li.active a {
    background: #0061aa;
}

input#show-menu[type=checkbox]:checked~.menu-main {
    display: block;
    position: fixed;
    top: 46px;
    z-index: 10000;
    width: 100%;
}

.menu-main .icon-home-menu img {
    vertical-align: middle;
    margin-top: -3px;
}

.menu-main .icon-home-menu {
    display: none;
}

.info-date {
    padding: 0;
    font-style: italic;
    font-size: 12px;
}

.block-nd {
    margin-bottom: 20px 0px;
    padding: 10px 0px;
    display: none;
}


/* Style Main Content */

.wrap-top-link {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0A5EC1;
}

.main-top-link .left {
    margin-left: -10px;
    font-size: 13px;
}

.main-top-link .left li {
    display: none;
    float: left;
    padding: 0 12px 0 10px;
    position: relative
}


.main-top-link .left .show-on-mobile {
    display: block
}




.main-top-link .right {
    margin-right: -10px;
    font-size: 13px;
}

.main-top-link .right li {
    display: block;
    float: right;
    padding: 0 8px;
    position: relative
}

.main-top-link .right .show-on-mobile {
    display: block
}


.main-top-link .seven-buttom img {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 2px
}

.wrap-main-page {
    padding-bottom: 0
}

.left-col {
    margin-bottom: 10px
}

.home-slide .itemSlide h3 {
    color: #0061aa;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0
}

.home-slide .owl-home-slide {
    position: relative
}

.home-feature {
    display: none
}

.list-type-01 ul li {
    border-bottom: 1px dotted #d7d7d7;
    line-height: 24px;
    padding: 5px 0 7px 20px;
    position: relative
}

.list-type-01 ul li:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    top: 13px;
    left: 8px;
    margin: 0;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    border-left: 4px solid #0061aa;
    position: absolute
}

.home-feature .list-type-01 ul {
    margin-top: -8px
}

.home-feature .list-type-01 ul li:last-child {
    border-bottom: 0
}

.banner-ads-center {
    display: none
}

.banner-ads img {
    height: 100%;
    width: 100%
}

.box-title {
    border-bottom: 1px solid #d3d3d3;
    max-height: 34px;
    overflow: hidden;
    position: relative
}

.box-textline {
    max-height: 100%;
    overflow: auto;
    margin-top: 10px
}

.box-title ul {
    margin-left: -10px
}

.box-title ul li {
    padding: 7px 10px;
    position: relative
}

.home-hot-pa .list-type-10 li:first-child p {
    min-height: 70px
}

.have-tab .box-title ul li {
    float: left
}

.have-tab .box-title ul li:after {
    height: 14px;
    width: 2px;
    content: "";
    background: #e1e2e1;
    position: absolute;
    right: -1px;
    top: 11px
}

.have-tab .box-title ul li:last-child:after {
    height: 0;
    width: 0
}

.have-tab .box-title ul li.active a {
    color: #0A5EC1
}

.box-title-02 {
    border-bottom: none;
    background: #f5f5f5;
    border-left: 5px solid #0A5EC1;
    padding-left: 15px;
    max-height: none
}

.sevenMainTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.list-type-02 {
    margin: 15px -5px 0 -5px
}

.list-type-02 li {
    float: left;
    margin: 0 5px 10px 5px;
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px)
}

.list-type-02 li img {
    width: 100%;
    height: 100%;
}

.list-type-02 li h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 2px;
    overflow: hidden;
    height: 92px
}

.home-box-sub {
    display: none
}

.list-type-03 {
    margin: 15px 0 0 0
}

.list-type-03 li {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.list-type-03 li img {
    height: 58px;
    width: 85px;
    float: left;
    margin-right: 10px
}

.list-type-03 li h4 {
    font-size: 13px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 2px;
    height: auto;
    overflow: hidden
}

.list-type-04 {
    margin: 15px -5px 0 -5px
}

.list-type-04 li {
    float: left;
    margin: 0 5px 10px 5px;
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px)
}

.list-type-04 li img {
    width: 100%
}

.list-type-04 li h3 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    color: #333;
    font-weight: 700
}

.list-type-04 li p {
    font-size: 12px;
    line-height: 19px
}

.list-type-04 li p {
    font-size: 13px;
    line-height: 25px
}

.list-type-06 li h4 {
    font-size: 13px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 2px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: -1px
}

.list-type-07 {
    margin: 15px 0 0 0
}

.list-type-07 li {
    margin-bottom: 15px;
    width: 100%;
    display: table;
}

.list-type-07 li img {
    width: 85px;
    height: 85px;
    border: 1px solid #d2d2d2;
    float: left;
    border-radius: 85px;
    margin-right: 10px;
    padding: 2px
}

.list-type-07 li {
    font-size: 12px
}

.list-type-07 li h3 {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    font-weight: 700
}

.list-type-05 {
    margin: 5px -7px 0 -7px
}

.list-type-05 li {
    border-bottom: 1px dotted #d7d7d7;
    line-height: 20px;
    padding: 7px 0 9px 12px;
    position: relative;
    float: left;
    margin: 0 7px;
    width: calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px)
}

.list-type-05 li:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    top: 13px;
    left: 0;
    margin: 0;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    border-left: 4px solid #0061aa;
    position: absolute
}

.box-title .link-icon {
    position: absolute;
    right: 0;
    top: 6px;
    display: none;
    color: #005ba1
}

.link-icon {
    height: 23px
}

.home-phan-tich .block-col .list-type-04 {
    margin: 0;
    margin-top: 10px
}

.home-phan-tich .block-col .list-type-04 li {
    width: 100%;
    margin: 0
}

.home-phan-tich .block-col .list-type-04 li h3 {
    font-size: 16px;
    line-height: 25px
}

.list-type-08 {
    margin: 15px 0 0 0
}

.list-type-08 li {
    margin: 0 0 15px 0
}

.list-type-08 h3 img {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.list-type-08 h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 3px
}

.list-type-08 p {
    font-size: 13px;
    line-height: 20px
}

.no-scale.list-type-05 li {
    width: calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px)
}

.list-type-09 {
    margin: 15px -5px 0 -5px
}

.list-type-09 li {
    float: left;
    position: relative;
    margin: 0 5px 10px 5px;
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px)
}

.list-type-09 li:first-child {
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px)
}

.list-type-09 li img {
    width: 100%
}

.list-type-09 li h4 {
    font-size: 13px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 2px;
    overflow: hidden
}

.list-type-09 li:first-child h4 {
    height: auto;
    background: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    margin-bottom: 0
}

.list-type-09 li:first-child h4 a:hover {
    color: #fff
}

.list-type-10 {
    margin: 15px 0 0 0
}

.list-type-10 li {
    margin: 0 0 10px 0;
    width: 100%;
    display: table;
}

.list-type-10 li h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px
}

.list-type-10 li img {
    width: 155px;
    float: left;
    margin-right: 10px;
    /*max-width: 45%*/
}

.list-type-10 li p {
    display: none
}

.list-type-10 li:first-child img {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    height: 305px;
}

.list-type-10 li:first-child p {
    display: block
}

.list-type-10 li:first-child h3 {
    font-size: 20px;
    line-height: 30px
}

.list-video li:first-child h3 {
    margin-bottom: 15px
}

.list-video li:first-child .wrap-img {
    width: 100%;
    max-width: none;
    margin-bottom: 10px
}

.list-video li .wrap-img {
    width: 155px;
    float: left;
    margin-right: 10px;
    max-width: 45%;
    position: relative
}

.list-video li .wrap-img img {
    float: none;
    margin: 0;
    width: 100%;
    max-width: none
}

.list-video .icon-play img {
    position: absolute;
    z-index: 1000;
    width: 33px !important;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px !important
}

.list-type-12 {
    margin: 0 -7px 0 -7px
}

.list-type-12 .itemSlide {
    float: left;
    position: relative;
    margin: 0 7px 14px 7px;
    width: calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: -o-calc(100% - 14px)
}

.list-type-12 .itemSlide img {
    width: 100%
}

.list-type-12 .itemSlide h3 a {
    color: #fff
}

.list-type-12 .itemSlide h3 {
    position: absolute;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
    line-height: 30px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px)
}

.list-type-13 li {
    margin-bottom: 15px
}

.list-type-13 li img {
    width: 100%
}

.list-type-13 li p {
    display: none
}

.list-type-13 li h3 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    color: #005ba1;
    font-weight: 700
}

.list-type-14 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d6d6d6;
    display: table;
    width: 100%;
}

.list-type-14 li .wrap-img {
    width: 50%;
    float: left;
    margin-right: 10px;
    max-width: 200px
}

.list-type-14 li p {
    display: none
}

.list-type-14 li span {
    display: block;
    font-size: 11px;
    color: #adb5bd;
}

.list-type-14 li h3 {
    font-size: 23px;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 0;
    overflow: hidden;
    color: #212529;
    font-weight: 500;
    font-family: 'Alata', sans-serif;
}

.list-type-15 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d6d6d6;
    display: table;
    width: 100%;
}




.list-type-15 li .wrap-img {
    width: 50%;
    float: left;
    margin-right: 10px;
    max-width: 130px
}

.list-type-15 li .wrap-img img {
    width: 100%
}

.list-type-15 li h4 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 0;
    overflow: hidden;
    color: #212529;
    font-family: 'Alata', sans-serif;
}


.page-content-nd ul.list-type-nd li.line-supervip {
    background: #ffcc9a;
}

.page-content-nd ul.list-type-nd li.line-supervip h3 a {
    color: red;
    text-transform: uppercase;
}

.line-vip1 {
    text-transform: capitalize;
}

.line-mien-phi {
    text-transform: capitalize;
}

.page-content-nd ul.list-type-nd li {
    border: #e3e3e3 1px solid;
    padding: 10px;
    margin-bottom: 15px;
}

.page-content-nd .list-type-nd li .wrap-img {
    width: 40%;
    float: left;
    margin-right: 10px;
    max-width: 210px;
}

.page-content-nd .list-type-nd li h3 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    color: #005ba1;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-content-nd .box-type-1,
.page-content-nd .box-type-2 {
    width: 100%;
    font-size: 13px;
}

.page-content-nd .box-type-3 {
    width: 100%;
    font-size: 13px;
}

.page-content-nd .list-type-nd li p {
    display: none;
}

.page-content-nd .box-type-4 {
    font-size: 11px;
    width: 100%;
}

.page-content-nd .pc-block {
    display: none;
}

.page-content-nd .mb-block {
    display: block;
    float: left;
    margin-right: 3px;
    padding-top: 0px;
    height: 4px;
}

.right-col {
    margin-bottom: 10px;
    display: none;
}

.right-banner {
    width: 500px;
    float: right;
    display: block;
}


.home-hinh-anh {
    position: relative;
}

.home-hinh-anh h4 {
    height: auto;
    background: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px)
}

.home-hinh-anh h4 a:hover {
    color: #fff;
}

.home-logo-doanh-nghiep .wrap-logo {
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #ededed;
    padding: 2px;
    width: 79px;
    height: 53px;
    position: relative;
    text-align: center;
}

.home-logo-doanh-nghiep .wrap-logo img {
    width: auto;
    max-width: 79px;
    max-height: 53px;
    vertical-align: middle;
    float: none;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.box-right .list-type-03 li:last-child {
    margin-bottom: 0px;
}

.tbl-bg {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.tbl-bg th {
    color: #fff;
    background-color: #0061aa;
    opacity: 0.5;
}

.tbl-bg th,
.tbl-bg td {
    text-align: center;
    padding: 6px;
    line-height: 20px;
}

.bg-color {
    background: #f5f5f5;
}

.list-with-icon li {
    margin-bottom: 10px;
}

.list-with-icon li a {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    background: #0060a9;
    font-size: 13px;
    font-weight: 700;
    line-height: 42px;
    border-radius: 10px;
}

.list-with-icon li a:hover {
    background: #1e8ce0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home-phan-tich .block-col .list-type-05 li {
    line-height: 25px;
    padding: 6px 0px 8px 12px;
}

.home-phan-tich .block-col .list-type-05 li:last-child {
    border-bottom: 0px;
}

.home-phan-tich .block-col .list-type-05 li:before {
    top: 14.5px;
}

#letter-news input {
    border: none;
}

#letter-news .txt-letter {
    width: 98%;
    padding: 5px;
    border: 1px solid #d3d3d3;
    float: left;
    border-radius: 10px;
    margin-bottom: 10px;
}

#letter-news .btn-letter {
    background: #005aab;
    color: #FFF;
    padding: 5px 7px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px;
}

.tag-cloud a {
    border: 1px solid #d3d3d3;
    padding: 4px 10px;
    display: block;
    float: left;
    margin: 0px 8px 8px 0px;
}

.copyright {
    background: #f2fdff;
    color: #f2fdff;
    font-size: 10px;
}

.footer-menu {
    display: block;
}

.page-content-sub {
    width: 240px;
    float: right;
    display: none;
}

.page-content {}

.viewbydate {
    float: left;
    width: 300px;
    font-size: 11px;
    line-height: 20px;
}

.viewbydate select {
    float: left;
    height: 20px;
    margin-right: 3px;
    border: 1px solid #808080;
    padding: 1px;
    color: #333;
    font: 11px Arial, Helvetica, sans-serif;
    height: 20px;
}

.viewbydate input.btn {
    background: #0061aa;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    height: 20px;
    padding: 0 12px;
    border: none;
    line-height: 20px;
}

.box-phan-trang {
    position: relative;
    height: 25px;
    padding-bottom: 15px;
}

.nav-paging {
    position: absolute;
    top: -3px;
    right: 0px;
}

.nav-paging a {
    padding: 2px 8px;
    margin: 0px 0px 5px 5px;
    color: #004370;
    text-decoration: none;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #CCC;
}

.nav-paging a:hover,
.nav-paging a.curent-page {
    background-color: #fff;
    color: #C00 !important;
}

.show-on-desktop {
    display: none;
}

.list-tin-xem-nhieu li {
    width: calc(100% - 26px) !important;
    width: -moz-calc(100% - 26px) !important;
    width: -webkit-calc(100% - 26px) !important;
    width: -o-calc(100% - 26px) !important;
}

.list-tin-su-kien li {
    width: calc(100% - 10px) !important;
    width: -moz-calc(100% - 10px) !important;
    width: -webkit-calc(100% - 10px) !important;
    width: -o-calc(100% - 10px) !important;
}

.list-tin-su-kien li img {
    width: 100%;
}

.list-tin-xem-nhieu li:last-child {
    border-bottom: 0px;
}

.list-tieu-diem li h4 {
    line-height: 20px;
}

.breakcrumb ul li {
    position: relative;
    float: left;
}

.breakcrumb ul li:first-child:after {
    border: none;
}

.breakcrumb ul li:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    top: 14px;
    left: -2px;
    margin: 0px;
    border-bottom: 4px solid #f5f5f5;
    border-top: 4px solid #f5f5f5;
    border-left: 4px solid #0061aa;
    position: absolute;
}

.sevenPostTitle {
    font-weight: 500;
    line-height: 35px;
    font-size: 26px;
    font-family: 'Alata', sans-serif;
    color: #da241c;
}

.sevenPostShare {
    border-bottom: 1px dotted #d7d7d7;
}

.sevenPostDes {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.sevenPostContent {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.sevenPostContent p {
    margin-bottom: 10px;
}

.sevenPostContent h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sevenPostContent h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sevenPostContent span {
    font-size: 14px;
}

.sevenPostContent table {
    width: 100%;
    max-width: 100%;
}

.sevenPostContent table th {
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 50px;
}

.sevenPostContent table td {
    border: 1px solid #e3e3e3;
    padding: 5px 10px !important;
}

.sevenPostContent ul li {
    list-style-type: none;
    margin-left: 20px;
}

.seven_tab_content .sevenPostContent ul li {
    margin-left: 0px;
}

.checkDuanNhadat ul.list-tin-xem-nhieu li {
    list-style-type: none !important;
    margin-left: 10px;
    background: rgba(255, 255, 188, 0.68);
}

.checkDuanNhadat ul.list-tin-xem-nhieu li:before {
    left: 5px;
}

.checkDuanNhadat ul li {
    list-style-type: initial !important;
}

.sevenPostContent a {
    font-weight: bold;
    color: #0061aa;
}

.sevenPostContent ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sevenPostAuthor {
    text-align: right;
    padding: 10px 0px;
    font-size: 10px;
}

.sevenPostWrap {
    border-bottom: 1px solid #e3e3e3;
}

.readMore {
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding: 10px 0px;
}

.boxTextGray {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 7px 12px;
}

.noBor {
    border: none !important;
}

.formTextComment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #e3e3e3;
    height: 110px;
}

.sevenButSend {
    background-color: #0061aa;
    color: #FFFFFF;
    padding: 4px 14px;
    font-weight: 700;
    cursor: pointer;
}

.wrap-comment {
    margin: 15px -8px 5px -8px;
}

.main-top-link .seven-buttom {
    background: #0A5EC1;
    color: #fff;
    padding: 3px 8px 3px 6px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.list-no-arrow li {
    padding-left: 0px;
    border: none;
    border-bottom: none !important;
    border-top: 1px dotted #d7d7d7;
    line-height: 25px !important;
}

.list-no-arrow li:before {
    border: none !important;
}

.list-tin-xem-nhieu li {
    line-height: 25px !important;
}

.list-tin-xem-nhieu li:before {
    top: 16px !important;
}

.tbl-list-top {
    border-collapse: collapse;
    width: 100%;
}

.tbl-list-top td.numb {
    height: 54px;
    padding: 5px;
    text-align: center;
    width: 49px;
    font-size: 30px;
    font-weight: bold;
}

.tbl-list-top td {
    padding: 5px 10px 9px 10px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px dotted #d7d7d7;
}

.tbl-list-top td a {
    font-size: 14px;
    font-weight: normal;
}

.list-type-16 li {
    display: none;
}

.list-type-16 li.focus {
    display: block !important;
}

.list-type-16 li h3 a {
    color: #fff;
}

.list-type-16 {
    margin: 0px -7px 0px -7px;
}

.list-type-16 li {
    float: left;
    position: relative;
    margin: 0px 7px 14px 7px;
    width: calc(100% - 14px);
    /* Firefox */
    width: -moz-calc(100% - 14px);
    /* WebKit */
    width: -webkit-calc(100% - 14px);
    /* Opera */
    width: -o-calc(100% - 14px);
}

.list-type-16 li img {
    width: 100%;
}

.list-type-16 li h3 {
    position: absolute;
    bottom: 0px;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px 7px 10px;
    color: white;
    line-height: 30px;
    width: calc(100% - 20px);
    /* Firefox */
    width: -moz-calc(100% - 20px);
    /* WebKit */
    width: -webkit-calc(100% - 20px);
    /* Opera */
    width: -o-calc(100% - 20px);
}

.input-wrap-search .sevenSelect {
    width: 146px;
    margin-bottom: 10px;
}

.sevenButtonHome {
    width: 146px !important;
}

.input-wrap-search .sevenButton {
    width: 100%;
}

.input-wrap-search .sVleft .sleft,
.input-wrap-search .sVright .sleft {
    float: left;
}

.input-wrap-search .sVleft .sright,
.input-wrap-search .sVright .sright {
    float: right;
}

.sevenInput {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #999999;
    height: 33px;
    padding: 0px 10px;
    border-radius: 10px;
}

.sevenSelect {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #999999;
    height: 35px;
    padding: 0px 10px;
    border-radius: 10px;
}

.sevenButton {
    height: 35px;
    border: none;
    background: #0A5EC1;
    padding: 0px 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.sevenSelectKienThuc {
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 12px;
    float: right;
    margin: 8px 10px 0px 0px;
}

.input-wrap-project .sevenButton,
.input-wrap-project .sevenSelect,
.input-wrap-project .sevenInput {
    margin-bottom: 10px;
    width: calc(100% - 22px);
    /* Firefox */
    width: -moz-calc(100% - 22px);
    /* WebKit */
    width: -webkit-calc(100% - 22px);
    /* Opera */
    width: -o-calc(100% - 22px);
}

.input-wrap-project .sevenButton,
.input-wrap-project .sevenSelect {
    width: 100%;
}

.wiget-video {
    position: relative;
}

.wiget-video .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16.5px 0px 0px -16.5px;
    cursor: pointer;
}

.video-view {
    height: 230px;
}

.embebVideo .sevenInput {
    width: calc(100% - 22px);
    /* Firefox */
    width: -moz-calc(100% - 22px);
    /* WebKit */
    width: -webkit-calc(100% - 22px);
    /* Opera */
    width: -o-calc(100% - 22px);
}

.video-noi-bat li img {
    width: 110px;
}

.video-noi-bat li a {
    display: block;
    position: relative;
    width: 110px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.video-noi-bat li h4 a {
    width: 100%;
}

.video-noi-bat li a:hover .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px -33px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.video-noi-bat li .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.list-menu-video li h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-menu-video li {
    border: 1px solid #e3e3e3;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-menu-video li:hover,
.list-menu-video li.active {
    border: 1px solid #0061aa;
    background: #0061aa;
}

.list-menu-video li:hover a,
.list-menu-video li.active a {
    color: #fff;
}

.list-video-main {
    margin: 0px -7px 0px -7px;
}

.list-video-main li {
    float: left;
    margin: 0px 7px 15px 7px;
    width: calc(50% - 14px);
    /* Firefox */
    width: -moz-calc(50% - 14px);
    /* WebKit */
    width: -webkit-calc(50% - 14px);
    /* Opera */
    width: -o-calc(50% - 14px);
}

.list-video-main li .wrap-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.list-video-main li img {
    width: 100%;
}

.list-video-main li a:hover .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px -33px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.list-video-main li .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.page-box-hot li.video-hot-list a:hover .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px -33px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.page-box-hot li.video-hot-list .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.page-box-hot li.video-hot-list .wrap-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.video-hot-list span {
    font-family: 'OpenSans', sans-serif !important;
    font-size: 14px !important;
    ;
}

.list-video-main li h4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    font-weight: 700;
    height: 50px;
}

.contact-form .sevenInput {
    color: #666666;
    border-color: #e4e4e4;
    margin-bottom: 10px;
    width: calc(100% - 22px);
    /* Firefox */
    width: -moz-calc(100% - 22px);
    /* WebKit */
    width: -webkit-calc(100% - 22px);
    /* Opera */
    width: -o-calc(100% - 22px);
}

.contact-form .sevenTextBox {
    margin-bottom: 10px;
}

.sevenTextBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #e4e4e4;
    height: 90px;
}

.list-doanh-nghiep li {
    margin-bottom: 15px;
}

.list-doanh-nghiep-sub {
    margin-top: -10px;
}

.list-doanh-nghiep-sub li {
    margin-bottom: 0px;
}

.list-doanh-nghiep-sub li:last-child {
    border-bottom: 0px !important;
}

.list-doanh-nghiep h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-doanh-nghiep .wrap-logo {
    width: 115px;
    height: 95px;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.list-doanh-nghiep .wrap-logo img {
    width: auto;
    max-width: 115px;
    max-height: 95px;
    vertical-align: middle;
    float: none;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.sevenPostContentDuan table,
.sevenSuportContentDuanx table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

.sevenPostContentDuan table td,
.sevenSuportContentDuanx table td {
    border: 1px solid #e3e3e3;
    padding: 5px 10px !important;
}

.video-view {
    background: #000;
}

.list-doanh-nghiep-info li {
    min-height: auto !important;
    margin-bottom: 0px !important;
}

.header-top-mobile {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
}

.asdTopSize {
    width: 100% !important;
}

.infoPageFooter {
    display: none;
}

.topFullBannerSize {
    display: none;
}

.topFullBannerSizeMobile {
    display: block;
    height: 50px;
    overflow: hidden;
}

.boxGoogleSearchTop {
    display: none;
    height: 27px;
}

.boxGoogleSearch {
    position: relative;
    min-width: 15px;
    height: 27px;
}

.boxGoogleSearch .inputGoogleSearch {
    border: 1px solid #c8dcea;
    font-style: italic;
    padding: 0px 30px 0px 5px;
    font-size: 13px;
    width: 130px;
    position: absolute;
    right: 0px;
    background: #fff;
}

.boxGoogleSearch .okGoogleSearch {
    border: none;
    background: #fff url(../images/icon-search.png) no-repeat center;
    height: 24px;
    width: 28px;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.recBannerSizeMobile {
    width: 300px;
    height: 250px;
    margin: 0px auto;
}

.recBannerSizeMobileFull {
    width: 300px;
    height: auto;
    margin: 0px auto;
}

.bannerRecMobile {
    text-align: center;
}

.bannerRecMobileFloat {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
}

.bannerRecMobileFloat .recBannerSizeMobileNew {
    max-width: 100%;
    margin-bottom: -10px;
}

.bannerRecMobileFloatTop {
    background: #fff;
    position: relative;
    z-index: 2;
}

.bannerRecMobileFloatBot {
    background: #fff;
    position: relative;
    z-index: 2;
}

.getHeightBannerMobileFloat {
    background: none;
}


/*
* Edit By minhh
*/

.tabContent .projectList li a img,
.tabContent .newsList li a img {
    height: 150px !important;
    width: 210px;
}

.textLeft {
    text-align: left !important;
    font-weight: bold;
}

.textColorBlue {
    color: #0061aa;
}

@media only screen and (max-width: 768px) {
    .sevenPostDes,
    .sevenPostContent,
    .sevenPostContent p,
    .sevenPostContent span {
        font-size: 18px;
        line-height: 30px;
    }

.main-top-link .right {
    display: none;
}

.header-main.container {
    padding-bottom: 0px;
}

}

@media screen and (max-width: 600px) {


.right-banner {
    width: 100%;
    z-index: 9999
}


.list-type-15 li h4 {
    font-size: 20px;
}
    .news-tincu {
        display: none;
    }

.list-type-14 li .wrap-img {
    max-width: 130px
}


    .block-nd {
        display: none;
    }
    .header-main .banner {
        margin-left: -1%;
    }
    .hide-on-mobile {
        display: block !important;
    }
    .show-on-mobile {
        display: none !important;
    }
    .header-main .banner a {
        float: left;
        width: 49%;
        margin-left: 1%;
    }
    .banner-ads-center {
        display: block;
    }
    .home-slide {
        float: left;
        width: calc(100% - 265px);
        /* Firefox */
        width: -moz-calc(100% - 265px);
        /* WebKit */
        width: -webkit-calc(100% - 265px);
        /* Opera */
        width: -o-calc(100% - 265px);
    }
    .home-feature {
        width: 250px;
        float: right;
        display: block;
    }
    .home-box-main {
        float: left;
        width: calc(100% - 265px);
        /* Firefox */
        width: -moz-calc(100% - 265px);
        /* WebKit */
        width: -webkit-calc(100% - 265px);
        /* Opera */
        width: -o-calc(100% - 265px);
    }
    .home-box-sub {
        width: 250px;
        float: right;
        display: block;
    }
    .nha-dat-theo-vitri {}
    .list-type-04 li {
        float: left;
        margin: 0px 5px 10px 5px;
        width: calc(25% - 10px);
        /* Firefox */
        width: -moz-calc(25% - 10px);
        /* WebKit */
        width: -webkit-calc(25% - 10px);
        /* Opera */
        width: -o-calc(25% - 10px);
    }
    .list-type-05 li {
        border-bottom: 1px dotted #d7d7d7;
        line-height: 20px;
        position: relative;
        margin: 0px 7px;
        width: calc(50% - 26px);
        /* Firefox */
        width: -moz-calc(50% - 26px);
        /* WebKit */
        width: -webkit-calc(50% - 26px);
        /* Opera */
        width: -o-calc(50% - 26px);
    }
    .home-box-nha-dat .block-col .list-type-06 {
        margin: 15px -7px 0px -7px;
    }
    .home-box-nha-dat .block-col .list-type-06 li {
        float: left;
        margin-right: 7px;
        margin-left: 7px;
        width: calc(50% - 14px);
        /* Firefox */
        width: -moz-calc(50% - 14px);
        /* WebKit */
        width: -webkit-calc(50% - 14px);
        /* Opera */
        width: -o-calc(50% - 14px);
        height: 65px;
        overflow: hidden;
    }
    .home-phan-tich .block-col .list-type-05 {
        display: none;
    }
    .home-phan-tich .block-col .list-type-05 li {
        width: calc(100% - 26px);
        /* Firefox */
        width: -moz-calc(100% - 26px);
        /* WebKit */
        width: -webkit-calc(100% - 26px);
        /* Opera */
        width: -o-calc(100% - 26px);
    }
    .home-doanh-nhan .list-type-10 li p {
        display: block;
    }
    .list-type-13 {
        margin: 0px -5px 0px -5px;
    }
    .list-type-13 li {
        float: left;
        margin: 0px 5px 10px 5px;
        width: calc(33.33333333% - 10px);
        /* Firefox */
        width: -moz-calc(33.33333333% - 10px);
        /* WebKit */
        width: -webkit-calc(33.33333333% - 10px);
        /* Opera */
        width: -o-calc(33.33333333% - 10px);
    }
    .list-type-14 li p {
        display: block;
    }
    .list-type-14 li span {
        display: none;
        font-size: 11px;
        color: #adb5bd;
    }
    .list-type-14 li span.news-type-title {
        float: left;
    }
    .list-type-14 li h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0px;
        margin-bottom: 3px;
        overflow: hidden;
        color: #212529;
        font-weight: 500;
        font-family: 'Alata', sans-serif;
    }

    .list-type-16 li {
        display: block;
    }
    .list-type-16 li.focus {
        width: calc(50% - 14px);
        /* Firefox */
        width: -moz-calc(50% - 14px);
        /* WebKit */
        width: -webkit-calc(50% - 14px);
        /* Opera */
        width: -o-calc(50% - 14px);
    }
    .list-type-16 li {
        float: left;
        position: relative;
        margin: 0px 7px 14px 7px;
        width: calc(33.33333333% - 14px);
        /* Firefox */
        width: -moz-calc(33.33333333% - 14px);
        /* WebKit */
        width: -webkit-calc(33.33333333% - 14px);
        /* Opera */
        width: -o-calc(33.33333333% - 14px);
    }
    .list-type-16 li h3 {
        font-size: 14px;
        line-height: 23px;
    }
    .list-type-16 .focus h3 {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .video-view {
        height: 380px;
    }
    .an-bot-nha-dat ul li:nth-child(5) {
        display: none;
    }
    .an-bot-vi-tri-quan-tam ul li:last-child {
        display: none;
    }
    .bannerRecMobile {
        display: none;
    }
    .page-content-nd .list-type-nd li p {
        display: block;
        width: 50%;
        float: left;
        margin-right: 10px;
    }
    .page-content-nd .list-type-nd li h3 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .page-content-nd .box-type-1,
    .page-content-nd .box-type-2 {
        float: left;
        width: 25%;
        font-size: 13px;
        margin-right: 10px;
    }
    .page-content-nd .box-type-3 {
        float: left;
        width: 40%;
        font-size: 13px;
    }
    .page-content-nd .box-type-4 {
        font-size: 13px;
        width: 30%;
        float: left;
    }
    .page-content-nd .list-type-nd li .wrap-img {
        width: 45%;
    }
    .page-content-nd .pc-block {
        display: none;
    }
    .page-content-nd .mb-block {
        display: block;
    }
}

.properties-sale-new .property {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.display-lines .property {
    border-bottom: 2px solid #f3f3f3;
    /*padding-left: 220px;*/
    padding-bottom: 30px;
    position: relative;
    overflow: visible;
}

.property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.display-lines .property .property-image {
    height: 195px;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 200px;
}

.properties-sale-new .property .property-image {
    float: none;
    width: 70px;
    margin-right: 10px;
    position: relative;
    height: 53px;
}

.property .property-image {
    /* height: 195px; */
    overflow: hidden;
    width: 100%;
}

.property img {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-backface-visibility: hidden;
    width: 100%;
    position: relative;
    top: 0;
}

.properties-sale-new .property .info {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.display-lines .property .info {
    display: inherit;
    position: relative;
}

.display-lines .property .info header a {
    display: inline-block;
}

.display-lines .property .info header h3,
.display-lines .property .info header h4 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    font-weight: bold;
}

.properties-sale-new .property .info .location {
    font-size: 12px;
}


/*min-width: 768px*/

@media screen and (min-width: 900px) {
    .properties-sale-new .property .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .properties-sale-new .property {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .block-nd {
        display: none;
    }
    #tab-home-tieudiem .list-type-02 {
        margin: 15px -10px 0px -10px;
    }
    .list-type-02 {
        margin: 15px -5px 0px -5px;
    }
    .main-top-link .left li {
        display: block;
    }
    .main-top-link .left li.hide-on-tablet {
        display: none;
    }
    .main-top-link .left li:after {
        height: 13px;
        width: 2px;
        content: "";
        background: #e1e2e1;
        position: absolute;
        right: 0px;
        top: 6.5px;
    }
    .main-top-link .left li:last-child:after {
        height: 0px;
        width: 0px;
    }
    .list-type-02 li {
        float: left;
        margin: 0px 5px 10px 5px;
        width: calc(33.33333333% - 10px);
        /* Firefox */
        width: -moz-calc(33.33333333% - 10px);
        /* WebKit */
        width: -webkit-calc(33.33333333% - 10px);
        /* Opera */
        width: -o-calc(33.33333333% - 10px);
    }
    .box-title .link-icon {
        display: block;
    }
    .list-type-05 li {
        border-bottom: 1px dotted #d7d7d7;
        line-height: 20px;
        position: relative;
        margin: 0px 7px;
        width: calc(33.33333333% - 26px);
        /* Firefox */
        width: -moz-calc(33.33333333% - 26px);
        /* WebKit */
        width: -webkit-calc(33.33333333% - 26px);
        /* Opera */
        width: -o-calc(33.33333333% - 26px);
    }
    .home-box-nha-dat .block-col .list-type-05 li {
        float: left;
        margin-right: 7px;
        margin-left: 7px;
        width: calc(50% - 26px);
        /* Firefox */
        width: calc(50% - 26px);
        /* Firefox */
        width: -moz-calc(50% - 26px);
        /* WebKit */
        width: -webkit-calc(50% - 26px);
        /* Opera */
        width: -o-calc(50% - 26px);
    }
    .home-phan-tich .home-box-main .box-content {
        margin-right: -9px;
    }
    .home-phan-tich .block-col {
        float: left;
        margin: 0px 14px 0px 0px;
        width: calc(50% - 14px);
        /* Firefox */
        width: -moz-calc(50% - 14px);
        /* WebKit */
        width: -webkit-calc(50% - 14px);
        /* Opera */
        width: -o-calc(50% - 14px);
    }
    .home-phan-tich .block-col .list-type-05 {
        display: block;
    }
    .list-type-09 li h4 {
        margin-top: 0px;
        overflow: hidden;
    }
    .list-type-09 li img {
        width: 47%;
        float: left;
        margin-right: 10px;
    }
    .list-type-09 li:first-child {
        width: calc(50% - 10px);
        /* Firefox */
        width: -moz-calc(50% - 10px);
        /* WebKit */
        width: -webkit-calc(50% - 10px);
        /* Opera */
        width: -o-calc(50% - 10px);
    }
    .list-type-09 li:first-child img {
        width: 100%;
    }
    .home-doanh-nhan .list-type-10 {
        margin-right: -14px;
    }
    .list-type-10 li {
        float: left;
        margin: 0px 20px 20px 0px;
        width: calc(50% - 20px);
        /* Firefox */
        width: -moz-calc(50% - 20px);
        /* WebKit */
        width: -webkit-calc(50% - 20px);
        /* Opera */
        width: -o-calc(50% - 20px);
    }
    .copyright .footer-col {
        width: 20%;
        float: left;
    }
    .list-type-12 .itemSlide {
        float: left;
        position: relative;
        margin: 0px 7px 14px 7px;
        width: calc(50% - 14px);
        /* Firefox */
        width: -moz-calc(50%- 14px);
        /* WebKit */
        width: -webkit-calc(50% - 14px);
        /* Opera */
        width: -o-calc(50% - 14px);
    }
    .list-type-12 .itemSlide h3 {
        position: absolute;
        bottom: 0px;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        font-size: 15px;
        font-weight: 700;
        padding: 5px 10px;
        color: white;
        line-height: 23px;
        width: calc(100% - 20px);
        /* Firefox */
        width: -moz-calc(100% - 20px);
        /* WebKit */
        width: -webkit-calc(100% - 20px);
        /* Opera */
        width: -o-calc(100% - 20px);
    }
    .list-type-12 .itemSlide:first-child {
        width: calc(100% - 14px);
        /* Firefox */
        width: -moz-calc(100% - 14px);
        /* WebKit */
        width: -webkit-calc(100% - 14px);
        /* Opera */
        width: -o-calc(100% - 14px);
    }
    .list-type-12 .itemSlide:first-child img {
        width: 100%;
    }
    .list-type-12 .itemSlide:first-child h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .page-content-sub {
        display: block;
    }
    .page-content {
        float: left;
        width: calc(100% - 265px);
        width: -moz-calc(100% - 265px);
        width: -webkit-calc(100% - 265px);
        width: -o-calc(100% - 265px);
    }
    .list-type-13 li {
        float: left;
        margin: 0px 5px 10px 5px;
        width: calc(50% - 10px);
        /* Firefox */
        width: -moz-calc(50% - 10px);
        /* WebKit */
        width: -webkit-calc(50% - 10px);
        /* Opera */
        width: -o-calc(50% - 10px);
    }
    .list-type-13 li:first-child {
        width: calc(100% - 10px);
        /* Firefox */
        width: -moz-calc(100% - 10px);
        /* WebKit */
        width: -webkit-calc(100% - 10px);
        /* Opera */
        width: -o-calc(100% - 10px);
        margin-bottom: 10px;
        clear: both;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }
    .list-type-13 li:first-child .wrap-img {
        width: calc(50% - 5px);
        /* Firefox */
        width: -moz-calc(50% - 5px);
        /* WebKit */
        width: -webkit-calc(50% - 5px);
        /* Opera */
        width: -o-calc(50% - 5px);
        float: left;
        margin-right: 10px;
    }
    .list-type-13 li:first-child h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0px;
        float: left;
        width: calc(50% - 5px);
        /* Firefox */
        width: -moz-calc(50% - 5px);
        /* WebKit */
        width: -webkit-calc(50% - 5px);
        /* Opera */
        width: -o-calc(50% - 5px);
    }
    .video-view {
        height: 480px;
    }
    .list-video-main li {
        width: calc(25% - 14px);
        /* Firefox */
        width: -moz-calc(25% - 14px);
        /* WebKit */
        width: -webkit-calc(25% - 14px);
        /* Opera */
        width: -o-calc(25% - 14px);
    }
    .list-doanh-nghiep {
        margin: 0px -7px 0px -7px;
    }
    .list-doanh-nghiep-sub {
        margin-top: -3px;
    }
    .list-doanh-nghiep li {
        float: left;
        margin: 0px 7px 15px 7px;
        width: calc(50% - 14px);
        /* Firefox */
        width: -moz-calc(50% - 14px);
        /* WebKit */
        width: -webkit-calc(50% - 14px);
        /* Opera */
        width: -o-calc(50% - 14px);
    }
    .list-doanh-nghiep-sub li {
        margin-bottom: 0px;
    }
    .list-doanh-nghiep-info .wrap-logo {
        width: 150px;
        height: 125px;
    }
    .list-doanh-nghiep-info .wrap-logo img {
        width: auto;
        max-width: 150px;
        max-height: 125px;
        height: auto;
    }
    .box-title-doanh-nghiep-info ul {
        margin-left: 0px !important;
    }
    .box-title-doanh-nghiep-info ul li {
        padding: 6px 8px !important;
    }
    .an-bot-tin-moi ul li:nth-child(n+7) {
        display: none;
    }
    .an-bot-tin-moi ul li:nth-child(6) {
        border: none;
    }
    .an-bot-quan-tam ul li:nth-child(5) {
        display: none;
    }
    .page-content-nd .box-type-1,
    .page-content-nd .box-type-2 {
        float: left;
        width: 16%;
        font-size: 13px;
    }
    .page-content-nd .box-type-3 {
        float: left;
        width: 25%;
        font-size: 13px;
    }
    .page-content-nd .list-type-nd li .wrap-img {
        width: 40%;
    }
    .page-content-nd .list-type-nd li h3 {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .page-content-nd .box-type-4 {
        font-size: 11px;
        width: 15%;
        float: left;
    }
    .page-content-nd .pc-block {
        display: block;
        float: left;
        margin-right: 3px;
    }
    .page-content-nd .mb-block {
        display: none;
        float: left;
        margin-right: 3px;
    }
}

@media screen and (min-width: 1024px) {
    .block-nd {
        display: block;
    }
    .boxSearchOnMobile {
        display: none;
    }
    .header-top ul {
        display: block;
    }
    .header-top-mobile {
        position: relative;
    }
    #header {
        padding-top: 0px;
    }
    .mobile {
        display: none;
    }
    .tablet-off {
        display: block;
    }
    .header-main .logo {
        display: block;
        float: left;
        position: absolute;
    }
    .header-main .logo-noel {
        display: block;
        float: left;
        position: absolute;
        top: 35%;
        left: 10px;
        margin-top: -31px;
    }
    .header-main .banner {
        max-width: calc(100% - 160px);
        /* Firefox */
        max-width: -moz-calc(100% - 160px);
        /* WebKit */
        max-width: -webkit-calc(100% - 160px);
        /* Opera */
        max-width: -o-calc(100% - 160px);
        float: right;
    }
    .header-main .top-news-feed {
        max-width: calc(100% - 160px);
        /* Firefox */
        max-width: -moz-calc(100% - 160px);
        /* WebKit */
        max-width: -webkit-calc(100% - 160px);
        /* Opera */
        max-width: -o-calc(100% - 160px);
        float: right;
    }
    .menu-main {
        display: block;
        max-height: 40px;
        overflow: hidden;
    }
    .menu-main .navbar-top li {
        float: left;
    }
    .menu-main .navbar-top {
        margin: 0px -10px;
    }

    .menu-main .navbar-top.navbar-top-doanh-nhan li a {
        padding: 7px 20px;
    }
    .menu-main .navbar-top.navbar-top-doanh-nhan li.icon-home-menu a {
        padding: 7px 10px;
    }
    .main-top-link .left {
        display: block;
    }
    .main-top-link .left li.hide-on-tablet {
        display: none;
    }
    .home-slide {
        float: left;
        width: calc(100% - 265px);
        /* Firefox */
        width: -moz-calc(100% - 265px);
        /* WebKit */
        width: -webkit-calc(100% - 265px);
        /* Opera */
        width: -o-calc(100% - 265px);
    }
    .home-feature {
        width: 250px;
        float: right;
        display: block;
    }
    .left-col {
        float: left;
        width: calc(100% - 320px);
        /* Firefox */
        width: -moz-calc(100% - 320px);
        /* WebKit */
        width: -webkit-calc(100% - 320px);
        /* Opera */
        width: -o-calc(100% - 320px);
    }
    .right-col {
        width: 300px;
        float: right;
        display: block;
    }
    .home-doanh-nhan .list-type-10 li p {
        display: none;
    }
    .video-view {
        height: 480px;
    }
    .wrap-contact {
        margin: 0px -10px 0px -10px;
    }
    .wrap-contact .box-contact {
        float: left;
        margin: 0px 10px 15px 10px;
        width: calc(50% - 20px);
        /* Firefox */
        width: -moz-calc(50% - 20px);
        /* WebKit */
        width: -webkit-calc(50% - 20px);
        /* Opera */
        width: -o-calc(50% - 20px);
    }
    .wrap-contact-pa {
        margin: 0px -10px 0px -10px;
        text-align: center;
    }
    .wrap-contact-pa .box-contact-pa {
        margin: 0px auto;
        width: calc(60% - 20px);
        /* Firefox */
        width: -moz-calc(60% - 20px);
        /* WebKit */
        width: -webkit-calc(60% - 20px);
        /* Opera */
        width: -o-calc(60% - 20px);
    }
    .home-phan-tich li:last-child {
        border: none;
    }
    .fixed-top-menu {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 90000000;
    }
    .centerBannerSize {
        width: 850px;
        height: 120px;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .recBannerSize {
        width: 300px;
        height: 250px;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .artiBannerSize {
        width: 850px;
        height: 90px;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .recFullBannerSize {
        width: 300px;
        height: 508px;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .largeBannerSize {
        width: 300px;
        /*height: 400px;*/
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .infoPageFooter {
        display: block;
        background: #f5f5f5;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .mainBannerTopSize {
        min-height: 90px;
    }
    .topFullBannerSize {
        width: 1022px;
        height: 120px;
        margin: 0px auto;
        display: block;
        overflow: hidden;
        max-width: 100% !important;
    }
    .topFullBannerSizeMobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .home-doanh-nhan .list-type-10 li p {
        display: block;
    }
    .header-top .container {
        padding: 0px;
        position: relative;
        max-width: 980px;
    }
    .header-main .logo {
        left: 0px;
    }
    .header-main .logo-noel {
        left: 0px;
    }
    .menu-main {
        max-height: none;
        overflow: visible;
    }
    .menu-main .container {
        padding: 0px 0px;
    }
    .menu-main .navbar-top {
        margin: 0px 0px;
    }

    .menu-main .navbar-top li.dropdown a {
        padding-right: 20px;
        padding-left: 9px;
    }
    .menu-main .navbar-top.navbar-top-doanh-nhan li.dropdown a {
        padding-right: 25px;
        padding-left: 15px;
    }
    .menu-main .navbar-top li.dropdown:after {
        content: "";
        width: 0px;
        height: 0px;
        display: block;
        top: 50%;
        right: 6px;
        margin: -2px 0px 0px 0px;
        position: absolute;
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid rgb(255, 255, 255);
    }
    .menu-main .navbar-top.navbar-top-doanh-nhan li.dropdown:after {
        right: 9px;
    }
    .menu-main .navbar-top li .dropdown-menu {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0px;
        background: #0A5EC1;
        border-top: 1px solid #fff;
        z-index: 1000;
        min-width: 200px;
    }
    .menu-main .navbar-top li .dropdown-menu li {
        display: block;
        float: none;
        white-space: nowrap;
    }
    .menu-main .navbar-top li .dropdown-menu li a {
        border-bottom: 1px solid #c4d9e9;
        padding: 5px 10px;
        text-transform: capitalize;
    }
    .menu-main .navbar-top li .dropdown-menu li:last-child a {
        border-bottom: 0px;
    }
    .menu-main .navbar-top li .dropdown-menu li a:hover {
        background: #0061aa;
    }
    .menu-main .navbar-top li:hover .dropdown-menu {
        display: block;
    }
    .menu-main .icon-home-menu {
        display: block;
    }
    .home-slide {
        float: left;
        width: calc(100% - 325px);
        /* Firefox */
        width: -moz-calc(100% - 325px);
        /* WebKit */
        width: -webkit-calc(100% - 325px);
        /* Opera */
        width: -o-calc(100% - 325px);
    }
    .home-feature {
        width: 300px;
        float: right;
    }
    .home-box-main {
        float: left;
        width: calc(100% - 320px);
        /* Firefox */
        width: -moz-calc(100% - 320px);
        /* WebKit */
        width: -webkit-calc(100% - 320px);
        /* Opera */
        width: -o-calc(100% - 320px);
    }
    .home-box-sub {
        width: 300px;
        float: right;
    }
    .home-box-nha-dat {
        margin: 0px -10px 0px -10px;
    }
    .home-box-nha-dat .block-col {
        float: left;
        margin: 0px 10px 0px 10px;
        width: calc(33.33333333% - 20px);
        /* Firefox */
        width: -moz-calc(33.33333333% - 20px);
        /* WebKit */
        width: -webkit-calc(33.33333333% - 20px);
        /* Opera */
        width: -o-calc(33.33333333% - 20px);
    }
    .home-box-nha-dat .block-col .list-type-05 li {
        float: left;
        margin-right: 7px;
        margin-left: 7px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 26px);
        /* Firefox */
        width: calc(100% - 26px);
        /* Firefox */
        width: -moz-calc(100% - 26px);
        /* WebKit */
        width: -webkit-calc(100% - 26px);
        /* Opera */
        width: -o-calc(100% - 26px);
    }
    .home-box-nha-dat .block-col .list-type-06 li {
        float: left;
        margin-right: 7px;
        margin-left: 7px;
        width: calc(100% - 14px);
        /* Firefox */
        width: calc(100% - 14px);
        /* Firefox */
        width: -moz-calc(100% - 14px);
        /* WebKit */
        width: -webkit-calc(100% - 14px);
        /* Opera */
        width: -o-calc(100% - 14px);
    }
    .list-type-13 li:first-child p {
        display: block;
    }
    .list-type-13 li:first-child .wrap-img {
        width: calc(60% - 10px);
        width: -moz-calc(60% - 10px);
        width: -webkit-calc(60% - 10px);
        width: -o-calc(60% - 10px);
    }
    .list-type-13 li:first-child h3 {
        width: calc(40% - 5px);
        /* Firefox */
        width: -moz-calc(40% - 5px);
        /* WebKit */
        width: -webkit-calc(40% - 5px);
        /* Opera */
        width: -o-calc(40% - 5px);
    }
    .show-on-desktop {
        display: block;
    }
    .input-wrap-project .sevenButton,
    .input-wrap-project .sevenSelect,
    .input-wrap-project .sevenInput {
        float: left;
        margin-right: 10px;
    }
    .input-wrap-project .sevenInput {
        width: 210px;
    }
    .input-wrap-project .sevenSelect {
        width: 150px;
    }
    .input-wrap-project.box-filter-doanh-nghiep .sevenSelect {
        width: 169px;
    }
    .input-wrap-project.box-filter-doanh-nghiep .text-seachdn {
        float: left;
        margin-right: 5px;
        padding: 5px;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
    }
    .input-wrap-project.box-filter-doanh-nghiep.box-filter-quy-hoach .sevenSelect {
        width: 146px;
    }
    .input-wrap-project .sevenButton {
        width: 112px;
        margin-right: 0px;
    }
    .list-doanh-nghiep li {
        min-height: 185px;
        max-height: 185px;
        overflow: hidden;
    }
    .list-doanh-nghiep-sub li {
        min-height: auto !important;
        max-height: auto !important;
    }
    .an-bot-tin-moi ul li:nth-child(n+7) {
        display: block;
    }
    .an-bot-tin-moi ul li:nth-child(6) {
        border-bottom: 1px dotted #d7d7d7;
    }
    .an-bot-quan-tam ul li:nth-child(5) {
        display: block;
    }
    .an-bot-nha-dat ul li:nth-child(5) {
        display: block;
    }
    .an-bot-vi-tri-quan-tam ul li:last-child {
        display: block;
    }
    .boxGoogleSearchTop {
        display: block;
    }
}

#ajaxpages table {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #9DABCE;
    border-width: 0px 0px 0px 0px;
    text-align: center;
    background: #9dacbe;
    border-spacing: 1px;
}

#ajaxpages .event_cls {
    background-color: #187fe5;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#62a8ee), to(#157ee5));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #62a8ee, #157ee5);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#62a8ee, endColorstr=#157ee5);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#62a8ee, endColorstr=#157ee5)";
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#ajaxpages .event_cls a {
    color: white;
}

#ajaxpages .event_cls:hover {
    background-color: #166fc7;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#2e8be7), to(#0d65bb));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #2e8be7, #0d65bb);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#2e8be7, endColorstr=#0d65bb);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e8be7, endColorstr=#0d65bb)";
}

#ajaxpages .event_cls a.eventsbaobao:hover {
    color: white !important;
}

#ajaxpages .event_head {
    background-color: #f1f4f9;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee7f3));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #dee7f3);
    font-weight: 700;
    font-size: 13px;
}

#ajaxpages .event_col {
    background-color: #f1f4f9;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee7f3));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #dee7f3);
    color: #222;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

#ajaxpages .event_link {
    text-decoration: none;
    color: #222;
}

.events {
    position: relative;
}

.events ul {
    text-align: left;
    position: absolute;
    z-index: 100000000;
    padding: 0px 10px 0px;
    background: #f1f6fd;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f6fd));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #f1f6fd);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f6fd);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f6fd)";
    border: 1px solid white;
    font-size: 11px;
    width: auto;
    display: none;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    list-style: none;
    color: #444444;
    -webkit-box-shadow: 0 2px 5px -1px black;
    -moz-box-shadow: 0 2px 5px -1px black;
    box-shadow: 0 2px 5px -1px black;
}

.events ul li {
    margin-bottom: 0px;
    background: url("img/icon_arrow.gif") 0px 12px no-repeat;
    padding-left: 10px;
}

.events ul li a {
    font-weight: normal;
    font-size: 11px;
    white-space: nowrap;
    color: #222 !important;
    font-weight: bold;
}

.events ul li a:hover {
    color: #166fc7 !important;
}

table#pricing-matrix {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 12px;
}

table#pricing-matrix a {
    display: block;
}

table#pricing-matrix a:hover {
    background-color: transparent;
}

table#pricing-matrix thead {}

table#pricing-matrix thead tr {}

table#pricing-matrix thead tr th {
    background: #ECF5FF;
    text-align: center;
    padding: 10px 0;
}

table#pricing-matrix tbody {}

table#pricing-matrix tbody tr:hover {
    background: #FFFFCC;
}

table#pricing-matrix tbody tr td {
    text-align: left;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #333;
    vertical-align: middle;
}

table#pricing-matrix tbody tr td img {
    vertical-align: middle;
}

table#pricing-matrix tbody tr td.feature {
    text-align: left;
    border-left: none;
    font-weight: bold;
    padding: 10px 0 12px 5px;
}

table#pricing-matrix tbody tr td.price {
    font-weight: bold;
    background: #ECF5FF;
}

table#pricing-matrix tbody tr td.price small {
    display: block;
    font-size: 10px;
    padding: 2px 0 0 0;
}

table#pricing-matrix tfoot {}

table#pricing-matrix tfoot tr {}

table#pricing-matrix tfoot tr td {
    background: #F7F7F7;
    padding: 10px;
}

table#pricing-matrix tfoot tr td ol {
    padding-left: 25px;
}

table#pricing-matrix tfoot tr td ol li {
    font-size: 11px;
    color: #999999;
    list-style: decimal;
    line-height: 150%;
}

.last-no-bor li:last-child {
    border: none !important;
}

.list-type-03.list-right-nha-dat h4 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 7px;
}

.list-type-03.list-right-nha-dat li {
    margin-bottom: 15px;
}

.des-nha-dat {
    font-size: 12px;
    float: left;
    line-height: 22px;
    margin-top: -4px;
}

.des-nha-dat span {
    display: block;
}

.box-dat-cau-hoi {
    position: relative;
}

.box-dat-cau-hoi .sevenButSend {
    position: absolute;
    top: 2px;
    right: 2px;
    margin-top: 0px;
    padding: 3px 15px;
    border-radius: 10px;
}

.sub-menu-support {
    background: #fff;
    margin: 15px -16px -11px -16px;
    border: 1px solid #e3e3e3;
    display: none;
    border-top: none;
}

.sub-menu-support li {
    border-left: none;
    border-right: none;
    padding-left: 30px;
    background: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active .sub-menu-support,
li:hover .sub-menu-support {
    display: block;
}

.sub-menu-support li:hover {
    border-left: none;
    border-right: none;
    border-color: #e3e3e3;
    background: #f5f5f5;
}

.sub-menu-support li a {
    color: #333 !important;
    cursor: pointer;
}

.sub-menu-support li:hover a {
    color: #0061aa !important;
}

.list-google-search h3 b {
    color: red !important;
}

.list-li-after-nobor li:last-child {
    border-bottom: 0px !important;
}

.video-view-auto {
    background: #000;
    color: #fff;
    overflow: hidden;
}

.right-col,
.left-col,
.page-content,
.page-content-sub {
    background: rgba(85, 255, 105, 0.0);
}

.box-noidung-home ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.xem-them-da {
    float: right;
    font-style: italic;
}

.box-qt {
    background: rgba(255, 255, 188, 0.68);
}

.titleDuan {
    /*position: absolute;*/
    margin-top: 10px;
}

.bannerRecMobile {
    padding-bottom: 20px;
    overflow: hidden;
}

.popUpFormBinhLuan {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.popUpFormBinhLuan>div {
    border-radius: 0px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 20px;
    width: 70%;
    max-width: 400px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 2px solid #0061aa;
}

.top-A-banner {
    width: 460px;
    height: 88px;
}

.bg-doanhnhan {
    position: static;
}

.inphographic-view img {
    width: 100% !important;
    height: auto !important;
}

.sevenPostZalo {
    margin-top: -1px;
    /*border-bottom: 1px solid #e3e3e3;*/
    border-top: 1px solid #fff;
    margin-bottom: 10px;
}

.the-seven-share {
    float: left;
    margin: 5px 0 12px;
    width: 100%;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.the-seven-share li.btnSevenZalo {
    background: #018fe5;
    font-size: 14px;
}

.the-seven-share li {
    display: inline-block;
    background: #eee;
    margin-right: 5px;
    float: left;
    line-height: 34px;
    border-radius: 2px;
    position: relative;
}

.the-seven-share li.btnSevenZalo a {
    color: #FFF;
    padding: 1px 10px;
    display: block;
}

.the-seven-share li.btnSevenZalo .ti-zalo {
    background: url(../images/icon_zalomessage.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.the-seven-share li.btnFacebook {
    background: #4a6ea9;
    font-size: 14px;
}

.the-seven-share li.btnFacebook a {
    color: #FFF;
    text-align: center;
    padding: 1px 10px;
    display: block;
}

.the-seven-share li.btnFacebook .ti-facebook {
    background: url(../images/facebook-png-icon-follow-us-facebook-1.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.the-seven-share li.btnGooglez {
    background: #fff;
    font-size: 14px;
}

.the-seven-share li.btnGooglez a {
    color: #000;
    text-align: center;
    padding: 0 10px;
    display: block;
    border: 1px solid #d80027;
}

.the-seven-share li.btnGooglez .ti-google {
    background: url(../images/googleplus.svg) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

h1.top-headding {
    font-family: 'OpenSans', sans-serif !important;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.chuindam {
    font-weight: bold;
}

.hotline-tt {
    display: -webkit-inline-box !important;
    margin-top: 5px;
}

.button-hotline {
    border: 1px solid red;
    padding: 2px 7px;
    color: red;
    display: block !important;
    font-size: 13px !important;
    font-weight: bold;
    text-align: center;
}

.hotline-detail {
    margin-bottom: 0px !important;
    margin-top: 10px;
    font-weight: bold;
}

.hotline-detail-phone a {
    color: #333 !important;
}

.list-type-yop {
    margin-top: -10px;
}

.list-type-yop li a {
    overflow: hidden;
    display: -webkit-box;
    max-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #096bb3;
    font-size: 12px;
    padding-left: 10px;
    max-width: 302px;
}

.list-type-yop li {
    position: relative;
    padding-left: 10px;
}

.list-type-yop li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #c12c2e;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 11px;
}

.hiddenDes {
    display: none;
}

@media all and (max-width: 736px) {
    .sevenPostContent table {
        width: 100% !important;
    }
    .recBannerSizeMobileFull {
        display: none;
    }
    .recBannerSizeMobileFullDoc {
        display: block;
        max-width: 90%;
        margin: auto;
    }
    .getHeightTinFloat {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    .recBannerSizeMobileFull {
        display: block;
    }
    .recBannerSizeMobileFullDoc {
        display: none;
    }
}

.icon-play-hot img {
    position: absolute;
    z-index: 1000;
    width: 33px !important;
    top: 50%;
    left: 50%;
    margin: -17px 0px 0px -17px !important;
}

.getHeightTinFloat {
    float: right;
    width: 300px;
    margin-left: 15px;
}

.getHeightTinFloat .sevenMainTitle {
    text-transform: inherit;
}

.getHeightTinFloat ul li {
    margin-left: 0px !important;
}

.getHeightTinFloat .box-title ul li {
    padding-top: 0px;
}

.font-doanhnhan h3 {
    font-size: 20px !important;
}

.content-button {
    text-align: center;
}

#doanhnhanBTDiv,
#tinBTDiv {
    border: 1px solid;
    padding: 3px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.getHeightTinFloat img {
    width: 85px !important;
}

.list-type-14 .box-type-1 {
    float: left;
}

.list-type-14 .box-type-1 a {
    font-size: 13px;
    padding-right: 25px;
    font-weight: bold;
}

.list-type-14 .box-type-2 {
    float: right;
}

.list-type-14 .box-type-2 a {
    font-size: 13px;
    padding-right: 25px;
    font-weight: bold;
}

.list-type-14 .box-type-3 {
    width: auto;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 30px;
}

.getHeightTinFloat ul li {
    list-style-type: none;
}

blockquote {
    background: #f3f3f38a;
    /*border-left: 5px solid #0061aa;*/
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align: right !important;
}

blockquote:before {
    color: #0061aa;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
    font-family: initial;
}

blockquote:after {
    color: #0061aa;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.15em;
    vertical-align: -0.4em;
    font-family: initial;
}

blockquote p {
    display: inline;
}

blockquote strong {
    font-weight: 100 !important;
}

.over-dk {
    border: 1px solid #d8bfbf;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.box-overload {
    max-height: 290px;
    overflow: auto;
}

.video-box-home img {
    width: 100%;
}

.video-box-home {
    position: relative;
}

.video-box-home .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.video-box-home a:hover .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px -33px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.spaceo_rating_widget {
    padding: 0px;
    margin: 0px;
    float: left;
}

.spaceo_rating_widget li {
    line-height: 0px;
    width: 28px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer;
}

.spaceo_rating_widget li span {
    display: none;
}

.overall-rating {
    font-size: 14px;
    margin-top: 5px;
    color: #8e8d8d;
    margin-bottom: 10px;
}

.videodetailview a {
    /*font-size: 20px;*/
}


/* Emagazine */

#page-emagazine {
    margin-top: 40px;
}

#page-emagazine .container {
    transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out, right 0.3s ease-in-out, margin 0.3s ease-in-out;
    min-height: 2000px;
    right: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

#page-emagazine .section-cover>.in-cover>img.cover-bg-img,
#page-emagazine .section-cover>.in-cover>video {
    width: 100%;
}

#page-emagazine .img-mobile {
    display: none;
}

#page-emagazine .section-text-900 {
    max-width: 900px !important;
}

#page-emagazine .section-text {
    max-width: 640px;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
}

#page-emagazine .section-text>p {
    margin: 20px auto;
    line-height: 1.7;
    font-size: 18px;
}

#page-emagazine .section-text>p>span,
#page-emagazine .section-text>p>strong>span {
    font-size: 18px !important;
}

#page-emagazine .section-text table {
    line-height: 1.7;
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
}

#page-emagazine .section-text>table>tbody>tr>td>p {
    margin-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
}

#page-emagazine .section-text>p>img,
#page-emagazine .section-text>p>span>span>img,
#page-emagazine .section-text>p>span>img {
    max-width: none;
}

#page-emagazine .section-text iframe {
    height: 350px;
    width: 100%;
}

#page-emagazine .sapo {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    text-align: center;
    line-height: 1.3 !important;
}

#page-emagazine .cap-first {
    font-family: 'Roboto', sans-serif;
    float: left;
    color: #02cecd;
    font-size: 125px;
    line-height: .8;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .list-type-02 li img.item-img_rv {
        height: 141px;
    }
    .display-lines .property .info header h3,
    .display-lines .property .info header h4 {
        font-weight: bold;
    }
    .header-item-rv {
        position: absolute;
        top: 20px;
    }
    .display-lines .property {
        padding-bottom: 65px;
    }
    .property {
        margin-bottom: 0;
    }
    .properties-sale-new .property .property-image {
        width: 100%;
        height: auto;
    }
    figure.tag.status {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        left: 0px;
        font-size: 12px;
        padding: 6px 9px;
        position: absolute;
        top: 0px;
        z-index: 1;
    }
    .tag.price {
        position: absolute;
        z-index: 1;
        bottom: 55px;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        background-color: #0061aa;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        font-weight: bold;
    }
    .form-content .uploads-img {
        border: 1px solid transparent;
        bottom: 0;
        position: absolute;
        right: 0;
        height: 40px;
        width: 40px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
    }
    .item-bds_img {
        height: 105px;
        width: 210px;
    }
    .fc_select {
        height: 40px;
        font-size: 14px;
        padding: 6px 9px 5px 9px;
        outline: none;
        border-radius: 10px;
        background-color: #f3f3f3;
        border: 1px solid #e4e4e4;
    }
    li.dropdown:before {
        content: '';
        display: block;
        position: absolute;
        transform: rotate(135deg) translate(0, 81%);
        opacity: 1;
        color: #FFF;
        width: 15px;
        height: 15px;
        border-top: 3px solid;
        border-right: 3px solid;
        top: 15px;
        right: -1px;
    }
    .menu-main .navbar-top li:hover,
    .menu-main .navbar-top li a:hover,
    .menu-main .navbar-top li.active a {
        background: transparent;
    }
    .form-content {
        position: relative;
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .form-content .fc_textarea {
        border: 1px solid #e4e4e4;
        background-color: #f3f3f3;
        font-size: 14px;
        padding: 11px 9px 11px 20px;
        outline: none;
        border-radius: 10px;
    }
    .form-content .fc_label {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        width: 157px;
        text-align: left;
        line-height: 30px;
        padding: 0;
    }
    .icon-user-lg {
        width: 50px;
        margin: 5px auto;
    }
    .form-detail-user-lg {
        width: 350px;
        margin: 0 auto;
    }
    .form-content .fc_input {
        border: 1px solid #e4e4e4;
        height: 16px;
        background-color: #f3f3f3;
        font-size: 14px;
        padding: 11px 9px 11px 20px;
        outline: none;
        border-radius: 10px;
    }
    .menu-main .navbar-top li a {
        width: 215px;
        position: unset;
        border-bottom: none;

    }
    i#subMenu {
        padding: 2px;
        float: right;
        font-size: 35px;
        display: block;
    }
    img.imgMainBDS {
        height: auto;
    }
    #page-emagazine img {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px 0;
        height: auto !important;
    }
    #page-emagazine .img-mobile {
        display: block;
        padding-top: 0px;
    }
    #page-emagazine .section-cover .wow {
        display: none !important;
    }
    .below-nav-e {
        margin: 0px !important;
    }
    #page-emagazine .section-text-900 table {
        width: 100% !important;
    }
    #page-emagazine .section-text-900>table>tbody>tr>td>p {
        padding: 20px 25px;
    }
    #page-emagazine .section-text>p.sapo {
        font-size: 18.5px !important;
    }
    #page-emagazine .section-text>p {
        margin: 20px 25px;
        line-height: 1.5 !important;
        font-size: 18px !important;
    }
    #page-emagazine .section-text>p>span {
        line-height: 1.5 !important;
        font-size: 18px !important;
    }
    #page-emagazine .du-an-chi-tiet {
        margin: 20px 25px;
    }
    #page-footer #footer-nav {
        display: none;
    }
    #header-em .header-mobile {
        display: none;
    }
    #header-em {
        margin-top: 0px;
    }
    #header-em .logo-emagazine {
        left: 65% !important;
        transform: translate(-10%, -50%) !important;
    }
}

#header-em {
    width: 100%;
    position: fixed;
    height: 50px;
    z-index: 399;
    top: 0 !important;
    -webkit-box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.3);
}

#header-em .site-header {
    background: #0061aa;
    transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    margin-top: 0;
    height: 50px;
    position: relative;
}

#header-em .header-content.left {
    float: left;
}

#header-em .header-content {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

#header-em .header-content li,
.topbar .header-content li {
    height: 50px;
    padding: 2px 0;
}

#header-em .header-content li a,
.topbar .header-content li a {
    line-height: 25px;
    padding: 0 20px;
    vertical-align: middle;
}

#header-em .header-content li.item img {
    vertical-align: middle;
    padding-left: 45px;
}

#header-em .logo-emagazine {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header-em .logo-emagazine img {
    width: 130px;
}

#header-em .header-content.right {
    float: right;
}

#header-em .header-content {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

#header-em .header-content li,
.topbar .header-content li {
    float: left;
    line-height: 33px;
    margin-right: 20px;
}

#header-em .header-content.right .zalo-share img,
.topbar .right .header-content .zalo-share img {
    width: 13px;
    height: 24px;
    padding: 12px;
}

#header-em li.btnSevenZalo {
    background: #018fe5;
    font-size: 14px;
    height: 46px;
}

#header-em li.btnSevenZalo a,
#header-em li.btnFacebook a,
#header-em li.btnGooglez a {
    color: #FFF;
    padding: 1px 10px;
    display: block;
    line-height: 40px;
}

#header-em li.btnFacebook {
    background: #4a6ea9;
    font-size: 14px;
    height: 46px;
}

#header-em li.btnGooglez {
    height: 46px;
    font-size: 14px;
    background: #d80027;
}

#header-em li.btnSevenZalo .ti-zalo {
    background: url(../images/icon_zalomessage.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

#header-em li.btnFacebook .ti-facebook {
    background: url(../images/facebook-png-icon-follow-us-facebook-1.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

#header-em li.btnGooglez .ti-google {
    background: url(../images/Google-Plus-Icon.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

#header-em .logo-tn:before {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/back-to-arrow.png) center center #015ba0 no-repeat;
    background-size: 32px;
    content: '';
}

.box-thaoluan .question-item {
    display: block;
    border: 1px solid #e6e6e6;
    line-height: 1.58;
    word-break: break-word;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.box-thaoluan .question-item .question-info {
    display: block;
    background-color: #f9f9f9;
    padding: 15px 10px;
    border-bottom: solid 1px #efefef;
}

.box-thaoluan .question-item .question-info .question-sender {
    display: block;
    background: url(../images/main-css.png) -452px -270px no-repeat;
    padding-left: 35px;
    font-weight: 700;
    color: #666;
}

.box-thaoluan .question-item .question-info .question-sender span {
    font-weight: 400;
    font-size: 15px;
    color: #999;
}

.box-thaoluan .question-item .question-info .question-content {
    display: block;
    border-left: solid 1px #c2c3c3;
    font-style: italic;
    padding-left: 11px;
    margin-top: 10px;
    margin-left: 23px;
    color: #666;
    line-height: 25px;
}

.box-thaoluan .question-item .answer-list {
    display: block;
    background-color: #fff;
    padding: 20px 30px;
}

.box-thaoluan .question-item .answer-list .answer-item {
    display: block;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info {
    overflow: hidden;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info .guest-avatar {
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info .guest-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info .guest-name {
    overflow: hidden;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info .guest-name div {
    font-weight: 700;
    color: #005ba1;
    margin-top: 8px;
    margin-bottom: 3px;
}

.box-thaoluan .question-item .answer-list .answer-item .guest-info .guest-name span {
    color: #bbb;
}

.box-thaoluan .question-item .answer-list .answer-item .answer-content {
    line-height: 25px;
}

.box-thaoluan .question-item .answer-list .answer-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sevenSuportContentDuanx ul,
.sevenSuportContentDuanx ol {
    list-style: inherit;
    padding-left: 20px;
}

.sevenSuportContentDuanx a {
    color: #0061aa;
}

.checkRichMedia {
    position: relative;
    text-align: center;
}

.checkRichMedia img {
    max-width: 100%;
}

#getRichMedia {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.getHeightBannerMobileRich img {
    width: 100%;
}

.box-title-doanh-nghiep-info .sevenMainTitle {
    font-size: 13px;
}

.check-list-seo {
    background: #ecf5ff;
}

.check-list-seo li:before {
    left: 5px !important;
}

.check-list-seo a {
    padding-left: 5px;
}

#mapCafelandInfo {
    width: 100%;
    height: 400px;
    background-color: #CCC;
}

.btn.btn-default,
select.btn-default {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #005ba1;
    color: #fff;
}

.phone-detail {
    position: fixed;
    bottom: 10px;
    left: 10px;
    /*margin: 0 2%;*/
    text-align: center;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    opacity: 0.9;
}

.phone-detail a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.phone-duan {
    position: relative;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    font-size: 17vmin;
    background-color: #3498db;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
}

.phone-duan::before,
.phone-duan::after {
    position: absolute;
    content: "";
}

.phone-duan::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(#fff, 0.1);
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
}

.phone-duan::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0);
}

.phone-duan.is-animating {
    animation: phone-outer 3000ms infinite;
    &::before {
        animation: phone-inner 3000ms infinite;
    }
    &::after {
        animation: phone-icon 3000ms infinite;
    }
}

@keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
    }
    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(#3498db, 0.1), 0em 0.05em 0.1em rgba(#000000, 0.5);
    }
    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }
    2% {
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        transform: translate3d(0em, 0, 0);
    }
}

.sevenSuportContentDuanx img {
    /*width: 100% !important;*/
    height: auto !important;
}

.sevenSuportContentDuanx iframe {
    width: 100% !important;
}

.map-popup-content {
    width: 300px;
}

.map-popup-content .left {
    float: left;
    width: 40%;
}

.map-popup-content .left img {
    width: 100%;
    height: 100px;
    margin: -15px 0 -15px -20px;
    border-radius: 12px;
}

.map-popup-content .right {
    float: left;
    width: 60%;
}

.clearfix {
    clear: both;
}

.tbl-compare-form {
    margin-top: 8px;
}

.tbl-compare-form td,
.tbl-body-compare td,
.tbl-body-compare th {
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

.tbl-compare-form select {
    width: 185px;
}

.tbl-body-compare {
    margin-top: -1px;
}

.tbl-body-compare th,
.tbl-body-compare td.alleft {
    text-align: left;
    padding-left: 23px;
    font-weight: bold;
    text-transform: uppercase
}

.tbl-body-compare td.alleft-none {
    text-transform: none;
}

.tbl-body-compare td.alleft-none-a {
    padding-left: 5px;
    padding-right: 75px;
}

.tbl-body-compare td.alleft-none-b {
    padding-left: 10px;
}

.tbl-body-compare th {
    color: #0061aa
}

table#pricing-matrixx {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 12px;
}

table#pricing-matrixx a {
    display: block;
}

table#pricing-matrixx a:hover {
    background-color: transparent;
}

table#pricing-matrixx thead {}

table#pricing-matrixx thead tr {}

table#pricing-matrixx thead tr th {
    background: #ECF5FF;
    text-align: center;
    padding: 10px 0;
}

table#pricing-matrixx tbody {}

table#pricing-matrixx tbody tr td {
    text-align: center;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table#pricing-matrixx tbody tr td img {
    vertical-align: middle;
}

table#pricing-matrixx tbody tr td.feature {
    text-align: center;
    border-left: none;
    font-weight: bold;
    padding: 10px 0 12px 5px;
}

table#pricing-matrixx tbody tr td.price {
    font-weight: bold;
    background: #ECF5FF;
}

table#pricing-matrixx tbody tr td.price small {
    display: block;
    font-size: 10px;
    padding: 2px 0 0 0;
}

table#pricing-matrixx tfoot {}

table#pricing-matrixx tfoot tr {}

table#pricing-matrixx tfoot tr td {
    background: #F7F7F7;
    padding: 10px;
}

table#pricing-matrixx tfoot tr td ol {
    padding-left: 25px;
}

table#pricing-matrixx tfoot tr td ol li {
    font-size: 11px;
    color: #999999;
    list-style: decimal;
    line-height: 150%;
}

.boxContentSoSanhDuAn .project-sosanh-row {
    text-align: center;
    height: 130px;
    vertical-align: middle;
}

.boxContentSoSanhDuAn .project-head-title.extra-link {
    color: #0061aa !important;
    text-align: center !important;
}

.boxContentSoSanhDuAn .project-head-title {
    text-align: left !important;
    font-weight: bold;
}

.boxContentSoSanhDuAn .project-head-title.extra-title {
    height: 130px;
    vertical-align: middle;
}

.box-phan-trang ul.pagination {
    margin-top: 20px;
}

.box-phan-trang ul.pagination li {
    float: left;
    margin-left: 0px;
}


/*Custom*/

.left-top-news {
    float: left;
    width: 54%;
    margin-left: 6%;
}

.left-top-news .list-type-01 ul li {
    float: left;
    width: 100%;
    padding: 3px 0px;
    line-height: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.left-top-news .list-type-01 a {
    width: 100%;
    color: #0A5EC1;
    margin-bottom: 0px;
    margin-left: 0;
    font-size: 13px;
}

.left-top-news .list-type-01 ul li:before {
    display: none;
}

.left-top-news .timeliveheader {
    padding-right: 2px;
    font-size: 13px;
    color: #666;
    width: 30px;
}

.left-top-news .border_split {
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    margin-top: 4px;
    margin-right: 2px;
}

.left-top-news .sevenMainTitle {
    font-size: 13px;
    color: #0A5EC1;
}

.left-top-news .box-title {
    width: 96%;
}

.left-top-news ul {
    height: 150px;
    overflow: auto;
    padding-right: 3%;
}

.left-top-news ul::-webkit-scrollbar {
    width: 20px;
    background: #e8ebee;
}

.left-top-news ul::-webkit-scrollbar-track {
    border-left: 9px solid white;
    border-right: 9px solid white;
    border-radius: 0;
}

.left-top-news ul::-webkit-scrollbar-thumb {
    background: #0A5EC1;
    border-radius: 0;
    border-left: 7px solid white;
    border-right: 7px solid white;
}

.left-top-news ul::-webkit-scrollbar-thumb:hover {
    background: #56b70b;
}

.blueScrollHome {
    scrollbar-color: #0061aa #e8ebee;
    scrollbar-width: thin;
}

.right-top-news {
    float: left;
    width: 34%;
    margin-left: 6%;
}

.right-top-news .sevenMainTitle {
    font-size: 13px;
    color: #0A5EC1;
    text-align: center;
}

.right-top-news .box-content b {
    font-size: 55px;
}

.right-top-news .box-content p.hot-text-home {
    padding-top: 30px;
    font-size: 25px;
    padding-bottom: 10px;
    color: #0A5EC1;
}

.home-hot-pa .list-type-10 li {
    margin: 0px 20px 15px 0px;
}

.home-hot-pa li.home-one-hot-pa {
    width: calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: -o-calc(100% - 320px);
}

.home-hot-pa .list-type-10 li.home-list-hot-pa {
    width: 300px;
    margin-right: 0px;
    position: relative;
}

.home-hot-pa .list-type-10 li.home-list-hot-pa img {
    width: 85px;
}

.home-hot-pa .list-type-10 li.home-list-hot-pa h3 {
    font-weight: 100;
    font-size: 14px;
}

.home-hot-pa .list-type-10 li.home-list-hot-pa .icon-play-hot img {
    left: 50px;
    width: 20px !important;
    height: 20px;
    top: 35px;
}

.home-lich-su-kien .event-item .detail {
    display: flex;
}

.home-lich-su-kien .event-item .detail span.date {
    line-height: 50px;
    border-right: 1px solid #d3d3d3;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: bold;
    color: #000;
}

.home-lich-su-kien .event-item .detail a {
    color: #005ba1;
}

#tab-home-tieudiem .list-type-02 li {
    margin: 0px 10px 10px 10px;
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -o-calc(50% - 20px);
}

#tab-home-tieudiem .list-type-02 li.tieudiem-list {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

#tab-home-tieudiem .list-type-02 li.tieudiem-list h4 {
    height: auto;
    padding-left: 20px;
}

#tab-home-tieudiem .list-type-02 li.tieudiem-list a {
    text-decoration: underline;
}

#tab-home-tieudiem .list-type-02 li h4 {
    height: 50px;
}

#tab-home-tieudiem .list-type-02 li.tieudiem-list:before {
    background-image: url(../images/icon/fa-solid_arrow-right.png);
    content: "";
    width: 13px;
    height: 14px;
    display: block;
    top: 10px;
    left: 0px;
    margin: 0px;
    position: absolute;
}

#tab-home-tieudiem .list-type-02 li.tieudiem-top h4 {
    font-weight: 600;
}

.box-sukien {
    border: 1px solid #0A5EC1;
    border-radius: 5px;
    margin-top: 20px;
}

.box-sukien .box-title {
    background: #0A5EC1;
    color: #fff;
    padding: 0px 10px;
}

.box-sukien .box-title img {
    padding-right: 5px;
}

.box-sukien .box-title a:hover {
    color: #fff;
}

.box-sukien .color1 {
    background: #b2cde1;
    padding: 5px 10px;
}

.box-sukien .color2 {
    background: #deeaf3;
    padding: 5px 10px;
}

.home-one-hot-pa .box-home-title {
    position: relative;
    height: 315px;
}

.home-one-hot-pa .box-home-title h3 {
    margin-bottom: 0px !important;
    position: absolute;
    bottom: 6px;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
    color: white;
    line-height: 23px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
}

.home-one-hot-pa .box-home-title a:hover {
    color: #fff;
}

.line-text-home {
    border-bottom: 2px solid #0A5EC1;
}

.box-du-an-khac li {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 5px;
    cursor: pointer;
}

.box-du-an-khac li:hover {
    background: #005ba1;
    color: #fff;
    border: 1px solid #005ba1;
}

.box-du-an-khac li a:hover {
    color: #fff;
}

.box-du-an-khac li:before {
    display: none;
}

.box-du-an-khac {
    margin: 15px -20px 0px -7px;
}

.list-thitruong-home li.thitruong-hot h3,
.list-thitruong-home li.thitruong-hot a {
    color: #333;
}

.list-thitruong-home li.thitruong-list h3,
.list-thitruong-home li.thitruong-list a {
    font-weight: 100;
    color: #333;
}

.home-phan-tich .list-type-07 li img {
    /*border: none;   border-radius: 0px;*/
}

.home-phan-tich-list {
    margin-top: 0px;
}

.phan-tich-hot li {
    margin: 0px 14px 10px 0px;
    width: calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: -o-calc(100% - 14px);
}

.home-phan-tich-list li {
    float: left;
    position: relative;
    margin: 0px 10px 0px 0px;
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
}

.home-phan-tich-list li h4 {
    margin-top: -5px;
    font-weight: bold;
}

.phan-tich-hot li h3 {
    color: #333;
}

.home-hoi-dap .list-type-08 {
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.home-hoi-dap .list-type-08 li {
    padding: 10px;
}

.home-hoi-dap .list-type-08 li.check-hoi-dap {
    padding: 5px 10px;
    background-color: #deeaf3;
    margin-bottom: 0;
}

.list-li-after-nobor li:before {
    background-image: url(../images/rectangle-17.png);
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    top: 15px;
}

.list-li-after-nobor li a {
    padding-left: 5px;
}

.list-li-after-nobor li {
    line-height: 25px;
}

.box-xuhuong-home {
    margin: 15px -10px 0px -10px;
}

.box-xuhuong-home li {
    margin: 0px 10px 10px 10px;
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -o-calc(50% - 20px);
}

.box-xuhuong-home li h4 {
    height: 50px;
    font-weight: bold;
}

.box-doanh-nghiep .box-title {
    background: #0A5EC1;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
}

.box-doanh-nghiep .list-type-03 li h4 {
    text-align: center;
}

.box-doanh-nghiep .box-content .list-type-03 {
    background: #f5f5f5;
    margin-top: -5px;
    padding: 20px;
}

.box-doanh-nghiep .box-content .list-type-03 img {
    width: 130px;
    float: none;
    margin-left: 60px;
}

.box-doanh-nghiep .box-title a:hover {
    color: #fff;
}

.nut-ho-tro-tai-chinh {
    border-radius: 0px 20px 20px 0px !important;
}

.nha-dat-du-an .list-type-05 li:before {
    background-image: url(../images/icon/rectangle-17.png);
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    top: 12px;
}

.nha-dat-du-an .list-type-05 li a {
    padding-left: 5px;
}

.backgound-footer {
    background: #ecf7ffab;
    margin-top: 35px;
}

.box-moigioi-noi-bat .list-type-07 li img {
    width: 75px;
    height: 75px;
}

.vote-moigioi img {
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    border: none !important;
    margin-right: 2px !important;
}

.list-with-icon img {
    padding-top: 5px;
    padding-left: 10px;
}

#fixed-social-network {
    position: fixed;
    bottom: 14%;
    right: -138px;
    z-index: 999;
}

#fixed-social-network>a.fb-icon {
    background: #1396e2;
    color: #fff;
    line-height: 35px;
    padding-left: 14px;
}

#fixed-social-network>a.gy-icon {
    background: #1396e2;
    color: #fff;
    padding-left: 0px;
}

#fixed-social-network>a {
    border-radius: 0px;
    height: 35px;
    line-height: 34px;
    padding: 0px 20px 0px 15px;
    display: block;
    width: 194px;
    transform: translateX(35px);
    margin-bottom: 5px;
}

#fixed-social-network>a:hover {
    transform: translateX(-120px);
}

#fixed-social-network>a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#fixed-social-network>a>i {
    margin-right: 20px;
}

#fixed-social-network>a>img {
    margin-right: 20px;
}

.home-box-main-full .list-type-04 {
    margin: 15px -10px 0px -10px;
}

.home-box-main-full .list-type-04 li h3 {
    font-size: 14px;
    font-weight: 600;
}

.home-box-main-full .list-type-04 li {
    float: left;
    margin: 0px 10px 10px 10px;
    width: calc(33.33333333% - 20px);
    width: -moz-calc(33.33333333% - 20px);
    width: -webkit-calc(33.33333333% - 20px);
    width: -o-calc(33.33333333% - 20px);
}

.pb10 {
    padding-bottom: 20px;
}

.box-right {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-hot-pa .list-type-10 {
    margin: 0px 0px 0px 0px;
}

.nha-dat-hot .box-title,
.nha-dat-du-an .box-title {
    max-height: 60px;
}

.hotline-news {
    font-size: 13px;
    color: #333;
    margin-top: -4px;
}

p.project-address {
    line-height: 18px !important;
}

p.project-address img {
    width: 18px;
}

.max-hight-box {
    max-height: 60px;
}

.box-title.hauto {
    max-height: 60px;
}

.phpdebugbar {
    opacity: 0;
    height: 10px !important;
}

.phpdebugbarView {
    opacity: 1;
    height: auto !important;
}

@media (max-width: 900px) {
    .fright {
        float: inherit !important;
    }
    .header-top {
        background: #0A5EC1;
        border-bottom: none;
    }
    .header-top .container {
        padding: 10px;
    }
    .header-top .mobile .icon-menu,
    .header-top .mobile .icon-user {
        top: 5px;
    }
    .boxGoogleSearchMobile {
        margin-top: 10px;
    }
    input#show-menu[type=checkbox]:checked~.menu-main {
        top: 58px;
    }
}

@media (max-width: 767px) {
    .header-main .top-news-feed {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .header-top {
        background: #0061aa;
        border-bottom: none;
    }
    .header-top .container {
        padding: 10px;
    }
    .header-top .mobile .icon-menu,
    .header-top .mobile .icon-user {
        top: 5px;
    }
    .boxGoogleSearchMobile {
        margin-top: 10px;
    }
    input#show-menu[type=checkbox]:checked~.menu-main {
        position: unset;
        top: 58px;
    }
    .home-slide .itemSlide h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .list-type-04 li h3,
    .home-phan-tich .block-col .list-type-04 li h3,
    .list-type-08 h3,
    .list-type-09 li:first-child h4,
    .list-type-10 li:first-child h3,
    .list-type-10 li:first-child h3,
    .list-type-13 li h3 {
        font-size: 18px;
    }
    .list-type-02 li h4,
    .list-type-03 li h4,
    .list-type-04 li p,
    .list-type-05 li a,
    .list-type-08 p,
    .list-type-09 li h4,
    .list-type-10 li h3 {
        font-size: 16px;
    }
    .list-type-14 li h3 {
        font-size: 20px;
    }
    .list-type-03 li h4,
    .list-type-02 li h4,
    .list-type-09 li h4 {
        font-weight: bold;
    }
    .list-type-03 li {
        margin-bottom: 15px;
    }
    .list-type-02 li h4 {
        height: 100px;
    }
    .show-on-mobile .list-type-03 {
        margin-top: 15px;
    }
    .page-box-hot-lienquan li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .home-phan-tich-list li {
        width: 100%;
    }
    .footer-bct {
        position: relative !important;
        margin-bottom: -25px;
    }
    .list-type-10 li:first-child img {
        /*height: auto;*/
    }
}

.home-box-nha-dat .block-col .list-type-05 li p.price-min,
.list-tin-xem-nhieu li p.price-min {
    padding-left: 5px;
}

.icon-ho-tro-du-an {
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
}

.icon-ho-tro-du-an.goiy_muahang {
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 5px;
    /*padding-left: 10%;*/
    margin-bottom: 10px;
    display: table;
    position: relative;
    width: 96%;
    background-color: #3D89CE;
    border-radius: 10px;
    color: #FFF;
}

.icon-ho-tro-du-an.goiy_muahang:hover {
    color: #FFF;
}

.icon-ho-tro-du-an.goiy_muahang i.fa {
    position: absolute;
    /*margin-top: 6px;*/
    margin-left: 5px;
    right: 0;
    margin-right: 10px;
    top: 35%;
}

.icon-ho-tro-du-an.goiy_muahang span.text {
    display: table;
    float: left;
    margin-left: 15px;
    margin-right: 25px;
    line-height: 22px;
    font-size: 16px;
}

.icon-ho-tro-du-an.goiy_muahang.pdright span {
    padding-right: 20px;
}

.name-moigioi-home {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    font-weight: 700;
}

.hover-suggestions {
    padding-right: 15px;
}

.a-hover-suggestions {
    position: absolute;
    padding-left: 5px;
    display: none;
}

.i-hover-suggestions {
    position: absolute;
    padding-left: 5px;
    padding-top: 5px;
    display: none;
}


/** Hminh **/

.hoidapHomeMobile {
    display: none;
}

.page-box-hot.imgCustLoad li .wrap-img {
    max-width: 350px;
    min-height: 200px;
}

.topRead.imgCustLoad li a.firstImg {
    max-width: 100%;
    min-height: 130px;
    display: block;
}

.topRead2.imgCustLoad li a.animated-background {
    width: 85px;
    height: 51px;
    float: left;
    margin-right: 10px;
}

.listImgFirstVideo.imgCustLoad a.animated-background {
    width: 300px;
    min-height: 240px;
    display: block;
}

.listImgSmall.imgCustLoad li a.animated-background {
    width: 85px;
    height: 51px;
    float: left;
    margin-right: 10px;
}

.listImgSmallKT.imgCustLoad li a.animated-background {
    width: 85px;
    height: 58px;
    float: left;
    margin-right: 10px;
}

.listImgSmallReal.imgCustLoad li a.animated-background {
    width: 85px;
    height: 61px;
    float: left;
    margin-right: 10px;
}

.listImgSmallCircle.imgCustLoad li a.animated-background {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
    border-radius: 85px;
    padding: 2px;
}

.listImgCircleMoiGioi.imgCustLoad li a.animated-background {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 10px;
    border-radius: 85px;
    padding: 2px;
}

.listImgSmallCircle.imgCustLoad li a.animated-background img {
    border: 0px;
}

.listImgFirst.imgCustLoad li:first-child a.animated-background {
    width: 100%;
    height: 180px;
    display: block;
}

.listImgHomeNews.imgCustLoad li a.animated-background {
    width: 85px;
    height: 58px;
    float: left;
    margin-right: 10px;
}

.listImgHomeNews.imgCustLoad li:first-child a.animated-background {
    width: 100%;
    min-height: 220px;
    display: block;
}

.listImgHomeNews2.imgCustLoad li a.animated-background {
    width: 85px;
    height: 58px;
    float: left;
    margin-right: 10px;
}

.listImgHomeVideo.imgCustLoad li a.animated-background {
    width: 155px;
    min-height: 97px;
    display: block;
    float: left;
    margin-right: 10px;
}

.listImgHomeVideo.imgCustLoad li:first-child a.animated-background {
    width: 100%;
    min-height: 305px;
    display: block;
}

.listImgHomeXuHuong.imgCustLoad li a.animated-background {
    width: 100%;
    min-height: 150px;
    display: block;
}

.listImgHomePhanTich.imgCustLoad li a.animated-background {
    width: 100%;
    min-height: 259px;
    display: block;
}

.listImgHomeThiTruong.imgCustLoad li a.animated-background {
    width: 155px;
    min-height: 97px;
    display: block;
    float: left;
    margin-right: 10px;
}

.listImgHomeThiTruong.imgCustLoad li:first-child a.animated-background {
    width: 100%;
    min-height: 305px;
    display: block;
}

.listImgListView.imgCustLoadView li a.animated-background {
    width: 140px;
    min-height: 97px;
    display: block;
    float: left;
    margin-right: 10px;
}

img.imgMainBDS {
    height: 190px;
}

.listImgHomeDuAn.imgCustLoad li a.animated-background {
    width: 100%;
    min-height: 190px;
    display: block;
}

.listImgHomeTieuDiem.imgCustLoad li a.animated-background {
    width: 100%;
    min-height: 120px;
    display: block;
}

.blkLoadCtn.animated-background {
    width: 100%;
    min-height: 220px;
    display: block;
    padding-top: 10px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.blkLoadCtnFr {
    width: 100%;
    min-height: 100px;
    display: block;
    padding-top: 10px;
    position: relative;
}

.blkLoadCtnFr:before,
.blkLoadCtnFr:after {
    content: ' ';
    width: 80%;
    height: 20px;
    background-color: #CCC;
    position: absolute;
    z-index: 999;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

.blkLoadCtnFr:after {
    content: ' ';
    width: 100%;
    height: 60px;
    top: 40px;
}


/* Tooltip container */

.hasTooltip {
    position: inherit !important;
}

.hasTooltip ul li {
    position: inherit !important;
}

.hasTooltip-position {
    position: inherit !important;
}

.hasTooltip-position ul li {
    position: relative !important;
}

.dishidden {
    display: none;
}

.tooltipInfo {
    position: absolute;
}

.tooltipInfo .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    text-transform: none !important;
    font-size: 14px;
    font-style: normal;
}

.tooltipInfo .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipInfo:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.footer-bct {
    position: absolute;
    z-index: 9;
}

.list-danh-cho-ban {
    background-color: #f0f8ff;
    padding-left: 10px;
    padding-top: 5px;
}

ul.list-menu-hotro {
    border: 1px solid #ccc;
}

ul.list-menu-hotro li {
    background: url(https://static1.cafeland.vn/cafelandData/upload/icon/bullet-green.jpg) no-repeat 10px 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 25px;
}

ul.list-menu-hotro li.active {
    background: #d5ecfe url(https://static1.cafeland.vn/cafelandData/upload/icon/bullet-blue.jpg) no-repeat 10px 20px;
}

ul.list-menu-hotro li:last-child {
    border-bottom: none;
}

.fright-hotro {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: -o-calc(100% - 340px);
    margin-top: 10px;
}

.fright-hotro .sevenPostTitle {
    text-align: center;
}

.header-hotro {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: #0061aa;
    border-radius: 8px 8px 0 0;
}

.backgound-footer .block-nd {
    margin: 0px -10px 0px -10px;
    padding: 20px 0px;
    display: flex;
}

.backgound-footer .block-nd .footer-col {
    margin: 0px 10px 0px 10px;
    width: calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    width: -o-calc(20% - 20px);
}

.backgound-footer .block-nd .footer-col .title-st a {
    font-weight: bold;
}

#ar_buttons {
    margin-top: 10px;
}

#gatAccuracyYes {
    color: #97ba78;
    background-image: url(../images/face_smile_green.png);
}

#gatAccuracyNo {
    color: #686868;
    background-image: url(../images/face_sad_gray.png);
}

#gatAccuracyYes:hover {
    border: 1px solid #97ba78;
}

#gatAccuracyNo:hover {
    border: 1px solid #686868;
}

button.aritem {
    min-width: 100px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px center;
    padding: 15px 10px 15px 50px;
    font-size: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

#mapCafelandInfo iframe {
    width: 100%;
    height: 400px;
}

.listBoxQuanTamQH .list-tin-xem-nhieu {
    max-height: 200px;
    overflow-y: auto;
}

li.video-hot-list a:hover .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px -33px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

li.video-hot-list .icon_thumb_play_a {
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://static1.cafeland.vn/doanhnhanthanhdat/css/img/video.svg);
    background-position: 0px 0px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

li.video-hot-list a {
    position: relative;
}


/*Vat lieu xay dung*/

.menu-vlxd {
    height: 38px;
    cursor: pointer;
    padding: 0 10px;
    position: initial !important;
}

.menu-vlxd a.bt_cut {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 0px 12px !important;
}

.menu-vlxd a.bt_cut span {
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: absolute;
    top: 18px;
}

.menu-vlxd span.ei-line1 {
    left: 0;
}

.menu-vlxd span.ei-line2 {
    left: 10px;
}

.menu-vlxd span.ei-line3 {
    right: 0;
}

.menu-vlxd.active a.bt_cut span.ei-line1 {
    left: 11px;
    height: 20px;
    transform: rotate(-135deg);
    top: 10px;
    width: 3px;
}

.menu-vlxd.active a.bt_cut span.ei-line3 {
    right: 10px;
    height: 20px;
    transform: rotate(135deg);
    top: 10px;
    width: 3px;
}

.menu-vlxd.active .menu-sub-vlxd {
    display: block;
}

.menu-vlxd .menu-sub-vlxd {
    position: absolute;
    right: -1px;
    z-index: 1000;
    top: 39px;
    background-color: #fff;
    display: none;
}

.menu-vlxd .menu-sub-vlxd .menu-sub-col li {
    float: inherit;
    background: #0A5EC1;
    border-top: 1px solid #fff;
}

.menu-vlxd .menu-sub-vlxd .menu-sub-col li.title-st a {
    font-weight: 600;
}

.menu-vlxd .menu-sub-vlxd .menu-sub-col a {
    font-weight: 100;
}


/*end vat lieu*/


/*Ceo*/

.ceo-info {
    margin-bottom: 20px;
}

.ceo-info-left {
    width: 170px;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}

.ceo-info-left img {
    border-radius: 100%;
}

.ceo-info-left .name-ceo {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.list-ceo {
    margin: 0px -7px 0px -7px;
}

.list-ceo li.item {
    margin: 0px 7px 15px 7px;
    width: calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: -o-calc(100% - 14px);
}

.list-ceo li.item .wrap-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.list-ceo li.item h4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    font-weight: 700;
    height: 50px;
}

.list-ceo .owl-item {
    width: 160px !important;
}


/* Ho Tro */


/*.form-ctn-search{border:1px solid #ccc; padding: 10px;}
.form-ctn-search div{padding-bottom: 10px;}
.form-ctn-search div input.textKeyword{width:96%; padding: 5px; border:1px solid #DDD; color:#999999;}
.form-ctn-search div.row-btn{text-align: right;}
.form-ctn-search div input.txtBtnSearch{width:auto; border: 0px;padding: 5px; background-color: #0061aa; color:#FFF; border-radius: 10px; padding: 5px 8px 5px 8px; }*/

.form-ctn-search {
    border: 1px solid #DDD;
    padding: 4px;
    width: 40%;
    float: right;
    border-radius: 15px;
}

.form-ctn-search div {
    /*padding-bottom: 10px;*/
}

.form-ctn-search div input.textKeyword {
    width: 70%;
    padding: 5px;
    border: 0px solid #DDD;
    color: #999999;
}

.form-ctn-search div.row-btn {
    text-align: right;
}

.form-ctn-search div input.txtBtnSearch {
    width: auto;
    border: 0px;
    padding: 5px;
    /*background-color: #0061aa;*/
    color: #FFF;
    /*border-radius: 10px; padding: 5px 8px 5px 8px;*/
}

.form-ctn-search div button.txtBtnSearch {
    width: auto;
    border: 0px;
    padding: 5px;
    /*background-color: #0061aa;*/
    color: #0061aa;
    /*border-radius: 10px; padding: 5px 8px 5px 8px;*/
    ;
    float: right;
    font-size: 18px;
}


/* Goc Nhin */

.ctnViewRight .avata_box_author {
    display: none;
    float: left;
    margin-right: 10px;
}

.ctnViewRight span.avata_box_author img {
    max-height: 36px;
    border-radius: 50%;
}


/* Reponsive by minhh */

@media (max-width: 1190px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        min-height: 170px;
    }
    .text-seachdn {
        width: 98%;
        margin-bottom: 10px;
        padding: 5px;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
    }
}

@media (max-width: 1000px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        min-height: 200px;
    }
    .fright-hotro {
        width: 98%;
    }
}

@media (max-width: 890px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        min-height: 170px;
    }
    .menu-vlxd {
        display: none;
    }
}

@media (max-width: 860px) {
    .ceo-info-left {
        width: 100%;
        text-align: center;
    }
    .ceo-info-left img {
        width: 60%;
    }
    .page-box-hot.imgCustLoad li .wrap-img {
        min-height: 150px;
    }
}

@media (max-width: 760px) {
    .ctnViewRight {
        width: 100% !important;
    }
    .ctnViewLeft {
        display: none;
    }
    .ctnViewRight .avata_box_author {
        display: inline-block;
    }
}

@media (max-width: 720px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        min-height: 120px;
    }
    #ajaxTin .list-type-14 li .wrap-img {
        max-width: 140px;
    }
}



@media (max-width: 590px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        max-width: 100%;
        height: 330px;
        overflow: hidden;
    }
    #sevenBoxNewContentInfo .news_detail_div div {
        width: 100% !important;
    }
    #sevenBoxNewContentInfo img {
        max-width: 100% !important;
    }
    #pricing-matrixx,
    table.MsoTableGrid {
        overflow-x: auto;
        display: block;
    }
    .hoidapHomeMobile {
        display: block;
    }
    .hoidapHomeMobile .home-box-sub {
        display: block;
    }
    .homeChuDeCNXH .home-box-sub {
        display: block;
    }
    .homeChuDeBox10 .home-box-sub {
        display: block;
    }
}

@media (max-width: 560px) {
    .listImgHomeDuAn.imgCustLoad li a.animated-background {
        min-height: 90px;
    }
}

@media (max-width: 540px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    ul.listImgHomeDuAn li {
        width: 96% !important;
    }
    ul.listImgHomeDuAn li a {
        width: 100%;
        display: table;
    }
    ul.listImgHomeDuAn li>a {
        width: 155px;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }
    ul.listImgHomeDuAn li>a img {
        width: 155px;
        height: 110px;
        margin-bottom: 10px;
    }
    ul.listImgHomeDuAn.imgCustLoad li a.animated-background {
        width: 155px;
        display: inline-block;
    }
    ul.listImgHomeDuAn li h3 a {
        font-size: 16px;
        width: 100% !important;
    }
    ul.listImgHomeDuAn li p.project-address {
        float: left;
    }
}

@media (max-width: 490px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        height: 272px;
    }
    .listImgHomeDuAn li {
        width: 100%;
    }
    .listImgHomeDuAn li a {
        width: 100%;
        display: table;
    }
    .listImgHomeDuAn li h3 a {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .blackTitle {
        width: 100% !important;
    }
}

@media (max-width: 440px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        height: 242px;
    }
}

@media (max-width: 400px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        height: 210px;
    }
}

@media (max-width: 320px) {
    .page-box-hot.imgCustLoad li .wrap-img {
        height: 170px;
    }
}

.menu-cat-mobile {
    margin-top: -12px;
}

@media screen and (min-width: 1200px) {
    .form-content {
        position: relative;
        display: flex;
        margin-bottom: 20px;
    }
    .form-content .fc_label {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        width: 157px;
        text-align: left;
        line-height: 30px;
        padding: 0;
    }
    .form-content .fc_input {
        border: 1px solid #e4e4e4;
        width: 100%;
        height: 16px;
        background-color: #f3f3f3;
        font-size: 14px;
        padding: 11px 9px 11px 20px;
        outline: none;
        border-radius: 10px;
    }
    .form-content .fc_textarea {
        border: 1px solid #e4e4e4;
        width: 100%;
        background-color: #f3f3f3;
        font-size: 14px;
        padding: 11px 9px 11px 20px;
        outline: none;
        border-radius: 10px;
    }
    .form-content .uploads-img {
        border: 1px solid transparent;
        bottom: 0;
        position: absolute;
        right: 0;
        height: 40px;
        width: 40px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
    }
    .fc_select {
        height: 40px;
        font-size: 14px;
        padding: 6px 9px 5px 9px;
        outline: none;
        border-radius: 10px;
        background-color: #f3f3f3;
        border: 1px solid #e4e4e4;
    }
    .userinfo {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .form-detail-user-pw {
        width: 600px;
        margin: 0 auto
    }
    .form-login-user {
        text-align: center;
    }
    .form-detail-user-lg {
        width: 600px;
        margin: 0 auto;
    }
    .icon-user-lg {
        width: 50px;
        margin: 5px auto;
    }
    .render-user-rgt {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .item-bds_img {
        height: 105px;
        width: 210px;
    }
    .property {
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .property .tag.status {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        left: 0px;
        font-size: 12px;
        padding: 6px 9px;
        position: absolute;
        top: 0px;
        z-index: 1;
    }
    .tag {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        display: inline-block;
        padding: 3px 8px;
    }
    .property .property-image {
        height: 195px;
        overflow: hidden;
        width: 100%;
    }
    .property img {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-backface-visibility: hidden;
        width: 100%;
        position: relative;
        top: 0;
    }
    .property .overlay {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        bottom: 0px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .property .overlay .info {
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
        padding: 12px;
    }
    .tag.price {
        background-color: #0061aa;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 13px;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold;
    }
    .property .overlay h4 {
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin: 5px 0 3px 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-height: 45px;
        overflow: hidden;
    }
    .overlay figure {
        color: #fff;
        font-weight: lighter;
    }
    .box-raovat li {
        width: calc(33.33333333% - 20px);
        width: -moz-calc(33.33333333% - 20px);
        width: -webkit-calc(33.33333333% - 20px);
        width: -o-calc(33.33333333% - 20px);
    }
    .list-type-02 li h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 2px;
        overflow: hidden;
        height: 24px;
    }
}

.img-user-info {
    background-color: #867a7a;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0A5EC1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0A5EC1;
    border-color: #0A5EC1;
    cursor: default;
}
