@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 14px;
  font-family: "Open Sans", "arial", "sans-serif";
}

body {
  font-family: roboto;
	line-height: 1.8
}

.error {
  color: red;
}

.pagination {
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.img169 {
  position: relative;
  padding-bottom: 56.2%;
}
.img169 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img1610 {
  position: relative;
  padding-bottom: 62.5%;
}
.img1610 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img43 {
  position: relative;
  padding-bottom: 75%;
}
.img43 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img11 {
  position: relative;
  padding-bottom: 100%;
}
.img11 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-group textarea.form-control {
  max-width: 100%;
}

.fa-left {
  margin-right: 0.5rem;
}

.fa-right {
  margin-left: 0.5rem;
}

.btn.btn-left {
  margin-right: 1rem;
}

.btn.btn-right {
  margin-left: 1rem;
}

.label-info {
  background-color: #70b7ba;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

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

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

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

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

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

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

/* Shine */
.hover-shine {
  position: relative;
  overflow: hidden;
}
.hover-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-shine:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.dai-header .header .topbar {
  background: #000;
  padding: 7px 0;
}
.dai-header .header .topbar .info1 {
  color: #f00;
}
.dai-header .header .topbar .topbar-links li {
  display: inline-block;
  margin-right: 20px;
}
.dai-header .header .topbar .topbar-links li:before {
  content: "";
  font-size: 8px;
  color: #e32429;
  background: #e32429;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
}
.dai-header .header .topbar .topbar-links li a {
  color: #f2f2f2;
}
.dai-header .header .topbar .topbar-items li {
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .dai-header .header .topbar .topbar-items .lang:first-child {
    border-right: 1px solid #e32429;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.dai-header .header .topbar .topbar-items .search {
  margin-left: 35px;
}
.dai-header .header .topbar .topbar-items .search a {
  color: #ff0000;
  font-size: 18px;
  padding-right: 15px;
}
.dai-header .header .topbar .topbar-items .social a {
  color: #828282;
  font-size: 18px;
}
.dai-header .header .topbar .topbar-items .mail {
  padding-right: 5px;
}
.dai-header .header .main {
  background: #f2f2f2;
  padding: 20px;
}
.dai-header .header .main-right .p1 {
  margin-right: 20px;
}
.dai-header .header .main-right .p1 i {
  margin-right: 5px;
}
.dai-header .header .main-right a {
  color: #333333;
  line-height: 1;
}
.dai-header .header .main-right a i {
  margin-right: 5px;
}
.dai-header .header .main-right .mail {
  border-right: 1px solid #787878;
  padding-right: 10px;
  margin-right: 10px;
}
.dai-header .header .main-right .btn-profile {
  color: #fff;
  font-size: 18px;
  padding: 5px 25px;
  border-radius: 10px;
  background-color: #F00911;
  transition: all 0.2s;
  border: none;
}
.dai-header .header .main-right .btn-profile:hover {
  background-color: #981D1A;
}
.dai-header .header .navbar-toggler {
  width: 40px;
  height: 40px;
}
.dai-header .header .navbar-toggler:focus {
  border: none;
  outline: none;
}
.dai-header .mobile-menu {
  padding: 15px 0;
}
.dai-header .mobile-menu .navbar-brand {
  padding: 0;
}

.canvas-sidebar {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: auto;
  right: 0;
  transition: 0.5s;
  width: 220px;
  transform: translateX(100%);
  padding-top: 20px;
}
.canvas-sidebar .canvas-overlay {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.canvas-sidebar .card-body::-webkit-scrollbar {
  width: 3px;
}
.canvas-sidebar .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px #cccccc;
}
.canvas-sidebar .card-body::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
.canvas-sidebar .canvas-close {
  cursor: pointer;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.canvas-sidebar.show {
  transform: translateX(0);
}
.canvas-sidebar.show .canvas-overlay {
  right: 100%;
  left: auto;
  width: 3000px;
}
.canvas-sidebar .mobile-menu-block .menu li {
  border-bottom: 1px solid #666;
}
.canvas-sidebar .menu li a {
  color: #FFF;
  padding: 18px 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.canvas-sidebar .menu li a::before {
  background: #00b03e;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.canvas-sidebar .menu li a:hover {
  color: #00b03e;
}
.canvas-sidebar .menu li a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.d-breadcrumb {
  padding: 20px 0 5px;
}
.d-breadcrumb .crumbs {
  font-size: 14px;
}
.d-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px;
}
.d-breadcrumb .delimiter {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.page-common {
  padding: 50px 0;
}
.page-common .content-wrap {
/*   background: #f2f2f2; */
/*   padding: 30px 30px; */
  margin: 30px 0;
  line-height: 2;
  padding-bottom: 10px;
}
.page-common .content-title {
  margin-bottom: 15px;
}
.page-common .content-title .title-icon {
  font-size: 35px;
  color: #fe0000;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
.page-common .content-title .title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

#mega-menu-wrap-header-menu2 #mega-menu-header-menu2 {
  text-align: right;
  padding: 0 15px;
}

.cta {
  background-color: #F00911;
  padding: 15px 0;
}
.cta .item {
  height: auto !important;
}
.cta .cta-text a {
  color: #fff;
  margin-right: 60px;
  font-size: 14px;
}
.cta .cta-button {
  padding: 0 30px;
  line-height: 2;
  font-size: 14px;
}

.heading {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #828282;
}
.heading .heading-title {
margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    /* display: inline-block; */
    padding: 15px 50px;
    background-color: #949494;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
}

.slick-slider .item:focus {
  outline: none;
}

.about {
  padding: 50px 0;
}
.about .slick-slider {
  padding-top: 20px;
}
.about img {
  width: 100%;
}
.about .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex !important;
}
.about .slick-dots li {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  margin-right: 5px;
}
.about .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.8);
}
.about .about-container {
  margin-top: 30px;
}
.about .about-title .title-icon {
  font-size: 40px;
  color: #fe0000;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
.about .about-title .title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.about .about-content p {
  margin-bottom: 5px;
	line-height: 2;
}
.about .about-button {
  font-size: 18px;
  color: #fe0000;
  text-transform: uppercase;
  font-weight: 600;
}

.products {
  padding: 50px 0;
  background: #f2f2f2;
}
.products .heading {
  margin-bottom: 50px;
}
.products-container .sp-items .sp-item .ten {
  margin: 10px 0;
  font-weight: bold;
  line-height: 1.5;
}
.products-container .sp-items .sp-item .ten a {
  color: #333;
  text-transform: uppercase;
}
.products-container .sp-items .sp-item .ten a:hover {
  color: #e00000;
}

.thitruong {
  padding: 50px 0;
}

.partner {
  margin-bottom: 50px;
}
.partner .partner-container {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.partner .partner-slider {
  padding-left: 80px;
  padding-right: 80px;
}
.partner .partner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #828282;
}
.partner .partner-slider .previous {
  left: 0;
  right: auto;
}
.partner .partner-slider .next {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .partner .partner-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.overview {
  background-color: #004797;
  padding: 50px 0;
}
.overview .overview-heading {
  display: flex;
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}
.overview .overview-heading .heading-title {
  display: inline-block;
  background-color: #fff;
  color: #333333;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .overview .overview-heading .heading-title {
    min-width: 400px;
  }
}
.overview .overview-scales-item {
  margin-bottom: 30px;
  text-align: center;
}
.overview .overview-scales-item .overview-scales-image {
  height: 176px;
  width: 176px;
  margin: 0 auto 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: box-shadow 0.7s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview .overview-scales-item .overview-scales-image img {
  padding: 10px;
  display: block;
}
.overview .overview-scales-item .overview-scales-image:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
  color: #fff;
}
.overview .overview-scales-item .overview-scales-content {
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  max-width: 190px;
  margin: 0 auto;
}
.overview .overview-scales-item .overview-scales-content .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  background-color: #004797;
  margin-top: -12px;
  white-space: nowrap;
  font-size: 12px;
  width: 90%;
}
.overview .overview-scales-item .overview-scales-content .number {
  color: #fe0000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;

}
.overview .overview-chungchi img {
  width: 100%;
  height: auto;

}

.overview-details {
  margin-top: 10px;
}
.overview-details h4 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.overview-details-image {
  border: 2px solid #fff;
}
.overview-details-image img {
  padding: 10px;
}

.info2 .item {
  margin-bottom: 20px;
}

.news .heading {
  padding: 50px 0;
  margin-bottom: 0;
}
.news a {
  color: #333;
}
.news a:hover {
  color: #e00000;
}
.news .news-container {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.news .news-container .hotnew .tieude {
  text-transform: uppercase;
  font-weight: bold;
}
.news .news-container .hotnew .tieude .fa {
  color: red;
  font-size: 30px;
}
.news .news-container .hotnew .xemthem {
  font-size: 18px;
  color: #fe0000;
  text-transform: uppercase;
  font-weight: 600;
}
.news .news-container .new-items {
  padding: 40px 15px;
  background: #fff;
  border-left: 3px solid #ccc;
}
.news .news-container .new-items .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
}
.news .news-container .new-items .item-content {
  display: flex;
  align-items: center;
}
.news .news-container .new-items .item .date {
  border: 1px solid #ccc;
  padding: 10px;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.news .news-container .new-items .item .date span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.news .news-container .new-items .item .date .date1 {
  font-size: 28px;
  line-height: 1;
}
.news .news-container .new-items .item:last-child:after {
  content: "";
  display: none;
}

.map .heading {
  margin-bottom: 40px;
}

.home .dai-header {
  position: relative;
}
.home .main-menu {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 922px) {
  .home .main-menu {
    position: relative;
    bottom: auto;
    top: 0;
  }
}

.nav-fostrap {
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 922px) {
  .nav-fostrap {
    background: #f2f2f2;
    padding: 15px 0;
  }
}
.nav-fostrap .navbar {
  padding: 0;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 15px 20px;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

.nav-fostrap li:hover ul.dropdown {
  display: block;
}

.nav-fostrap li ul.dropdown {
  position: absolute;
  z-index: 999;
  display: none;
  width: 200px;
  background: #f2f2f2;
  padding-top: 0;
  box-shadow: 4px 2px 8px 1px #666;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a {
  border-bottom: none;
}

.nav-fostrap li:hover > a {
  background: #e00000;
  color: #fff !important;
  transition: all 0.5s;
}
.nav-fostrap li:hover > a:before{
	width: 100%;
    opacity: 1;
    visibility: visible;
}
.nav-fostrap li:first-child:hover a {
  border-radius: 3px 0 0 3px;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: #e00000;
}

.nav-fostrap li ul.dropdown li:first-child:hover a {
  border-radius: 0;
}

.nav-fostrap li:hover .arrow-down {
  border-top: 5px solid #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: absolute;
  top: 25px;
  right: 8px;
  content: "";
}

.title-mobile {
  display: none;
}

@media only screen and (max-width: 922px) {
  .main-menu .nav-fostrap-lv1 {
    display: flex;
    flex-flow: column;
  }
  .main-menu .nav-fostrap li a {
    color: #000;
  }
  .main-menu .nav-fostrap li ul.dropdown {
    position: static;
    box-shadow: none;
  }

  .nav-fostrap li:hover > a {
    background: transparent;
    color: #000 !important;
  }

  .nav-fostrap li:hover .arrow-down {
    border-top-color: #000;
  }

  .arrow-down {
    border-top-color: #000;
  }
}
.d-breadcrumb {
  display: none;
}
@media (min-width: 992px) {
  .d-breadcrumb {
    display: block;
  }
}

.d-breadcrumb .crumbs > a, .d-breadcrumb .crumbs span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
/*   border: 1px solid #ccc; */
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  color: #888;
  background-color: #fff;
  position: relative;
  float: left;
  padding: 6px 12px 6px 24px;
}
.d-breadcrumb .crumbs > a:hover, .d-breadcrumb .crumbs span:hover {
  color: #e00000;
}

.d-breadcrumb .crumbs > a {
  padding: 6px 12px 6px 24px;
}
.d-breadcrumb .crumbs > a:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.d-breadcrumb .crumbs > a:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.d-breadcrumb .crumbs > a:first-child {
  padding: 6px 6px 6px 10px;
}
.d-breadcrumb .crumbs > a:last-child {
  padding: 6px 18px 6px 24px;
}
.d-breadcrumb .crumbs > a:not(:last-child):after {
  border-left: 10px solid #fff;
}
.d-breadcrumb .crumbs > a:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.d-breadcrumb .crumbs > a:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.d-breadcrumb .crumbs > a:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

.page-new .page-container .new-item .tieude, .page-news .page-container .new-item .tieude {
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase;*/
}
.page-new .page-container .new-item .tieude a, .page-news .page-container .new-item .tieude a {
  color: #333;
}
.page-new .page-container .new-item .anh, .page-news .page-container .new-item .anh {
  position: relative;
}
.page-new .page-container .new-item .date, .page-news .page-container .new-item .date {
  border: 1px solid #ccc;
  padding: 10px;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.page-new .page-container .new-item .date span, .page-news .page-container .new-item .date span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.page-new .page-container .new-item .date .date1, .page-news .page-container .new-item .date .date1 {
  font-size: 28px;
  line-height: 1;
}
.page-new .page-container .new-item:hover a, .page-news .page-container .new-item:hover a {
  color: #e00000;
  height: 57px;
}

.thuvien .heading {
  padding: 50px 0;
}
.thuvien .album {
  margin-bottom: 70px;
}
.thuvien .album-title {
  margin-bottom: 40px;
}
.thuvien .album-title .title-icon {
  font-size: 40px;
  color: #fe0000;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
.thuvien .album-title .title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.page-products .sp-item .ten, .page-product .sp-item .ten {
  margin: 10px 0;
  font-weight: bold;
}
.page-products .sp-item .ten a, .page-product .sp-item .ten a {
  color: #333;
  text-transform: uppercase;
}
.page-products .sp-item .ten a:hover, .page-product .sp-item .ten a:hover {
  color: #e00000;
}

.modal .modal-content {
  background: transparent;
  border: none;
}
.modal .close {
  font-size: 40px;
  font-weight: lighter;
}
.modal .input-group {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.modal .modal-header {
  margin-bottom: 100px;
}
.modal .form-control, .modal .input-group-text {
  font-size: 20px;
}
.modal .form-control:focus, .modal button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.modal-backdrop.show {
  opacity: 0.96;
}

.dai-footer {
  text-align: center;
}
@media (min-width: 768px) {
  .dai-footer {
    text-align: left;
  }
}
.dai-footer .footer-cols {
  background: #004797;
  padding: 50px 0;
}
.dai-footer .footer-cols .col-mobile-hide {
  display: none;
}
@media (min-width: 992px) {
  .dai-footer .footer-cols .col-mobile-hide {
    display: block;
  }
}
.dai-footer .footer-cols .footer-cot {
  color: #fff;
}
.dai-footer .footer-cols .footer-cot .cot-title * {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .dai-footer .footer-cols .footer-cot .cot-title * {
    min-height: 38px;
  }
}
.dai-footer .footer-cols .footer-cot .cot-items ul li {
  line-height: 2.5;
  font-size: 13px;
}
.dai-footer .footer-cols .footer-cot .cot-items ul.items li a {
  color: #fff;
}
.dai-footer .footer-cols .footer-cot .cot-items ul.items li a:hover {
  color: #feab05;
}
.dai-footer .footer-cols .footer-cot .cot-items ul.items li p {
  padding-top: 5px;
  line-height: 1.6;
}
.dai-footer .footer-cols .footer-cot .socials {
  font-size: 25px;
  padding-top: 15px;
}
.dai-footer .footer-cols .footer-cot .socials-item {
  margin: 3px 0;
  display: inline-block;
}
.dai-footer .footer-cols .footer-cot .socials a {
  display: inline-block;
  border-radius: 50%;
  line-height: 1;
  border: 2px solid #004797;
}
.dai-footer .footer-cols .footer-cot .socials a:hover {
  border: 2px solid #feab05;
}
.dai-footer:before {
  content: "";
  display: block;
  height: 15px;
  background: #000;
}

.dai-footer2:before {
  content: "";
  display: block;
  height: 15px;
  background: #f00;
}
.dai-footer2-container {
  background: #000;
  padding: 30px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.dai-footer2-container a {
  color: #f2f2f2;
}
.dai-footer2-container a:hover {
  color: #004797;
}
.dai-footer3 .hotline {
  position: fixed;
  bottom: 0;
  right: 15px;
  background: #f2f2f2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dai-footer3 .hotline a {
  padding: 7px 30px;
  display: block;
  color: #fff;
}
.dai-footer3 .hotline a .hotline-phone {
  color: #004797;
  font-weight: bold;
  font-size: 16px;
}
.dai-footer3 .hotline:hover {
  background: #e00000;
}

/*# sourceMappingURL=style.css.map */
