@charset "utf-8";

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('../fonts/RobotoMedium.woff2') format('woff2'),
         url('../fonts/RobotoMedium.woff') format('woff'),
         url('../fonts/RobotoMedium.ttf') format('truetype'),
         url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../fonts/RobotoMediumItalic.eot');
    src: url('../fonts/RobotoMediumItalic.eot') format('embedded-opentype'),
         url('../fonts/RobotoMediumItalic.woff2') format('woff2'),
         url('../fonts/RobotoMediumItalic.woff') format('woff'),
         url('../fonts/RobotoMediumItalic.ttf') format('truetype'),
         url('../fonts/RobotoMediumItalic.svg#RobotoMediumItalic') format('svg');
}

* { margin: 0; text-decoration: none; }
body { min-width: 1020px; font-family: Arial, Helvetica, sans-serif; background: #f3f3f3; }
img { max-width: 100%; height: auto; box-sizing: border-box; }
.w-clear:after { display:block; content:""; clear:both; }
.clear { clear: both; }

/* Begin Contain */ 
#wrap_container
{
    max-width: 1000px;
    margin: auto;
    padding: 10px 10px 0px 10px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#050505)";
    -moz-box-shadow: 0 0 10px 2px rgba(5,5,5,0.4);
    -webkit-box-shadow: 0 0 10px 2px rgba(5,5,5,0.4);
    box-shadow: 0 0 10px 2px rgba(5,5,5,0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#050505);
}
.contain_main 
{ 
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.left
{
    width: 760px;
    float: left;
}
.right
{
    width: 230px;
    float: right;
}
.title_main
{
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid #05589d; 
}
.title_main span
{
    display: inline-block;
    height: 33px;
    line-height: 36px;
    font-family: 'RobotoBold';
    color: #fff;
    padding: 0px 20px;
    background: url(../images/bg-menu.png) repeat-x;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}
.info_main
{
    margin-bottom: 10px;
}
.view
{
    float: left;
    color: #0761AC;
    font-family: arial; 
    font-size: 14px;
    margin-bottom: 10px;
}
.share
{
    float: right;
}
/* End Contain */

/* Begin Quảng Cáo Trượt */
#divAdRight, #divAdLeft { width: 100px;
    display: none;
    position: absolute;
    top: 0px;
    z-index: 10000;
    max-height: calc(100vh - 5px);
    overflow: hidden;}
#divAdRight img, #divAdLeft img { width: 100px; margin-bottom: 3px; }
/* End Quảng Cáo Trượt */

/* Begin Wrap Content */
.wrap-home { margin-top: 20px; margin-bottom: 10px; }
.wrap-content { max-width: 1000px; margin: auto; margin-bottom: 20px; }
.wrap-content:last-child { margin-bottom: 0px; }
.block-left { margin-bottom: 20px; }
.block-left:last-child { margin-bottom: 0px; }
/* End Wrap Content */

/* Begin Wrap Tin Đăng */
.wrap-tindang { }
.wrap-tindang .title_main span { padding-left: 70px; padding-right: 40px; }
.wrap-tindang .title_main span:before
{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/tindang.png) no-repeat;
    top: 5px;
    left: 35px;
}
.item-bds { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(128, 128, 128, 0.5); }
.item-bds:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px; }
.pic-bds
{
    float: left;
    position: relative;
    margin-right: 10px;
    max-width: 190px;
}
.info-bds
{
    float: left;
    width: calc(100% - 200px);
}
.info-bds h3 a
{
    font-weight: normal;
    font-family: 'RobotoBold';
    color: #ed1b24;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.info-bds h3 a:hover { text-decoration: underline; }
.desc-bds { }
.attr-bds { padding-left: 20px; margin-bottom: 10px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.attr-bds:last-child { margin-bottom: 0px; }
.icon-vitri { background: url(../images/vitri.png) no-repeat 1px 4px; }
.icon-gia { background: url(../images/gia.png) no-repeat 2px 5px; }
.icon-dientich { background: url(../images/dientich.png) no-repeat 0px 4px; }
.icon-ghichu { background: url(../images/ghichu.png) no-repeat 0px 4px; }
.attr-bds span
{
    font-family: 'RobotoBold';
    font-size: 13px;
    display: inline-block;
    width: 60px;
    position: relative;
}
.attr-bds span:after
{
    content: ':';
    position: absolute;
    right: 0px;
    top: 0px;
}
.attr-bds b
{
    font-family: 'RobotoRegular';
    font-weight: normal;
    width: calc(100% - 65px);
    font-size: 13px;
}
.gia-bds { color: #ed1b24; font-weight: bold !important; }
/* End Wrap Tin Đăng */

/* Begin Wrap Nhà Đất */
.wrap-nhadat .title_main span 
{
    padding-left: 65px;
    padding-right: 40px;
    cursor: pointer;
}
.wrap-nhadat .title_main span:before 
{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/duan.png) no-repeat;
    top: 7px;
    left: 35px;
}
.tit-cat-nd
{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.tit-cat-nd a
{
    font-family: 'RobotoBold';
    color: #0761ab;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding: 0px 15px;
}
.tit-cat-nd a:hover,
.tit-cat-nd a.active
{
    text-decoration: underline;
    color: #ed1b24;
}
.tit-cat-nd a:after
{
    content: '';
    position: absolute;
    top: 3px;
    right: -4px;
    width: 2px;
    height: 13px;
    background: #3981bc;
}
.tit-cat-nd a:last-child:after { display: none; }
.item-bds-twin
{
    width: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.item-bds-twin:nth-child(2n+1) {clear: both;width: calc(50% - 10px);}
.item-bds-twin:nth-child(2n) { margin-right: 0px; }
.item-bds-twin .pic-bds { margin-right: 0px; }
.item-bds-twin .pic-bds img { width: 155px; height: 130px; }
.item-bds-twin .info-bds { float: left; width: calc(100% - 165px); padding-left: 10px; background: #F5F5F5; min-height: 130px; }
.item-bds-twin .info-bds h3 a { margin-bottom: 5px; padding-top: 8px; font-size: 14px; }
.item-bds-twin .info-bds .attr-bds { margin-bottom: 7px; }
.item-bds-twin .info-bds .attr-bds span { font-size: 12px; }
/* End Wrap Nhà Đất */

/* Begin Wrap Quảng Cáo 4 */
.wrap-quangcao4 { padding-bottom: 7px !important; }
.wrap-quangcao4 .lbl-moigioi { text-indent: 100px; margin-bottom: 7px; }
.wrap-quangcao4 .lbl-moigioi:before 
{
    width: 27px;
    height: 19px;
    background: url(../images/quangcao.png) no-repeat;
    top: 8px;
}
.quangcao4
{
    list-style: none;
    padding: 0px;
}
.quangcao4 li
{
    display: block;
    width: 215px;
    margin: auto;
    margin-bottom: 5px;
}
.quangcao4 li:last-child { margin-bottom: 0px; }
/* End Wrap Quảng Cáo 4 */

/* Begin Môi Giới */
.wrap-moigioi
{
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 5px;
    padding: 1px;
    padding-bottom: 15px;
}
.lbl-moigioi
{
    display: block;
    height: 35px;
    line-height: 35px;
    font-family: 'RobotoBold';
    color: #fff;
    background: url(../images/bg-menu.png) repeat-x;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-indent: 60px;
    margin-bottom: 10px;
}
.lbl-moigioi:before 
{
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background: url(../images/moigioi.png) no-repeat;
    top: 9px;
    left: 35px;
}
ul.moigioi-home li
{
    max-width: 210px;
    margin: auto;
    margin-bottom: 20px;
}
ul.moigioi-twin li a, ul.moigioi-home li a{color: #000;}
ul.moigioi-home li p,
ul.moigioi-twin li p
{
    font-family: 'RobotoBold';
    font-size: 13px;
    display: block;
    margin-top: 5px;
    text-align: center;
}
ul.moigioi-home li p:first-of-type { margin-top: 10px; text-transform: capitalize; }
ul.moigioi-home li p span, ul.moigioi-twin li p span { color: #065da4; }
/* End Môi Giới */

/* Begin Môi Giới Twin */
ul.moigioi-twin
{
    padding: 0px;
    list-style: none;
}
ul.moigioi-twin li
{
    max-width: 180px;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
}
ul.moigioi-twin li:nth-child(4n+1) { clear: both; }
ul.moigioi-twin li:nth-child(4n) { margin-right: 0px; }
/* End Môi Giới Twin */

/* Begin Wrap Quảng Cáo */
.wrap-quangcao { text-align: center; }
.wrap-quangcao a { display: block; margin-bottom: 20px; }
.wrap-quangcao a:last-child { margin-bottom: 0px; }
/* End Wrap Quảng Cáo */

/* Begin Wrap Search */
.wrap-search-news .wrap-search
{ 
    float: left;
    width: 230px;
}
.wrap-search-news .right img{width: 230px;height: 320px;}
.search-home
{
    max-width: 230px;
    width: 100%;
}
.lbl-search
{
    line-height: 36px;
    text-indent: 70px;
    color: #fff;
    font-family: 'RobotoBold';
    font-size: 15px;
    position: relative;
    display: block;
    border-radius: 5px 5px 0px 0px;
    background: url(../images/bg-menu.png) repeat-x top center;
}
.lbl-search:before
{
    content: '';
    position: absolute;
    top: -8px;
    left: 7px;
    width: 47px;
    height: 40px;
    background: url(../images/hs.png) repeat-x top center;
}
.content-search
{
    padding: 17px 10px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 0px 0px 5px 5px;
}
.sel-search 
{
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid rgb(192, 192, 192);
}
a.timkiem
{
    display: block;
    width: 113px;
    height: 38px;
    position: relative;
    background: url(../images/btn-search.png) no-repeat;
    margin: auto;
}
a.timkiem:hover { background: url(../images/btn-search-hv.png) no-repeat; }
a.timkiem:before
{
    content: attr(title);
    font-size: 15px;
    font-family: 'RobotoBold';
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: normal;
}
/* End Wrap Search */

/* Begin Wrap News */
.wrap-news
{
    max-width: 520px;
    float: right;
}
.pic-newsest
{
    float: left;
    margin-right: 10px;
}
.info-newsest
{
    float: left;
    width: calc(100% - 230px);
}
.info-newsest h3 a
{
    font-weight: normal;
    font-family: 'RobotoBold';
    color: #ed1b24;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 22px;
    margin-top: -5px;
}
.desc-newsest
{
    font-family: 'RobotoRegular';
    color: #313131;
    line-height: 22px;
    text-align: justify;
    font-size: 13px;
}
.xemthem
{
    color: #ed1b24;
    font-family: 'RobotoMediumItalic';
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}
.wrap-news-simply
{
    margin-top: 10px;
}
ul.tintuc-home li a
{
    background: url(../images/li-news.png) no-repeat 0px 16px;
    line-height: 39px;
    color: #3e3e3e;
    font-size: 14px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    display: block;
    padding-left: 15px;
    font-family: 'RobotoBold';
}
ul.tintuc-home li a:hover
{
    text-decoration: underline;
    color: #ed1b24;
}
/* End Wrap News */

/* Begin Hot - Vip */
span.hot
{
    display: inline-block;
    width: 35px;
    height: 15px;
    text-decoration: none !important;
    background: url(../images/hot.png) no-repeat;
    margin-left: 5px;
}
span.vip { position: absolute; top: 0px; right: 0px }
span.vip:before
{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 45px solid #ef1b20;
    border-left: 45px solid transparent;
}
span.vip:after
{
    content: 'vip';
    color: #fff200;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: -25px;
    text-transform: uppercase;
    transform: rotate(48deg);
}
.blink-fade
{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/* End Hot - Vip */

/* Begin Header */
.header
{
    width: 100%;
}
.banner
{
    max-width: 1000px;
    margin: auto;
}
.banner_left
{
    float: left;
    max-width: 165px;
}
.banner_right
{
    float: right;
    max-width: 800px;
}
.info-banner
{
   min-height: 40px;
   font-family: 'RobotoBold';
}
.slogan
{
    float: left;
    line-height: 43px;
    color: #3e3e3e;
    font-size: 14px;
    height: 40px;
}
.btn-dt-banner
{
    float: right;
    background: url(../images/dangtin.png) no-repeat 0px 0px;
    height: 23px;
    line-height: 30px;
    font-size: 14px;
    color: #ed1b24;
    text-transform: uppercase;
    margin-top: 7px;
    padding-left: 30px;
}
.banner-slide
{
    width: 800px;
    height: 100px;
}
/* End Header */

/* Menu */
.menu 
{
    height: 36px;
    background: url(../images/bg-menu.png) repeat-x top center;
    border-radius: 3px;
}
.menu_contain
{ 
   max-width: 1000px;
   margin: auto;
}
.menu_contain ul 
{ 
    padding: 0px;
    list-style: none;
}
.menu_contain ul li a 
{
    color: white;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0px 17px;
    line-height: 36px;
    font-family: 'RobotoMedium';
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}
.menu_contain ul li:hover a
{
    color: #fff100;
}
.menu_contain ul li a.active
{ 
    color: #fff100;
}
.menu_contain ul li.line
{
    width: 2px;
    height: 36px;
    background: url(../images/line-menu.png) no-repeat center;
}
#wrap_menu_res
{
    display: none;
    position: relative;
}
.invi_loading 
{
    visibility: hidden !important;
}
/* End Menu */

/* Begin Tabs Pro Home */
ul.tabs
{
    background-color: #065EA6;
    margin: 0px;
    padding: 0px 5px;
    list-style: none;
    font-size: 14px;
    height: 35px;
}
ul.tabs li
{
    line-height: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    font-family: 'RobotoRegular';
    text-transform: capitalize;
    cursor: pointer;
    padding: 0px 10px;
    margin-top: 5px;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.tabs li.current
{
    background: #fff;
    color: #174e92;
    visibility: visible !important;
}
#tab_cont
{
    position:relative;
    background: #edebec;
    min-height: 415px;
}
.tab-content
{
    visibility:hidden;
    padding: 5px;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    box-sizing:border-box;
}
.tab-content.current
{
    display: inherit;
    visibility:visible !important;
}
/* End Tabs Pro Home */

/* Begin Sản Phẩm Detail */
span.tit-pro-detail
{
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
    font-family: tahoma;
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
    color: #ED1C24;
}
.hinh_sp_detail
{
    margin-bottom: 15px;
}
.thongtin_sp_detail
{
    margin-bottom: 15px;
}
.pic_product_detail img
{
    max-width: 105px;
    box-shadow: none !important;
}
.detail_sp
{
    margin-top: 20px;
}
.desc-main-pro-detail
{
    margin-bottom: 15px;
}
.desc-intro { float: left; }
.desc-intro p
{
    font-weight: bold;
    font-family: tahoma;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}
.desc-intro p:last-child { margin-right: 0px; }
.desc-intro p b
{
    color: #319C00;
    font-size: 14px;
}
.desc-pro-detail { margin-bottom: 15px; }
.tit-mota-detail
{
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    display: block;
    color: #8e8e8e;
    margin-bottom: 10px;
}
.desc-detail { line-height: 1.5; font-size: 14px; }
.box-dacdiem 
{ 
    margin: 10px 0px;
    font-family: Tahoma;
    line-height: 25px;
    float: left;
    width: 400px;
    margin-right: 10px;
}
.box-dacdiem:after { clear: both; display: block; content: ''; }
.box-dacdiem p 
{     
    margin-bottom: 0;
    font-family: Tahoma;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    padding: 5px 5px;
}
.box-dacdiem p span { color:#055699; width:100px; float: left; margin-right: 5px; }
.box-dacdiem p b { float: left; width: calc(100% - 105px); font-weight: normal; }
.box-dacdiem #mau { background:#ededed; }
.box-dacdiem h3 
{     
    color: #055699;
    background: #bcd6eb;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    padding-left: 10px; 
}
.box-user-lh
{
    float: left;
    width: calc(100% - 410px);
    margin-right: 0px;
}
.info-user-lh
{
    padding: 17px 10px;
    border: 1px solid rgba(128, 128, 128, 0.5);
}
a.call-user-lh
{
    padding: 0px 20px;
    color: #fff;
    font-family: tahoma;
    font-size: 12px;
    background: #0761AC;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
}
a.call-user-lh:hover { background: #ED1C24; }
/* End Sản Phẩm Detail */

/* Begin Tin Tức */
.news
{
    width: 370px;
    min-height: 134px;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.42);
    padding-bottom: 15px;
}
.news:nth-child(2n)
{
    float: right;
}
.news:nth-child(2n+1)
{
    clear: both;
}
.pic_news
{
    float: left;
    width: 160px;
    margin-right: 10px;
}
.pic_news img
{
    padding: 3px;
    border: 1px solid rgba(128, 128, 128, 0.57);
    background: rgba(255, 255, 255, 0.67);
    box-sizing: border-box;
}
.pic_news:hover img
{
    opacity: 0.8;
    border-color: #0761AC;
}
.name_news
{
    text-align: justify;
}
.name_news h3 a
{
    font-family: arial;
    color: #0761AC;
    font-size: 13px;
    font-weight: bold;
}
.name_news a:hover
{
    color: #ef5454;
}
.desc_news
{
    color: #333333;
    margin-top: 5px;
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
}
.btn_news
{
    float: right;
}
.btn_news a
{
    color: #0761AC;
    font-size: 12px;
    font-family: arial;
}
.btn_news a:hover
{
    color: red;
}
/* End Tin Tức */

/* Begin Tin tức khác */
b.tit-news-other
{
    display: block;
    font-family: arial;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_baivietkhac
{
    padding-left: 17px;
}
.list_baivietkhac li
{
    margin-bottom: 2px;
}
.list_baivietkhac li a
{
    text-transform: none;
    color: #333333;
    font-family: tahoma;
    font-size: 13px;
}
.list_baivietkhac li a:hover
{
    text-decoration: underline;
    color:  #ef5454;
}
/* End Tin tức khác */

/* Begin Liên Hệ */
.left-lienhe
{
    /*width: 60%;*/
    /*float: left;*/
}
.info-lienhe
{
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
}
.right-lienhe 
{ 
    margin-bottom: 20px;
    /*width: 38%;*/
    /*float: right;*/
}
.hr-lienhe
{
    border-top: 2px solid rgba(128, 128, 128, 0.52);
    margin: 15px 0px;
}
#map
{
    height: 480px;
    margin: 10px 0px;
}
#directionsPanel
{
    display: none;
}
span#hint-map
{
    font-size: 13px;
    display: block;
}
input.btn-map
{
    border: 0px;
    width: 100px;
    height: 31px;
    background: gray;
    color: white;
    border-radius: 2px;
    outline: none;
}
input.txt-map
{
    height: 27px;
    width: calc(100% - 110px);
    text-indent: 10px;
    border: 1px solid;
    border-color: #cecbcb;
    border-radius: 0px;
    outline: none;
}
span.tit-map
{
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-family: tahoma;
    font-weight: bold;
}
.diachi
{
    font-size: 13px;
}
/* End Liên Hệ */

/* Begin Table Liên Hệ */
.tablelienhe span { color: #0761AC; }
.tablelienhe td { height: 25px; }
.tablelienhe .input, .tablelienhe textarea 
{ 
    border: 1px #E9E9E9 solid;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    min-height: 30px;
}
.tablelienhe .title { font-size: 14px; font-weight: bold; text-transform: uppercase; }
.button 
{
    border: 1px solid #515151;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: #414944;
    border-radius: 1px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
}
.button:hover
{
    color: #FFFFFF;
    background: #202020;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.tablelienhe .input::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe .input:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe .input::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe .input:-ms-input-placeholder {  
    color: #585757;
}
.tablelienhe textarea::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe textarea:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe textarea:-ms-input-placeholder {  
    color: #585757;
}
/* End Table Liên Hệ */

/* Begin Footer */
.footer
{ 
    width: 100%;
    background: #F3F3F3;
    font-family: 'RobotoBold';
}
.footer_main
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px;
}
.title_footer span
{
    margin-bottom: 5px;
    color: #065ca3;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}
.content_footer
{
    color: #646464;
    line-height: 25px;
    font-size: 13px;
}
.footer_news
{
    float: left;
}
.footer_news:nth-child(1) {margin-right: 40px;width: 57%;}
.footer_news:nth-child(2) {width: 325px;display: none;}
#map_footer { height: 140px; }
.footer_news:nth-child(3) {width: 33%;float: right;}
.footer_news:nth-child(3) .title_footer span
{
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
span#lbl-dk
{
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
    color: #646464;
    display: block;
    margin-bottom: 7px;
}
.txt_dk
{
    width: calc(100% - 56px);
    background: white;
    border: none;
    line-height: 26px;
    text-indent: 10px;
    outline: none;
    font-size: 12px;
    float: left;
    color: #313131;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-right: 0px;
}
.btn_dk
{
    width: 50px;
    height: 30px;
    font-family: 'RobotoRegular';
    border: 0px;
    outline: none;
    background: #055CA3;
    color: white;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
}
.mangxahoi
{
    list-style: none;
    padding: 0px;
    text-align: right;
    margin-top: 7px;
}
.mangxahoi li
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 1px;
    font-size: 13px;
    color: #646464;
    font-family: 'RobotoRegular';
}
.footer-bottom
{
    min-height: 40px;
    line-height: 40px;
    background: #055CA3;
    text-align: center;
    margin: 0px -10px;
}
span#copy
{
    color: white;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
div.thongke
{
    display: inline-block;
    vertical-align: middle;
}
div.thongke div.item-tk
{
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 13px;
}
div.thongke div.item-tk > span
{
    color: white;
}
div.thongke div.item-tk:nth-of-type(2n)
{
    margin: 0px 2px;
}
/* End Footer */

/* Begin Not Found */
.notice_pro 
{ 
    width: 100%;
    height: 60px;
    background: #EFECEC;
    color: #7D7979;
    font-family: arial;
    border-radius: 5px; 
}
.notice_pro h4 { padding: 0px 20px;line-height: 60px;font-weight: normal;font-size: 15px; }
/* End Not Found */

.scrollToTop
{ 
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    display: none;
    z-index: 3;
    cursor: pointer;
}

/* Phân Trang */

.pagination { text-align: center; margin-top: 15px; }
.pagination ul {display: inline-block;  margin-bottom: 0;margin-left: 0; padding: 0px;}
.pagination ul>li{display: inline;}
.pagination ul>.active>a, .pagination ul>.active>span
{  
    cursor: default;
    background: #0761AC;
    color: white;
}
.pagination ul>li>a, .pagination ul>li>span
{ 
    font-family: arial;
    font-size: 12px;
    float: left;
    padding: 1px 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    color: #313131;
    border: 1px solid #0761AC;
    margin: 0 2px;
    border-radius: 1px;
}
.pagination ul>li>a:hover, .pagination ul>li>span:hover
{ 
    background: #0761AC;
    color: white;
}

/* End Phân Trang */

/* Fanpage Facebook */
.fanpage_facebook{position:fixed; right:-300px; z-index: 999999; top:200px;display: block}