@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"); }
body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #222;
  background: #0D60A4; }



a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.bg-green {
  background: #00918c; }

.body-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.body-overlay.open {
  opacity: 1;
  visibility: visible; }

.list-group--news {
  margin-top: 15px; }
.list-group--news .list-group-item {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 8px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px; }
.list-group--news .list-group-item a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.list-group--news .list-group-item a:hover {
  color: #d10a00; }
.list-group--news .list-group-item:hover {
  background: transparent; }
.list-group--news .news-thumb {
  width: 100px;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left; }
.list-group--news .meta {
  font-size: 0.75rem;
  color: #555; }
.list-group--news h3.news-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (max-width: 992px) {
  .list-group--news .list-group-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .list-group--news .news-thumb {
    max-width: 140px;
    margin-right: 10px;
    margin-bottom: 0px; } }
.btn {
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111; }

.mb-20 {
  margin-bottom: 20px; }

.breadcrumb {
  background: transparent;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px; }
.breadcrumb-item, .breadcrumb-item.active {
  color: #fff; }
.breadcrumb-item a, .breadcrumb-item.active a {
  color: #fff; }

.copyright {
  font-size: 0.75rem;
  font-style: italic;
  padding: 10px 0px;
  background: #252525; }

#home {
  border: 2px solid #b9babb; }

.home-wrap {
  width: 100%;
  height: 100vh; }

.home-content {
  position: relative;
  width: 932px;
  min-height: 476px;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.home-menu {
  padding-top: 30px;
  width: 400px;
  text-align: right;
  font-size: 16px; }
.home-menu li {
  margin-bottom: 10px; }
.home-menu li a {
  color: #0D60A4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.home-menu li a:hover {
  color: #d10a00; }
.home-menu li:nth-child(1) {
  padding-right: 84px; }
.home-menu li:nth-child(2) {
  padding-right: 61px; }
.home-menu li:nth-child(3) {
  padding-right: 46px; }
.home-menu li:nth-child(4) {
  padding-right: 36px; }
.home-menu li:nth-child(5) {
  padding-right: 32px; }
.home-menu li:nth-child(6) {
  padding-right: 27px; }
.home-menu li:nth-child(7) {
  padding-right: 32px; }
.home-menu li:nth-child(8) {
  padding-right: 36px; }
.home-menu li i.far {
  color: #00918c;
  padding-right: 10px; }

.home-footer {
  position: absolute;
  left: 10px;
  bottom: 10px; }
.home-footer--logo {
  margin-bottom: 5px; }
.home-footer--info {
  font-size: 11px;
  color: #0D60A4; }
.home-footer--info p {
  margin-bottom: 0px; }
.home-footer--info span {
  min-width: 100px; }

.lang {
  font-size: 12px;
  padding: 5px;
  text-align: right; }
.lang a {
  padding: 0px 5px; }

.page {
  background: #E7E6E6;
  padding-bottom: 30px;
  padding-top: 15px;
  min-height: 100vh; }

.page-content {
  background: #fff;
  border: solid #336393 1px;
  min-height: 300px;
  padding: 10px; }
.page-content--left {
  max-width: 245px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px; }

.left-content {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #cdcdcd;
  border-radius: 5px; }

@media screen and (max-width: 768px) {
  .page-content--left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .left-content {
    display: none; } }
.partner-logo {
  padding: 10px;
  border: 1px solid #ddd; }
.partner-logo--item {
  border: 1px solid #ddd;
  margin-bottom: 10px; }

.page-banner img {
  width: 100%;
  height: auto; }

.page-detail--head {
  font-size: 12px;
  color: #0D60A4;
  border-bottom: 1px solid #ddd; }
.page-detail--body {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px; }

.page-detail--body table p{
  margin-bottom: 5px;
}

.page-detail--body p{
    margin-bottom: 8px;
}

.linksite {
  padding: 10px;
  border: 1px solid #ddd; }
.linksite h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #0D60A5; }

.page-footer {
  padding-top: 20px;
  font-size: 12px; }

.mobile-menu-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
  font-size: 24px;
  color: #0D60A4;
  display: none; }
.mobile-menu-icon:hover {
  cursor: pointer;
  color: #000; }

@media screen and (max-width: 768px) {
  .mobile-menu-icon {
    display: block; } }
.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.overlay.open {
  opacity: 1;
  visibility: visible; }

.sidebar-menu {
  list-style: none;
  font-size: 12px; }
.sidebar-menu li {
  background: #79ACDB;
  color: #fff;
  border-bottom: 1px solid #5b9ac6;
  border-top: 1px solid #cae0ee; }
.sidebar-menu li:hover {
  background: #9ECBEC; }
.sidebar-menu li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 6px 0px 6px 20px;
  display: block; }
.sidebar-menu li a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 8px;
  top: 5px; }
.sidebar-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0px; }
.sidebar-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0px; }
.sidebar-menu li:last-child a {
  padding-bottom: 6px; }

.mobile-menu {
  width: 250px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  padding: 15px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  z-index: 1030; }
.mobile-menu.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

/*Smart phone nhỏ*/
@media screen and (min-width: 240px) {
  .pagination li {
    font-size: 12px; }
  .pagination li a {
    padding: .4rem .65rem; } }
/*Iphone(480 x 640)*/
/*Tablet nhỏ(480 x 640)*/
/*Ipad dọc(768 x 1024)*/
@media screen and (min-width: 768px) {

  .pagination li {
    font-size: 12px; }
  .pagination li a {
    padding: .4rem .65rem; } }
/*Ipad ngang(1024 x 768)*/

@media screen and (max-width: 768px){
  #home{
    width: 100%;
    height: 100%;
  }
  .home-content{
    width: 100%;
    height: calc(100% - 23px);
    min-height: auto;
    background-size: cover;
  }
}
