@import "fonts-branch.css";
.News {
  width: 100%;
  margin: auto;
  font-family: "FS PFBeauSansPro";
}
.v-news__banner {
}
.v-news__banner-slide {
}
.v-news__banner-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 493px;
  text-align: center;
  margin: 0 auto;
}
.v-news__banner-item a{
  display: block
}
.v-news__banner-item a img {
   width: 100%;
  /*height: 493px; */
}
.v-news__container {
  max-width: 1146px;
  margin: auto;
  padding-bottom: 80px;
}
.v-news__breadcrumb {
  padding-top: 30px;
}
.v-news__breadcrumb-item {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.v-news__breadcrumb-item li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
  text-decoration: none;
}
.v-news__breadcrumb-item li span{
  margin: 0 7px;
}
.v-news__breadcrumb-item li img {
  width: 24px;
  height: 24px;
}
.v-news__breadcrumb-item li i {
font-size: 12px;
}
.v-news__breadcrumb-item li i {
  font-weight: 600;
  }
.v-news__breadcrumb-item li:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ee0033;
}
/* content */
.v-news__main {
  display: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.v-news__main.active {
  display: flex;
}
.v-news__content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 31px 0 20px 0;
}
.v-news__content-title h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #2C2F31;
}
.v-news__content-tab ul {
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2C2F31;

  display: flex;
  list-style: none;
}
.v-news__content-tab ul li a {
  border-bottom: 1px solid transparent;
  color: #2C2F31;
  display: block;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: -1px;
  padding: 0 10px;
}
.v-news__content-tab ul li a:hover {
  color: #ee0033 !important;
  border-bottom: 1px solid #ee0033;
}
.v-news__content-tab ul li.active a {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}
.v-news__main-item {
  width: 31.533333%;
  margin: 0;
  margin-bottom: 30px;
}
.v-news__main-item .v-activities__carousel-main {
  margin-bottom: 0;
}
/* phân trang */
.v-news__pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.v-news__pagination .navpage-v5-custom{
  display: flex;
}
.v-news__pagination a:first-child img {
  transform: rotate(-180deg);
}
.v-news__pagination a {
  background-color: #eeeeee;
  border-radius: 4px 4px 4px 0;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #727272;
  padding: 0 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}
.v-news__pagination a:hover {
  background-color: #ee0033;
  color: #fff;
}
.v-news__pagination a.active {
  background-color: #ee0033;
  color: #fff;
}
.v-news__pagination a:first-child {
  margin-right: 50px;
}
.v-news__pagination a:last-child {
  margin-left: 50px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
/* reponsve */
@media (max-width: 1192px) {
  .News .v-activities__carousel-info {
    padding-bottom: 20px;
  }
.News .v-activities__carousel-info .v-activities__carousel-time {
  min-height: auto;
  line-height: 28px;
  }
}
@media (max-width: 950px){
  .News .v-activities__carousel-main a img {
    min-height: 229px;
  }
}
@media (max-width: 900px) {
  .v-news__main-item {
    width: 48%;
  }
  .v-news__container {
    width: 96.5%;
  }
  .News .v-activities__carousel-info a{
    line-height: 20px;
  }
}

@media (max-width: 776px) {
  .News .v-activities__carousel-info .v-activities__carousel-time{
    font-size: 14px;
    flex: 1;
  }
  .News .v-activities__carousel-info a{
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .v-news__main-item {
    width: 100%;
  }
  .News .v-activities__carousel-info .v-activities__carousel-time{
    font-size: 16px;
    flex: 1;
  }
  .News .v-activities__carousel-info a{
    font-size: 16px;
  }
}
/* new detail */
.News-detail {
  width: 100%;
  margin: auto;
  font-family: "FS PFBeauSansPro";
}
.v-news-detail__main table {
  width: 100%;
  text-align: center;
}

.v-news-detail__main table th {
  border: none;
  background: #fae2e7;
  border-right: 1px solid #d1d1d1;
  padding: 16px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.v-news-detail__main table th:first-child {
  border-radius: 8px 0 0 0;
}
.v-news-detail__main table th:last-child {
  border-radius: 0px 8px 0 0;
  border: none;
}
.v-news-detail__main table td {
  border: 1px solid #d1d1d1;
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.v-news-detail__content{
  margin: 30px 0 0;
  font-family: "Roboto", sans-serif;
  color: #2C2F31;
  font-size: 14px;
  line-height: 1.15;
  text-align: justify;
  font-family: "Roboto", sans-serif;
}
.v-news-detail__content p{
  color: #2C2F31;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}
.v-news-detail__content ul{
  padding-left: 20px;
}
.v-news-detail__content ul li{
  color: #2C2F31;
  list-style: unset;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.v-news-detail__content p img,
.v-news-detail__content img{
  width: 100%;
  object-fit: cover;
}

.News .v-news__content {
  margin-top: 24px;
}
.News-detail .v-news__content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.v-news__content-left {
  width: 65.7%;
}
.v-news__content-right {
  width: 31.5%;
  margin-top: -46px;
}
.v-news-detail__title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.15px;
  color: #2C2F31;
  margin: 0;
  margin-bottom: 12px;
}
.v-news-detail__title span.v-news-detail__time {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #727272;
}
.v-news-detail__main p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #2C2F31;
  border-radius: 6px;
  /* margin: 0; */
}
.v-news-detail__main p img {
  width: 100%;
  height: 100%;
}
.v-news-detail__main p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #2C2F31;
  border-radius: 6px;
  /* margin: 0; */
}
.v-news-social{
  margin-top: 20px;
  display: flex;
}
.v-news-social ul{
  display: flex;
}
.v-news-social span.v-news-social__name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #2C2F31;
  border-radius: 6px;
}
.v-news-social a {
  margin-left: 12px;
}
.v-news-social li a iframe{
  display: none !important;
  overflow: hidden;
}
/* content right */
.v-news__hot-title {
  background: #fae2e7;
  border-radius: 10px 10px 10px 0px;
  padding: 6px 0 7px 21px;
}
.v-news__hot-title span {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #2C2F31;
}
.v-news__hot-item {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #d1d1d1;
}
.v-news__hot-img img {
  min-width: 165px;
  min-height: 100%;
  max-width: 165px;
  max-height: 93px;
  margin-right: 10px;
  object-fit: cover;
}
.v-news__hot-intro {
  margin-left: 20px;
  margin-right: 3%;
}
.v-news__hot-intro .v-news__hot-time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #727272;
}
.v-news__hot-intro a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
  text-decoration: none;
}
.v-news__hot-intro a .v-news__hot-name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.v-news__hot-intro a .v-news__hot-name:hover{
  color: #ee0033;
}
/* reponsive */
@media (max-width: 1177px) {
  .v-news__container{
      padding-left: 15px;
    padding-right: 15px;
  }
    
}
@media (max-width: 1000px) {
  .v-news__content {
    flex-direction: column;
  }
  .v-news__content-left,
  .v-news__content-right {
    width: 100%;
  }
  .v-news__content-right {
    margin-top: 15px;
  }
}
@media (max-width: 991px){
  .v-news-detail__content ul li,
  .v-news-detail__content p{
      font-size: 14px;
      line-height: 20px;
  }
}
@media (max-width: 500px){
  .v-news-detail__content p img, .v-news-detail__content img {
    width: 100%;
    object-fit: cover;
    height: 150px !important;
}
}

