@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

@CHARSET "UTF-8";
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia/Georgia.eot");
  src: url("../fonts/Georgia/Georgia.woff") format("woff"), url("../fonts/Georgia/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia/GeorgiaBold.eot");
  src: url("../fonts/Georgia/GeorgiaBold.woff") format("woff"), url("../fonts/Georgia/GeorgiaBold.svg#GeorgiaBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia/GeorgiaItalic.eot");
  src: url("../fonts/Georgia/GeorgiaItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaItalic.svg#GeorgiaItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pagination {
  background-color: #ccc;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0; }
  .pagination ul {
    margin: 0;
    padding: 0 10px;
    text-align: right; }
    .pagination ul li {
      display: inline-block;
      margin-left: 6px; }
    .pagination ul a {
      border: 1px solid #999;
      color: #777;
      display: inline-block;
      line-height: 20px;
      padding: 0px 6px; }
    .pagination ul span {
      display: inline-block;
      line-height: 20px;
      padding: 0px 6px;
      color: #fff;
      background-color: #2d89ad;
      border: 1px solid #2d89ad; }

.d-table {
  display: table; }

.d-row {
  display: table-row; }

.d-cell {
  display: table-cell; }

table.vt-table {
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100;
  color: #222;
  text-rendering: optimizeLegibility;
  width: 100%; }

table.vt-table thead th {
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd; }

table.vt-table thead th, table.vt-table tbody td {
  padding: .8rem;
  font-size: 1.4rem; }

table.vt-table tbody td {
  padding: .8rem;
  font-size: 1.4rem;
  color: #222;
  background: #fff; }

table.vt-table tbody tr {
  border: 1px solid #ccc; }

@media screen and (max-width: 600px) {
  table.vt-table thead {
    display: none; }

  table.vt-table th {
    display: none; }

  table.vt-table tbody td {
    display: block;
    padding: .6rem; }

  table.vt-table tbody tr td:first-child {
    background: #2d89ad;
    color: #f2f2f2; }

  table.vt-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
    margin-right: 30px; } }
body {
  font: 15px/32px Arial, sans-serif;
  background-color: #efefef; }

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none; }

*:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.wrapper .container {
  background-color: #fff; }
.wrapper .img {
  padding: 3px;
  border: 1px solid #e9e9e9; }

@media (max-width: 540px) {
  div[class*="col-xs"] {
    width: 100%; } }
.header-mobile-menu {
  display: none; }

.site-header {
  position: relative;
  margin-bottom: 30px; }
  .site-header .top-header {
    /* background: #fff url(../images/header-bg-loop.jpg) repeat-x; */

	background: #fff url(../images/header-bg-loop.jpg) no-repeat;
	background-size: cover;
	background-image: -webkit-linear-gradient(top, #7ee1ff 10%, #afe4ff 20%, #ffb75e 100%);
        background-image: -o-linear-gradient(top, #7ee1ff 10%, #afe4ff 20%, #ffb75e 100%);
        background-image: linear-gradient(to left, #7ee1ff 10%, #afe4ff 20%, #ffb75e 100%);

	/* background: orange;
    	background-image: url(../images/trong-dong-large.png);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center center; */

    overflow: hidden; }
    @media (max-width: 992px) {
      .site-header .top-header {
        background-size: auto; } }
    @media (max-width: 666px) {
      .site-header .top-header {
        background-image: url(../images/header-bg-mobile.jpg);
        background-position: center center;
        background-size: cover; } }
  .site-header .logo {
    float: left;
    margin: 25px 0 0 25px; }
    @media (max-width: 666px) {
      .site-header .logo {
        margin-left: 0;
        padding-bottom: 10px;
        float: none;
        text-align: center; } }
  .site-header .heading {
    color: #d22323;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0 40px;
    position: relative;
    z-index: 9; }
    .site-header .heading h1 {
      text-transform: uppercase;
      font-family: Georgia, 'Times New Roman',serif;
      font-weight: bold;
      font-size: 30px;
      text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
      .site-header .heading h1 span {
        display: block;
        margin-top: 5px; }
    .site-header .heading h4 {
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 7px;
      font-family: Georgia, 'Times New Roman',serif; }
    @media (max-width: 666px) {
      .site-header .heading {
        text-align: center;
        display: block;
        margin: 15px auto; }
        .site-header .heading h1 {
          font-size: 25px; }
        .site-header .heading h4 {
          font-size: 12px; } }
  .site-header .main-nav {
    /* background-color: #2d89ad; */ background-color: #f8971e; }
    @media (max-width: 992px) {
      .site-header .main-nav {
        padding: 6px 0; } }
    @media (max-width: 992px) {
      .site-header .main-nav > ul {
        display: none; } }
    .site-header .main-nav ul {
      margin: 0;
      padding: 0; }
      .site-header .main-nav ul:before, .site-header .main-nav ul:after {
        content: " ";
        display: table; }
      .site-header .main-nav ul:after {
        clear: both; }
      .site-header .main-nav ul li {
        list-style: none;
        font-weight: bold;
        position: relative; }
        .site-header .main-nav ul li a {
          color: #fff; }
      .site-header .main-nav ul .sub-menu {
        display: none;
        /* background-color: #2d89ad; */
	background-color: #f8971e;
        position: absolute;
        width: 240px;
        top: 100%;
        left: 0;
        z-index: 5; }
        .site-header .main-nav ul .sub-menu a {
          /* border-top: 1px solid #7cc2dd; */
	  border-top: 1px solid white;
          display: block;
          padding: 5px 12px;
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s; }
          .site-header .main-nav ul .sub-menu a:hover {
            /* background-color: #54afd3; */ background-color: #ffce5a; }
        .site-header .main-nav ul .sub-menu .sub-menu {
          left: 100%;
          top: 0; }
    .site-header .main-nav > ul > li {
      float: left; }
      .site-header .main-nav > ul > li > a {
        display: block;
        padding: 5px 12px;
        position: relative; }
        .site-header .main-nav > ul > li > a:before {
          content: '';
          /* background: url(../images/menu-line.png) 0 0 no-repeat; */
	  background-color: white;
          width: 1px;
          height: 28px;
          position: absolute;
          left: 0;
          top: 7px; }
        .site-header .main-nav > ul > li > a:after {
          display: none; }
      .site-header .main-nav > ul > li:first-child a:before {
        display: none; }
    .site-header .main-nav .menu-stack {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      margin-left: 8px;
      display: none;
      margin-bottom: 0; }
      .site-header .main-nav .menu-stack i {
        margin-right: 6px; }
      .site-header .main-nav .menu-stack a {
        color: #fff; }
      @media (max-width: 992px) {
        .site-header .main-nav .menu-stack {
          display: block; } }
  .site-header .time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    /* background-color: #eee;
    color: #2d89ad; */

    background-color: #ffffff;
    color: #044fff;
    font-size: small;
    font-weight: bold;

    border-radius: 4px;
    padding: 0 10px; }
  .site-header .header-slider {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 360px;
    height: 130px; }
    .site-header .header-slider img {
      width: 100%;
      height: 130px; }
    @media (max-width: 992px) {
      .site-header .header-slider {
        display: none; } }

.widget {
  margin-bottom: 10px;
  
  border: 1px solid #dbdbdb;
  background-color: #f3f3f3;

  }
  .widget .widget-title {
    /* background-color: #2d89ad;
    border-radius: 7px 7px 0 0; */

    background-image: url("../images/trong-dong-large.png");
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center;
    background-color: #f8971e;
    text-align: center;
    text-shadow: 0 0 2px #686868;
    text-transform: uppercase;

    }
    .widget .widget-title h4 {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      border-radius: 7px 7px 0 0;
      padding: 8px 16px; }
      .widget .widget-title h4 a {
        color: #fff; }
  .widget ul {
    margin: 0;
    padding: 0; }
    .widget ul li {
      list-style: none;
      font-size: 13px;
      line-height: 24px; }
      .widget ul li a {
        color: #222;
        display: block;
        padding: 4px 0;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        .widget ul li a:hover {
          /* color: #226985; */
	  color: #ff8400; 
	}
      .widget ul li:not(:last-child) a {
        border-bottom: 1px solid #9a9a9a; }
    .widget ul.has-bullet li {
      position: relative;
      padding-left: 15px; }
      .widget ul.has-bullet li:before {
        content: '';
        position: absolute;
        top: 48%;
        left: 0;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left-color: #474e60;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .widget .widget-content {
    /* border: 1px solid #2d89ad; */
    border: 1px solid #f8971e;
    padding: 10px; }

.widget.banner img {
  width: 100%; }

.widget.widget-links select {
  border-radius: 0; }

.widget.widget-stats a {
  border: 0 !important; }

.widget.widget-search .search-form {
  position: relative;
  margin-top: 8px; }
  .widget.widget-search .search-form input#s {
    padding-right: 27px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc; }
  .widget.widget-search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    color: #1d5970; }

.widget.widget-slider .item img {
  width: 100%; }
.widget.widget-slider .item p {
  margin: 7px 0;
  text-align: center;
  font-size: 13px;
  line-height: 21px; }
  .widget.widget-slider .item p a {
    color: #222; }
.widget.widget-slider .owl-carousel {
  position: relative; }
  .widget.widget-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 10px;
    right: 10px; }
    .widget.widget-slider .owl-carousel .owl-nav .owl-prev, .widget.widget-slider .owl-carousel .owl-nav .owl-next {
      display: inline-block;
      background-color: #226985;
      color: #fff;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 25px;
      margin: 0 2px; }

.tabs-news ul.tab-nav {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ccc; }
  .tabs-news ul.tab-nav:before, .tabs-news ul.tab-nav:after {
    content: " ";
    display: table; }
  .tabs-news ul.tab-nav:after {
    clear: both; }
  .tabs-news ul.tab-nav li {
    list-style: none;
    display: inline-block;
    float: left; }
    .tabs-news ul.tab-nav li:last-child a {
      border-right: 1px solid #ccc; }
    .tabs-news ul.tab-nav li.active a {
      /* background-image: -webkit-linear-gradient(top, #2d89ad 0%, #226985 100%);
      background-image: -o-linear-gradient(top, #2d89ad 0%, #226985 100%);
      background-image: linear-gradient(to bottom, #2d89ad 0%, #226985 100%); */

      background-image: -webkit-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
      background-image: -o-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
      background-image: linear-gradient(to bottom, #ffb75d 0%, #f8971e 100%);

      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D89AD', endColorstr='#FF226985', GradientType=0);
      color: #fff; }
  .tabs-news ul.tab-nav a {
    display: block;
    padding: 0px 10px;
    background-image: -webkit-linear-gradient(top, #cdcdcd 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #cdcdcd 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #cdcdcd 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCDCDCD', endColorstr='#FFFFFFFF', GradientType=0);
    border-left: 1px solid #ccc;
    font-weight: bold;
    color: #222;
    border-top: 1px solid #ccc; }

.boxNews {
  margin: 20px 0;
  /* border: 1px solid #2d89ad; */ border: 1px solid #f8971e; }
  .boxNews .title {
    /* background-image: -webkit-linear-gradient(top, #2d89ad 0%, #226985 100%);
    background-image: -o-linear-gradient(top, #2d89ad 0%, #226985 100%);
    background-image: linear-gradient(to bottom, #2d89ad 0%, #226985 100%); */
    
    background-image: -webkit-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
    background-image: -o-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
    background-image: linear-gradient(to bottom, #ffb75d 0%, #f8971e 100%); 
    
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D89AD', endColorstr='#FF226985', GradientType=0); }
    .boxNews .title h3 {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      border-radius: 7px 7px 0 0;
      padding: 8px 16px; }
      .boxNews .title h3 a {
        color: #fff; }
  .boxNews .box-content {
    padding: 6px; }
    .boxNews .box-content ul {
      margin: 0;
      padding: 0; }
      .boxNews .box-content ul li {
        list-style: none;
        font-size: 13px;
        line-height: 21px; }
    .boxNews .box-content .style-1 .top .img {
      margin-right: 10px; }
      @media (max-width: 360px) {
        .boxNews .box-content .style-1 .top .img {
          width: 100%;
          margin-bottom: 7px; }
          .boxNews .box-content .style-1 .top .img img {
            width: 100%; } }
    .boxNews .box-content .style-1 .top > a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 7px;
      display: block;
      color: #2d89ad; }
      .boxNews .box-content .style-1 .top > a:before {
        content: '';
        width: 11px;
        height: 11px;
        /* background-color: #2d89ad; */
	background-color: #f8971e;
        display: block;
        margin-right: 6px;
        display: inline-block; }
    .boxNews .box-content .style-1 li:not(.top) {
      margin-bottom: 5px; }
      .boxNews .box-content .style-1 li:not(.top) span.date {
        color: #d22323 !important;
        margin-right: 3px;
        display: inline-block; }
      .boxNews .box-content .style-1 li:not(.top) a {
        color: #222;
        font-size: 13px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        .boxNews .box-content .style-1 li:not(.top) a:hover {
          /* color: #2d89ad; */ color: #f8971e; }
        .boxNews .box-content .style-1 li:not(.top) a:before {
          content: '';
          width: 11px;
          height: 11px;
          /* background-color: #2d89ad; */
	  background-color: #f8971e;
          display: block;
          margin-right: 6px;
          display: inline-block; }
    .boxNews .box-content .style-2:before, .boxNews .box-content .style-2:after {
      content: " ";
      display: table; }
    .boxNews .box-content .style-2:after {
      clear: both; }
    .boxNews .box-content .style-2 li {
      width: 32%;
      float: left; }
      .boxNews .box-content .style-2 li img {
        width: 100%; }
      .boxNews .box-content .style-2 li:not(:last-child) {
        margin-right: 8px; }
      .boxNews .box-content .style-2 li a {
        font-size: 13px;
        color: #222;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        .boxNews .box-content .style-2 li a:hover {
          color: #2d89ad; }
      @media (max-width: 444px) {
        .boxNews .box-content .style-2 li {
          width: 48%;
          margin-bottom: 12px;
          margin-right: 5px !important; } }
      @media (max-width: 360px) {
        .boxNews .box-content .style-2 li {
          width: 100%; } }

.banner img {
  width: 100%; }

.site-footer {
  padding: 20px 0 10px;
  /* background-image: -webkit-linear-gradient(top, #2d89ad 0%, #226985 100%);
  background-image: -o-linear-gradient(top, #2d89ad 0%, #226985 100%);
  background-image: linear-gradient(to bottom, #2d89ad 0%, #226985 100%); */

  background-image: -webkit-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
  background-image: -o-linear-gradient(top, #ffb75d 0%, #f8971e 100%);
  background-image: linear-gradient(to bottom, #ffb75d 0%, #f8971e 100%);  

  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D89AD', endColorstr='#FF226985', GradientType=0); }
  .site-footer p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    line-height: 24px; }
  .site-footer a {
    color: #fff; }

/*# sourceMappingURL=cucluutru.css.map */
