﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,600,300&subset=latin,latin-ext,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,vietnamese,latin-ext);
/**/
/**/
/*1170 + 5x2*/
@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/* cắt chữ*/
.dot-dot-dot:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0; }

.dot-dot-dot:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff; }

.article-title {
  overflow: hidden;
  position: relative;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-height: 44px; }

/* end cắt chữ */
article a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

.images a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

a:hover p img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

/**/
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.wobble-horizontal:hover,
.wobble-horizontal:focus,
.wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent; }

/* footer */
/* menu */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a:hover {
  text-decoration: none;
  color: #0065ca; }

a:focus {
  outline: thin dotted;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
  text-decoration: none; }

.width-common {
  width: 100%;
  float: left; }

.fa {
  padding-right: 10px; }

.no-padding {
  padding: 0; }

.padd-top-15 {
  padding-top: 15px; }

.padd-bottom-30 {
  padding-bottom: 30px; }

.header-big {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #454545;
  text-transform: uppercase; }

.header-normal {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #454545;
  text-transform: uppercase; }

.article-special-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fffefe; }

.footer-item-header {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px; }

.date {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

/* t├╣y chß╗ënh flexbox */
.flexbox-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

@media (max-width: 1000px) {
  .flexbox-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
/* t├╣y chß╗ënh flexbox 
----------------------------------------*/
.top-link {
  background-color: #004f9e;
  color: #55b2f4;
  height: 34px; }
  .top-link a {
    color: inherit; }
    .top-link a:hover {
      color: #ffef0f; }
  .top-link .tl-item {
    float: right;
    margin: 7px 15px 5px 15px;
    color: #55b2f4;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase; }
  .top-link .search {
    width: 187px;
    margin-bottom: 0; }
    .top-link .search .form-control {
      background-color: #005fbe;
      border-color: transparent;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 5px;
      height: 23px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .top-link .search .btn-default {
      background-color: #005fbe;
      border-color: transparent;
      border-radius: 0;
      padding: 0px 5px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .top-link .glyphicon {
    color: #227ebf;
    font-size: 17px;
    top: 3px; }

@media (max-width: 768px) {
  .top-link {
    margin: 0 -15px; } }
.show-450 {
  display: none !important; }

@media (max-width: 450px) {
  .top-link .search {
    display: none; }

  .show-450 {
    display: block !important; } }
.header {
  margin-bottom: 20px; }
  .header .bg-header {
    background: #0065ca url(/Resources/ImagesPortal/SinhVienTL/imgs/h-right-banner-2.png) right 0 no-repeat;
    width: 100%;
    float: left; }

.header-top {
  /*background: $bg-header url(/Resources/ImagesPortal/SinhVienTL/imgs/bg-trong-dong.png) -100px 0 no-repeat;*/
  background-image: url(/Resources/ImagesPortal/SinhVienTL/imgs/bg-trong-dong.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  padding-bottom: 17px;
  position: relative; }
  .header-top .logo {
    padding: 10px 15px 0 15px; }

@media (max-width: 1120px) {
  .header .bg-header {
    background: #0065ca; } }
@media (max-width: 768px) {
  .header {
    background: #0065ca; } }
.top-menu .container {
  width: 100%;
  padding: 0; }

/* xanh */
/* xanh ─æß║¡m*/
/* v├áng */
/* menu bootstrap */
.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0; }

.navbar-default .navbar-collapse {
  border-color: #0065ca; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .top-menu .navbar {
    border: none; }

  .navbar-right {
    margin-top: -10px; } }
.top-menu .navbar-collapse {
  background-color: transparent;
  border-top: 1px solid #0683dd; }

.top-menu .container > .navbar-header {
  margin-right: 0;
  margin-left: 0; }

.top-menu .navbar-default {
  background-color: transparent;
  border-color: transparent; }

.top-menu .navbar {
  margin-bottom: 0px; }

.navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-nav > li > a {
  color: #787878;
  padding: 15px; }

.navbar-nav > li > form > .input-group > input,
.navbar-nav > li > form > .input-group > .input-group-btn > .btn {
  border-radius: 0px; }

.navbar-nav > li:not(.disabled).open > a,
.navbar-nav > li:not(.disabled).active > a,
.navbar-nav > li:not(.disabled) > a:hover,
.navbar-nav > li:not(.disabled) > a:focus {
  color: #ffef0f;
  padding-left: 10px;
  background-color: #0065ca;
  /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);*/ }

.navbar-nav > li.disabled > a {
  color: #c8c8c8; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  margin-right: -1px;
  min-width: 225px;
  /*padding: 0px 10px 0 5px;*/ }

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 20px;
  white-space: nowrap; }

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
  left: 0px;
  margin-left: -1px;
  right: auto; }

/*hover menu con*/
.navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #0058b0;
  color: #ffef0f; }

/*hover*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffef0f !important;
  background-color: #0065ca;
  /*border-color:rgba(13,36,97,0.9);*/
  /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);*/ }

.nav-padding {
  padding-top: 61px; }

/* custom navbar-toggle */
.navbar-toggle {
  padding: 9px 0;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

/* end navbar-toggle 
----------------------------------------*/
@media screen and (min-width: 768px) {
  .navbar-brand {
    font-size: 20px;
    height: auto;
    padding: 15px 0;
    margin-left: 0 !important; }

  .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 1px; }

  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    border-bottom-width: 2px;
    border-left-width: 0px;
    /*padding-bottom: 10px;*/
    padding-left: 15px; }

  .navbar-nav > li.disabled > a {
    padding-left: 10px;
    padding-right: 10px; }

  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); } }
@media (max-width: 768px) {
  .top-menu .navbar-default {
    background-color: #0065ca; }

  .dropdown-menu {
    padding: 0 10px; }

  .top-menu .navbar-default .navbar-header > .navbar-toggle {
    border: none; }

  .navbar-nav > li > .dropdown-menu {
    margin-right: 0px; }

  .top-menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

  .top-menu .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px; }

  .top-menu .navbar-brand {
    position: absolute; }

  /*menu*/
  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    border-left-width: 0;
    padding-left: 15px; }

  /* menu level 2 */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }

  .navbar-nav .open .dropdown-menu li:first-child {
    /*border-top: 1px solid #777;*/ }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px; }

  .navbar-nav > li > .dropdown-menu > li.active > a,
  .navbar-nav > li > .dropdown-menu > li > a:hover,
  .navbar-nav > li > .dropdown-menu > li > a:focus {
    border: 0;
    padding-left: 25px;
    color: #ffef0f !important; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffef0f;
    background-color: transparent; }

  /* icon thu gß╗ìn*/
  .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    border-width: 0px; }

  .navbar-nav.sm-collapsible .open > a > .caret:before {
    content: "\f106"; }

  .navbar-nav.sm-collapsible .caret:before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: bold; } }
/* -------------------- menu con ------------------ */
.dropdown-menu {
  border-radius: 0; }

.top-menu .dropdown-menu > li > a {
  color: #454545;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff; }

.dropdown-menu > li > a {
  padding: 6px 20px;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #0065ca;
  color: #ffef0f; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #0065ca;
  color: #ffef0f !important;
  border-color: transparent; }

@media (min-width: 768px) {
  .top-menu .dropdown-menu {
    background-color: #0065ca;
    color: #fff;
    border-color: #0065ca;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }

  .top-menu .caret {
    display: none; }

  .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
    color: #fff; }

  .top-menu .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a,
  .top-menu .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover,
  .top-menu .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
    border-left-width: 0;
    color: #fff !important;
    padding-left: 20px; }

  .top-menu .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    border-color: #2e894f; } }
/* bß╗ò sung menu level 2 
--------------------------------------------------------------------------*/
@media (max-width: 1000px) and (min-width: 769px) {
  .navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 14px !important; }

  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    padding-left: 8px; } }
@media (max-width: 800px) and (min-width: 769px) {
  .navbar-nav > li > a {
    font-size: 13px !important;
    padding: 15px 7px; } }
#page {
  width: 1180px;
  margin: auto;
  overflow: hidden;
  background-color: #fff; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #454545;
  background-color: #e2e2e2; }

.main-content {
  background-color: #fff; }
  .main-content .left {
    width: 57.2%;
    float: left;
    margin-bottom: 15px; }
  .main-content .right {
    width: 42.8%;
    float: right;
    padding-left: 15px;
    margin-bottom: 15px; }

/* ------------------ box ----------------------- */
.box .box-header {
  padding-bottom: 30px; }

/* ------------------ box-1 ----------------------- */
.box-1 {
  width: 100%;
  float: left; }
  .box-1 .articles .article-special {
    width: 100%;
    float: left;
    position: relative;
    /* thumb*/ }
    .box-1 .articles .article-special .thumb {
      position: relative; }
      .box-1 .articles .article-special .thumb img {
        width: 100%;
        max-width: 100%; }
    .box-1 .articles .article-special .box-description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      background-color: rgba(0, 101, 202, 0.7);
      /*background: -webkit-linear-gradient(transparent, black);
      background: -o-linear-gradient(transparent, black);
      background: -moz-linear-gradient(transparent, black);
      background: linear-gradient(transparent, black);*/
      z-index: 1;
      padding: 15px;
      color: #fffefe;
      font-weight: 400; }
      .box-1 .articles .article-special .box-description h3 {
        margin: 0; }
        .box-1 .articles .article-special .box-description h3 a:hover {
          color: #ffef0f; }

@media (min-width: 1201px) {
  .box-1 .articles .article-special .thumb {
    width: 670px;
    height: 430px; } }
/* ------------------ box-2 ----------------------- */
.box-2 {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 15px; }
  .box-2 .box-content a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #0065ca;
    text-align: center;
    font-size: 17px;
    display: block;
    width: 20%;
    float: left; }
    .box-2 .box-content a p:first-child {
      min-height: 43px; }
    .box-2 .box-content a:hover {
      text-decoration: underline; }

/* ------------------ box-3 ----------------------- */
.box-3 {
  width: 100%;
  float: left; }
  .box-3 .box-header {
    text-align: center; }
    .box-3 .box-header .header-big {
      display: block;
      margin: auto;
      width: 53%;
      position: relative; }
      .box-3 .box-header .header-big::before {
        border-bottom: 1px dashed #929292;
        position: absolute;
        width: 100%;
        margin: auto;
        height: 1px;
        content: "";
        display: block;
        top: 50%; }
      .box-3 .box-header .header-big span {
        padding: 0 15px;
        position: relative;
        background-color: #fff; }
  .box-3 .box-content .articles article {
    width: 100%;
    float: left;
    margin-bottom: 5px; }
    .box-3 .box-content .articles article .article-thumb {
      width: 85px;
      height: 60px;
      margin-right: 15px;
      float: left;
      overflow: hidden; }
      .box-3 .box-content .articles article .article-thumb img {
        width: 100%; }
    .box-3 .box-content .articles article .article-content {
      margin-left: 100px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: #454545; }
    .box-3 .box-content .articles article p {
      margin-bottom: 5px; }
  .box-3 .box-content .articles a:hover .article-content {
    color: #0065ca; }

/* ------------------ box-4 ----------------------- */
.box-4 {
  background-color: #fff;
  padding-bottom: 40px; }
  .box-4 .box-header {
    position: relative; }
    .box-4 .box-header .btn-sider {
      height: 28px;
      width: 28px;
      position: absolute;
      z-index: 9;
      top: 0;
      border: 1px solid #dfdfdf;
      text-align: center;
      cursor: pointer; }
      .box-4 .box-header .btn-sider .fa {
        padding-right: 0;
        padding-top: 5px;
        color: #dfdfdf; }
      .box-4 .box-header .btn-sider:hover {
        background-color: #8f8f8f;
        color: #fff; }
    .box-4 .box-header .prev {
      right: 35px;
      left: auto; }
    .box-4 .box-header .next {
      right: 0px; }
  .box-4 .box-content a img {
    border: 1px solid transparent; }
  .box-4 .box-content a:hover img {
    border-color: #dfdfdf; }

/* scroll */
@media (min-width: 1000px) {
  #listbox-scroll {
    height: 270px; }

  #listbox-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px; }

  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0065ca !important; } }
/* ------------ en-tabs ---------------*/
.en-tabs .header-big {
  font-size: 20px; }

/* ------------ en-tabs ---------------*/
/*--------- customTabs -------------------*/
/* box header*/
.customTabs {
  margin-bottom: 20px; }
  .customTabs .nav-tabs > li > a {
    padding-bottom: 7px; }
  .customTabs .tab-content ul {
    padding-left: 15px; }
  .customTabs .tab-content li {
    padding-left: 16px;
    margin-bottom: 7px; }
  .customTabs .tab-content li:before {
    margin-left: -16px;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    float: left;
    position: relative;
    top: 0;
    margin-right: 9px;
    color: #c6c6c6; }
  .customTabs .tab-content a {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    display: block; }
    .customTabs .tab-content a:not([href="#"]) {
      text-decoration: underline; }
    .customTabs .tab-content a:hover {
      color: #0065ca; }

/* ------------------ end tabs -------------------- */
.scrtabs-tab-scroll-arrow {
  border-color: transparent;
  color: #0065ca; }

footer {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  footer .footer {
    overflow: hidden;
    padding-top: 10px;
    background-color: #0065ca; }
  footer .footer-bottom {
    overflow: hidden;
    background-color: #004f9e;
    padding-top: 15px;
    padding-bottom: 5px; }
  footer .footer-item {
    padding-bottom: 0px;
    width: 100%;
    float: left; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer .socials {
    padding-top: 10px; }
    footer .socials .fa {
      font-size: 28px;
      padding-right: 25px; }
  footer p {
    margin-bottom: 7px; }
  footer .design-by {
    padding-top: 7px; }

@media (max-width: 850px) {
  .footer > div {
    width: 100%; }

  .f-2 .footer-item {
    float: left;
    width: 50%; } }
@media (max-width: 530px) {
  .f-2 .footer-item {
    float: left;
    width: 100%; } }
@media (max-width: 1200px) {
  #page {
    width: 100%; }

  .container {
    width: 100%; } }
@media (min-width: 1201px) {
  .container {
    width: 1180px;
    padding: 0 5px; } }
/* begin top link */
@media (max-width: 768px) {
  .header-top {
    margin: 0 -15px; }
    .header-top .top-link {
      position: relative;
      width: 100%;
      float: left;
      margin-bottom: 17px;
      padding: 5px 15px;
      top: auto;
      right: auto;
      background-color: transparent; }
      .header-top .top-link .language {
        float: right; } }
/* end */
/* Begin menu*/
@media (max-width: 1100px) and (min-width: 768px) {
  .header-menu .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 930px) and (min-width: 768px) {
  .header-menu .navbar-nav > li > a {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px; } }
@media (max-width: 820px) and (min-width: 768px) {
  .header-menu .navbar-nav > li > a {
    padding-left: 3px;
    padding-right: 3px; } }
@media (max-width: 820px) and (min-width: 768px) {
  .header-menu .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px; } }
/* end */
/* layout */
@media (max-width: 1200px) and (min-width: 1001px) {
  .main-content .left {
    background-color: #0065ca; }
  .main-content .right {
    position: relative; }

  .box-1 .articles .article-special .thumb .box-btn {
    top: 100%;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    bottom: auto; }
  .box-1 .articles .article-special .box-description {
    background: #0065ca;
    position: relative;
    top: 100%;
    width: 100%;
    height: auto; }

  .box-2 .box-content a {
    width: 33.333%; }

  .box-3 {
    /*position:absolute;
    bottom:0;*/ }
    .box-3 .box-content .articles article:last-child {
      margin-bottom: 0; }
      .box-3 .box-content .articles article:last-child .article-thumb {
        margin-bottom: 0; } }
@media (max-width: 1000px) {
  #page {
    width: 880px; }

  .container {
    width: 880px;
    padding: 0 5px; }

  .main-content .container .left {
    width: 100%; }
  .main-content .container .right {
    width: 100%;
    padding-left: 0; } }
@media (max-width: 899px) {
  #page {
    width: 100% !important; }

  .container {
    width: 100%;
    padding: 0 10px; } }
/* end layout */
/* box-1 tin nß╗òi bß║¡t */
@media (max-width: 600px) {
  .box-1 .articles .article-special .box-description {
    background: #0065ca;
    position: relative;
    top: 100%;
    width: 100%;
    height: auto; } }
/* end box-1 */
/* box-2 */
@media (max-width: 540px) {
  .box-2 .box-content a {
    width: 33.33333%; } }
/* end box-2 */
/* box-3 */
@media (max-width: 540px) {
  .box-3 .box-header .header-big {
    width: 90%; } }
/* end box-3 */
/* footer */
@media (max-width: 768px) {
  footer .container {
    padding: 0; } }
/* --------------- typporaphy ---------------- */
@media (max-width: 768px) {
  .header-big {
    font-size: 20px; }

  .article-special-title {
    font-size: 17px;
    line-height: 25px; }

  .article-special-description {
    font-size: 15px; }

  .footer-item-header {
    font-size: 20px; }

  .padd-bottom-30 {
    padding-bottom: 0; } }

/*# sourceMappingURL=NEU.css.map */
