/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /*
 @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('Roboto-Condensed-Light'), url('../fonts/Roboto-Condensed-Light.woff') format('woff');
}
*/

 @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Regular'), local('Roboto-Condensed-Regular'), url('../fonts/Roboto-Condensed-Regular.woff') format('woff');
}

body { font: normal 14px/20px Arial, Helvetica, sans-serif; }

body{
  background: #edeff1 radial-gradient(ellipse at top, #f2f3f4 20%, #c7cdd4 100%) 0 0 fixed;
}

h1,
h2,
h3,
h4,
.mod-box .module-title,
.mod-line .module-title,
.uk-panel-box .uk-panel-title,
.ns2-title a,
a, .uk-link
{ 
  color: #2570BB; 
}

h1, h2, h3, h4, h5, .uk-article-title {
	margin: 10px 0 10px 0;
//	text-transform: capitalize;
}

h1 { font-size: 28px; line-height: 28px; }
h2 { font-size: 24px; line-height: 24px; }
h3 { font-size: 18px; line-height: 18px; }
h4 { font-size: 16px; line-height: 16px; }
h5 { font-size: 14px; line-height: 14px; }


h5 { color: #444; }

small { color: #aaa; }

hr { border-top-color: #e2e2e2; }

pre {
	border: 1px solid #e2e2e2;
	background: #fafafa;
}

.tm-container {
margin-top: 0px;
}

.uk-navbar {
background: #206BB6;
color: rgba(255, 255, 255, 0.5);
background-image: -webkit-linear-gradient(top, #4088D1, #206BB6);
background-image: linear-gradient(to bottom, #4088D1, #206BB6);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.uk-navbar-nav > li > a {
color: #D6E5F3;
text-shadow: 0 1px rgba(0,0,0,0.2);
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 5px solid #66b2d1;
}

.uk-navbar-nav > li.uk-active > a {
background-color: transparent;
color: #ffffff;
background-origin: border-box;
background-image: none;
background-image: none;
border-bottom: 5px solid #66b2d1;
}

.uk-offcanvas-bar {
	background: #206BB6;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #206BB6;
  color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #66b2d1;
}
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
	background: transparent;
	border-left: 5px solid #66b2d1;
}
.image-title{
  padding-left: 5px;
}
.uk-article-title {
font-size: 20px;
line-height: 24px;
}

.uk-align-left img{
  width: 150px;
  height:150px;
}

.ul-links-icon ul{
   list-style-image: url('../../../images/Link_16x16.png');
}
.uk-panel-title{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.categories-panel
{
  margin-bottom: 25px;
}
.panel-title h2{
  color: #fff;
  font-size: 20px;
  margin: 0px;
}
.panel-title
{
  height: 37px;
  padding: 6px 0px 0px 50px;
  vertical-align: middle;
  background-image: url('../../../images/panel-title.png');
  background-repeat: no-repeat;
}

img.ns2-image,
.uk-align-left img ,
.org_chart img
{
  border: 1px solid #9B9B9B;
  padding: 5px;
  box-shadow: 2px 2px 3px #888888;
}

.item:hover{
  background: transparent;
}

.item h4{
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
.item h4 a{
  cursor: pointer;
}
.item h4 a:hover{
  text-decoration: underline;
}
.ns2-links-wrap{
  margin-top: 20px;
}

.ns2-title a{
  font-size: 14px;
  line-height: 18px;
}
.xs_intro {
  font-size: 14px;
  text-align: justify;
}

.ns2-introtext{
  text-align: justify;
}

.ns2-links-wrap .ns2-inner{
  font-size: 14px;
  padding-left: 30px;
  background-image: url('../../../images/Link_16x16.png');
  background-repeat: no-repeat;
}

.float-left{
  float: left;
  padding-right: 15px;
}
.float-right{
  float: right; 
  padding-right: 15px;
  /*padding-left: 15px;*/
}
.clear{
  clear: both;
}

.uk-dropdown{
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-row{
  margin-bottom: 30px;
}
.wk-slideset img{
  width: 400px;
  height: 300px;
  border: 1px solid #9B9B9B;
  padding: 5px;
  box-shadow: 2px 2px 3px #888888;
  margin: 5px;
}


.tm-content form,
.profile ,
.tm-content .com_docman
{
  background: #fff;
  padding: 10px;
}


.org_chart table{
  margin: 0px auto;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.org_chart img{
  width: 128px;
  height: 128px;
}
.org_chart table td{
  width: 25%;
}

.uk-dropdown{
  width: 230px;
}

.home-top-a-slideshow h1
{
  font-size: 20px;
  line-height: 20px;
}
.wk-gallery-avenue .caption{
  bottom: 10px;
  left: 0;
  padding: 10px 20px;
}

.uk-navbar-center{
max-width: 70%;
}



.mod_title {
    font-family: roboto;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: -103px 134px;
    text-shadow: 2px 2px 0px #333;
}
.mod_title .title_vi {
    font-size: 21px;
    line-height: 28px;
}
.mod_title .title_en {
    font-size: 20px;
    line-height: 54px !important;
    text-transform: uppercase;
    margin-top: 5px;
    border-top: 1px solid #fff;
    color: yellow !important;
}

.color-yellow{
	color: yellow !important;

