﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 130%;
  }
}
@keyframes shrink2 {
  0% {
    background-size: 95%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateYmoveup {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateYmovedown {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******* 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é****/
/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
header.custom {
  background: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
header.custom .nav-panel .logo .title p {
  color: #fff;
}
header.custom .nav-panel .menu .item a, header.custom .nav-panel .menu .item i, header.custom .nav-panel .menu .item .dropdown-toggle::after, header.custom .nav-panel .menu .item .dropdown-toggle > span {
  color: #fff;
}
header.custom:hover {
  background: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
header.custom:hover .nav-panel .logo .title p {
  color: #2c3542;
}
header.custom:hover .nav-panel .menu .item a, header.custom:hover .nav-panel .menu .item i, header.custom:hover .nav-panel .menu .item .dropdown-toggle::after, header.custom:hover .nav-panel .menu .item .dropdown-toggle > span {
  color: #2c3542;
}

.container-vw {
  width: 80vw !important;
}

.page-body {
  background: #f9fafb;
  padding-bottom: 30px;
}

.page-top {
  width: 100%;
  height: 400px;
  margin-top: -86px;
  animation: shrink2 5s;
  background-image: url("../../images/banner/bg.jpg");
  background-size: cover;
  background-position-x: center;
  filter: blur(0.5px);
}

.page-bottom {
  margin-top: -250px;
  position: relative;
}
.page-bottom .row {
  row-gap: 20px;
  margin-bottom: 20px;
}

.page-title span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}
.page-title span:last-child {
  font-size: 3rem;
  font-weight: 800;
}

.intro, .muctieu {
  color: #2c3542;
}
.intro p, .muctieu p {
  margin: 5px 0;
  line-height: 1.8rem;
  text-align: justify;
}

.local-item {
  height: 100%;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  animation: opacitymove 1.5s;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.local-item .hname {
  font-size: 2.2rem;
  font-weight: 500;
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
}
.local-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  margin: -20px -30px;
}
.local-item .heading {
  font-weight: 700;
  margin-bottom: 20px;
  background: #1A52CD;
  margin-top: -20px;
  width: max-content;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.local-item .heading .viewInfo {
  margin-left: auto;
  font-size: 1em;
  cursor: pointer;
}
.local-item .title {
  margin: 5px 0;
}
.local-item .title.cap1 {
  font-weight: 800;
  margin-top: 20px;
  color: #2c3542;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.local-item .title.cap2 {
  font-weight: 800;
  font-size: 1.1rem;
  color: #1A52CD;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}
.local-item .title.cap2:before {
  content: "";
  height: 3rem;
  width: 3rem;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: antiquewhite;
  z-index: -1;
  top: -5px;
  left: -5px;
  animation: opacitymove 2s;
}
.local-item .title.cap3 {
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 600;
}
.local-item textarea {
  border: none;
  background: #f9fafb;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.9rem;
  color: #4f4f4f;
}
.local-item textarea:focus-visible {
  outline: solid 2px #eee;
}
.local-item table {
  border: none;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.local-item table th {
  background: #e7efff;
  padding: 0.5rem 0.7rem;
  border-bottom: 3px solid #1A52CD;
  border-top: none;
  color: #2c3542;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.local-item table td {
  max-width: 50%;
  padding: 0.5rem 0.7rem;
}
.local-item table tbody {
  border-bottom: 2px solid #ccc;
}
