@media (min-width: 1200px) {
    .container {
        width: 1030px;
    }
}
.row{
  margin: 0px;
  padding:0px;
}
.container{
  /*background-color: #fff;*/
}
html,
body {
  height: 100%;
}
body {
  background-color: rgb(240,240,240);
  color: #000;
  font: normal normal 100% Arial, Helvetica, sans-serif;
  font-size: 14px;
}
input,
select,
textarea {
  color: #38444f;
  font: normal normal 1em Arial, Helvetica, sans-serif;
}
input {
  border: 0;
}
img{
	height:auto;
	max-width:100%;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:link,
a:visited {
  color: rgb(14,92,154);
}
a:hover {
  color: rgb(198,9,1);
}
a:link,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img {
  width: auto\9;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/*************************
*******Header CSS******
**************************/
#header{
}
.header-top {
   background-color: #f5f5f5;
}
.header-middle{
}
.bg-header{
  height: 130px;
  background-color: #fff;

  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  padding: 0px;
}
.icon-menu{
  float: right;
  margin-right: 15px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0px;
  font-size: 12px;
}
.icon-menu i{
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  padding-left: 5px;
}
.bg-header .logo{
  padding: 0px 30px;
  margin-top: 10px;
  float: left;
}
.header-bottom {
  height: 40px;
}

/*
Option*/
.option_wp{
  width: 100%;
  height: 41px;
  background-color: #fff;
  border-bottom: 0px solid rgb(1,91,153);
  margin-bottom: 10px;

  background-image: url('../images/menuBottomBg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.ngaythang{
  color: rgb(198,9,1);
  line-height: 41px;
  font-size: 12px;
}
.chaychu{
  color: #113ecf;
  line-height: 41px;
  text-transform: uppercase;
  font-weight: bold;
}
.hotline{
  color: #f00;
  line-height: 41px;
  text-align: right;
  font-size: 16px;
  float: right;
  font-weight: bold;
}
/*************************
*******main page CSS******
**************************/
#mainpage{
  margin: 0px 0px;
  padding: 0px;
}
#mainpage .container{
}
.wp{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 0px;
  float: left;
}
#mainpage .container .row .col-sm-2{
  padding: 0px 0px;

}

/*
Left sidebar
*/
.left-sidebar,
.right-sidebar{
  padding: 0px 0px;
  background-color: #f5f5f5;
  float: left;
}
.left-sidebar h2,
.right-sidebar h2{
  height: auto;
  line-height: 18px;
  color:#fff;
  font-size: 13px;
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  background-color: rgb(14,92,154);
  padding: 10px;
  margin: 0px;
  float: left;
  width: 100%
}

/*.left-sidebar h2:after, h2.title:after{
  content: " ";
  position: absolute;
  border: 1px solid #f5f5f5;
  bottom:0px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}*/
.left-sidebar .l-box,
.right-sidebar .l-box{
  widows: 100%;
  height: auto;
  margin-bottom: 1px;
  /*-webkit-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
  -moz-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
  -o-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
  -ms-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
  box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
  filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='gray');
  -ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";*/
  /*padding: 10px 0px;*/
  /*margin-bottom: 10px;*/
}
.left-sidebar h2:before,
.right-sidebar h2:before{
  content: " ";
  position: absolute;
  /*background: #fff;*/
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}

/*h2.title:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 220px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -110px;
}*/
/*
Menu left
*/
.brands-name {
  /*padding-bottom: 20px;
  padding-top: 15px;*/
  border-bottom: none;
  border-left: none;
  background-color: #015b99;
  padding: 15px 0px;
}

.brands-name .nav-stacked li{
  width: 100%;
  margin: 0px 0px;
  border-bottom: 1px solid #1b73af;
  float: left;
}
.brands-name .nav-stacked li a {
  /*background-color: #FFFFFF;*/
  color: #fff;
  font-weight: normal;
  padding: 8px 15px;
  padding-left: 30px;
  text-decoration: none;
  text-transform:capitalize;
  border-radius:0;
  background-image: url('../images/icon/ic-menu-left.png');
  background-repeat: no-repeat;
  background-position: left 10px;
  float: left;
  width: 100%;
}

.brands-name .nav-stacked li a:hover{
  color:#fff;
  background-color:rgb(198,9,1);
}


/*Văn bản pháp luật*/
.vanban{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  float:left;
  padding: 10px;
  line-height:25px;
  text-align:justify;
  padding-bottom: 0px;
}
.vanban a{
  font-weight: bold;
  color: #0e5c9a;
}
.vanban a:hover{
  font-weight: bold;
  color: #F00;
}
.vanban p{
  color: #353535;
}

/*
Liên kết website
*/
.content-sidebar{
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}

/*tin mới đăng */
.tinmoidang {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  color:#353535;
  float:left;
  padding:10px 5px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height:25px;
  text-align:justify;
}
.tinmoidang_img {
  width: 96px;
  height: 66px; 
  float: left; 
  padding: 2px;
  border: 1px solid #ccc;
  text-align: center; 
  margin: 0px 10px 0px 0px;
}
.tinmoidang_img a._img{
  display: block;
  position: relative;
  height: 60px;
  margin: 0 auto;
  width: 90px;
  /*margin:5px;*/
}
.tinmoidang_img a._img img{
  max-width: 90px;
  max-height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: none;
}

.tinmoidang a{
  font-size: 14px;
  font-weight: bold;
  color: #0E5C9A;
}
.tinmoidang a:hover{
  font-size: 14px;
  font-weight: bold;
  color: #F00;
}

/*
content sidebar
*/
.features_items{
  /*margin-right: 20px;*/
  /*padding:0px;*/
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  float: left;
  position: relative;
}
h2.title {
  height: auto;
  line-height: 18px;
  font-size: 13px;
  color:rgb(255,245,0);
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  background-color: rgb(14,92,154);
  padding: 10px 15px;
  margin: 0px;
  float: left;
  width: 100%
}
h2.title span{
  
}
.features_content{
  padding: 5px;
  float: left;
  width:100%;
  line-height:20px;
}
.nav-tabs{
  /*background-color: #f5f5f5*/
}
.bg_tab1{
  background-color: rgb(253,187,3);
}
.bg_tab2{
  background-color: rgb(101,201,14);
}
.bg_tab3{
  background-color: rgb(207,14,255);
}
.bg_tab4{
  background-color: rgb(236,0,0);
}
.nav-tabs li{
  float: left;
  width: 25%;
}
.nav-tabs li.active a{
  color: rgb(198,9,1);
}
.nav-tabs li a{
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #000;
  text-align: center;
}
.nav-tabs li a:hover{
  font-size: 14px;
  font-weight: bold;
  color: rgb(198,9,1);
  background-color: #fff;
}
.tab-content{
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  float: left;
  width: 100%;
  line-height:25px;
}



#newlist_box {
  /*width:230px;*/
  height: 270px;
  /*float:left;border:1px solid #fff;*/ /*background:#f0f1f3;*/
  /*margin: 5px 0px;*/
  padding: 10px;
  margin-bottom:10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#newlist_box .box {
  /*width:230px;*/
  height: 250px;
  /*float:left;*/
}
#newlist_box .img {
  /*width:210px;*/
  min-height: 100px;
  /*float:left;
  background:#f0f1f3;*/
}
#newlist_box .img img{
  width:210px;
  height: 100px;
  /*background:#f0f1f3;*/
}

.newlist_title {
  /*width:210px;*/
  min-height:30px;
  float:left;
  line-height:18px;
  padding-bottom: 10px;
}
.newlist_title a {
  text-decoration:none;
  color:#0E5C9A;
  font-weight:bold;
  font-size:14px;
}
.newlist_title a:hover {
  text-decoration:none;
  color:#000;
  font-weight:bold;
  font-size:14px;
}
#newlist_box .content {
  /*width:210px;*/
  height:auto;
  float:left;
  line-height:20px;
  text-align:justify;
  color: #000;
  font-size: 14px;
  padding: 10px 0px;
  overflow:hidden;
}
/*
right sidebar
*/
.hotrotructuyen{

}
.hotrotructuyen .col-sm-6{
  padding: 10px 3px;
  font-size: 12px;
}

/*
Tìm kiếm
*/
.seach_bg{
  width:210px;
  height:32px;
  float:left;
  margin:20px 10px;
  border-right: 0px;
  background-color: #fff;
  border: 1px solid #ddd;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius:5px;
}

#form_search{
  width: 200px;
  height: 30px;
  float: left;
}
.search-form{
  width:165px; 
  border-radius:0; 
  color:#666; 
  height:30px; 
  margin-top:0px;
  border: none;
  padding: 0px 10px;
  font-size: 12px;
  float: left;
  margin-left: 5px;
}

/*************************
*******Tư vấn CSS******
**************************/
#tuvanvien h3 {
  color: #2194d2;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 2px solid #2194d2;
  font-weight: normal;
  padding: 0px;
  text-align: center;
  padding-top: 20px;
}
.home-support{
  text-align: center;
  padding: 20px 0px;
  font-size: 12px;
  margin-bottom: 20px;
}
.home-support .avata{
  height: 90px;
}
.home-support .name {
  color: #2194d2;
  font-size: 14px;
  padding: 8px 0 0;
  text-transform: uppercase;
}
.home-support .position {
  color: #515151;
  font-size: 12px;
  height: 35px;
  padding: 4px 0 8px;
}
.home-support .position span {
  color: #2194d2;
}
.home-support .nick {
  margin: 0 auto;
  width: 70px;
}

.icon_skype {
  background: rgba(0, 0, 0, 0) url("../images/icon/skype.png") no-repeat scroll 0 0;
  float: left;
  height: 30px;
  width: 30px;
}

.icon_yahoo {
  background: rgba(0, 0, 0, 0) url("../images/icon/yahoo.png") no-repeat scroll 0 0;
  float: right;
  height: 30px;
  width: 30px;
}

/*************************
*******footer CSS******
**************************/

#footer {
  padding:0px 0px;
  margin-top: 10px;
}
#footer .container{
  height: auto;
}
#footer .top{
  background-color: #fff;
  padding: 20px 0px;
}
#footer .center{
  background-color: #f5f5f5;
  padding: 20px 0px;
}
#footer .bottom{
  background-color: #ccc;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.footer-widget {
  padding: 20px 0px;
}

#footer_menu {
  overflow:hidden;
  float:left;
  width:100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
#footer_menu ul {
  margin:0;
  padding:0
}
#footer_menu ul li {
  float:left;
  list-style:none;
  background:url(../images/footerMenu_line.png) no-repeat left
}
#footer_menu ul li a {
  text-decoration:none;
  color:#333;
  padding:0px 10px;
  font-weight:bold;
  font-size:12px
}
#footer_menu ul li a:hover {
  text-decoration:underline
}

.single-widget{
  /*margin: 0px;
  padding: 0px;*/
  margin-left: 0px;
}
.single-widget h2 {
  color: #0000F3;
  font-size: 13px;
  font-weight:bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.single-widget h2 i{
  /*margin-right:15px;*/
}
.single-widget ul li{
  color: #666;
  
  font-weight:normal;
  line-height: 16px;
  /*padding: 3px 0;*/
}
.single-widget ul li a{
  color: #666;
  
  font-weight:normal;
  padding: 0px;
  /*padding: 3px 0;*/
}

.single-widget ul li a i {
  margin-right: 5px;
}

.single-widget ul li a:hover{
  background:none;
  color:#faf706;
}

.footer-bottom {
  background:rgb(52,73,94);
  padding: 10px 0px;
}

.footer-bottom p {
  color: #fff;
  font-weight:normal;
  margin: 0px 15px;

}

.footer-bottom p span a {
  color: #faf706;
  text-decoration: none;;
}

#footer_backlink {
  width:100%;
  float:left;
  color:#999;
  line-height: 18px;
  /*padding-top: 20px;*/
}


/* .online-support */
.online-support {
  position: fixed;
  width: 100%;
  height: 45px;
  bottom:0px;
  left: 0px;
  background: rgb(211,7,7);
  z-index:9999999;

  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius:5px;

  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius:5px;
  padding-bottom:5px;
}
.online-support:hover {bottom:0}
.online-support .heading{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

/*
Đối tác
*/
#dt{
  min-width:100%;
  height:auto;
  float:left;
  padding: 0px;
  margin: 0px;
}
.home_dt
{
  position:relative;
  margin:0px auto;
  float: left;
  }
.box_slide_dt {
  width: 100%;
}
.home_dt ul {
  width:100%;
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}

.home_dt ul li {
  width:110px;
  float: left;
}

.box_slide_dt a {
  position: absolute;
  top: 0;
}
.hinh_doi_tac2 {
  width: 85px;
  margin: 0px 5px;
  height: 60px;
  position: relative;
}
.hinh_doi_tac2 img {
  max-width: 85px;
  max-height: 60px;
}
/**********Back to top***********/
#go_top{
  background:rgb(199,0,119);
  text-align:center;
  position:fixed;
  bottom:50px;
  right:10px;
  cursor:pointer;display:none;
  width: 40px;
  height: 40px;
  text-align: center;

  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius:40px;
  z-index: 999999;
}
#go_top:hover{background-color:rgb(145,198,46);}
#go_top i{
  
  line-height: 40px;
  color: #fff;
}



/****************************/
/************Trang con giới thiệu************/
/* --- breadcrumbs --- */
#mainpage ul.breadcrumb {
  /*margin:30px 0 0;*/
  /*float:left;*/
  border-radius: 0px;
  background-color: rgb(14,92,154);
  margin-top: 0px;
  height: 37px;
  width: 100%;
  float: left;
}

#mainpage ul.breadcrumb li {
  margin-bottom:0;
  padding-bottom:0;
  font-size:12px;
  text-transform: capitalize;
  color: #fff;
  font-weight:normal;
  
}
#mainpage ul.breadcrumb li i{
  color:rgb(238,53,55);
  font-size: 18px;
}

#mainpage ul.breadcrumb li a {
  font-size: 12px !important;
  color:#fff;
  text-transform: capitalize;
}
#mainpage ul.breadcrumb li a:hover{
  color:#fff;
  text-transform: capitalize;
}
.blog-post-area{
  padding: 0px 10px;
  width: 100%;
  float: left;
  text-align:justify;
}


.contact-info {
  padding: 0px 0px;
}

.contact-info address {
}

.contact-info p {
  margin-bottom: 0px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.contact-form{
  /*border: 1px solid #f5f5f5;*/
}

.contact-form .form-group {
  margin-bottom: 5px;
}
#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 10px;
}
.btn.btn-primary {
  background:#C60901;
  border: 0 none;
  border-radius: 4px;
  margin-top: 10px;
}
.form-control{
  border:1px solid #ccc;
}


/*tin tức và sự kiện */
.box_news_typical {
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #ccc;
  color:#666;
  float:left;
  padding: 10px 0px;
  font-size: 13px;
}
.box_img_news_typical {
  width: 170px;
  height: 110px; 
  float: left; 
  padding: 0px;
  border: 1px solid #ccc;
  text-align: center; 
  margin: 5px 20px 0px 0px;
}
.box_img_news_typical a._img{
  display: block;
  position: relative;
  height: 100px;
  margin: 0 auto;
  width: 160px;
  margin:5px;
}
.box_img_news_typical a._img img{
  max-width: 160px;
  max-height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: none;
}
._link {
  color: rgb(100,177,32);
  font-weight:bold;
  font-style:normal;
  font-size: 14px;
}
._link:hover{
  color: #000;
}


/*
Phân trang
*/
.pagination {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
  /*margin-left: 20px;
  padding-left: 15px;*/
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  /*border-bottom-left-radius: 0;
  border-top-left-radius: 0;*/
  margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  /*border-bottom-right-radius: 0;
  border-top-right-radius: 0;*/
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: rgb(226,3,47);
  border-color: rgb(100,175,12);
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination  li  a, .pagination  li  span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius:5px;


}

.pagination  li  a:hover{
  background:rgb(226,3,47);
  color:#fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius:5px;
}

/*
Tin khác
*/
.home-news{padding:0px 0px; height:auto; overflow:hidden; margin-bottom: 20px;}
.home-news ul {margin:0;padding:0}
.home-news ul li{display:block;list-style:none;padding: 2px 15px;line-height:20px}
.home-news ul li a{color:rgb(29,155,193);text-decoration:none;font-size:12px; text-transform:capitalize;}
.home-news ul li a:hover {color:#F00;}



.glossymenu {
  /*margin: 4px 0;*/
  padding: 0;
  width: 100%; /*width of menu*/
  border-bottom-width: 0;
  border-bottom:1px solid #1b73af;
  background-color: rgb(14,92,154);
}
.glossymenu a.menuitem {
  font-size: 14px;
  color: #fff;
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  padding: 10px 15px;
  padding-left: 25px;
  line-height:20px;
  text-decoration: none;

  background-image: url('../images/icon/ic-menu-left.png');
  background-repeat: no-repeat;
  background-position: left 13px;
  text-transform: capitalize;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
  color: white;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
  position: absolute;
  top: 7px;
  left: 2px;
  border: none;
}
.glossymenu a.menuitem:hover {
  /*background-image: url(../images/glossyback2.gif);*/
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
  background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
  list-style-type: none;
  margin: 0;
  padding: 0;
  background:#F3F3F3;
}
.glossymenu div.submenu ul li {
    background: url(../images/icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e2e2e2;
}
.glossymenu div.submenu ul li a {
  display: block;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: black;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
}
.glossymenu div.submenu ul li a:hover {
    background: url(../images/icon_hover.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #f00;
}

.agents-contact input, .agents-contact textarea {
    border: 1px solid #eeeeee;
    color: #000000;
    padding: 15px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 5px 0px;
}
.agents-contact input[type="submit"] {
    background: #1bc313 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    /* width: 160px; */
}