﻿@font-face {
  font-family: RobotoCondensed;
  src: url(../fonts/RobotoCondensed-Regular_gdi.ttf) format("truetype");
  font-style: normal; }
@font-face {
  font-family: RobotoCondensedBold;
  src: url(../fonts/RobotoCondensed-Bold_gdi.ttf) format("truetype");
  font-style: normal; }
body {
  background: #f3f3f3; }

.header {
  min-height: 100px;
  display: block;
  padding: 0;
  background-color: #0351a0; }
  .header .logo {
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 100px; }
  .header .title {
    text-transform: uppercase;
    color: #f7ef07;
    white-space: nowrap; }
    .header h2 {
      font-size: 24px;color:#f7ef07;
      font-family: RobotoCondensedBold; }
    .header h3 {
      font-size: 18px;
      font-family: RobotoCondensedBold;
      color: #f7ef07; }

.home-content {
  background-color: #d0ecf7;
  background-image: url("../img/bg-home-content.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  padding: 70px 0 20px 0;
  width: 100%;
  min-height: 480px;
  float: left;
  display: block; }
  .home-content .home-content-left {
    margin-bottom: 50px; transition: all ease .3s}
    .home-content .home-content-left h1 {
      font-family: robotocondensedBold;
      font-size: 48px;
      margin-top: 0px;
      color: #0351a0;
      text-transform: uppercase; }
    .home-content .home-content-left h2 {
      font-family: robotocondensedBold;
      font-size: 29px;
      color: #cf5019;
      text-transform: uppercase;
      margin: 10px 0 0 0; }
    .home-content .home-content-left h3 {
      font-family: robotocondensedBold;
      font-size: 21px;
      margin: 0;
      color: #0351a0;
      text-transform: uppercase; }
  .home-content .list-navbar {
    width: 100%;
    float: left;
    display: block;
    margin-top: 70px;
    }
    .home-content .list-navbar .nav-item {
      background-image: url("../img/bg-item-1.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .home-content .list-navbar .nav-item:nth-child(2) {
        background-image: url("../img/bg-item-2.png"); }
      .home-content .list-navbar .nav-item:nth-child(3) {
        background-image: url("../img/bg-item-3.png"); }
      .home-content .list-navbar .nav-item:nth-child(4) {
        background-image: url("../img/bg-item-4.png"); }
      .home-content .list-navbar .nav-item:nth-child(5) {
        background-image: url("../img/bg-item-5.png"); }
      .home-content .list-navbar .nav-item .title-item {
        width: 100%;
        float: left;
        display: block;
        font-family: robotocondensedbold;
        font-size: 16px;
        text-transform: uppercase;
        color: #f7ef07; }
      .home-content .list-navbar .nav-item .content-item {
        width: 100%;
        float: left;
        display: block;
        text-align: right;
        font-family: roboto;
        font-size: 12px;
        color: #fff; }

footer {
  text-align: center;
  background: #0351a0;
  color: #fff;
  font-size: 13px;
  padding: 10px 0 0px 0;
  display: block;
  width: 100%;
  float: left; }
  footer h4 {
    color: #f7ef07;
    text-transform: uppercase;
    font-size: 16px;
    font-family: robotocondensedbold;
    margin: 0 0 10px 0; }
  footer p {
    margin-bottom: 0px; }

.main-content.content-full {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .main-content.content-full footer {
    position: absolute;
    bottom: 0; }
@media screen and (min-width: 992px) {
  .nav-item {
    width: 20%;
    height: 110px; }
    .nav-item + .nav-item {
      margin-left: -5px; } }
      
@media screen and (min-width: 768px) {
	.static-div .static-right{width:30%;}
	.static-div .static-left{width:70%}
	.home-content .list-navbar {margin-top: 70px;}
}

@media screen and (max-width: 991px) {
  .nav-item {
    background-image: none !important;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    background: #0351a0;
    background: linear-gradient(#1378de, #0351a0) !important; }
    
    .nav-item:nth-child(2) {
      background: #026b8e;
      background: linear-gradient(#0fa299, #026b8e) !important; }
    .nav-item:nth-child(3) {
      background: #02580d;
      background: linear-gradient(#279d34, #02580d) !important; }
    .nav-item:nth-child(4) {
      background: #608602;
      background: linear-gradient(#80ab1b, #608602) !important; }
    .nav-item:nth-child(5) {
      background: #6b560e;
      background: linear-gradient(#998e1a, #6b560e) !important; } }

@media screen and (max-width: 768px) {
  .nav-item{
	margin: 5px 5%;
	width:90%;
	}
	.home-content .home-content-left {
	    text-align: center;
	}
	.home-content .list-navbar .nav-item .title-item {
		padding: 0 0 10px 0;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	}
	.header ul.PortalDVC-WelcomeBar {top: 0;right: 3%;}
}
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 480px) {
	.header{min-height: 80px;}
	.header .logo {max-width: 60px; margin: 10px 10px 10px 0;}
	.header h2 {font-size: 1.3em;}
	.header h3 {font-size: 1.1em;}
	.header .TD-ul-welcome span:not(.glyphicon) {display: none;}
	.header .head-right>div#ctl00_g_25562f27_7413_4192_9613_b1e39735f85c{float:left}
	.footer-thongke{
	    border-bottom: 1px solid #fff;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    position: relative !important;
	    width: 100%;
	    float: left;
	    right: 0 !important;
	}
}
@media screen and (max-width: 400px) {
	.header .logo {max-width: 50px;}
	.header h2 {font-size: 1.2em;}
	.header h3 {font-size: 1em;}
}


