/*COLOR*/
/*

#bdb272 = yellow
#173c56 = blue
*/

.white-bg {
    background: #fff !important;
    padding: 10px;
}

.white {
    color: #fff !important;
}
/*BODY*/

* {
    border-radius: 0 !important;
}

body {
    background: #ede7df;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12pt;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

.shadow {
    text-shadow: 0px 1px 2px #333;
}
/*HEADLINE*/
/*NAVIGATION*/

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: yellow;
}

header {
    background: #ae0002 url("../img/trongdong.png") bottom right no-repeat;
}

.flag {
    min-height: 25px;
    background: #333;
}

.phone {
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
}

.phone strong {
    font-size: 1.2em;
    font-weight: 300;
}

.section {
    margin: 10px 0;
}

.whitetext {
    color: white;
}

.img-step {
    margin-top: 20px;
    border-radius: 30px !important;
}

.top-margin-10 {
    margin-top: 10px;
}

.img-effect img{
    margin-top: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.img-effect img:hover {
    opacity: .5;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.red-bg {
    background: #ae0002; 
}
hr {
  margin-top: auto;
  margin-bottom: 10px;
}

.brown-bg {
    padding: 10px 0;
    background: #827263;
}
@media only screen and (max-width: 600px) {
    .logo {
        max-width: 300px;
    }
}
ul.footer-menu {
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
ul.footer-menu li {
	display:inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.footer-menu li a {
	font-size:14px;
	color:#337ab7;
	padding-left:10px;
	padding-right:15px;
	border-right:1px solid #fff;
}
ul.footer-menu li a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
ul.footer-menu li.border-none a {
	border-right:none;
}



