@media (max-width: 1200px) {
  .overlay .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
  }
  #menu #open_menu {
    display: block;
  }
  #menu #open_menu span {
    width: 20px;
    height: 3px;
    background: #fff;
    margin-bottom: 3px;
    display: block;
  }
  #menu #open_menu span:last-child {
    margin-bottom: 0;
  }
  #menu #list_menu {
    display: block;
    position: fixed;
    left: -500px;
    transition: all ease 0.5s;
    top: 0;
    height: 100vh;
    min-width: 330px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    background: var(--primary);
    z-index: 999;
  }
  #menu #list_menu.active {
    left: 0;
  }
  #menu #list_menu .dropdown a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #c6c6c6;
  }
  #menu #list_menu .dropdown .link:hover > a {
    background: #ffc300;
    color: #fff;
  }
  #menu #list_menu .dropdown .link > i,
  #menu #list_menu .dropdown .sub-link > i {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    color: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #menu #list_menu .dropdown .sub-link > i {
    color: var(--primary);
  }
  #menu #list_menu .dropdown .link:hover > i {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
    transition: all ease 0.5s;
    color: #fff;
  }
  #menu #list_menu .dropdown.open .link > i {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all ease 0.5s;
  }
  .sub-menu li a:hover {
    background: var(--second) !important;
    color: #fff;
  }
  .sub-menu li a:hover + i {
    color: #fff !important;
    transition: all ease 0.4s;
  }
  #menu #list_menu .sub-dropdown.open .sub-link > i {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    transition: all ease 0.5s;
  }
  #menu #list_menu .sub-menu,
  #menu #list_menu .sub-menu-min {
    position: unset;
    box-shadow: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  #menu #list_menu .sub-menu > li:last-child > a {
    border-bottom: 1px solid #ccc;
  }
  #menu #list_menu .sub-menu > li > a {
    background: #f9f9f9;
  }
  #menu #list_menu .dropdown.open .sub-menu,
  #menu #list_menu .sub-dropdown.open .sub-menu-min {
    display: block;
  }
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #009600;
  --second: #f4ae04;
  --body: #111;
}
a {
  transition: all ease 0.4s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeindown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.absolute-item .box-content h4 a,
.aside-item .blog-item p,
.bottom .blog-item .box-content h4 a,
.cat .blog-big-item .box-content p,
.cat .blog-item p,
.line-3,
.main-cat .blog-item p,
.related-slider .blog-item p,
.top .blog-item .box-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.aside-item .blog-item h4,
.line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.aside-item .blog-item h4 a,
.aside-item .d-flex p,
.cat .blog-item h4 a,
.cat .d-flex p,
.line-2,
.main-cat .blog-item h4 a,
.main-cat .d-flex p,
.notice-slider .d-flex h4 a,
.related-slider .blog-item h4 a,
.related-slider .d-flex p,
.top .blog-item .box-content h4 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
body {
  line-height: 1.75;
}
.masony {
  width: 100%;
  column-count: 4;
  column-gap: 10px;
}
.hot-news {
  margin: 40px 0;
}
.hot-news .box-hot-news {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px 15px;
}
.absolute-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.absolute-item .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 10px 15px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75)
  );
  z-index: 1;
}
.absolute-item .box-content h4 a {
  color: #fff;
}
.absolute-item .box-content .flex-time li {
  color: #fff;
}
.flex-time {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.box-title h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  color: var(--primary);
}
.box-title a {
  border-bottom: 2px solid var(--second);
  color: var(--second);
}
.top {
  margin-bottom: 15px;
  border-bottom: 1px dashed #000;
  padding-bottom: 15px;
}
.top .blog-item {
  gap: 15px;
}
.top .blog-item .box-img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.top .blog-item .box-img img {
  width: 100%;
}
.top .blog-item .box-content {
  width: 50%;
}
.top .blog-item .box-content h4 a {
  color: var(--body);
  font-weight: 600;
  font-size: 18px;
}
.top .blog-item .box-content h4 a:hover {
  color: var(--primary);
}
.top .blog-item .box-content .flex-time li {
  font-size: 14px;
  color: #999;
}
.top .blog-item .box-content p {
  margin-bottom: 0;
}
.bottom .blog-item {
  gap: 15px;
}
.bottom .blog-item .box-img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.bottom .blog-item .box-img img {
  width: 100%;
}
.bottom .blog-item .box-content {
  width: 50%;
}
.bottom .blog-item .box-content h4 a {
  color: var(--body);
  font-weight: 600;
  font-size: 16px;
}
.bottom .blog-item .box-content h4 a:hover {
  color: var(--primary);
}
.cat {
  padding: 30px 0;
}
.underline-title {
  position: relative;
  padding-bottom: 8px;
}
.underline-title::before {
  position: absolute;
  width: 120px;
  background: var(--primary);
  height: 3px;
  content: "";
  bottom: 0;
}
.center {
  text-align: center;
}
.center .underline-title {
  text-align: center;
  margin: 0 auto;
}
.center .underline-title::before {
  left: 50%;
  transform: translateX(-50%);
}
.aside-item .blog-item .box-img,
.cat .blog-item .box-img,
.main-cat .blog-item .box-img,
.related-slider .blog-item .box-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ececec;
}
.aside-item .blog-item h4,
.cat .blog-item h4,
.main-cat .blog-item h4,
.related-slider .blog-item h4 {
  line-height: 1.2;
}
.aside-item .blog-item h4 a,
.cat .blog-item h4 a,
.main-cat .blog-item h4 a,
.related-slider .blog-item h4 a {
  font-size: 18px;
  color: var(--body);
  font-weight: 600;
}
.aside-item .blog-item h4 a:hover,
.cat .blog-item h4 a:hover,
.main-cat .blog-item h4 a:hover,
.related-slider .blog-item h4 a:hover {
  color: var(--primary);
}
.aside-item .blog-item .flex-time li,
.cat .blog-item .flex-time li,
.main-cat .blog-item .flex-time li,
.related-slider .blog-item .flex-time li {
  font-size: 14px;
  color: #999;
}
.aside-item .d-flex,
.cat .d-flex,
.main-cat .d-flex,
.related-slider .d-flex {
  gap: 15px;
}
.aside-item .d-flex .box-img,
.cat .d-flex .box-img,
.main-cat .d-flex .box-img,
.related-slider .d-flex .box-img {
  min-width: 150px;
  aspect-ratio: 16/9;
  max-width: 150px;
}
.aside .flex-time {
  padding: 0;
}
.aside .flex-time li::before {
  display: none;
}
.aside-item .blog-item .box-img {
  min-width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
}
.aside h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left !important;
  margin-bottom: 15px;
  position: relative;
  color: var(--primary);
}
.aside h3::before {
  background: var(--primary);
  height: 3px;
  width: 50px;
  content: "";
  position: absolute;
  bottom: 0;
}
.aside figure {
  margin-bottom: 1rem;
}
.aside ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.aside ul li {
  margin-bottom: 5px;
  position: relative;
}
.aside ul li a {
  color: var(--body);
}
.aside ul li a:hover {
  color: var(--primary);
}
.aside ul li::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary);
  left: -15px;
  top: 12px;
}
@media screen and (max-width: 996px) {
  .contact .box-content {
    margin-top: 20px;
  }
}
.contact .box-content h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.contact .box-content ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.contact .box-content ul li a {
  color: #fff;
}
.contact .box-content strong {
  margin-bottom: 10px;
  display: block;
}
.contact .map {
  margin-top: 15px;
}
.bg {
  background: #f9f9f9;
}
.box-btn {
  text-align: center;
}
.box-btn a {
  background: var(--second);
  color: #fff;
  padding: 5px 15px 10px;
  border-radius: 4px;
}
.box-btn a:hover {
  background: var(--primary);
}
.video {
  padding: 40px 0;
}
.gallery img,
.home-gallery img {
  margin-bottom: 10px;
}
.home-gallery {
  margin-bottom: 20px;
}
.home-gallery .box-btn {
  margin-top: 10px;
}
.first {
  margin: 20px 0;
}
.contact {
  margin: 20px 0 40px;
}
.contact .contact-form {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.contact .gr-input {
  margin-bottom: 15px;
}
.contact textarea {
  min-height: 150px;
}
.contact h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
}
.contact p {
  font-size: 14px;
  text-align: center;
}
.contact .box-btn {
  text-align: right;
  display: flex;
  justify-content: right;
}
.contact .box-btn button {
  height: 45px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  transition: all ease 0.4s;
}
.contact .box-btn button:hover {
  background: var(--primary);
}
.breadcrumb ul {
  display: flex;
  background: #e9ecef;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  gap: 20px;
  padding-left: 20px;
  border-left: 5px solid var(--primary);
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li a {
  color: var(--body);
}
.breadcrumb ul li:last-child a {
  color: var(--second);
}
.breadcrumb ul li::before {
  position: absolute;
  content: "/";
  right: -15px;
}
.breadcrumb ul li:last-child::before {
  display: none;
}
.blog-detail h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-detail .flex-time {
  color: #999;
}
.blog-detail h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-detail h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.map iframe {
  width: 100% !important;
}
.pagination {
  padding: 10px 0;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.pagination li:hover a {
  background: var(--primary);
  color: #fff;
}
.pagination li a {
  height: 32px;
  width: 32px;
  border: 2px solid var(--primary);
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}
.pagination li a.active {
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 996px) {
  .pagination {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #cdcdcd;
    padding-top: 15px;
    border-bottom: 1px solid #cdcdcd;
  }
}
.related-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  color: var(--primary);
}
.related-title::before {
  background: var(--primary);
  height: 3px;
  width: 50px;
  content: "";
  position: absolute;
  bottom: 0;
}
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 70px;
  height: 40px;
  width: 40px;
  background: var(--second);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all ease 0.4s;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.back-to-top.active {
  display: flex;
}
.share {
  padding: 10px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.share span {
  font-weight: 600;
}
.share .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 996px) {
  .share .social {
    justify-content: center;
  }
}
.share .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--second);
}
.share .social li a:hover {
  background: var(--primary);
  color: #fff;
}
.slick-prev::before {
  font-family: FontAwesome;
  content: "\f053";
}
.slick-next::before {
  font-family: FontAwesome;
  content: "\f054";
}
.slick-arrow {
  height: 35px;
  width: 35px;
  border: unset;
}
.slick-arrow::before {
  color: var(--primary);
}
.slick-arrow:hover::before {
  color: var(--second);
}
.related-slider .slick-next {
  top: -40px;
}
.related-slider .slick-prev {
  top: -40px;
  left: unset;
  right: 70px;
}
.related-slider .slick-arrow {
  height: 45px;
  width: 45px;
  border: 2px solid var(--primary);
  border-radius: 6px;
}
.related-slider .slick-arrow::before {
  color: var(--primary);
}
.video-item h4 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
}
.video {
  padding: 0;
}
.table-document {
  margin-bottom: 15px;
}
.table-document table td,
.table-document table th,
.table-document table tr {
  font-size: 15px;
  padding: 10px 10px;
  border: 2px solid #fff;
}
.table-document table th {
  background: var(--primary);
  color: #fff;
  text-align: center;
}
.table-document table tr:nth-child(odd) {
  background: #e9ffe9;
}
.table-document table tr td {
  font-size: 14px;
  padding: 4px 7px;
}
.table-document table tr td:nth-child(1),
.table-document table tr td:nth-child(2),
.table-document table tr td:nth-child(4),
.table-document table tr td:nth-child(5) {
  text-align: center;
}
.table-document table tr td:nth-child(3) a {
  color: #000;
}
.table-document table tr td:nth-child(3) a:hover {
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .table-document table tr td:first-child,
  .table-document table tr td:last-child,
  .table-document table tr th:first-child,
  .table-document table tr th:last-child {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .table-document table tr td:nth-child(4),
  .table-document table tr th:nth-child(4) {
    display: none;
  }
}
.cat:nth-child(even) [class^="vuta-col-"]:first-child {
  border-right: 1px solid #cdcdcd;
}
@media screen and (max-width: 996px) {
  .cat:nth-child(even) [class^="vuta-col-"]:first-child {
    border-right: none;
  }
}
.cat:nth-child(even) p {
  margin-bottom: 0;
}
.cat:nth-child(odd) .blog-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.cat:nth-child(odd) .blog-item .box-img {
  margin-bottom: 0;
}
.cat:nth-child(odd) [class^="vuta-col-"]:nth-child(8) .blog-item,
.cat:nth-child(odd) [class^="vuta-col-"]:nth-child(9) .blog-item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cat:first-child [class^="vuta-col-"]:first-child {
  border-right: 0;
}
.cat:first-child .blog-item {
  margin-bottom: 15px;
}
.third-btn {
  border-radius: 99999px;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
}
.third-btn:hover {
  background: var(--primary);
  color: #fff;
}
.cat .blog-big-item {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .cat .blog-big-item {
    display: block;
  }
}
.cat .blog-big-item .box-img {
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cat .blog-big-item .box-img {
    width: 100%;
  }
}
.cat .blog-big-item .box-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cat .blog-big-item .box-content {
    width: 100%;
  }
}
.cat .blog-big-item .box-content h4 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  color: #111;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cat .blog-big-item .box-content h4 a {
    -webkit-line-clamp: 2;
  }
}
.cat .blog-big-item .box-content h4:hover a {
  color: var(--primary);
}
.cat-body .cat.bg {
  padding: 20px;
  border-radius: 10px;
  background: #e9ffe9;
}
.box-bg-title {
  background-color: #e6edf0;
  position: relative;
  height: 41.79px;
  border-radius: 10px 5px 0 0;
  margin-bottom: 15px;
}
.box-bg-title .box-title {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  align-items: center;
  background-color: var(--primary);
  border-radius: 10px 0 0 0;
  padding: 0 17px;
  padding-top: 0;
  padding-right: 17px;
  padding-bottom: 0;
  padding-bottom: 11px;
  padding-top: 11px;
  padding-right: 27px;
  gap: 10px;
  margin-bottom: 0;
}
.box-bg-title .box-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: red;
  border-radius: 10px 0 0 0;
  height: 100%;
  width: 7.61px;
}
.box-bg-title .box-title::after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  border-bottom: 10px solid red;
  border-right: 10px solid transparent;
  right: -10px;
  top: 0;
  z-index: 99;
}
.box-bg-title .box-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.box-bg-title .icon img {
  width: 32px;
}
.break {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .break .break-item {
    margin-bottom: 10px;
  }
}
.break .break-item .box-img {
  position: relative;
}
.break .break-item .box-content {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}
.break .break-item .box-content h3 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}
.break .break-item .box-content a {
  padding: 8px 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 99999px;
  display: inline-block;
}
.break .break-item .box-content a:hover {
  background: var(--second);
}
.box-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-icon-title img {
  width: 32px;
}
.cat-body {
  overflow: hidden;
}
@media screen and (max-width: 996px) {
  .range {
    padding: 0 !important;
  }
}
.range .bg {
  padding: 25px;
  background: #e9ffe9;
}
.range .blog-item {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.range .blog-item .box-img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.range .blog-item .box-content {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.range .blog-item .box-content p {
  margin-bottom: 0;
}
.range .box-image-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg-heading-range.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 18px;
  align-items: center;
  padding-top: 13px;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .range .box-image-title {
    gap: 10px;
  }
}
.range .box-image-title .box-title {
  display: block;
  margin-bottom: 0;
}
.range .box-image-title .box-title h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .range .box-image-title .box-title h2 {
    font-size: 16px;
  }
}
.range .box-image-title .box-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .range .box-image-title .box-title h3 {
    font-size: 20px;
  }
}
.aside-item.bg {
  background: var(--primary);
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 10px;
}
.aside-item.bg h3 {
  color: #fff;
}
.aside-item.bg h3::before {
  background: #fff;
}
.notice-slider .d-flex {
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: center;
  gap: 10px;
}
.notice-slider .d-flex h4 a {
  color: #fff;
  font-size: 16px;
}
.qc img {
  border-radius: 10px;
}
.fanpage ifame {
  width: 100% !important;
}
.banner-day {
  padding: 8px 0;
  background: var(--primary);
}
.banner-day .d-flex {
  align-items: center;
}
.banner-day .real-time {
  color: #fff;
  min-width: fit-content;
  position: relative;
  line-height: 21px;
  height: 24px;
  padding-right: 12px;
  display: flex;
  margin-right: 12px;
  font-weight: 600;
  align-items: center;
}
.banner-day .real-time::before {
  position: absolute;
  width: 1px;
  height: 18px;
  content: "";
  right: 0;
  background: #fff;
}
.banner-day .news-slider h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.banner-day .news-slider h4 a {
  color: #fff;
}
.banner-day .news-slider h4 a:hover {
  border-bottom: 1px solid #fff;
}
.range {
  padding-top: 0;
}
header .header-top {
  padding: 5px 0;
}
header .header-top .vuta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header-top h3 {
    display: none;
  }
}
header .header-top .header-search {
  position: relative;
}
header .header-top .header-search input {
  border: 1px solid var(--second);
  padding: 0 15px;
  height: 40px;
  padding-right: 38px;
}
header .header-top .header-search input:focus {
  outline: 0;
}
header .header-top .header-search input:focus {
  outline: 0;
}
@media screen and (max-width: 1200px) {
  header .header-top .header-search {
    display: none;
  }
}
header .header-top .header-search button {
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 1px;
  right: 0;
  background: var(--second);
}
header .header-top .header-search button img {
  filter: brightness(0) invert(1);
}
header .header-bottom {
  background: var(--primary);
}
header .header-bottom .header-search {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header-bottom .header-search {
    display: block;
  }
}
header .header-bottom .header-search button {
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 1px;
  right: 0;
  background: var(--second);
}
header .header-bottom .header-search button img {
  filter: brightness(0) invert(1);
}
header .header-bottom .header-search form {
  position: relative;
}
header .header-bottom .header-search form input {
  padding: 0 15px;
  height: 40px;
  padding-right: 38px;
}
header .header-bottom .header-search form input:focus {
  outline: 0;
}
@media screen and (max-width: 1200px) {
  header .header-bottom {
    padding: 5px 0;
  }
}
header .header-bottom.fixed-top {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
header .header-bottom .vuta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .vuta-container .header-menu #accordion {
  display: flex;
}
@media screen and (max-width: 1200px) {
  header .header-bottom .vuta-container .header-menu #accordion {
    display: block;
  }
}
header .header-bottom .vuta-container .header-menu #accordion > li {
  z-index: 99;
}
header
  .header-bottom
  .vuta-container
  .header-menu
  #accordion
  > li.active
  .link
  > a {
  background: var(--second);
}
header .header-bottom .vuta-container .header-menu #accordion > li .link > i {
  display: none;
}
header .header-bottom .vuta-container .header-menu #accordion > li .link > a {
  height: 40px;
  display: flex;
  color: #fff !important;
  padding: 0 13px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
header
  .header-bottom
  .vuta-container
  .header-menu
  #accordion
  > li
  .link:hover
  > a {
  background: var(--second);
}
.header-search input {
  width: 100%;
}
.sub-menu li {
  position: relative;
}
.sub-menu li:hover .sub-menu-min {
  visibility: visible;
  opacity: 1;
}
.sub-menu li .sub-menu-min {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
.sub-menu li .sub-link:hover i {
  color: #fff;
}
.sub-menu li i {
  position: absolute;
  right: 10px;
  top: 14px;
  transition: all ease 0.4s;
  color: var(--primary);
}
.sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
.sub-menu li a:hover {
  background: var(--primary);
  color: #fff;
}
.header-2 {
  position: relative;
}
@media screen and (max-width: 575px) {
  .header-2 .header-top .vuta-container {
    justify-content: center;
  }
}
.header-2 .header-logo {
  max-width: 150px;
  position: absolute;
  top: 15px;
  z-index: 99;
}
@media screen and (max-width: 996px) {
  .header-2 .header-logo {
    max-width: 90px;
    position: unset;
  }
}
.header-2 .header-top-mid {
  padding-left: 175px;
}
@media screen and (max-width: 996px) {
  .header-2 .header-top-mid {
    padding-left: 10px;
  }
}
.header-2 .header-bottom .header-menu {
  padding-left: 175px;
}
@media screen and (max-width: 996px) {
  .header-2 .header-bottom .header-menu {
    padding-left: 0;
  }
}
.header-2 .header-top-mid h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .header-2 .header-top-mid h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .header-2 .header-top-mid span {
    display: none;
  }
}
.header-2 h3 {
  font-family: "Dancing Script", cursive;
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}
@media screen and (max-width: 996px) {
  .header-2 h3 {
    display: none;
  }
}
.header-bottom.fixed-top .header-menu {
  padding-left: 0;
}
@media screen and (max-width: 996px) {
  .top {
    margin-top: 10px;
  }
}
.footer .logo img {
  margin-bottom: 10px;
}
.footer .footer-top {
  border-top: 5px solid var(--primary);
  padding: 40px 0 10px;
}
@media screen and (max-width: 1200px) {
  .footer .footer-top {
    padding: 10px 0;
  }
}
.footer .footer-top h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-top ul li {
  margin-bottom: 10px;
}
.footer .footer-top ul li a {
  color: var(--body);
}
.footer .footer-top ul li a:hover {
  color: var(--primary);
}
.footer .footer-top .social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 996px) {
  .footer .footer-top .social {
    justify-content: center;
  }
}
.footer .footer-top .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--second);
}
.footer .footer-top .social li a:hover {
  background: var(--primary);
  color: #fff;
}
.footer .footer-bottom {
  background: var(--primary);
  padding: 3px 0;
}
.footer .footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .footer-bottom a {
  color: #fff;
  font-weight: 600;
}
