
* {
    margin: 0;
    padding: 0;
}
html, body, div, span {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.content_a {
    text-align: justify;
    padding-left:7px;
}


html, body {
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 13px;
    line-height: 25px;
    text-rendering: optimizelegibility;
    background: #eee;
}
a {
    color: #000;
    outline: 1px none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:hover {
    color: #ed1c24;
    text-decoration: none !important;
}

img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
input, textarea {
    margin: 0;
    outline: medium none;
    padding: 0;
    resize: none;
}
select, .cp {
    cursor: pointer;
}
.clear {
    clear: both;
}
:focus {
    outline: 0 none;
}
.fa-handshake-o:before {
    content: "\f2b5";
}
input:focus {
    outline: 1px solid #f97d17;
}
textarea:focus {
    outline: 1px solid #f97d17;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: 0 none;
    cursor: pointer;
    outline: medium none;
}
ul, ol {
    margin-left: 15px;
    list-style:none;
}
ul{
    margin:0px;
    padding:0px;
}
.go_top{
    position: fixed;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 2px #e03c31;
    border-radius: 100%;
    bottom: 20%;
    z-index: 999;
    color: #e03c31;
}
.go_top:before{
    content: "\f106";
    font: normal normal normal 20px/1 FontAwesome;
}
.go_top a{
     color: #333333;
}
.wrapper{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0;
}
.logo img{
    max-width:115px;
}
#menutop{
    background: #eee;
    padding: 10px 0px;
}
#banner.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
box-shadow: 0 0 10px #00000069;padding: 0;}
.menutop ul{
    margin:0px;
    padding:0px;
    display: flex;
}
.menutop ul li{
    padding:0px 10px;
}
.hl-menutop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotline a{
    color: #ed1c24;
    font-weight: bold;
}
.logsignTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logsignTop ul{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    top: 36px;
border: none;border-radius: 0;}
.logsignTop ul li{
    padding: 0px 10px;
    position: relative;
}
.warp-header-bottom {
    background: #ffffff;
    color: #2c2f36;
    padding: 8px 0px;
}
.logo{
    /* width: 15%; */
}
#menus{
    width: 65%;
}
.hl-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smenu-menu ul{display: flex;justify-content: flex-start;}
.smenu-menu ul li{
    padding: 10px 15px;
    text-transform: uppercase;
font-size: 15px;}
.smenu-menu ul li a{
    color: #2c2f36;
}
.txt_dangtin ul{
    display: flex;
    justify-content: space-between;
}
.txt_dangtin ul li{
    padding: 5px 12px;
    background: #FFF;
    color: #444;
    border-radius: 4px;
    border: 1px solid rgba(48,51,57,.15);
    margin-left: 5px;
}
.txt_dangtin ul li a{
    
}
.slick-slide img {
    display: inline-block;
}
.slick-init .item {
    display: none;
}
.slick-init .item.slick-slide, .slick-init .item:first-child {
    display: block;
}
.slick-slider {
    /* display: table; */
    /* table-layout: fixed; */
    /* width: 100%; */
}
.sl-gen:not(.noSpace) .slick-list{margin: 0 -15px}
.sl-gen:not(.noSpace) .item{padding: 0 15px}
.slick-arrow {
    width: 40px;
    height: 40px;
    background-color: rgb(255,255,255,80%);
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.slick-arrow:before {
    position: absolute;
    top: 46%;
    left: 48%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    content: '\f104';
    font-size: 30px;
    color: #666666;
}
.slick-next:before {
    left: 52%;
    content: '\f105';
}
.slick-arrow:hover {    
    background-color: #333333;
}
.sl-gen .slick-arrow:hover:before {
    color: #FFFFFF!important
}
.sl-gen.v1 .slick-arrow {
    top: 32%
}
.sl-gen.v2 .slick-arrow {
    background-color: #FFFFFF;
    border: 1px solid #cacbcc;
}
.sl-gen.v2 .slick-arrow:before {
    color: #cacbcc;
}
.slide-dots .slick-dots {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.slide-dots .slick-dots li {
    display: inline-block;
    margin: 0 6px;    
}
.slide-dots .slick-dots li button {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background-color: #b7b7b7;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-dots .slick-dots li.slick-active button {
    width: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff200;
}
.hl-slide-home .img {
    position: relative;
    overflow: hidden;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200%;
    -moz-transition: -moz-background-size 1s;
    -webkit-transition: -webkit-background-size 1s;
    -moz-transition: -moz-background-size 1s;
    -o-transition: background-size 1s;
    transition: background-size 1s;
}
.hl-slide-home .slick-current .img {
    background-size: 100%;
}
.hl-slide-home.hl-slide-product .img {
    padding-top: 60%;
}
.hl-slide-home .img {
    padding-top: 36%;
}
.hl-slide-home img {
    width: 100%;
    display: none;
}
.slick-arrow {
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
    visibility: hidden;
}
.slick-arrow {
     opacity: 1;
    visibility: visible;
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.hl-slide-home .slick-prev {
    left: 2%;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.hl_slider_w{
    background: #efefef;
    padding: 20px 0px;
}
.search{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    align-items: inherit;
    padding: 0px;
}
.slider{
    width: 73%;
    padding: 0px 15px;
    padding-right: 0px;
}
.search-dm{
    width: 27%;
    padding: 0px 15px;
}
.ads-top{
    height: 100%;
    background: #fff;
    padding: 10px;
}
h3#webpart {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    
    padding-bottom: 15px;
    margin: 0!important;
    text-transform: none;
    padding-top: 12px;
text-transform: uppercase;}
.scale-animate {
    display: block;
    position: relative;
    overflow: hidden
}
.scale-animate img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.scale-animate:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Product_List .img > a {
    display: block;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition-property: revert;
}
.Product_List .img img {
    position: relative;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 140px;
    }
.wrap.warp-hot h3 {
    font-size: 13px;
    
    
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
margin-bottom: 0;text-transform: uppercase;}
.wrap.warp-hot h3 a{
    
}
.button-price {
    
    border-radius: 3px;
    color: #000;
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}
.load_more .Al_Price_Area {
    padding: 5px;
    margin-top: 5px;
    overflow: hidden;
}
.province {
    font-size: 10px;
    display: block!important;
}
.load_more .Product_List .wrap {
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(48,51,57,.15);
    border-radius: 4px;
    overflow: hidden;
}
.product-items-hot{
    margin: 0px 7.5px;
    margin-bottom: 10px;
    position: relative;
}
.warp-top {
    padding-top: 0;
    
float: left;width: 100%;}
.warp-content {
    padding: 15px 0px 20px;
    background: #efefef;
}
.warp-main-top {
    margin-bottom: 15px;
    
    padding: 0;
float: left;width: 100%;}
.link-title {
    
    padding: 0;
    
    font-size: 20px;
    
    
    padding-bottom: 15px;
    position: relative;
    
text-transform: uppercase;color: #000;}
.list_photo{
    margin:0px -7px;
    margin-bottom: 15px;
    min-height: auto;
}
.list_photo .item{
    padding:0px 7px;
position: relative;}
.row-margin {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7.5px;
}

.col-padding {
    width: 50%;
    padding: 0px 7.5px;
}
.col-padding-gallery{
    padding: 0px 15px 15px;
    background: #fff;
    margin-bottom: 15px;
    min-height: 340px;
}
.productgallery,.productgallery1{
    margin: 0px -7.5px;
}
.list_photo a{
    display: block;
    position: relative;
    padding-top: 0;
    /* overflow: hidden; */
    
}
.list_photo img{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
}
#footer {
    padding: 20px 0px;
    background: #fff;
}
.list_photo_slider img{
    width:100%;
}
.thongso .wrap{
    background-color: #f5f6f7;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.thongso .wrap ul{
    
}
.thongso .wrap ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}
.thongso .wrap ul li .tst{
    font-weight:bold;
}
.thongso .wrap ul li.price .tsl{
    
    border-radius: 3px;
    
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    
}
.gioithieu p {
    font-size: 15px;
    color: #555;
    text-align: justify;
    line-height: 25px;
}
.product_list h1{
        
    line-height: 22px;
    font-size: 15px;
text-transform: uppercase;font-weight: 600;margin-top: 0;}
.product_list {
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e5e6e9;
    margin-bottom: 15px;
    position: relative;
float: left;width: 100%;}
.form_lienhe{
    border: 0;
    padding: 10px;
}
.bg_while{
    background:#ffffff;
    margin-bottom: 15px;
}
.bg_lienhe {
    margin: 0;
    border-radius: 3px;
}
.warp_avar_lienhe {
    display: inline-block;
    max-width: 60px;
    float: left;
}
.load_more .P_Items_Lienhe .avar_lienhe {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    background: url(../img/no_image.png) no-repeat center;
    background-size: 100%;
}
.load_more .P_Items_Lienhe .content {
    font-size: 11px;
    margin-bottom: 8px;
    width: 73%;
    padding-left: 10px;
    display: inline-block;
}
.load_more .content {
    padding: 0;
}
.load_more .P_Items_Lienhe .content .name {
    color: #01A6DE;
}
.name a {
    
    text-transform: uppercase;
font-size: 15px;font-weight: 500;}
.load_more .P_Items_Lienhe .content .email {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    word-break: break-all;
    white-space: normal;
font-size: 13px;}
.P_Items_Lienhe .phone {
    margin-top: 10px;
}
.button-blue {
    background: #36a955;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    border: 0!important;
}
.form_lienhe textarea {
    height: 80px!important;
    resize: none;
    text-align: justify;
    font-size: 12px!important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control {
    height: auto;
}
.form_lienhe .form-horizontal .btn-default:hover {
    background-color: #1b5098;
    background: -webkit-linear-gradient(bottom,#36a955,#1b5098);
    background: linear-gradient(to top,#36a955,#1b5098);
    background-repeat: repeat-x;
}
.form_lienhe .form-horizontal .btn-default {
    border: 0!important;
    background: #36a955;
}
.form_lienhe .form-horizontal .btn-default {
   color: #fff;
}
.left_blog {
    position: relative;
    
    
    
    
    padding: 0 0 15px 0;
    
}
.left_blog h2{
    
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(48,51,57,.15);
    font-size: 18px;
    text-transform: uppercase;
    color: #444;
    
}
.blog_list h3{
    color: #414141;
    line-height: 20px;
    height: auto;
    
    
    font-weight: 300;
    font-size: 13px;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;margin: auto;}
.webpart{
    max-width: 450px;
    margin:0 auto;
    position: relative;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    margin-top:30px;
}
.form-title {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(48,51,57,.15);
    color: #444!important;
    margin-bottom: 10px!important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.list_item_panel_icon ul{
    background: #fff;
    z-index: 500;
    padding:0px;
    margin:0px;
}
.list_item_panel_icon li.first {
    border-top: 1px solid #ddd;
}
.list_item_panel_icon li{
    float: left;
    width: 100%;
    position: relative;
    list-style:none;
}
.list_item_panel_icon li a {
    border: 1px solid #ddd;
    display: block;
    border-top: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px;
}
.list_item_panel li a {
    border-bottom: 1px solid #ddd;
    display: block;
    float: left;
    font: 13px/40px arial;
    width: 100%;
}
.list_item_panel_icon i {
    margin: 0 auto;
    width: 20px;
    float: none;
    font-size: 17px;
}
.list_item_panel_icon li a:hover, .list_item_panel_icon li.active a {
    color: #fff;
    background: #ed1c24;
}
.icon-circle108:before {
}
.icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logsignTop ul.dropdown-menu{
    display:none;
}
.taikhoan {
}
.taikhoan .left {
       background: #fff none repeat scroll 0 0;
       border: 1px solid #ccc;
       box-sizing: border-box;
       float: left;
       
       margin-right: 10px;
       padding: 10px 5px;
       width: 177px;
}
.taikhoan .left .tit {
    background: #0099cc none repeat scroll 0 0;
    color: #fff;
    font-family: RB;
    padding: 10px;
    text-align: center;
}
.taikhoan .left ul {
    margin: 0;
}
.taikhoan .left ul h3 {
    background: #36a955 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.taikhoan .left ul li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    padding: 10px;
}
.taikhoan .right {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    padding: 10px 20px;
    width: calc(100% - 187px);
}
.ads-toprrr button{
    padding: 8px;
    width: 100%;
    background-color: #e03c31;
    border: none;
    border-radius: 4px !important;
    font-size: 16px;
    color:#fff;
}
.box-news {

}
.box-news-img {

}
.box-news-img img {

}
.box-news h3 {

}

.box-news-date {

}
.item_slider{
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    background: #fff;
}
.item_slider .images{
    width: 30%;
    padding-right: 20px;
}
.item_slider .images a{
    display: block;
    padding-top: 88%;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition-property: revert;
}
.item_slider .images a img{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}
.item_slider .info{
    width: 70%;
    text-align:left;
    padding: 10px;
}
.wpc{
    padding-left:15px;
    padding-right:15px;
}
.Product_List{
    margin-bottom:15px;
}
.news .item{
    display: grid;
    grid-template-columns: 30% 70%;background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.news .img{
    
}
.news .info{
    
    padding:0px 10px;
}
.news .info h3 a{
    
    font-size: 14px;
    
font-weight: normal;text-transform: capitalize;}
.news .info h3{
    margin-bottom:10px;
        line-height: 22px;
font-size: 13px;font-weight: normal;}
.user-home{
    margin:0;
    overflow:hidden;
}
.user-home .agent-items{
    padding:0;
}
.warp-news-page-items{
    padding-bottom:25%;
}
.bg-agent-home{
    background: white;
    /* background:#fff; */
}
.content-agent a,.content-agent{
    
    font-size: 14px;
}
.phone-agent{
    height:22px;
    overflow:hidden;
}
.name-agent-first{
    text-align:center;
    display:block;
    text-transform:uppercase;
    position:absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    font-size:30px;
    font-weight: bold;
    color:#fff;
}
.email-agent a{
    display:block;
    height:20px;
    overflow:hidden;
font-size: 12px;}
.phone-agent span,.email-agent span{
    width:20px;
    display:inline-block;
    color:#000;
}
.phone-agent a:before,.email-agent a:before{
    padding-right:10px;
    font-family: FontAwesome;
}
.phone-agent a:before{
    content: "\f095";
}
.email-agent a:before{
    content: "\f0e0";
}
.name-agent{
    padding-bottom:10px;
    text-align:center;
    height: 54px;
    overflow: hidden;
}
.agent-page{
    padding:0;
    border:0;
}
.agent-page .webparttitlecontrol{
    margin-top: 5px;
    color: #444!important;
    margin-bottom: 10px!important;
    font-size: 18px;
    text-transform: uppercase;
    border:0;
    padding:0;
}
.agent-detail{
    margin-bottom:15px;
    padding-bottom:15px;
}
.agent-detail-gioithieu-content{
    font-size: 15px;
    color: #555;
    text-align: justify;
    line-height: 25px;
}
.Author_Detail .content  a{
    color: #869099;
}
.ava-bg{
    padding-bottom:100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    background:url(/DigitvisionSkins/Batdongsan/images/Businessman-Black.png) no-repeat center;
background: none !important;transition: all ease 300ms;}
.ava-bg a{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    display:block;
    position:absolute;
    border-radius: 50%;
    top:0;
    padding-bottom:100%;
}
.agent-common .webparttitlecontrol{
    margin-top: 5px;
    border-bottom: 1px solid rgba(48,51,57,.15);
    color: #444!important;
    margin-bottom: 10px!important;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom:5px;
}
.contact-agent .row{
    margin:0;
}
.name-agent a {
    color: #e03c31 !important;
    font-size: 16px;
    
    text-transform: capitalize;
}
.name-agent {
    padding-bottom: 10px;
    text-align: center;
    height: 54px;
    overflow: hidden;
}
.agent-items .warp .content-agent .middle-content {
    height: 96px;
    overflow: hidden;
text-align: center;}
.avatar-agent {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.warp-thanhvien .agent-items .warp {
    padding: 15px;
    border: 1px solid rgba(48,51,57,.15);
    border-radius: 4px;
}
.warp-thanhvien{
    margin:0px -5px;
}
.link-agent{
    margin-top:10px;
}
.link-agent a{
    border: 1px solid #e03c31;
    display:block;
    border-radius:0px;
    color: #e03c31;
}
.link-agent a:hover{
    color:#fff;
    background: #c5170c;
}
.agent-items{
        margin-right: 15px;
}
.city-items {
    width: 14.2%;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.warp-list-city {
    overflow: hidden;
    
    display: flex;
    flex-wrap: wrap;
background: white;padding: 15px 0 0;float: left;width: 100%;}
.content-menu {
    padding: 20px 0px;
    background: #e03c31;
float: left;width: 100%;}
.warp-contact-list {
    color: #fff;
    padding-left: 100px;
    background: url(../images/icon-phone.png) no-repeat;
    background-position: center left 20px;
    background-size: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
/* float: left; *//* width: 100%; */}

.contact-title {
    font-size: 17px;
    margin-bottom: 10px;
}
.contact-des {
    font-size: 24px;
    font-family: Roboto;
}
li.myvne_user {background: #e03c31;margin: 0 0 0 5px;padding: 5px 10px !important;font-size: 13px;border-radius: 2px;transition: all ease 300ms;}
li.myvne_user a {color: white;}
li.myvne_user:hover {background: #b8180d;}
.blog_list {float: left;width: 100%;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #7a707029;padding: 0 15px;}
.blog_list_ct {float: left;width: 100%;display: grid;grid-template-columns: 25% 70%;justify-content: space-between;align-items: center;transition: all ease 300ms;overflow: hidden;}
.blog_list_ct img {width: 100%;object-fit: cover;overflow: hidden;}
.blog_list:last-child {margin: auto;border: none;}
.blog_list > a :hover img {transition: all ease 300ms;opacity: 0.9;}
.blog_list_ct a {float: left;width: 100%;overflow: hidden;}
.blog_list > a {float: left;width: 100%;}
.blog_list > a :hover > h3 {color: #e03c31;}
.smenu-menu ul li.active, .smenu-menu ul li.active > a {color: #e03c31;}
.warp-header-bottom.onshow .logo img {max-width: 70px;}
.gr_info_left {float: left;width: 100%;margin: 0 0 15px 0;background: white;}
ul#category-menu-desktop {padding: 0 15px;}
.gr_info_left > h2 {background: #e03c31;color: white;padding: 10px;font-size: 16px;margin: 0 0 15px 0;position: relative;text-transform: uppercase;}
div#col_300.sticky {position: sticky;top: 80px !important;z-index: 999;}
.gr_info_left .search-dm {width: 100%;padding: 0;}
h2.title-cus > i {font-style: normal;color: #2c2f36a1;}
.info-user-gr {display: grid;grid-template-columns: repeat(2,1fr);justify-content: flex-start;align-items: center;gap: 0;float: left;width: 100%;background: white;margin-bottom: 10px;padding: 10px;}
.img-user-gr img {width: 70px;border-radius: 100%;}
.add-user-gr > span {display: block;}
.img-user-gr {display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.larger-name-user {font-size: 18px;font-weight: 600;text-transform: uppercase;}
.list-info-user {color: #9b9b9b;}
.list-info-user span {color: #282f39;}
.list-info-user > i {padding-right: 5px;font-size: 16px;}
.add-user-gr {border-left: 1px solid #0000001a;padding-left: 10px;}
.row {/* margin: 0; */}
.warp-left {padding: 0;}
.product_list_related.row {background: none;border: none;padding: 15px 0 0;}
.warp-gallery {padding: 0;}
.bg_while {padding: 0;}
.col-detail-right {padding: 15px 15px 0 15px;}
.gioithieu {padding: 0;font-family: Verdana !important;}
.gioithieu span {font-family: unset !important;font-size: 13px !important;color: #2c2f36 !important;}
.price.price-large {font-size: 15px;}
.thongso {padding-right: 0;}
.news .img > a > img {height: 200px;width: 100%;object-fit: cover;}
#banner.fixed #menutop {padding: 2px 0;}
.warp-header-bottom.onshow {padding: 2px 0;}
#banner.fixed .smenu-menu ul li {padding: 5px 15px;}
.productcontactform .form-group {margin-bottom: 5px;}
#banner.fixed li.myvne_user {padding: 2px 10px !important;}
#banner.fixed .menutop ul li {font-size: 12px;}
#banner.fixed .smenu-menu ul li {font-size: 14px;}
.logsignTop ul li.myvne_user.desktop-post > a {display: flex;gap: 5px;justify-content: center;align-items: center;}
.dropdown-menu>li>a>i {padding-right: 5px;}
.ava-bg:hover > a {transform: scale(0.8);}
.gr-gallery {float: left;width: 100%;position: relative;}
.list-mangxt {margin-top: 15px;}
.content.ct img {max-width: 100% !important;height: auto !important;}
div#col_610 {margin: auto;}
.gr_tincungloai {float: left;width: 100%;margin: 15px auto 0 auto;}
.dropdown-menu>li>a {font-size: 13px;padding: 10px;}
.dropdown-menu>li>a>i {font-size: 18px;}
.logsignTop ul.dropdown-menu > li {padding: 0;}
.form-control {font-size: 13px;}
.taikhoan .left ul li i {padding-right: 04px;font-size: 15px;}
#col_610 > .content {padding: 0;}
.news .img > a > img {/* height: auto; */}
.content.content-post {padding: 15px !important;float: left;}
.box-news a:hover {color: #e03c31;}
.content1 {padding: 0 10px 0 10px;}.content1 {padding: 0 10px 0 10px;}
//----------
@media(max-width: 999px){
    .slider{
        width:100%;
        padding-right:15px;
    }
    .list_photo {
        min-height: auto;
    }
    .col-padding{
        width:100%;
    }
    .search-dm{
        width:100%;
    }
    .news .img,.news .info{
        width:100%;
    }
    .news .item{
            flex-wrap: wrap;
    }
    .news .img{
        margin-bottom:10px;
    }
    .content.ct img{
        width:100% !important;
        height:auto !important;
    }
}

@media(min-width: 769px) and (max-width: 1030px){
    #menus{
        width: 75%;
    }
}

.time-ex {
    float: left;
    width: 100%;
    margin: auto;
    color: #ed1c24;
}