@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #006ec7;
}

a {
	color: #006ec7;
}

body {
	background-color: #fff;
}

.container {
	width: 1140px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.header__logo img {
	max-height: 47px;
}

.header-wrapper {
	border-bottom: 1px solid #46607f;
}

.header__nav {
	font-size: 0;
    font-family: 'Lao UI', sans-serif;
}

.header__nav a {
	font-size: 14px;
	color: #707070;
	padding: 27px 15px;
	transition: all .1s ease-in;
}

.header__nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #006ec7;
}

.main {
	padding: 3em 0;
}

.sidebar {
	margin-right: 3em;
}