.news {
  padding: 0px 50px;
  padding-bottom: 50px;
}
.news__title h2 {
  font-family: "Poppins";
  font-style: normal;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 176%;
  text-align: center;
  letter-spacing: 1px;
  color: #3f3f3f;
}
.news__title p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 176%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #767e83;
}
.news__title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
  width: 11rem;
  height: 3px;
  background-color: black;
  z-index: -1;
}
.news__title h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  width: 11rem;
  height: 3px;
  background-color: black;
  z-index: -1;
}
@media (max-width: 1200px) {
  .news__title h2::before,
  .news__title h2::after {
    width: 7%;
  }
}@media (max-width: 1400px) {
  .news__title h2::before,
  .news__title h2::after {
    width: 10%;
  }
}


@media (max-width: 1100px) {
  .news__title h2::before,
  .news__title h2::after {
    display: none !important; /* ẩn phần tử giả */
  }
}
.dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(to bottom right, #ccc, #f4f4f4);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.dot:hover {
  opacity: 0.5;
}
.dot::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #3b5998;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news__item {
  background: #ffffff;
  border: 3px solid #3b5998;
  border-radius: 5px;
  padding: 0 30px;
}
.news__item-date {
  padding: 10px;
  background: linear-gradient(180deg, #3b5998 0%, #4990b4 189.29%);
  border-radius: 5px;
  margin-top: -4rem;
}
.news__item-date h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 102%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.news__item-date p {
  font-family: sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 2px;
}
.news__item-norm {
  flex: 1;
  font-family: "Poppins";
  font-style: normal;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 142%;
  /* or 31px */
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  color: #000000;
}
.news__item-favicon {
  border-width: 0px 0px 0px calc(80% - 2px);
  padding: 10px 0;
  border-left: 3px dashed #3b5998;
  padding-left: 80px;
}
.new__redmore{
	font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 176%;
/* or 33px */

display: flex;
align-items: center;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;

color: #767E83;
}


.news__item-mobile{
  border: 3px solid #3B5998;
  position: relative;
}

.news__item-date-mobile {
  position: absolute;
    padding: 20px;
    background: linear-gradient(180deg, #3b5998 0%, #4990b4 189.29%);
    border-radius: 5px;
    left: 3rem;
    top: 2.5rem;
    margin-top: -4rem;
}
.news__item-date-mobile h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 102%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.news__item-date-mobile p {
  font-family: sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 2px;
}

.news__item-favicon-mobile img{
  width: 160px;
  margin: 40px 0;
}
.news__item-norm-mobile {
 
  font-family: "Poppins";
  font-style: normal;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 142%;
  letter-spacing: 2px;
  color: #000000;
}
.news__item-norm-mobile p{
  padding: 0px 196px 44px;
	
}
@media (max-width: 430px){
	.new-news__item-favicon-mobile img {
		width:100px !important;
	}
 
}
@media (max-width: 992px){
  .new-pc{
    display: none ;
  }
  .new-mobile{
    display: block ;
   }
}

@media (min-width: 992px){
  .new-mobile{
    display: none ;
   }
  .new-pc{
    display: block ;
  }
 
}
