@import url(font.css);
h1, h2, h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 0px; }

.color-red {
  color: #ff0000; }

.color-pink {
  color: #d7155e; }

.color-blue {
  color: #02a4ef; }

.color-gray {
  color: #e0dfdf; }

.bg-gray {
  background: #f2f2f2; }

.bg-gray-bold {
  background: #c2c2c2; }

.bg-white {
  background: #fff; }

.bg-gadient-blue {
  background: -moz-linear-gradient(90deg, white 0%, teal 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, teal), color-stop(100%, white));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, white 0%, teal 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, white 0%, teal 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, white 0%, teal 100%);
  /* ie10+ */
  background: linear-gradient(0deg, white 0%, teal 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FFFFFF',GradientType=0 );
  /* ie6-9 */ }

a:hover, a:focus {
  text-decoration: none;
  color: #ff0000; }

.menumain {
  background-color: white;
  box-shadow: none;
  margin-bottom: 0px;
  font-family: "segoeuib_0";
  padding-top: 5px;
  border: 0;
  padding-bottom: 8px; }
  .menumain .navbar-brand {
    height: auto;
    padding: 0px;
    margin-left: 0 !important; }
    .menumain .navbar-brand > img {
      height: 60px; }
  .menumain .navbar-nav {
    float: none;
    text-align: right;
    margin-right: -15px; }
    .menumain .navbar-nav > li {
      float: none;
      display: inline-block;
      padding: 10px 5px; }
      .menumain .navbar-nav > li.active > a, .menumain .navbar-nav > li:focus > a, .menumain .navbar-nav > li.open > a, .menumain .navbar-nav > li:hover > a {
        background-color: #fff;
        color: #ff0000; }
        .menumain .navbar-nav > li.active > a:hover, .menumain .navbar-nav > li.active > a:focus, .menumain .navbar-nav > li:focus > a:hover, .menumain .navbar-nav > li:focus > a:focus, .menumain .navbar-nav > li.open > a:hover, .menumain .navbar-nav > li.open > a:focus, .menumain .navbar-nav > li:hover > a:hover, .menumain .navbar-nav > li:hover > a:focus {
          background-color: #fff;
          color: #ff0000; }
      .menumain .navbar-nav > li:first-child a:before {
        display: none; }
      .menumain .navbar-nav > li > a {
        font-size: 12px;
        padding: 0;
        color: #404040;
        position: relative; }
        .menumain .navbar-nav > li > a:before {
          position: absolute;
          content: "";
          background: #a6bbc6;
          height: 9px;
          width: 1px;
          top: 6px;
          left: -7px; }
    .menumain .navbar-nav .dropdown-menu {
      border-radius: 0;
      font-size: 12px; }

.header-top-box {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 99990;
        -webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,.3);
    -moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,.3);
    box-shadow: 0 5px 5px 0 rgba(50,50,50,.3);
   }

@media (min-width: 1200px){
.header-top-box{
  margin-left: -10px;
}
}
.header-top {
  background: #0095da; }
  .header-top .left { }
    .header-top .left .left-email{
        display: inline-block;
    background: #0082be;
    padding: 2px 10px;
    min-height: 32px;
    margin-top: 5px;
    height: 32px;
    vertical-align: bottom;
    margin-right: 5px; }
  .header-top a {
    color: #fff; }

.support {
  float: right; }

.socia-circle, .list-flag {
  display: inline-block;
  text-align: right;
  margin-left: 19px;
  padding-left: 43px;
  background: url(../images/bg-line.png) no-repeat 0px 10px;
  position: relative;
  top: -4px; }
  .socia-circle ul.list-inline, .list-flag ul.list-inline {
    margin-bottom: 0; }
    .socia-circle ul.list-inline > li, .list-flag ul.list-inline > li {
      padding-left: 2px;
      padding-right: 2px; }
      .socia-circle ul.list-inline > li > a, .list-flag ul.list-inline > li > a {
        border-bottom: 0;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #029207;
        color: #fff;
        border-radius: 50%;
        padding: 3px 5px;
        font-size: 13px;
        text-align: center; }
        .socia-circle ul.list-inline > li > a i, .list-flag ul.list-inline > li > a i {
          -moz-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition-duration: 1s;
          transition-duration: 1s;
          -ms-transition-duration: 1s;
          -moz-transition-duration: 1s; }
        .socia-circle ul.list-inline > li > a:hover i, .list-flag ul.list-inline > li > a:hover i {
          -moz-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

.list-flag ul.list-inline > li > a {
  background: none; }

.link-store {
  margin-top: 15px;
  display: inline-block; }

.form-search .input-group {
  display: block;
  position: relative;
  z-index: 1; }
  .form-search .input-group input {
    background: #75c6eb;
    border-radius: 100px !important;
    border: 0;
    box-shadow: none;
    color: #000;
    position: relative;
    z-index: 1; }
.form-search .input-group-btn {
  position: absolute;
  right: 0;
  width: auto; }
  .form-search .input-group-btn button {
    background: #333333;
    border-radius: 50% !important;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
    z-index: 100 !important; }

.form-default .form-control {
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 6px 20px;
  height: 40px;
  background: #fff;
  color: #959595;
  font-size: 14px;
  border-radius: 0; }
  .form-default .form-control:focus {
    border: 1px solid #ee3b24 !important; }
.form-default label {
  font-weight: normal; }
.form-default .control-label {
  margin-bottom: 7px; }
.form-default textarea.form-control {
  height: 107px;
  overflow: hidden; }

.form-signup-fixed {
  color: #000000;
  margin-top: 30px;
  z-index: 99;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 30px;
  width: 30%;
  background: rgba(255, 255, 255, 0.7); }
  .form-signup-fixed .form-group {
    margin-bottom: 5px; }
  .form-signup-fixed .form-default .form-control {
    height: 32px; }
  .form-signup-fixed button.btn-red-large, .form-signup-fixed button.btn-blue-large {
    height: 40px !important;
    margin-bottom: 0; }

.radio input[type="radio"], .radio-inline input[type="radio"] {
  top: 7px; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  top: 4px; }

.list-vertical ul.list-unstyled li {
  position: relative;
  padding-left: 20px; }
  .list-vertical ul.list-unstyled li:before {
    margin-left: -20px;
    position: absolute;
    content: "";
    top: 7px;
    background: #0d509c;
    height: 6px;
    width: 6px; }
  .list-vertical ul.list-unstyled li a {
    font-size: 16px;
    color: #000; }

.list-horizontal, .support, .support-bottom {
  display: inline-block;
  vertical-align: top; }
  .list-horizontal ul.list-inline > li > a, .support ul.list-inline > li > a, .support-bottom ul.list-inline > li > a {
    color: #818181;
    font-size: 12px;
    position: relative;
    margin-left: 30px;
    margin-right: 30px; }
    .list-horizontal ul.list-inline > li > a i, .support ul.list-inline > li > a i, .support-bottom ul.list-inline > li > a i {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      -ms-transition-duration: 1s;
      -moz-transition-duration: 1s; }
    .list-horizontal ul.list-inline > li > a:hover i, .support ul.list-inline > li > a:hover i, .support-bottom ul.list-inline > li > a:hover i {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
    .list-horizontal ul.list-inline > li > a .noti, .support ul.list-inline > li > a .noti, .support-bottom ul.list-inline > li > a .noti {
      position: absolute;
      top: -9px;
      font-size: 8px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #eec96b;
      text-align: center;
      color: #000;
      left: 10px;
      padding-top: 2px; }
    .list-horizontal ul.list-inline > li > a:before, .support ul.list-inline > li > a:before, .support-bottom ul.list-inline > li > a:before {
      content: "";
      position: absolute;
      height: 9px;
      width: 1px;
      background: #818181;
      margin-left: -35px;
      top: 5px; }

.list-number {
  font-size: 16px; }
  .list-number ul {
    vertical-align: middle; }
    .list-number ul > li {
      margin-right: 15px; }
  .list-number .right, .list-number .left {
    vertical-align: middle; }

.btn-yellow {
  background: #eaed1d;
  padding: 6px 15px;
  border-radius: 5px;
  min-width: 180px; }

.support {
  padding-top: 3px; }
  .support ul.list-inline {
    margin-bottom: 0px; }
    .support ul.list-inline > li {
      padding-left: 3px;
      padding-right: 3px; }
      .support ul.list-inline > li.lang {
        background: url(../images/support-line.png) left center no-repeat;
        margin-left: 10px;
        padding-left: 0px; }
        .support ul.list-inline > li.lang:hover .dropdown-menu {
          display: block; }
        .support ul.list-inline > li.lang .dropdown-menu {
          font-size: 12px;
          border-radius: 0; }
        .support ul.list-inline > li.lang > a {
          color: #fff;
          font-size: 12px !important;
          padding: 1px 20px; }
          .support ul.list-inline > li.lang > a > i {
            background: #0095da;
            color: #fff; }
      .support ul.list-inline > li a {
        margin-left: 0px;
        margin-right: 0px; }
        .support ul.list-inline > li a:before {
          width: 0;
          height: 0; }
        .support ul.list-inline > li a i {
          color: #0095da;
          width: 24px;
          height: 24px;
          background: #fff;
          border-radius: 50%;
          padding: 5px 1px;
          text-align: center;
          font-size: 12px; }

.support-bottom {
  text-align: right;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px; }
  .support-bottom ul.list-inline {
    margin-bottom: 0; }
    .support-bottom ul.list-inline > li {
      padding-right: 10px;
      padding-left: 10px; }
      .support-bottom ul.list-inline > li > a {
        margin: 0;
        color: #fff;
        font-family: 'segoeuib_0'; }
        .support-bottom ul.list-inline > li > a:before {
          width: 0;
          height: 0; }
        .support-bottom ul.list-inline > li > a:hover, .support-bottom ul.list-inline > li > a:focus {
          color: #ff0000; }

/* Left Menu
-----------------------------------------------------------------------------*/
.left-menu-vietint {
  background: #f2f2f2;
  border-top: 5px solid #02a4ef;
  padding-top: 11px; }
  .left-menu-vietint ul li {
    background: #f2f2f2;
    padding: 5px 0px;
    border-bottom: 1px dashed #0091d4; }
    .left-menu-vietint ul li.selected, .left-menu-vietint ul li:hover, .left-menu-vietint ul li.active {
      background: #0091d4; }
      .left-menu-vietint ul li.selected a, .left-menu-vietint ul li:hover a, .left-menu-vietint ul li.active a {
        color: white; }
    .left-menu-vietint ul li a {
      font-size: 16px;
      color: #242323;
      text-transform: uppercase;
      display: block;
      padding-left: 30px; }

.list-calendar {
  margin: -10px; }
  .list-calendar ul > li {
    margin-bottom: 10px; }
    .list-calendar ul > li .thumbimg {
      width: 85px;
      height: 60px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: top; }
      .list-calendar ul > li .thumbimg .box-calendar {
        border: 1px solid #BFBFBF;
        text-align: center; }
        .list-calendar ul > li .thumbimg .box-calendar .box-calendar-a {
          display: block;
          height: 35px; }
          .list-calendar ul > li .thumbimg .box-calendar .box-calendar-a p {
            background: #fff;
            vertical-align: middle;
            padding: 10px 2px;
            font-weight: 600;
            color: red;
            font-family: 'segoeuib_0'; }
        .list-calendar ul > li .thumbimg .box-calendar .box-calendar-b {
          display: block;
          height: 25px;
          background: #02a4ef; }
          .list-calendar ul > li .thumbimg .box-calendar .box-calendar-b p {
            vertical-align: middle;
            padding: 7px 0;
            font-weight: 600;
            color: #fff;
            font-size: 10px;
            font-family: 'segoeuib_0'; }
    .list-calendar ul > li .titlearticle {
      display: inline-block;
      width: calc(100% - 105px);
      vertical-align: top; }
      .list-calendar ul > li .titlearticle a {
        color: #000;  font-size: 16px; }
      .list-calendar ul > li .titlearticle p {
        color: #ff0000; }
    .list-calendar ul > li .content-calendar a {
      color: #222E81; }
    .list-calendar ul > li .content-calendar p {
      color: red; }

.tabs-default-vertical .nav-tabs {
  border: 0;
  background: url(../images/line-bottom-tabs.jpg) bottom center repeat-x;
  margin-bottom: 24px; }
  .tabs-default-vertical .nav-tabs > li.active > a {
    color: #ff1717;
    background: transparent !important;
    border: 0; }
    .tabs-default-vertical .nav-tabs > li.active > a:hover {
      color: #ff1717;
      border: 0; }
  .tabs-default-vertical .nav-tabs > li > a {
    font-family: 'segoeuib_0';
    color: #000;
    border: 0; }
    .tabs-default-vertical .nav-tabs > li > a:hover {
      background: transparent !important; }
.tabs-default-vertical .tab-content .form-control {
  font-size: 12px;
  background: #02a4ef;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  height: 32px; }
.tabs-default-vertical .tab-content .control-input {
  position: relative; }
  .tabs-default-vertical .tab-content .control-input:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right: 5px;
    top: 7px;
    color: #fff; }
.tabs-default-vertical .tab-content select {
  padding: 5px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: #02a4ef !important;
  -webkit-appearance: none !important;
  background-position-x: 244px !important;
  position: relative; }

.tabs-default-horizontal .nav-tabs {
  border: 0;
  border-bottom: 1px solid #706d6a;
  margin-bottom: 24px; }
  .tabs-default-horizontal .nav-tabs > li.active {
    border-bottom: 1px solid #02a4ef; }
    .tabs-default-horizontal .nav-tabs > li.active > a {
      color: #02a4ef;
      background: transparent !important;
      border: 0; }
      .tabs-default-horizontal .nav-tabs > li.active > a:hover {
        color: #02a4ef;
        border: 0; }
  .tabs-default-horizontal .nav-tabs > li > a {
    font-family: 'segoeuib_0';
    color: #fff;
    border: 0; }
    .tabs-default-horizontal .nav-tabs > li > a:hover {
      background: transparent !important; }
.tabs-default-horizontal .tab-content .form-control {
  font-size: 12px;
  background: #02a4ef;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  height: 32px; }
.tabs-default-horizontal .tab-content .control-input {
  position: relative; }
  .tabs-default-horizontal .tab-content .control-input:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right: 5px;
    top: 7px;
    color: #fff; }

button.btn-red, button.btn-red-large, button.btn-blue-large {
  min-width: 125px;
  height: 32px;
  font-size: 12px;
  border-radius: 4px;
  background: #ff0000;
  color: #fff;
  box-shadow: none;
  border: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s; }
  button.btn-red:hover, button.btn-red-large:hover, button.btn-blue-large:hover, button.btn-red:focus, button.btn-red-large:focus, button.btn-blue-large:focus {
    background: #9a0000; }
button.btn-red-large, button.btn-blue-large {
  background: #ff0000;
  border-radius: 0 !important;
  font-size: 16px !important;
  height: 50px !important;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px; }
  button.btn-red-large:hover, button.btn-blue-large:hover, button.btn-red-large:focus, button.btn-blue-large:focus {
    background: #9a0000; }
button.btn-blue-large {
  background: #0095da; }
  button.btn-blue-large:hover, button.btn-blue-large:focus {
    background: #006492; }

a.link-view-red {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  margin-bottom: 0 !important; }
  a.link-view-red:hover, a.link-view-red:focus {
    text-decoration: none;
    background: #b50000; }
a.link-btn-blue, a.link-btn-blue-large {
  background: #02a4ef;
  border:1px solid #ccc;
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
  min-width: 75px;
  display: inline-block;
  padding: 3px 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s; }
  

  
  a.link-btn-blue:hover, a.link-btn-blue-large:hover, a.link-btn-blue:focus, a.link-btn-blue-large:focus {
    text-decoration: none;
    background: #066e9e; }
a.link-btn-blue-large {
  border-radius: 4px;
  font-size: 16px;
  width: 100%; }
a.link-view-more {
  position: relative;
  color: #171717;
  font-family: 'segoeuib_0'; }
 /* a.link-view-more:before {
    content: "\f105";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ee322b;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    left: -20px;
    top: 2px;
    color: #fff;
    padding-left: 2px; }*/
a.link-white {
  color: #fff; }
  a.link-white:hover, a.link-white:focus {
    color: #ff0000; }
a.link-hvr-sweep-to-right, a.link-hvr-sweep-to-right-active {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0px;
  padding: 12px 30px;
  color: #0082be;
  background: transparent;
  border: 2px solid #0082be;
  font-family: 'segoeuib_0';
  margin: 10px; }
  a.link-hvr-sweep-to-right:before, a.link-hvr-sweep-to-right-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2178B4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px; }
  a.link-hvr-sweep-to-right:hover, a.link-hvr-sweep-to-right-active:hover, a.link-hvr-sweep-to-right:focus, a.link-hvr-sweep-to-right-active:focus, a.link-hvr-sweep-to-right:active, a.link-hvr-sweep-to-right-active:active {
    color: white;
    text-decoration: none; }
  a.link-hvr-sweep-to-right:hover:before, a.link-hvr-sweep-to-right-active:hover:before, a.link-hvr-sweep-to-right:focus:before, a.link-hvr-sweep-to-right-active:focus:before, a.link-hvr-sweep-to-right:active:before, a.link-hvr-sweep-to-right-active:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
a.link-hvr-sweep-to-right-active {
  background: #2178B4;
  color: #fff; }

.tabs-default-vertical .nav-tabs {
  border: 0;
  background: url(../images/line-bottom-tabs.jpg) bottom center repeat-x;
  margin-bottom: 24px; }
  .tabs-default-vertical .nav-tabs > li.active > a {
    color: #ff1717;
    background: transparent !important;
    border: 0; }
    .tabs-default-vertical .nav-tabs > li.active > a:hover {
      color: #ff1717;
      border: 0; }
  .tabs-default-vertical .nav-tabs > li > a {
    font-family: 'segoeuib_0';
    color: #000;
    border: 0; }
    .tabs-default-vertical .nav-tabs > li > a:hover {
      background: transparent !important; }
.tabs-default-vertical .tab-content .form-control {
  font-size: 12px;
  background: #02a4ef;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  height: 32px; }
.tabs-default-vertical .tab-content .control-input {
  position: relative; }
  .tabs-default-vertical .tab-content .control-input:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right: 5px;
    top: 7px;
    color: #fff; }
.tabs-default-vertical .tab-content select {
  padding: 5px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: #02a4ef !important;
  -webkit-appearance: none !important;
  background-position-x: 244px !important;
  position: relative; }

.tabs-default-horizontal .nav-tabs {
  border: 0;
  border-bottom: 1px solid #706d6a;
  margin-bottom: 24px; }
  .tabs-default-horizontal .nav-tabs > li.active {
    border-bottom: 1px solid #02a4ef; }
    .tabs-default-horizontal .nav-tabs > li.active > a {
      color: #02a4ef;
      background: transparent !important;
      border: 0; }
      .tabs-default-horizontal .nav-tabs > li.active > a:hover {
        color: #02a4ef;
        border: 0; }
  .tabs-default-horizontal .nav-tabs > li > a {
    font-family: 'segoeuib_0';
    color: #fff;
    font-size: 12px;
    border: 0; }
    .tabs-default-horizontal .nav-tabs > li > a:hover {
      background: transparent !important; }
.tabs-default-horizontal .tab-content .form-control {
  font-size: 12px;
  background: #02a4ef;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  height: 32px; }
.tabs-default-horizontal .tab-content .control-input {
  position: relative; }
  .tabs-default-horizontal .tab-content .control-input:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right: 5px;
    top: 7px;
    color: #fff; }

/*
 *  STYLE 3
 */
#style-3:hover::-webkit-scrollbar-track, #style-3:hover::-webkit-scrollbar, #style-3:hover::-webkit-scrollbar-thumb {
  visibility: visible; }

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
  opacity: 0;
  visibility: hidden; }

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f4f4f4;
  visibility: hidden; }

#style-3::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  visibility: hidden; }

/*----*/
.style-3-scroll:hover::-webkit-scrollbar-track, .style-3-scroll:hover::-webkit-scrollbar, .style-3-scroll:hover::-webkit-scrollbar-thumb {
  visibility: visible; }

.style-3-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
  opacity: 0;
  visibility: hidden; }

.style-3-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f4f4f4;
  visibility: hidden; }

.style-3-scroll::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  visibility: hidden; }

.table-default {
  margin-bottom: 0px !important; }
  .table-default > thead > tr {
    background: #02a4ef; }
    .table-default > thead > tr th {
      vertical-align: middle;
      color: #fff;
      box-shadow: none;
      font-weight: 100;
      border: 0;
      font-family: 'segoeuib_0'; }
      .table-default > thead > tr th p {
        margin-bottom: 0; }
  .table-default tbody > tr:nth-child(2n+1) > td {
    background: #f5f5f5; }
  .table-default tbody > tr.bg-yellow > td {
    background-color: #cbccd0; }
  .table-default tbody > tr > td {
    border: 0;
    vertical-align: middle;
    background-color: #dee1e9;
    color: #282a39; font-size: 13px;}

.table-rounded-default {
  border: none; }
  .table-rounded-default thead th:first-child {
    border-radius: 4px 0 0px 0px; }
  .table-rounded-default thead th:last-child {
    border-radius: 0 4px 0px 0; }
  .table-rounded-default tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 4px; }
  .table-rounded-default tbody tr:last-child td:last-child {
    border-radius: 0px 0px 4px 0px; }
  .table-rounded-default tbody tr.one-row:last-child td {
    border-radius: 0px 0px 4px 4px !important; }
  .table-rounded-default tbody td {
    border: none; }

.pagination-default {
  text-align: center; }
  .pagination-default .pagination > .active > a {
    background-color: #516276;
    color: #fff;
    border-color: #516276;
    outline: none; }
    .pagination-default .pagination > .active > a:hover, .pagination-default .pagination > .active > a:focus {
      background-color: #516276;
      color: #fff;
      border-color: #516276;
      outline: none; }
  .pagination-default .pagination > .active > span {
    background-color: #516276;
    color: #fff;
    border-color: #516276;
    outline: none; }
    .pagination-default .pagination > .active > span:hover, .pagination-default .pagination > .active > span:focus {
      background-color: #516276;
      color: #fff;
      border-color: #516276;
      outline: none; }
  .pagination-default .pagination > li > a:hover, .pagination-default .pagination > li > a:focus {
    background-color: #516276;
    color: #fff;
    border-color: #516276;
    outline: none; }
  .pagination-default .pagination > li > span:hover, .pagination-default .pagination > li > span:focus {
    background-color: #516276;
    color: #fff;
    border-color: #516276;
    outline: none; }

.table-widget-box {
  font-family: 'SFUIDisplay-Light';
  margin-bottom: 0px !important; }
  .table-widget-box > thead > tr {
    background: #d2b3b1; }
    .table-widget-box > thead > tr th {
      vertical-align: middle;
      color: #000;
      border: 0;
      font-size: 18px;
      box-shadow: none;
      font-weight: 100; }
      .table-widget-box > thead > tr th:last-child {
        background: none; }
      .table-widget-box > thead > tr th p {
        margin-bottom: 0; }
  .table-widget-box tbody > tr.bt-1:last-child > td {
    border: 0; }
  .table-widget-box tbody > tr.bt-1 > td {
    border-bottom: 1px solid #e5e5e5; }
  .table-widget-box tbody > tr > td {
    padding: 12px 8px;
    vertical-align: middle;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    border: 0; }

.carousel-inner > .item > a img {
  display: block;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  /*height: 450px;*/
  line-height: 1; }
.carousel-inner > .item > a img {
  display: block;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  line-height: 1; }

.carousel-control.right, .carousel-control.left {
  background-image: none; }

.gallery-item-effect1 {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #a7a7a7; }
  .gallery-item-effect1 img {
    width: 100%;
    height: 100%; }
  .gallery-item-effect1 figcaption.mask {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: -126px;
    color: #02a4ef;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    font-family: 'segoeuib_0';
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .gallery-item-effect1:hover figcaption.mask {
    bottom: 0; }

.gallery-item-effect-275 {
  height: 275px; }

.gallery-item-effect-145 {
  height: 145px; }

.gallery-item-effect-439 {
  height: 439px; }

.gallery-item-effect4 {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .gallery-item-effect4 img {
    width: 100%;
    max-width: auto;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; }
  .gallery-item-effect4:hover img {
    -moz-transform: scale(1.3) rotate(-5deg);
    -webkit-transform: scale(1.3) rotate(-5deg);
    -o-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg); }

.pagination-default {
  text-align: center; }
  .pagination-default .pagination-ractangle {
    margin: 0px;
    margin-top: 10px; }
    .pagination-default .pagination-ractangle > li.active > a {
      background-color: #02a4ef;
      color: #fff;
      outline: none;
      border: 1px solid #02a4ef; }
      .pagination-default .pagination-ractangle > li.active > a:after {
        height: 100%;
        z-index: -1; }
    .pagination-default .pagination-ractangle > li > a {
      -webkit-transition: background 0.5s ease;
      -moz-transition: background 0.5s ease;
      -ms-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease;
      overflow: hidden; }
      .pagination-default .pagination-ractangle > li > a:hover, .pagination-default .pagination-ractangle > li > a:focus {
        background-color: transparent;
        color: #fff;
        border-color: #02a4ef;
        outline: none; }
      .pagination-default .pagination-ractangle > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 0;
        left: 0;
        width: 100%;
        background-color: #02a4ef;
        -webkit-transition: height 0.5s ease;
        transition: height 0.5s ease; }
      .pagination-default .pagination-ractangle > li > a:hover:after, .pagination-default .pagination-ractangle > li > a:focus:after {
        height: 100%;
        z-index: -1; }

.breadcrumb-default .breadcrumb {
  background: none;
  margin-bottom: 0;
  list-style-type: none;
  padding-bottom: 6px; }
  .breadcrumb-default .breadcrumb li {
    display: inline-block;
    position: relative;
    margin-bottom: 2px; }
    .breadcrumb-default .breadcrumb li.active:before, .breadcrumb-default .breadcrumb li.active:after {
      content: '';
      position: absolute;
      left: 0;
      height: 50%;
      width: 100%;
      background: #d64700; }
    .breadcrumb-default .breadcrumb li:before, .breadcrumb-default .breadcrumb li:after {
      content: '';
      position: absolute;
      left: 0;
      height: 50%;
      width: 100%;
      background: #ff661a; }
    .breadcrumb-default .breadcrumb li:before {
      top: 0;
      -webkit-transform: skew(20deg);
      transform: skew(20deg); }
    .breadcrumb-default .breadcrumb li:after {
      bottom: 0;
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg); }
    .breadcrumb-default .breadcrumb li a {
      display: inline-block;
      position: relative;
      line-height: 2.5;
      padding: 0 20px;
      color: #fff;
      z-index: 1;
      text-decoration: none; }

.centered-and-cropped {
  -o-object-fit: cover;
  object-fit: cover; }

img.img-default-account {
  width: 30px;
  height: 30px;
  border-radius: 50%; }

body {
  font-family: 'segoeui_0';
  font-size: 12px; }

.p-lr-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-lr-85 {
  padding-left: 85px;
  padding-right: 85px; }

.p-lr-185 {
  padding-left: 185px;
  padding-right: 185px; }

.mlr-0 {
  margin-left: 0;
  margin-right: 0; }

.mlr-10 {
  margin-left: -10px;
  margin-right: -10px; }

.left {
  display: inline-block; }

.right {
  display: inline-block;
  float: right; }

.mw-1005 {
  max-width: 1005px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mlr-38 {
  margin-left: -38px;
  margin-right: -38px; }

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.mlr-28 {
  margin-left: 28px;
  margin-right: 28px; }

.mlr-sub-28 {
  margin-left: 28px;
  margin-right: 28px; }

.prl-28 {
  padding-left: 28px;
  padding-right: 28px; }

.mb-18 {
  margin-bottom: 18px; }

.mb-40 {
  margin-bottom: 40px; }

body {
  overflow-x: hidden; }

p {
  margin-bottom: 0; }

.fs-14 {
  font-size: 14px !important; }

.slick-menu-country-box {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-right: 10px; }

.slick-menu-country-item:hover .icon-country img.flag-bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  top: 0; }
.slick-menu-country-item:hover .title {
  background: #f00;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  color: #fff; }
.slick-menu-country-item .icon-country {
  position: relative; }
  .slick-menu-country-item .icon-country img {
    margin-bottom: 10px;
    width: 152px;
    height: 152px;
    border-radius: 50%; }
    .slick-menu-country-item .icon-country img.flag-bg {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      top: 0;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      -ms-transition-duration: 1s;
      -moz-transition-duration: 1s; }
.slick-menu-country-item .title {
  padding: 5px;     font-size: 12px;     font-family: "segoeuib_0";}

.slick-menu-country-arrow .slick-menu-country-arrow-left, .slick-menu-country-arrow .slick-menu-country-arrow-right {
  position: absolute;
  top: 40%;
  left: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  font-size: 16px; }
.slick-menu-country-arrow .slick-menu-country-arrow-right {
  left: auto;
  right: -15px; }

.filter-school-bg {
  min-height: 332px;
  background: url(../images/bg/bg-filter-school.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;background-position-x: 0px;
  padding: 50px; }
  .filter-school-bg .tabs-filter-school {
    max-width: 604px;
    width: 100%;
    min-height: 234px;
    background: #f7f8f9;
    border-radius: 10px;
    padding: 30px;
    float: right; }

.show-number-total-bg {
  background: url(../images/bg/bg-star.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 260px;
  border-bottom: 1px solid #edeff0; }

.show-number-total {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 37px; }
  .show-number-total ul.list-inline {
    text-align: center; }
    .show-number-total ul.list-inline > li {
      display: inline-block;
      width: 19%; }
      .show-number-total ul.list-inline > li:hover .icon-number-total {
        background: #f9f950; }
      .show-number-total ul.list-inline > li:hover > a img {
        -moz-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4); }
      .show-number-total ul.list-inline > li > a {
        font-size: 18px;
        font-family: 'UTMAkashi';
        position: relative; }
        .show-number-total ul.list-inline > li > a img {
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition-duration: 1s;
          transition-duration: 1s;
          -ms-transition-duration: 1s;
          -moz-transition-duration: 1s; }

.icon-number-total {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #e46010;
  text-align: center;
  padding: 41px 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.23);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px; }

.text-small-top {
  position: relative;
  font-size: 12px;
  top: -5px; }

.tabs-library-video-bg {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px; }

.scroll-video-post {
      max-height: 425px;
  overflow: auto;
  padding-right: 10px; }
  .scroll-video-post .nav-tabs {
    border: 0; }
    .scroll-video-post .nav-tabs > li {
      width: 100%; }
      .scroll-video-post .nav-tabs > li.active > a {
        background: #ebebeb;
        border: 0;
        border-radius: 6px;
        font-family: 'segoeuib_0'; }
      .scroll-video-post .nav-tabs > li > a {
        background: #f8f8f8;
        margin-bottom: 10px;
        padding: 16px 12px;
        border: 0;
        border-radius: 6px; }

.item-post-horizontal .picture {
  display: table-cell;
  padding-right: 14px; }
  .item-post-horizontal .picture img {
    width: 80px;
    height: 60px; }
.item-post-horizontal .content {
  display: table-cell;
  vertical-align: top;
  height: 65px;
  overflow: hidden; }
  .item-post-horizontal .content .title {
        height: 65px;
    overflow: hidden;
    color: #2c2c2e;
    line-height: 22px;
    margin-bottom: 0; }

    .module-7 .item-post-horizontal .content .title{
      height: 65px;
    }
    .item-post-horizontal .content .title a {
      color: #000;
      font-size: 16px; }
      .item-post-horizontal .content .title a:hover, .item-post-horizontal .content .title a:focus {
        color: #ee322b; }
  .item-post-horizontal .content .main a {
    font-family: 'segoeuib_0';
    color: #02a4ef;
    font-size: 14px; }
.item-post-horizontal .sub {
  font-family: 'segoeuib_0';
  margin-top: 10px;
  font-size: 15px;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  color: #404040; 
  width:245px;
  }
  .item-post-horizontal .sub span {
    margin-right: 7px; }
    .item-post-horizontal .sub span:last-child {
      margin-right: 0; }
  .item-post-horizontal .sub .time {
    font-size: 17px;
    font-family: 'segoeuib_0'; }
  .item-post-horizontal .sub .date {
    font-size: 17px;
    font-family: 'segoeuib_0'; }

.item-post-vertical .picture {
  margin-bottom: 10px; }
  .item-post-vertical .picture img {
    width: 100%;
    height: 185px;	    
    border: 1px solid #d6d6d6;
    padding: 2px; }
.item-post-vertical .content .title {
  font-size: 16px; }
  .item-post-vertical .content .title a {
    color: #000; }
.item-post-vertical .content .main {
  font-size: 18px; }
  .item-post-vertical .content .main a {
    font-size: 16px;
    font-family: 'segoeuib_0';
    color: #02a4ef; }
    .item-post-vertical .content .main a:hover, .item-post-vertical .content .main a:focus {
      color: #ee322b; }
.item-post-vertical .content .detail {
  margin-top: 20px;
  font-size: 14px;
  height: 60px;
  overflow-y: hidden; }

.title-default-page, .dropdown-sub-menu button {
  color: #02a4ef;
  font-size: 18px;
  font-family: 'segoeuib_0';
  border-bottom: 1px solid #ec1f27;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .title-default-page span, .dropdown-sub-menu button span {
       margin-bottom: 11px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
  }
  .title-default-page a span:before, .dropdown-sub-menu button span:before{
        position: absolute;
    content: "";
    background: #ec1f27;
    width: 3px;
    height: 16px;
    left: 0;
    top: 5px;

  }
  .title-default-page a img, .dropdown-sub-menu button img{
        height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
  .title-default-page i, .dropdown-sub-menu button i {
    font-size: 19px; }

.title-default-red, a.link-view-red, .title-default-red-shape {
  background: #ff0000;
  color: #fff;
  font-size: 20px;
  min-width: 178px;
  display: inline-block;
  border-radius: 10px;
  font-family: 'segoeuib_0';
  padding: 4px 10px;
  text-align: center;
  margin-bottom: 10px; }

.title-default-red-shape {
  margin-bottom: 0px;
  border-radius: 0;
  font-size: 30px;
  padding: 6px 20px; }

.news-list-post, .layout-2 {
  padding: 28px; }
  .news-list-post .item-post-horizontal, .layout-2 .item-post-horizontal {
    margin-bottom: 27px;
    padding-bottom: 27px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #c4c4c4; }
    .news-list-post .item-post-horizontal .picture img, .layout-2 .item-post-horizontal .picture img {
      width: 110px;
      height: 65px;
      border: 1px solid #d6d6d6;
      padding: 2px; }

.menu-country-school {
  position: absolute;
  top: 5px;
  right: 15px; }
  .menu-country-school ul.list-inline li.active {
    font-family: 'segoeuib_0'; }
  .menu-country-school ul.list-inline li:hover > a, .menu-country-school ul.list-inline li:focus > a, .menu-country-school ul.list-inline li.active > a {
    color: #ee322b; }
  .menu-country-school ul.list-inline li > a {
    color: #000;
    font-size: 14px; }

.mlr-25 {
  padding-left: 25px;
  padding-right: 25px; }

.layout-2 {
  padding: 28px 0px; }
  .layout-2 .item-post-horizontal {
    margin-left: 0;
    margin-right: 0;
   /* border-bottom: 1px solid #cfcfcf;*/ }
.layout-2 .item-post-horizontal:last-child{
  border-bottom: 0px solid #cfcfcf;
}
.layout-3 .item-post-vertical {
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0; }
  .layout-3 .item-post-vertical .content .title {
    color: #02a4ef;
    font-family: 'segoeuib_0';
    font-size: 14px;
    height: 40px;
    overflow: hidden; }
  .layout-3 .item-post-vertical .content .detail {
    font-size: 16px; }
.layout-3 .item-post-horizontal {
  border: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px; }
  .layout-3 .item-post-horizontal .content .title {
    line-height: 17px; }

.list-new-post-vertical-box {
  margin-top: 38px;
  padding-top: 10px;
  border-top: 1px solid #cfcfcf; }

.slick-logo-box {
  background: #fff;
  border-radius: 15px;
  padding: 14px 10px; }
  .slick-logo-box .slick-prev {
    left: -10px; }
  .slick-logo-box .slick-next {
    right: -10px; }
  .slick-logo-box .slick-logo-item img {
    height: 58px;
    border: 1px solid #e0e0e0;
    padding: 2px;
    width: 118px; }

.tabs-list-new-bg, .comment-bg {
  background: url(../images/tabs-new/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 357px;
  border-bottom: 1px solid #edeff0;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding: 96px 96px; }
  .tabs-list-new-bg:before, .comment-bg:before {
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    opacity: 0.5; }
  .tabs-list-new-bg .item-post-vertical .content .title a, .comment-bg .item-post-vertical .content .title a {
    color: #fff; }

.layout-4 .item-post-horizontal {
  margin-bottom: 34px;
  padding-bottom: 0; }

.show-card-bg {
        position: relative;
    z-index: 2;
  background: url(../images/bg/bottom-bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 341px;
  border-bottom: 1px solid #edeff0;
  padding: 28px 86px; }
  .show-card-bg .slick-card-box {
    margin-top: 30px; }
    .show-card-bg .slick-card-box .slick-card-item {
      padding: 20px 0;
      margin: 0 10px; }
      .show-card-bg .slick-card-box .slick-card-item img {
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75); }

.library-images-bg {
        position: relative;
    z-index: 2;
  border-bottom: 1px solid #edeff0;
  padding: 28px 86px; }

.footer-bg {
  border-top: 3px solid #e31e24;
        position: relative;
    z-index: 2;
  background: #0095da;
  padding: 28px 70px; }
  .footer-bg .title-default-page, .footer-bg .dropdown-sub-menu button, .dropdown-sub-menu .footer-bg button {
    color: #fff; }
    .footer-bg .title-default-page span, .footer-bg .dropdown-sub-menu button span, .dropdown-sub-menu .footer-bg button span {
      border: 0; }

.footer {
  color: #fff;
  font-size: 14px; 
      position: relative;
    z-index: 8;}
  .footer .footer-map iframe {
    height: 139px !important;
    width: 100% !important; }
  .footer .footer-info {
    margin-bottom: 23px; }
  .footer .footer-fanpage {
    margin-bottom: 10px; overflow-x: auto; }
  .footer .footer-img {
    font-size: 12px !important;
    margin-bottom: 15px; }
    .footer .footer-img img {
      width: 100%; }
  .footer .footer-title-form-search {
    font-size: 12px;
    margin-bottom: 28px; }
  .footer .footer-time {
    margin-left: 30px;
    margin-right: -50px; }
  .footer .support-bottom {
    text-align: left;
    margin-right: 0;
    margin-top: 10px; }
    .footer .support-bottom ul > li {
      padding-right: 5px;
      padding-left: 5px; }
      .footer .support-bottom ul > li > a {
        font-size: 7px;
        color: #fff; }
        .footer .support-bottom ul > li > a img {
          width: 24px;
          height: 24px;
          border: 1px solid #fff;
          border-radius: 50%; }

.title-circle {
  padding-left: 20px;
  position: relative; }
  .title-circle:before {
    position: absolute;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -20px;
    font-size: 8px;
    top: 6px; }

.comment-bg {
        position: relative;
    z-index: 2;
  background: url(../images/comment/Layer-104.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.comment-box-bg {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 4px;
  padding-bottom: 30px; }

.share-1 {
  padding-top: 20px;
  text-align: center;
  width: 160px;
  overflow: hidden;
  height: 195px;
  text-align: center;
  display: inline-block;
  margin-left: -23px; }

img.img-hvcs {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #1C74BB; }

.name-share {
  font-size: 12px;
  font-weight: 600;
  color: #585252;
  text-transform: capitalize;
  font-weight: 400;
  padding: 20px 30px; }

.share-name {
  text-transform: capitalize;
  font-weight: 600; }

.share-ct {
  margin-top: 15px;
  position: absolute;
  display: inline-block;
  padding-right: 10px;
  width: calc( 100% - 160px); }

.share-ct-nd {
  height: 120px;
  bottom: 130px;
  font-size: 13px;
  display: block;
  padding: 20px;
  color: #fff;
  background: #1e75ba;
  border-radius: 10px;
  margin-bottom: 34px;
  font-family: 'segoeuib_0'; }
  .share-ct-nd:before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #1e75ba;
    border-bottom: 8px solid transparent;
    top: 23%; }

.hinhanh-1, .hinhanh-2 {
  cursor: pointer; }
  .hinhanh-1 img, .hinhanh-2 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #1e75ba; }

.bst-img-hvcs-lienquan {
  margin-left: 20px;
  margin-right: 20px; }

.video-bg {
  position: relative; }
  .video-bg .video-pattern {
    /*background-image: url();*/
    /*background: url(../images/sunset.jpg) no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    /*background: rgba(0, 0, 0, 0.2);*/
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0; }

#background {
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  width: 100%;
  height: 100%;
  /* z-index: -100; */
  /* -webkit-transform: translateX(-50%) translateY(-50%); */
  /* transform: translateX(-50%) translateY(-50%); */
  /* background: url(polina.jpg) no-repeat; */
  /* background-size: cover; */ }

.title-video-bg {
  position: absolute;
  top: 20%;
  color: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: 'seguibl'; }
  .title-video-bg h1 {
    font-size: 75px; }
  .title-video-bg h3 {
    font-size: 28px;
    margin-bottom: 15px; }

.page-tabs .p-lr-170 {
  padding-left: 170px;
  padding-right: 170px; }
.page-tabs .page-tab-content {
  margin-top: 60px;
  margin-bottom: 60px; }
.page-tabs .page-tab-page-tab-content-title {
  margin-bottom: 15px;
  font-family: 'segoeuib_0'; }
.page-tabs .page-tab-page-tab-content-detail {
  font-size: 20px;
  color: #848484;
  font-family: 'segoeuib_0'; }
.page-tabs .main-nav-tabs {
  text-align: center;
  border: 0; }
  .page-tabs .main-nav-tabs > li {
    margin-left: -2px;
    margin-right: -2px;
    background: #c1c1c1;
    float: none;
    display: inline-block; }
    .page-tabs .main-nav-tabs > li.active {
      background: #0095da; }
      .page-tabs .main-nav-tabs > li.active > a {
        color: #fff;
        background: transparent !important;
        border: 0; }
        .page-tabs .main-nav-tabs > li.active > a:hover, .page-tabs .main-nav-tabs > li.active > a:focus {
          color: #fff;
          border: 0; }
    .page-tabs .main-nav-tabs > li > a {
      font-family: 'segoeuib_0';
      color: #fff;
      border: 0;
      font-size: 25px; }
      .page-tabs .main-nav-tabs > li > a:hover, .page-tabs .main-nav-tabs > li > a:focus {
        background: transparent !important; }
.page-tabs .tab-content .form-control {
  font-size: 12px;
  background: #02a4ef;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  height: 32px; }
.page-tabs .tab-content .control-input {
  position: relative; }
  .page-tabs .tab-content .control-input:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right: 5px;
    top: 7px;
    color: #fff; }

.tab-content-layout .list-name {
  margin-left: -10px;
  margin-right: -20px;
  margin-bottom: 12px; }
  .tab-content-layout .list-name ul.list-inline {
    margin: 0; }
    .tab-content-layout .list-name ul.list-inline > li {
      width: 50%;
      margin: 0 -3px;
      padding-left: 180px;
      vertical-align: top;
      position: relative; }
      .tab-content-layout .list-name ul.list-inline > li:nth-child(4n-1), .tab-content-layout .list-name ul.list-inline > li:nth-child(4n) {
        background: #e1e1e1; }
      .tab-content-layout .list-name ul.list-inline > li:nth-child(2n), .tab-content-layout .list-name ul.list-inline > li:nth-child(4n) {
        padding-left: 0px; }
      .tab-content-layout .list-name ul.list-inline > li .item-post-horizontal {
        padding-top: 37px;
        padding-bottom: 28px; }
        .tab-content-layout .list-name ul.list-inline > li .item-post-horizontal .picture img {
          width: auto;
          height: auto;
          -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.75); }
        .tab-content-layout .list-name ul.list-inline > li .item-post-horizontal .content .title {
          font-family: 'UTM-Swiss.ttf'; }
          .tab-content-layout .list-name ul.list-inline > li .item-post-horizontal .content .title a {
            font-size: 18px;  }
        .tab-content-layout .list-name ul.list-inline > li .item-post-horizontal .content .sub-detail {
          font-size: 25px;
              line-height: 18px;
          font-family: 'UTM-Swiss.ttf'; }
      .tab-content-layout .list-name ul.list-inline > li .share-ct-nd {
        margin-right: 170px; }
      .tab-content-layout .list-name ul.list-inline > li .share-1 {
        height: auto; }
.tab-content-layout .list-hr {
  padding: 20px 62px; }
   .tab-content-layout .list-hr ul.list-inline{
    text-align: center;
   }
  .tab-content-layout .list-hr ul.list-inline > li {
    width: 19%;
    
    /*text-align: center;*/
    margin-bottom: 50px; }
    .tab-content-layout .list-hr ul.list-inline > li .item-post-vertical {
      vertical-align: top;
      /*width: 19%;*/
      /*display: inline-block;*/ }
      .tab-content-layout .list-hr ul.list-inline > li .item-post-vertical a {
        font-size: 30px;
        font-family: 'UTM-Swiss.ttf'; }
      .tab-content-layout .list-hr ul.list-inline > li .item-post-vertical:nth-child(2n) .title-default-red, .tab-content-layout .list-hr ul.list-inline > li .item-post-vertical:nth-child(2n) a.link-view-red, .tab-content-layout .list-hr ul.list-inline > li .item-post-vertical:nth-child(2n) .title-default-red-shape {
        background: #10b2ef; }
.tab-content-layout .show-number-total {
  background: url(../images/bg-line.png) no-repeat left center;
  padding-left: 40px; }
  .tab-content-layout .show-number-total ul.list-inline > li {
    width: 100%;
    margin-bottom: 35px; }
    .tab-content-layout .show-number-total ul.list-inline > li > a {
      font-size: 30px;
      display: block; }
      .tab-content-layout .show-number-total ul.list-inline > li > a .icon-number-total {
        margin-left: 0;
        width: 152px;
        vertical-align: middle;
        display: inline-block; }
      .tab-content-layout .show-number-total ul.list-inline > li > a .content {
        width: calc(100% - 172px);
        display: inline-block;
        vertical-align: middle; }
        .tab-content-layout .show-number-total ul.list-inline > li > a .content .detail {
          margin-top: 24px;
          font-family: 'segoeuib_0';
          font-size: 16px; }
.tab-content-layout .content-left-f20 {
  font-size: 20px;
  font-family: 'segoeuib_0';
  color: #000;
  margin-top: 70px; }
.tab-content-layout .list-info {
  margin-top: 71px;
  padding-left: 85px;
  padding-right: 85px; }

blockquote {
  border-color: #ec1c24;
  margin-left: 25px;
  margin-top: 15px; }

.module-wrapper {
        position: relative;
    z-index: 2;
  padding: 28px 85px; }

.blog-widget .blog-wrapper, .blog-widget .blog-wrapper-small-bor, .blog-widget .blog-wrapper-small {
  margin-bottom: 20px;
  border: 1px solid #cfcfcf; }
  .blog-widget .blog-wrapper:hover .gallery-item-effect4 img, .blog-widget .blog-wrapper-small-bor:hover .gallery-item-effect4 img, .blog-widget .blog-wrapper-small:hover .gallery-item-effect4 img, .blog-widget .blog-wrapper:focus .gallery-item-effect4 img, .blog-widget .blog-wrapper-small-bor:focus .gallery-item-effect4 img, .blog-widget .blog-wrapper-small:focus .gallery-item-effect4 img {
    -moz-transform: scale(1.3) rotate(-5deg);
    -webkit-transform: scale(1.3) rotate(-5deg);
    -o-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg); }
  .blog-widget .blog-wrapper .blog-title, .blog-widget .blog-wrapper-small-bor .blog-title, .blog-widget .blog-wrapper-small .blog-title, .blog-widget .blog-wrapper .blog-title-detail, .blog-widget .blog-wrapper-small-bor .blog-title-detail, .blog-widget .blog-wrapper-small .blog-title-detail {
    padding: 20px; }
    .blog-widget .blog-wrapper .blog-title h2, .blog-widget .blog-wrapper-small-bor .blog-title h2, .blog-widget .blog-wrapper-small .blog-title h2, .blog-widget .blog-wrapper .blog-title-detail h2, .blog-widget .blog-wrapper-small-bor .blog-title-detail h2, .blog-widget .blog-wrapper-small .blog-title-detail h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
      text-align: center;
      height: 48px;
      overflow: hidden;
      font-family: 'segoeuib_0'; }
      .blog-widget .blog-wrapper .blog-title h2 a, .blog-widget .blog-wrapper-small-bor .blog-title h2 a, .blog-widget .blog-wrapper-small .blog-title h2 a, .blog-widget .blog-wrapper .blog-title-detail h2 a, .blog-widget .blog-wrapper-small-bor .blog-title-detail h2 a, .blog-widget .blog-wrapper-small .blog-title-detail h2 a {
        color: #ff0000; }
    .blog-widget .blog-wrapper .blog-title p, .blog-widget .blog-wrapper-small-bor .blog-title p, .blog-widget .blog-wrapper-small .blog-title p, .blog-widget .blog-wrapper .blog-title-detail p, .blog-widget .blog-wrapper-small-bor .blog-title-detail p, .blog-widget .blog-wrapper-small .blog-title-detail p {
      padding-top: 10px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      height: 95px;
      font-size: 14px;
      overflow: hidden; }
  .blog-widget .blog-wrapper .blog-title-detail, .blog-widget .blog-wrapper-small-bor .blog-title-detail, .blog-widget .blog-wrapper-small .blog-title-detail {
    padding-bottom: 0; }
    .blog-widget .blog-wrapper .blog-title-detail h2, .blog-widget .blog-wrapper-small-bor .blog-title-detail h2, .blog-widget .blog-wrapper-small .blog-title-detail h2 {
      margin-bottom: 10px;
      height: auto !important; }
  .blog-widget .blog-wrapper .blog-detail, .blog-widget .blog-wrapper-small-bor .blog-detail, .blog-widget .blog-wrapper-small .blog-detail {
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4; }
    .blog-widget .blog-wrapper .blog-detail:last-child, .blog-widget .blog-wrapper-small-bor .blog-detail:last-child, .blog-widget .blog-wrapper-small .blog-detail:last-child {
      border: 0; }
    .blog-widget .blog-wrapper .blog-detail p, .blog-widget .blog-wrapper-small-bor .blog-detail p, .blog-widget .blog-wrapper-small .blog-detail p {
     /* margin-bottom: 15px; */}
    .blog-widget .blog-wrapper .blog-detail img, .blog-widget .blog-wrapper-small-bor .blog-detail img, .blog-widget .blog-wrapper-small .blog-detail img {
      max-width: 100% !important;
      display: block;
      margin-left: auto;
      margin-right: auto; }
.blog-widget .blog-wrapper-small-bor, .blog-widget .blog-wrapper-small {
  border: 1px solid #d6d6d6;
  padding: 10px;
  background: #fff; }
  .blog-widget .blog-wrapper-small-bor .blog-title, .blog-widget .blog-wrapper-small .blog-title, .blog-widget .blog-wrapper-small-bor .blog-title-detail, .blog-widget .blog-wrapper-small .blog-title-detail {
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'segoeuib_0'; }
    .blog-widget .blog-wrapper-small-bor .blog-title a, .blog-widget .blog-wrapper-small .blog-title a, .blog-widget .blog-wrapper-small-bor .blog-title-detail a, .blog-widget .blog-wrapper-small .blog-title-detail a {
      color: black; }
.blog-widget .blog-wrapper-small {
  background: #ffffff;
      border: 1px solid #ccc; }
  .blog-widget .blog-wrapper-small .gallery-item-effect4 {
    margin-bottom: 10px; }
  .blog-widget .blog-wrapper-small .blog-title, .blog-widget .blog-wrapper-small .blog-title-detail {
    font-size: 12px;
    margin-bottom: 40px;
    height: 35px;
    overflow: hidden; }
  .blog-widget .blog-wrapper-small .blog-date {
    border-top: 1px solid #d6d6d6;
    text-align: right;
    padding: 10px 10px 0px 10px;
    color: #a6a6a6;
    font-size: 13px; }
.blog-widget .detail-wapper-picture {
  font-size: 16px; }
.blog-widget .detail-wapper {
  font-size: 16px; }
  .blog-widget .detail-wapper .detail-wapper-content {
    text-align: justify; }
.blog-widget .tabs-list-new {
  margin-bottom: 10px; }
.blog-widget .nav-tabs {
  border: 0;
  border-bottom: 1px solid #0095da;
  background: #0095da;
  margin-bottom: 1px; }
  .blog-widget .nav-tabs > li {
    border: 0; }
    .blog-widget .nav-tabs > li.active {
      border-bottom: 0px solid #ff0000; }
      .blog-widget .nav-tabs > li.active > a {
        color: #ffffff;
        background: #ff0000 !important;
        border: 0;
        border-radius: 0; }
        .blog-widget .nav-tabs > li.active > a:hover, .blog-widget .nav-tabs > li.active > a:focus {
          color: #fff;
          border: 0;
          background: #ff0000 !important; }
    .blog-widget .nav-tabs > li > a {
      font-family: 'segoeuib_0';
      color: #fff;
      border: 0;

      background: #0095da;
      border-radius: 0; }
      .blog-widget .nav-tabs > li > a:hover, .blog-widget .nav-tabs > li > a:focus {
        color: #fff;
        background: #0095da !important; }
        
.blog-widget .tab-content {
  padding: 20px;
  /*background: #f2f2f2;*/ }
  .blog-widget .tab-content .item-post-horizontal, .blog-widget .tab-content .item-post-vertical {
    margin-bottom: 15px; }
  .blog-widget .tab-content .item-post-horizontal {
    margin: -10px;
    margin-bottom: 20px; }
    .blog-widget .tab-content .item-post-horizontal:last-child {
      margin-bottom: 0px; }
    .blog-widget .tab-content .item-post-horizontal .picture img {
      width: 85px;
      height: 60px;
      border: 1px solid #ccc;
      padding: 2px; }
    .blog-widget .tab-content .item-post-horizontal .sub {
      margin-top: 0; }

.main-slider {
  position: relative;    margin-top: 116px;
  z-index: 1; }

.list-course .list-course-item {
  border-bottom: 1px dashed #cccccc;
  padding-top: 25px;
  padding-bottom: 10px; }
  .list-course .list-course-item:first-child {
    padding-top: 0; }
  .list-course .list-course-item .list-course-title a {
    font-size: 14px;
    color: black;
    position: relative;
    padding-left: 20px; }
    .list-course .list-course-item .list-course-title a:before {
      margin-left: -20px;
      position: absolute;
      content: "";
      top: 7px;
      background: #ff0000;
      height: 6px;
      width: 6px; }
  .list-course .list-course-item .list-course-title .pull-right a:before {
    position: inherit; }
  .list-course .list-course-item .list-course-date {
    font-size: 12px;
    color: #8b8b8b;
    padding-left: 20px; }

.slick-box-picture-box {
  margin-bottom: 10px; }
  .slick-box-picture-box .slick-box-picture-title {
    font-family: 'segoeuib_0';
    color: #ffffff;
    background: #ff0000 !important;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    text-align: center; }
  .slick-box-picture-box .slick-slide:before {
    content: none; }
  .slick-box-picture-box .slick-box-picture {
    background: #f2f2f2; }
    .slick-box-picture-box .slick-box-picture .slick-box-picture-item {
      padding: 10px; }
      .slick-box-picture-box .slick-box-picture .slick-box-picture-item img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        max-width: 100%; }

.header-on-alway-top {
  display: block !important; }

.box-bg-fff {
  padding: 20px;
  background: #f5f5f5;
 /* min-height: 490px;*/ }

.contact-info .contact-element {
  margin-bottom: 10px; }
  .contact-info .contact-element .ce-left {
    display: table-cell;
    padding-right: 15px;
    font-size: 16px; }
  .contact-info .contact-element .ce-right {
    display: table-cell; }

.list-blog-post-box .list-blog-post .blog-wrapper, .list-blog-post-box .list-blog-post .blog-widget .blog-wrapper-small-bor, .blog-widget .list-blog-post-box .list-blog-post .blog-wrapper-small-bor, .list-blog-post-box .list-blog-post .blog-widget .blog-wrapper-small, .blog-widget .list-blog-post-box .list-blog-post .blog-wrapper-small {
  margin: 0 10px;     background: #fff;}
.list-blog-post-box .list-blog-post .slick-slide::before {
  content: none; }

.google-map iframe {
  width: 100% !important; }

.bg-fixed {
  background: url(../images/lp-slider5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 100px; }

.box-main-title {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  float: none;
  margin: 0 auto;
  outline: 1px solid #dbdbdb;
  outline-offset: -10px;
  padding: 50px 30px;
  text-align: center; }

.list-country .list-country-detail {
  height: 559px;
  overflow-y: auto;
  background: #f2f2f2;
  padding: 20px; }
  .list-country .list-country-detail ul.list-unstyled > li {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-left: 15px; }
    .list-country .list-country-detail ul.list-unstyled > li:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f101";
      position: absolute;
      margin-left: -15px;
      top: 4px;
      font-size: 11px; }
    .list-country .list-country-detail ul.list-unstyled > li > a {
      font-size: 16px; }

.check-login-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  padding: 50px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 4px double #e0e0e0; }

.check-login-logo {
  position: absolute;
  top: 20px;
  left: 30px; }

.check-login-title {
  padding: 35px;
  font-size: 30px;
  font-family: 'UTMAkashi'; }

.navbar-toggle {
  top: 7px; }

img.img-w-100 {
  width: 100%; }

.video-box {
  margin: -10px; }
  .video-box .video-for-item, .video-box .video-for-item-2 {
    margin-bottom: 10px; }
  .video-box .video-nav ul.list-inline li {
    display: table-cell; }
    .video-box .video-nav ul.list-inline li img {
      border: 1px solid #ccc;
      padding: 2px; }

.dropdown-sub-menu button {
  padding: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: #02a4ef;
  font-size: 18px;
  font-family: 'segoeuib_0';
  background: transparent; }
  .dropdown-sub-menu button:hover {
    background: transparent; }
.dropdown-sub-menu:hover {
  background: none; }
  .dropdown-sub-menu:hover > .dropdown-menu {
    display: block; }
.dropdown-sub-menu .dropdown-menu > li > a {
  font-family: 'segoeui_0'; }

.menu-show-feature {
  color: #fff;
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 12px;
  cursor: pointer;
  z-index: 1; }

/*# sourceMappingURL=global.css.map */
/*--------------------------------------------------------------------------*/
.blog-wrapper-2{
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
}
#banner-sticker{
    /*z-index: -2 !important;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: #0091d4;
  color: #FFF;
}
.dropdown-menu li{
      border-bottom: 1px dashed #0091d4;
}
.menumain .navbar-nav .dropdown-menu{
      background: #f2f2f2;
}
.dropdown-menu > li > a{
  padding: 6px 20px;
}
.dropdown-menu{
  background: #f2f2f2;
  padding: 0;
  border-radius: 0 !important;
  margin-top: -1px;
}
/*------------*/
.blog-widget .blog-wrapper-small-bor{
  padding: 0;
}
.blog-widget .blog-wrapper-small-bor .blog-title{
    background: #0094da;
    padding: 10px;
    margin-bottom: 0;
}
.blog-widget .blog-wrapper-small-bor .blog-title a{
    color: #fff;
    height: 20px;
    overflow: hidden;
    display: block;
}
.blog-widget .gallery-item-effect4 img{
  padding: 5px;
}
.tabs-list-new-bg .tabs-default-horizontal .nav-tabs > li > a{
  font-size: 16px;
}
.tabs-list-new .nav-tabs > li > a{
  /*font-size: 12px !important;*/
}
.filter-school-bg .tabs-default-vertical .nav-tabs > li > a{
  font-size: 16px;
}
/*--------------------------------------*/
.footer-copyright{
  color: #fff;
  font-size: 12px;
}
.footer-copyright .footer-copyright-left{
  display: inline-block;
}
.footer-copyright .footer-copyright-right{
  display: inline-block;
  float: right;
}
.footer-copyright-bg{
    padding: 10px 85px;
    background: #e31e24;
}
/*-----------------------------------------*/
.banner-slogan{
  text-align: center;
  font-size: 35px;
  font-family: 'seguibl';
  color: #fff;
  background: #e31e24;
  padding: 5px;
  position: relative;
  margin: 0 70px;
  top: -30px;
}
.banner-slogan:before{
    width: 0;
    height: 0;
    border-top: 30px solid #8b0408;
    border-left: 26px solid transparent;
    position: absolute;
    content: "";
    left: -26px;
    top: 30px;
}
.banner-slogan:after{
    width: 0;
    height: 0;
    border-top: 30px solid #8b0408;
    border-right: 26px solid transparent;
    position: absolute;
    content: "";
    right: -26px;
    top: 30px;
}

.carousel-indicators{
  bottom: 30px;
}

/*---------------------------------------------*/
.modal-dk-t-button1{
  display: inline-block;
}
.page-tabs .sticky-wrapper{
    z-index: 1;
    position: relative;
}

a.link-view-white{

}
.scroll-video-post .item-post-horizontal .content .title{
  font-size: 14px;
}
.scroll-video-post .blog-widget .nav-tabs > li > a{
          border-bottom: 1px solid #cfcfcf;
        }

/*--------*/
.module-7 .row .col-md-6 .item-post-horizontal{
  padding-top: 15px;
    border-top: 1px solid #cfcfcf;
    margin-top: 15px;
}
.module-7 .item-post-horizontal, .module-7 .item-post-vertical{
  margin-bottom: 0;
}
/*--------*/
.module-11 .item-post-horizontal{
      padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}
/*--------*/
.module-12 .col-md-4 .item-post-horizontal{
  padding-top: 15px;
    border-top: 1px solid #cfcfcf;
    margin-top: 15px;
}
.module-12 .item-post-horizontal{
  margin-bottom: 15px;
}
.module-12 .item-post-vertical{
  margin-bottom: 0;
}

.img-s-20{
       height: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
/*--------------------------------------------------------------------------*/
/* EDIT 29/104/17*/
/*--------------------------------------------------------------------------*/
.item-post-horizontal-content-img img{
    height: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}
.p-28-58{
  padding: 28px 58px;
}
.vid-container{
    text-align: center;
}
.module10 .tabs-list-new .nav-tabs > li > a{
  position: relative;
}
.module10 .tabs-list-new .nav-tabs > li > a:before{
      position: absolute;
    content: "";
    background: #ec1f27;
    width: 3px;
    height: 16px;
    left: 0;
    top: 13px;
}
.line-boxshadow{
  -webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,.3);
  -moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,.3);
  box-shadow: 0 5px 5px 0 rgba(50,50,50,.3); position: relative; z-index: 1;
}
.control-timkiem-hover-show{
    width: 200px;
    display: inline-block;
}
.timkiem-hover-show{
  border: 0;
    width: 0;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.btn-timkiem-hover-show{
        color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #e72325;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.btn-timkiem-hover-show i{
    position: relative;
    top: 7px;
}

/*------------------------------*/
.comment{
	overflow: hidden;
}
.video-detail .item-post-horizontal{
	    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #c4c4c4;
}
.video-detail .nav > li > a{
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration:0.3s;
	    padding: 10px 10px 0 20px;
    margin: 0;
}
.video-detail .nav > li > a:hover .item-post-horizontal{
	border-color: #0095da ;
}
.video-detail .nav > li > a:hover .item-post-horizontal .content .title{
	color: #fff;
}

.list-feel-h li{
  min-height: 280px;
}
/*------------------------------*/
.g-slider-tabs{
}
.g-slider-tabs{
  height: auto !important;
  position: relative;
}
.g-slider-tabs .slick-next{
    display: block;
    position: absolute;
    top: -26px;
}
.g-slider-tabs .slick-prev{
    display: block;
    position: absolute;
    top: -26px;
}
/*------------------------------*/
.cls-phongvan{    margin: 0 auto;
    text-align: -webkit-center;
    padding: 6px;
    background: #fff;
    width: 100px;
    color: red;
    /*border: 1px solid #02a4ef;*/
    border-radius: 10px;
    margin-top: 20px;}
.cls-phongvan a{color:red}  


/* --------UPDATE LAYOUT 010318------------------------------------------------- */
/* Hotline, contact, banner newdetail */
.header-top .left .left-email{background: #e72325;padding: 2px 6px 2px 3px;}
.header-top .left .left-email span{
    display: inline-block;
    background: #d40b0d;
    padding: 3px;
    vertical-align: middle;
    border-radius: 1px;
}
.header-top .left .left-email span img{    height: 22px;}
.header-top .left .left-email a{
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    font-size: 15px;
}
/* ------- */
.contact-info-item{
    font-size: 18px;
}
.contact-info-item .title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #e72325;
}
.contact-info-item .detail{
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-info-item .address{
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-map{
    padding: 0 30px;
    margin-top: 40px;
}

.contact-img img{
    max-height: 540px; margin-left: 0;
}