﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header .topbar {
  display: none;
}

#thuvien {
  position: relative;
  top: 90px;
  background: #edf2f9;
  padding-bottom: 25px;
}
#thuvien .support-mockup {
  position: fixed;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  padding: 11px;
  bottom: 31px;
  right: 20px;
  z-index: 9999;
  animation: swing 3.5s infinite ease-in-out;
}
#thuvien .support-mockup:hover::after {
  opacity: 1;
  visibility: visible;
}
#thuvien .support-mockup::after {
  content: "Tiếp nhận ý kiến";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#thuvien .support-mockup img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
#thuvien .breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 0;
  padding-top: 25px;
}
#thuvien .breadcrumb .container {
  padding: 0;
}
#thuvien .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
#thuvien .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
#thuvien .breadcrumb ul li h1 {
  margin: 0;
}
#thuvien .breadcrumb ul li a {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
}
#thuvien .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}
#thuvien .smTitle {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
#thuvien .smTitle .border-news {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  padding: 0 1rem;
  color: #207bbf;
  font-size: 17px;
}
#thuvien .smTitle .border-news::before {
  content: "";
  border-bottom: 2px solid #0068b4;
  position: absolute;
  top: 13px;
  left: -51px;
  width: 50px;
}
#thuvien .smTitle .border-news::after {
  content: "";
  border-bottom: 2px solid #0068b4;
  position: absolute;
  top: 13px;
  right: -51px;
  width: 50px;
}
#thuvien .images-side .images-wrap .latest-news-item {
  color: #111;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe7f1;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
}
#thuvien .images-side .images-wrap .latest-news-item .time-images {
  font-size: 13px;
  margin-bottom: 15px;
}
#thuvien .images-side .images-wrap img {
  height: 200px;
  object-fit: cover;
}
#thuvien .images-side .images-wrap .latest-news-item .bg-light {
  border-radius: 12px;
  overflow: hidden;
}
#thuvien .images-side .images-wrap .latest-news .latest-news-carousel.owl-carousel {
  position: relative;
}
#thuvien .images-side .images-wrap .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 140px;
  left: -117px;
  font-size: 17px;
  padding: 2px 20px;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid #207bbf;
  border-radius: 20px;
  background-color: #cce5ff;
  color: #111;
}
#thuvien .images-side .images-wrap .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 140px;
  right: -117px;
  font-size: 17px;
  margin-left: 10px;
  padding: 2px 20px;
  transition: 0.5s;
  border: 1px solid #207bbf;
  border-radius: 20px;
  background-color: #cce5ff;
  color: #111;
}
#thuvien .images-side .images-wrap .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
#thuvien .images-side .images-wrap .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #207bbf;
  color: #fff;
  border-radius: 10px;
}
#thuvien .images-side .images-wrap .latest-news-item {
  color: #111;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
}
#thuvien .images-side .images-wrap .latest-news-item .time-images {
  font-size: 13px;
  margin-bottom: 15px;
}
#thuvien .images-side .images-wrap .latest-news .videos-carousel.owl-carousel {
  position: relative;
}
#thuvien .images-side .images-wrap .latest-news .videos-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 140px;
  left: -117px;
  font-size: 17px;
  padding: 2px 20px;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid #207bbf;
  border-radius: 20px;
  background-color: #cce5ff;
  color: #111;
}
#thuvien .images-side .images-wrap .latest-news .videos-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 140px;
  right: -117px;
  font-size: 17px;
  margin-left: 10px;
  padding: 2px 20px;
  transition: 0.5s;
  border: 1px solid #207bbf;
  border-radius: 20px;
  background-color: #cce5ff;
  color: #111;
}
#thuvien .images-side .images-wrap .latest-news .videos-carousel.owl-carousel .owl-nav .owl-prev:hover,
#thuvien .images-side .images-wrap .latest-news .videos-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #207bbf;
  color: #fff;
  border-radius: 10px;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry:nth-child(2) {
  margin-top: 10px;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry.gradient {
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  z-index: 1;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry.gradient::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
}
#thuvien .images-side .images-bottom .retro-layout .h-entry.mb-30 {
  margin-bottom: 30px;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.05);
  transition: 0.3s all ease;
}
#thuvien .images-side .images-bottom .retro-layout .h-entry .date {
  font-size: 15px;
}
#thuvien .images-side .images-bottom .retro-layout .v-height {
  height: 240px;
}
#thuvien .images-side .images-bottom .retro-layout .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}
#thuvien .images-side .images-bottom .retro-layout .text span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#thuvien .images-side .images-bottom .retro-layout .text h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
}
#thuvien .images-side .title-nb {
  font-size: 22px;
  color: #111;
  margin-bottom: 10px;
}
#thuvien .videos-side .lifestyle-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#thuvien .videos-side .lifestyle-item img {
  transition: 0.5s;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
#thuvien .videos-side .lifestyle-item:hover img {
  transform: scale(1.2);
}
#thuvien .videos-side .lifestyle-item .lifestyle-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#thuvien .videos-side .lifestyle-item .lifestyle-content a {
  color: #fff;
  text-decoration: none;
}
#thuvien .videos-side .lifestyle-item .lifestyle-content a:hover {
  color: var(--bs-primary);
}
#thuvien .videos-side .lifestyle-item .lifestyle-content .small,
#thuvien .videos-side .lifestyle-item .lifestyle-content small {
  color: #fff;
}
#thuvien .videos-side .videos-wrap .btn-switch {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
#thuvien .videos-side .videos-wrap .btn-switch .sBtn {
  padding: 8px 25px;
  color: #004085;
  background-color: #cce5ff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  border: 1px solid #004085;
}
#thuvien .videos-side .videos-wrap .btn-switch .sBtn.active {
  background-color: #cce5ff;
  border: none;
}
#thuvien .content-wrap .h-entry {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#thuvien .content-wrap .h-entry:nth-child(2) {
  margin-top: 10px;
}
#thuvien .content-wrap .h-entry.gradient {
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
}
#thuvien .content-wrap .h-entry.gradient::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
}
#thuvien .content-wrap .h-entry.mb-30 {
  margin-bottom: 30px;
}
#thuvien .content-wrap .h-entry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.05);
  transition: 0.3s all ease;
}
#thuvien .content-wrap .h-entry .date {
  font-size: 15px;
}
#thuvien .content-wrap .v-height {
  height: 240px;
}
#thuvien .content-wrap .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}
#thuvien .content-wrap .text span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#thuvien .content-wrap .text h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
}

#col-phantrang {
  display: flex;
  justify-content: end;
}
#col-phantrang .phantrang .pagination > li > a, #col-phantrang .phantrang .pagination > li > span {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
  background: #fff;
}
#col-phantrang .phantrang .pagination > .active > a {
  background-color: #207bbf;
  border-color: #207bbf;
  color: #fff;
}

#frmCommon {
  color: #fff;
}

#frmCommon .header {
  color: #fff;
}

#lbCommon {
  color: #207bbf;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
