body{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #696969;
}
img{
    max-width:100%;
}

h1 {
    font-size: 28px;
}

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) { ... }*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) { .container{ width: 1000px; } }*/

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { .container{ width: 1000px; } }


.panel-body {
    padding: 15px 0px;
}
.product-search .box-item{
    float:left;
}
.top-nav {
    background: #eceff1;
    border-bottom: #90a4ae solid 1px;
    min-height: 35px;
    line-height: 32px;
}
.top-nav .navbar-top > li > a {
    font-size: 15px;
    color: #fff;
    padding: 6px;
    text-decoration: none;
}
.top-nav .navbar-nav > li > a:hover {
    text-decoration: underline;
    background: none;
}

.header-main{
    padding: 15px 0px;
}
.link-logo{
    float:left;
}
.box-list{
    padding: 15px 0px;
}
.box-item{
    padding: 5px;
}
.logo {
    float: left;
    width: 35%;
    max-width: 275px;
}
.nav-header .navbar-nav{
    list-style: none;
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.nav-header .navbar-nav > li{
    height: 26px;
    list-style: none;
    padding-left: 26px;
    width: 100%;
    background: url(../../images/line_menu.jpg) no-repeat 0 17px;
}

.nav-header .navbar-nav > li:first-child{
    height: 26px;
    list-style: none;
    padding-left: 26px;
    background: none;
}
.nav-header .navbar-nav > li > a.home {
    font-size: 36px;
    width: 97px;
    border-left: #4e69a2 solid 1px;
    margin-right: 1px;
    text-align: center;
}
.nav-header .navbar-nav > li > a:hover, .nav-header .navbar-nav > li > a.active {
    color: #e4eeeb;
    background: #3278b4;
    text-decoration: none;
}

.nav-header .navbar-nav > li > a {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px 5px 10px;
}
.nav-header .navbar-nav > li:last-child a{
    border-right: none;;
}

.name-site {
	padding:15px 0;
}

.top-banner {
	height:95px;
	float:right;
	width:65%;
	max-width:630px;
    background-image: url(../../images/banner-top.png);
    background-size: 100% 100%;
}

h2.news-title {
  font-size:24px;
  padding: 10px 0px 0px;
  margin: 10px 0px 0px;
}

.link-primary {
    font-size: 1.3em;
    font-weight: bold;
    border: 1px solid #337ab7;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
}

.link-primary:hover {
    border-color: #C91F37;
    color: #C91F37;
    text-decoration: none;
}

.main-nav .navbar-nav > li > a {
	padding: 12px 41px;
	border-left:#435a8b solid 1px;
	border-right:#4e69a2 solid 1px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#435a8b;
	border-radius: 4px 4px 0 0;
}
.main-nav .navbar-nav > li:last-child > a {
	border-right:#435a8b solid 1px;
}


.main-nav .navbar-nav > li > a:hover, .main-nav .navbar-nav > li > a.active{
	background:#fff;
	border:#4e69a2  solid 1px;
	border-bottom:3px solid #10844a;
	margin-top:-4px;
	color:#435a8b
}

.main-nav .navbar-nav > li > a.home {
    padding: 12px 26px;
	font-size:36px;
	/*width:97px;*/
	border-left:#4e69a2 solid 1px;
	margin-right:1px;
	text-align:center;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  #bs-example-navbar-collapse-1 .dropdown:hover .dropdown-menu {
    display: block;
  }
}
#bs-example-navbar-collapse-1 .dropdown-menu ul {
    padding-left: 0;
}
#bs-example-navbar-collapse-1 .dropdown-menu ul li {
    list-style-type: none;
    padding: 5px 0px;
}
.two-column-navbar {
    width: 500px;
    height: auto;
    float: right;
    border-top: solid 3px #10844a;
    border-left: solid 1px #10844a;
    border-right: solid 1px #10844a;
    border-bottom: solid 2px #10844a;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.three-column-navbar {
    width: 700px;
    height: auto;
    float: right;
    border-top: solid 3px #10844a;
    border-left: solid 1px #10844a;
    border-right: solid 1px #10844a;
    border-bottom: solid 2px #10844a;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.box-nav{
    width: 100%;
    float: left;
    padding: 15px 0 30px;
    text-align: center;
}
.box-search{
    background: url(../../images/search-bg.jpg) bottom -80px center no-repeat;
    min-height: 300px;
    background-size: cover;
    border: #435a8b solid 1px;
    box-shadow: #838383 0px 1px 5px;
    padding: 40px 30px;
}
.search-main{
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    padding: 20px 30px 20px 30px;
}
.search-main h4{
    color: #fff;
}
.search-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}
.btn-search{
    background: url(../../images/icon-search.png) rgba(17, 140, 79, 1);
    border: #16a85b solid 1px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    background-position: center left 20px;
    background-repeat: no-repeat;

}
.btn-search:hover {
    background-color: #0a9f55;
    border-color: #12d96e;
}
.btn-search-upgrade {
    border: #fff solid 3px;
    background: none;
    height: 41px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.btn-search-upgrade:hover {
    background: rgba(0, 0, 0, 0.5);
}
.input-customer{
    border-radius: 0;
    height: 41px;
}
.slide{
    background: #eceff1;
    padding: 10px 0 20px 0;
}
.footer{
    background: #435a8b;
}
.box-footer{
    /* background: url(../../images/footer_logo.png) no-repeat bottom right; */
    text-align: center;
}
.nav-footer {
    text-align: center;
    margin: 20px 0 0 0;
}
.nav-footer li {
    display: inline;
}
.nav-footer li a {
    color: #fff;
    border-right: #fff solid 1px;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}
.footer p, .footer a {
    color: #fff;
    padding: 3px 0;
    margin: 0;
}
.coppyright {
    border-top: #fff solid 1px;
    margin-top: 10px;
    padding: 5px 0;
}
.slide-title a {
    font-size: 13px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.news {
    border-top: #e1e1e1 solid 1px;
}
.col-md-4:nth-of-type(3n+1){
    clear: both;
}
.news-item {
    padding: 5px;
    -webkit-border-radius: 0;
    float: left;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 265px;

}
.news-item .thumbnail{
    border: none;
    min-height: 125px;
}
.letter-list {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.brand-list .brand-item {
    padding: 0 10px;
    margin: 10px 0;
}

.brand-list .brand-item a:hover {
    border: 1px solid #F58F84;
}

.brand-list .brand-item a {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}
.brand-list .brand-item a img{
    height:100px;
}
.box-deposit{
    padding: 20px;
}

.project-list nav {
    text-align: center;
}

.project-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.project-list .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.list-group .item {
    border: none;
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 10px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:none;
}

#projects {
    margin-bottom: 0;
}
.project-item {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0;
}

.item .list-group-item-heading a {
    text-decoration: none;
}

.item.list-group-item .thumbnail img {
    width: 300px;
}

.thumbnail>img {
  border-radius: 5px;
}
.image-max-height {
  max-height: 128px;
}

/* Portrait and Landscape */
@media only screen
and (min-device-width: 350px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .item.list-group-item .thumbnail img {
        width: 100%;
    }
}

.item.list-group-item .caption {
    padding: 9px 9px 0 9px;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.datepicker .table-condensed {
    font-size: 13px !important;
}

div.no-record {
    margin: 20px 0 40px 0;
}

div.no-record p {
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    width: inherit !important;
    padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 17px;
}

input.form-control {
    height: 40px;
}

.search-form h4 {
    color: white;
}
h3.text-primary{
    text-transform:uppercase;
}

.pull-right.project-code {
    padding-top: 15px;
}
.list-group .table>thead>tr>th {
    vertical-align: middle;
}
.list-group .table>thead>tr>th {
    border-right:2px solid #fff;
}
.list-group .table>thead>tr>th:last-child {
    border-right:none;
}

.text-product-title {
  text-overflow: ellipsis;
  text-align: justify;
  line-height: 24px;
  font-size: 16px !important;
}

.text-hot {
  color: #C91F37;
}

.text-hot:hover {
  color: #F22613;
}

.text-large {
  font-size: 1.3em;
}

.mark1 {
    font-weight: bold;
    color: red;
}
.mark2 {
    font-weight: bold;
    color: #337ab7;
}

/*BREADCRUMB*/
ul.breadcrumb {
  padding: 15px 0 0 0;
  list-style: none;
  background-color: white;
  margin-bottom: 0px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb li+li:before {
  padding: 2px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/*BREADCRUMB*/

/* PRODUCT DETAIL */
.product-detail .description {
    margin-top: 20px;
}
.product-detail .description .nav-tabs>li>a  {
    font-weight: bold;
}
.product-detail .description .tab-pane {
    margin-top: 15px;
    min-height: 300px;
}
.product-detail .description table>tbody>tr>th,
.product-detail .description table>tbody>tr>td {
    border: 0px;
    padding: 5px;
}
.product-detail .description table>tbody>tr>th {
    vertical-align: top;
}
.product-detail .description ul {
    list-style-type: none;
    padding-left: 0px;
}
.product-detail .description ul li{
    padding: 5px 0px;
}

.product-detail .slider-for img {
    height: 500px;
}
.product-detail .slider-for .slick-track {
    display: flex;
}
.product-detail .slider-for .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.product-detail .slider-nav-block {
    margin-top: 15px
}
.product-detail .slider-nav-block .slider-nav {
    padding: 0 25px;
}
.product-detail .slider-nav-block .slick-prev {
    left: 0px;
}
.product-detail .slider-nav-block .slick-next {
    right: 0px;
}
.product-detail .slider-nav-block .slick-prev:before,
.product-detail .slider-nav-block .slick-next:before {
    color: #435a8b;
}
.product-detail .slider-nav-block .thumb {
    padding: 0 8px;
    width: 150px
}
.product-detail .slider-nav-block .thumb img {
    border: 1px solid #90a4ae;
}

.product-detail .block {
    border: 1px solid #eee;
    padding: 8px;
    margin-bottom: 15px;
}
.product-detail .block ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.product-detail .block-into{
    display: flex;
}
.product-detail .block-into .left{
    flex: 1;
}
.product-detail .block-into .right{
    flex: 2;
}
.product-detail .block-into .left span:before {
    font-size: 50px;
}
/* PRODUCT DETAIL */

/*Home Slider*/
.product-hot {
    background: #eceff1;
    padding: 10px 0 20px 0;
}
#productHot {
    background: #fff;
}
#productHot h2 {
    margin-left: 15px;
}
.slider-products-hot .slick-prev:before, .slick-next:before {
    content: none;
}
.slider-products-hot .slick-prev, .slider-products-hot .slick-next {
    background: url(/images/icon-prev.png) no-repeat;
}

.slider-products-hot .slick-prev:hover, .slider-products-hot .slick-next:hover {
    background: url(/images/icon-prev-hover.png) no-repeat;
}

.slider-products-hot .slick-prev {
    height: 60px;
    width: 30px;
    left: -35px;
    right: auto;
    top: 47%;
}
.slider-products-hot .slick-next {
    height: 60px;
    width: 30px;
    right: -35px;
    left: auto;
    top: 42%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.slider-products-hot .slick-dots li button:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 5px;
    border: 1px solid #4e69a2;
    content:"";
    opacity: 1;
}
.slider-products-hot .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #acacac;
}
.slider-products-hot .slick-dots li button:hover:before, .slider-products-hot .slick-dots li button:focus:before {
    background: #10894d;
}
.slider-products-hot .slick-dots {
    left: 0;
}
/*Menu*/
.main-nav {
    /*margin-left: 15px;*/
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    margin:0;
  }
  /* General styles for all menus */
  .cbp-spmenu {
    background: #f8f8f8;
    position: fixed;
    padding:0;
    margin:0 !important;
    overflow-x:hidden;
    overflow-y:visible;
    display:block;
  }
  .cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
  }
  .cbp-spmenu a {
    display: block;
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -260px;
  }
  .cbp-spmenu-right {
    right: -260px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 260px;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
    .slider-products-hot .slick-prev {
        left: 0;
    }
    .slider-products-hot .slick-next {
        right: 0;
    }
    .main-nav .navbar-nav > li > a {
        border-radius: 0;
    }
    .product-detail .slider-for img {
        height: 300px
    }
}
.navbar-toggle {
    border: 1px solid #000;
    margin-left: 15px;
}
.main-nav .navbar-toggle .icon-bar {
    background: #000;
}
@media (min-width: 768px) {
    .main-nav .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}
/*News*/
.tintuc {
    border-top:#e1e1e1 solid 1px;
}
.tintuc .label {
    border-radius:0;
    border:#afafaf solid 1px;
    color:#696969;
    margin-bottom:10px;
    display:inline-block
}
.tintuc .label-default {
    background:#afafaf;
    color:#fff;
    margin-right:10px;
}
.tintuc h4 {
    margin-top:0;
}
.tintuc h4 a {
    color:#337ab7;
    padding-top:5px;
}
.tintuc h4 a:hover{
    color:#23527c;
}
.tintuc h2 {
    margin-bottom:30px;
}
.tintuc h2 a {
    font-size:13px;
    margin-top:20px;
    color:#000;
    margin-bottom:10px;
    text-transform:capitalize;
}
.tintuc p{
    text-align:justify;
    color:#000;
    }
.tintuc h2 a i {
    color:#337ab7;
    font-size:11px;
    margin-left:7px;
}
.tintuc img {
    width:100%;
}
.btn-viewmore {
    background:#337ab7;
    color:#fff;
    float:right;
    border-radius:0;
}
.btn-viewmore:hover {
    background:#23527c;
    color:#fff;
}

.margin-10 {
   margin: 10px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.news .description {
    padding: 15px;
}

@media (max-width: 767px) {
  .image-max-height {
      max-height: none;
  }
  .logo {
    float: left;
    width: 80%;
    margin: 0% 10%;
  }
  .top-banner {
     display: none;
  }
  .btn-home {
     margin: 8px 15px;
     padding: 6px 15px;
  }

}

/*Tags*/
.tags .list-inline>li {
    padding: 5px 0px 5px 5px;
}
.tags .list-inline>li a {
    font-size: 12px;
}

/*deposit-footer*/
.deposit-footer {
    background-color: rgb(19, 78, 140, 0.15);
    box-shadow: 0 -2px 8px #dbe4ee, 0 -5px 10px 0 #e8ecef;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    color: #337ab6;
}
.deposit-footer form {
    overflow: hidden;
    margin: 25px 0; 
}
.deposit-footer form input.form-control {
    height: 30px;
}
.deposit-footer form .form-group {
    margin-bottom: 25px;
}
.deposit-footer form .btn {
    background-color: rgba(17, 140, 79, 1);
    border: #16a85b solid 1px;
    color: #fff;
    font-weight: bold;
    padding: 6px 30px;
}
.deposit-footer img {
    padding-top: 10px;
}
.deposit-footer ul {
    padding-left: 0px;
}
.deposit-footer ul li {
    list-style: none;
    padding: 8px 0;
    font-size: 13px;
    padding-left: 0px;
}
.deposit-footer ul li a{
    text-shadow: 2px 0 2px #fff;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
    height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.deposit-footer ul li span{
    display: block;
    color: #333;
}
.deposit-footer ul li span:before {
    font-family: FontAwesome;
    text-decoration: none;
    content: "\f017";
    padding-right: 3px;
}
.deposit-footer ul li p {
    color: rgba(17, 140, 79, 1);
    padding-top: 10px;
}
