﻿@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");
@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;
}

/* DN */
.main-title {
  font-size: 14pt;
  color: #2C5C7D;
  text-transform: uppercase;
  padding-top: 11px;
  width: 100%;
}

hr {
  border: 0;
  height: 1px;
  background-color: #2C5C7D;
  width: 80%;
  margin: 20px auto;
}

.container-fix {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
.header .topbar {
  display: none;
}

article p {
  font-family: "Merriweather";
  font-size: 16px;
  line-height: 40px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

#nd_baiviet {
  font-family: "Merriweather";
  background-color: #fff;
  padding: 20px;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #207bbf;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.fa-angle-up::before {
  content: "\f106";
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: 0.75;
}

.breadcrumb {
  padding: 20px 0;
  background-color: #f2f2f2;
  padding-bottom: 0;
  padding-top: 25px;
}
.breadcrumb .container {
  padding: 0;
}
.breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
.breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
.breadcrumb ul li h1 {
  margin: 0;
}
.breadcrumb ul li a {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
.breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}

.list-social {
  position: fixed;
  top: 50%;
  right: -130px;
  z-index: 999;
}
.list-social .icon-zalo {
  background-color: #0180c7;
}
.list-social .icon-google {
  background-color: #bb0000;
}
.list-social a {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px 0px 15px;
  display: block;
  width: 170px;
  transform: translateX(0px);
  margin-bottom: 5px;
  color: #fff;
  transition: all ease 0.5s;
  border-radius: 30px;
}

.list-social a i {
  margin-right: 20px;
}

.list-social a:hover {
  transform: translateX(-120px);
  transition: all ease 0.5s;
  cursor: pointer;
  color: #fff;
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(/assets/images/3.jpg);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}
.bg-breadcrumb .breadcrumb {
  position: relative;
  font-family: Nunito;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

.update-message {
  padding: 50px 20px;
  background-color: #f8f9fa;
  border: 1px dashed #ccc;
  border-radius: 8px;
  max-width: 600px;
  margin: 50px auto;
  color: #555;
}
.update-message .icon {
  font-size: 48px;
  color: #17a2b8;
  margin-bottom: 15px;
}

.filedinhkem .file-item iframe {
  width: 100%;
  min-height: 100vh;
}
.filedinhkem .file-item .file-name {
  font-size: 16px;
  font-weight: 700;
  color: #207bbf;
  padding: 15px 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@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;
  }
}
