:root {
  --color-base: #9C0B14;
  --color-base01: #E93E36;
  --color-base02: rgb(32, 34, 36);
  --color-base03: #C2A253;
  --color-base04: #85060C;
  --color-base05: #DBDBDB;
  --border-color: #e7e7e7
}

div.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 1) !important;
  transition: all .2s;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 20px;
}

html,
body {
  font-size: 16px;
  color: var(--color-base02);
}

a.logo img {
  max-width: 360px 
}

.foot a.d-none img{
   width:300px !important
}

.news-list a.h5 span {
color:#fff;
}

.v_news_content p,
#vsb_content_501 DIV {
  font-size: 16px !important;
}

a {
  color: var(--color-base02);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fa-circle {
  font-size: .3rem;
  line-height: 1.2rem;
  margin-right: 10px;
  float: left;
  color: var(--color-base01);
}

hr {
  border-top: 1px dashed var(--border-color);
  opacity: 1;
}

small {
  font-size: .8rem;
}

.bg-color01 {
  background-color: #FDF7E8;
}

header {
  border-top: 3px solid var(--color-base);
  background-color: var(--color-base);
}

header #main-menu {
  background-color: var(--color-base04);
}

header .main-menu {
  display: flex;
  justify-content: space-between;
}

header .main-menu div {
  position: relative;
  z-index: 998;
}

header .main-menu>div>a {
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 18px 0;
  color: #fff;
}

header .main-menu div a>i {
  font-size: .8rem;
  color: #fff;
}

header .main-menu div .sen-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  min-width: 150px;
  top: 80%;
  left: -20px;
  background-color: var(--color-base04);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 10px 0;
}

header .main-menu div .sen-menu a {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px 20px;
  position: relative;
  background-color: var(--color-base04);
  background-size: 0% 0px;
  transition: all .2s;
}

header .main-menu div .sen-menu a:hover {
  background-color: #85060C;
}

header .main-menu div:hover .sen-menu {
  transition: all .3s;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

.container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.container-title h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.container-title h4::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background-color: var(--color-base01);
}

.container-title a {
  opacity: .3;
}

.i-notice div {
  position: relative;
  padding-left: 15px;
}

.i-notice div::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 7px;
  border-radius: 5px;
  background-color: var(--color-base01);
  bottom: 0;
}

.i-notice div a {
  font-weight: normal;
}

.quick-link {
  border-top: 4px solid #C9A147 !important;
  background-color: #FDF7E8;
}

.quick-link div div a {
  border-right: 1px dashed #e8d9b1;
}

.quick-link div div:last-child a {
  border: 0px !important;
}

.quick-link img {
  width: 65px;
}

/* .card-box */
.s-card {
  position: relative;
  padding-bottom: 7px;
}

.s-card .card-box {
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.s-card .card-box .card-info {
  padding: 0px 5px 1rem 5px;
  display: flex;
  flex-direction: column;
}

.s-card .card-box .card-info small {
  color: #999;
}

.s-card .card-img {
  position: relative;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  display: block;
}

.s-card .card-img img {
  transition: all .2s;
}

.s-card .card-img:hover img {
  transform: scale(1.1);
}

.s-card h5 {
  position: relative;
  font-weight: lighter;
}

.swiper01 .swiper-wrapper {
  height: auto
}

.swiper-box {
  position: relative;
}

.swiper-box .next,
.swiper-box .prev {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-box .next {
  right: -12px;
  transition: all .2s;
}

.swiper-box .prev {
  left: -12px;
  transition: all .2s;
}

.swiper-box .next:hover,
.swiper-box .prev:hover {
  background-color: var(--color-base);
  color: #fff;
}

.xybox {
  display: flex;
  flex-wrap: wrap;
}

.xybox>a {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 240px;
  background-size: 100% auto;
  background-position: center;
  transition: all .2s;
}

.xybox>a:hover {
  background-size: 110% auto;
}

.xybox>a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.xybox>a div {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.xybox>a div h5 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 5px solid var(--color-base01);
}

.xybox>a div small {
  color: #d2d2d2;
}

.xybox>a:hover img {
  transform: scale(1.1);
}

.xybox>a:nth-child(1) {
  width: 25%;
}

.xybox>a:nth-child(2) {
  width: 25%;
}

.xybox>a:nth-child(3) {
  width: 50%;
}

.xybox>a:nth-child(4) {
  width: 100%;
}

.foot {
  background-color: var(--color-base);
}

.research {
  background: url(../images/img-01.jpg);
  background-size: 100%;
  background-attachment: fixed;
  min-height: 680px;
  position: relative;
}

.research .container {
  position: relative;
  z-index: 2 !important;
}

.research .container-title {
  border-bottom: 0;
  margin-bottom: 5px;
}

.research .container-title h4::before {
  background-color: var(--color-base03);
}

.research .box {
  position: relative;
}

.research .box .img-box {
  position: relative;
  display: block;
}

.research .box .img-box img {
  height: 280px;
  width: 100%;
  transition: all .2s;
}

.research .box .img-box:hover img {
  opacity: .8;
}


.research .box .box-content {
  height: 200px;
  display: flex;
  flex-direction: column;
}

.research .box .box-content a {
  border: 1px solid var(--color-base03);
  color: var(--color-base03);
}

.research .box .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

.banner {
  position: relative;
  display: flex;
  min-height: 150px;
  justify-content: end;
  background: linear-gradient(90deg, #8E1D1C 0%, #8E1D1C 100%);
}

.banner .dropdown {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
}

.banner .bimg {
  position: relative;
}

.banner .bimg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #8E1D1C 0%, rgba(156, 11, 20, 0) 50%);
}

.banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2 !important;
}

.news-class a {
  color: #333;
  font-weight: bold;
}

.news-class a.active {
  color: var(--color-base);
  border-bottom: 4px solid var(--color-base);
}

.banner .text span {
  animation: fadeUp 1s ease forwards;
  display: block;
}

.banner .text h1 {
  animation: fadeUp 1s ease forwards .2s;
  opacity: 0;
}

.pageMenu {
  background-color: #F6F6F6;
}

.menuList {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menuList>div {
  border-left: 5px solid #F6F6F6;
  padding: 15px 30px;
}

.menuList>div.active {
  background-color: #fff;
  font-weight: bold;
  border-left: 5px solid var(--color-base01);
}

.menuList>div.active a {
  color: var(--color-base);
}

.pageMenu .menuTitle {
  background-color: var(--color-base);
  color: #fff;
}

.page-title {
  border-bottom: 1px solid var(--color-base05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title h5 {
  border-bottom: 3px solid var(--color-base);
  display: inline-block;
}

.news-list {
  border-bottom: 1px dashed var(--color-base05);
}

.mini {
  font-size: .7rem;
}

.v_news_content.scal1,
.v_news_content.scal1 p {
  font-size: 1rem !important;
  line-height: 170%
}

.v_news_content.scal2,
.v_news_content.scal2 p {
  font-size: 1.2rem !important;
  line-height: 170%
}

.v_news_content.scal3,
.v_news_content.scal3 p {
  font-size: 1.4rem !important;
  line-height: 170%
}

.badge.small {
  font-size: .7rem;
  transform: translateY(-3px);
}

.page {
  color: #333;
}



.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-weight: 800 !important;
}

.page .title {
  border-left: 4px solid var(--color-base);
  display: inline-block;
  padding-left: .7rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.page strong {
  font-weight: 500;
}

#vsb_content_501 DIV,
#vsb_content_501 P {
 font-size:1rem !important;
line-height:190% !important;
  text-indent: 0 !important;
  line-height: inherit !important;
}

@media print {

  header,
  footer {
    display: none !important;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footMenu:nth-child(1),
.footMenu:nth-child(9) {
  display: none !important;
}

@media (max-width: 990px) {
  header .logo img {
    height: 30px;
    margin: 15px 0;
  }
}

@media (max-width: 768px) {
  .quick-link div div:nth-child(3) a {
    border: 0px !important;
  }

  header .logo {
    padding: 1rem 0;
  }

  header .logo img {
    height: 30px;
    margin: 0;
  }

  header .offcanvas {
    max-width: 70vw;
  }

  header .offcanvas-header {
    background: var(--color-base);
    color: #fff;
  }

  .research {
    background: url();
  }
}

.v_news_content p{
  line-height: 200% !important;
margin-bottom:2rem
}