.wrapPaggingList {
  margin: auto;
  text-align: center;
  display: table;
  margin-top: 30px;
}

.linkPagging {
  font-size: 16px;
  color: #D1BB6D;
  line-height: 26px;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  float: left;
  margin: 0 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 43px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #0000001a;
  -webkit-box-shadow: 0px 1px 10px 0px #0000001a;
  -moz-box-shadow: 0px 1px 10px 0px #0000001a;
  -ms-box-shadow: 0px 1px 10px 0px #0000001a;
  -o-box-shadow: 0px 1px 10px 0px #0000001a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #D1BB6D;
  font-weight: 700;
}
.linkPagging svg {
  width: 11px;
  height: 43px;
}
.linkPagging.active, .linkPagging:hover {
  color: white;
  background-color: #D1BB6D;
}

@media (max-width: 575px) {
  .linkPagging {
    font-size: 14px;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .linkPagging svg {
    width: 9px;
    height: 38px;
  }
}
@media (max-width: 359px) {
  .linkPagging {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .linkPagging svg {
    width: 7px;
    height: 28px;
  }
}
.wrapBreadcrumb {
  position: relative;
}
.wrapBreadcrumb .wrapTitle {
  margin-bottom: 15px;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize {
  height: 400px;
  background-color: black;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wrapBreadcrumb .contentText {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.wrapBreadcrumb .wrapMenu {
  display: table;
  margin: auto;
  text-align: center;
}
.wrapBreadcrumb .wrapMenu .linkItem {
  display: inline;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
  margin-left: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapBreadcrumb .wrapMenu .linkItem:hover {
  color: #ACACAC;
}
.wrapBreadcrumb .wrapMenu .linkItem svg {
  margin: 0 5px;
  height: 20px;
  width: 15px;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
}
.wrapBreadcrumb .wrapMenu .linkItem:last-child svg {
  display: none;
}
.wrapBreadcrumb.smallTitle .titleMain {
  font-size: 28px;
}
.wrapBreadcrumb.smallTitle .titleMain::after {
  height: 3px;
}

@media (max-width: 1400px) {
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 300px;
  }
}
@media (max-width: 1220px) {
  .wrapBreadcrumb .wrapTitle {
    margin-bottom: 5px;
  }
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 180px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem {
    font-size: 12px;
  }
  .wrapBreadcrumb .contentText {
    top: 50%;
  }
  .wrapBreadcrumb.smallTitle .titleMain {
    font-size: 18px;
  }
}
.wrapService {
  position: relative;
}
.wrapService .date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #D1BB6D;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.wrapService .btnSlideType1.left {
  left: 30px;
}
.wrapService .btnSlideType1.right {
  right: 30px;
}
.wrapService .bgItem {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapService .bgItem::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
}
.wrapService .wrapTextItem,
.wrapService .btnView {
  margin-top: 30px;
}
.wrapService .wrapTextItem {
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.wrapService .containerItem {
  position: relative;
  z-index: 2;
}
.wrapService .wrapSlideItem {
  margin: 0 -15px;
}
.wrapService .itemSlide {
  padding: 0 15px;
}
.wrapService .wrapImg {
  overflow: hidden;
}
.wrapService .wrapImg .wrapImgResize {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapService .contentSlide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
}
.wrapService .contentSlide .wrapText {
  position: relative;
}
.wrapService .contentSlide .wrapText::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapService .contentSlide .wrapImg {
  position: relative;
  z-index: 0;
}
.wrapService .contentSlide .titleMain {
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  padding-top: 15px;
}
.wrapService .contentSlide .titleMain::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #D1BB6D;
  content: "";
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.wrapService .contentSlide .wrapOverText {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.wrapService .contentSlide .wrapText {
  padding: 15px;
}
.wrapService .contentSlide .linkTitle {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42px;
  line-height: 22px;
  padding: 0;
}
.wrapService .contentSlide .linkTitle::after {
  display: none;
}
.wrapService .contentSlide .linkTitle:hover {
  color: white;
}
.wrapService .contentSlide .summary {
  margin: 10px 0 0 0;
  line-height: 22px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.wrapService .contentSlide .btnView {
  margin-top: 15px;
}
.wrapService .contentSlide:hover .wrapImg .wrapImgResize {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

@media (min-width: 1221px) {
  .wrapService .rowMain {
    margin: 0 -7.5px;
  }
  .wrapService .rowMain .colLeft {
    order: -1;
  }
}
@media (min-width: 992px) {
  .wrapService .btnSlideType1.left {
    left: 30px;
  }
  .wrapService .btnSlideType1.right {
    right: 30px;
  }
}
@media (max-width: 1500px) {
  .wrapService .wrapTextItem {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 1220px) {
  .wrapService .wrapSlideItem {
    margin: 0 -7.5px;
  }
  .wrapService .itemSlide {
    padding: 0 7.5px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrapService {
    border-top: 1px solid #3c3c3c;
  }
  .wrapService .showSlideOffer {
    padding-bottom: 40px;
  }
  .wrapService .showSlideOffer .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 500;
  }
  .wrapService .showSlideOffer .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 6px;
    cursor: pointer;
  }
  .wrapService .showSlideOffer .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ddd;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .wrapService .showSlideOffer .slick-dots li.slick-active:after, .wrapService .showSlideOffer .slick-dots li:hover:after {
    background-color: #D1BB6D;
  }
  .wrapService .showSlideOffer .slick-dots button {
    display: none;
  }
  .wrapService .showSlideOffer.hideDots {
    padding-bottom: 0;
  }
  .wrapService .showSlideOffer.hideDots .slick-dots {
    display: none;
  }
  .wrapService .bgItem {
    width: 100%;
    height: 100%;
  }
  .wrapService .contentSlide .wrapOverText {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .wrapService .contentSlide .linkTitle {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 52px;
    line-height: 18px;
  }
  .wrapService .contentSlide .titleMain {
    padding-bottom: 3px;
  }
  .wrapService .contentSlide .titleMain::before {
    height: 1px;
  }
  .wrapService .date {
    padding: 2px 5px;
    font-size: 12px;
  }
}
.wrapNews .btnSlideType1 {
  top: -45px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.wrapNews .btnSlideType1.left {
  left: auto;
  right: 60px;
}
.wrapNews .btnSlideType1.right {
  right: 0;
}
.wrapNews .contentItem {
  position: relative;
}
.wrapNews .btnSeeAll {
  position: absolute;
  top: 0;
  right: calc(50% + 15px);
  right: -ms-calc(50% + 15px);
  right: -o-calc(50% + 15px);
  margin-top: 0;
}
.wrapNews .colItem {
  margin-top: 25px;
}
.wrapNews .wrapImg {
  overflow: hidden;
}
.wrapNews .wrapImg .wrapImgResize {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapNews .contentImg {
  position: relative;
}
.wrapNews .contentCol {
  background-color: #303030;
}
.wrapNews .contentCol .titleMain {
  margin: 0;
}
.wrapNews .contentCol:hover .wrapImg .wrapImgResize {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.wrapNews .wrapText {
  padding: 15px;
}
.wrapNews .author {
  margin: 15px 0 0 0;
  color: #999999;
  padding-bottom: 15px;
  border-bottom: 1px solid #3c3c3c;
}
.wrapNews .author svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  margin-right: 5px;
  color: #D1BB6D;
}
.wrapNews .time {
  position: absolute;
  bottom: 15px;
  left: -10px;
  background-color: #D1BB6D;
  color: white;
  text-align: center;
  font-family: "Nunito";
  font-weight: 700;
}
.wrapNews .time .contentItem {
  padding: 5px 10px;
  position: relative;
}
.wrapNews .time .contentItem::before {
  position: absolute;
  top: -7px;
  border: 7px solid transparent;
  border-top-color: #584e28;
  content: "";
  left: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.wrapNews .time p {
  margin: 0;
}
.wrapNews .time .txtMonthYear {
  font-weight: 400;
  font-size: 10px;
}
.wrapNews .linkTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42px;
  line-height: 22px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #D1BB6D;
}
.wrapNews .linkTitle:hover {
  color: white;
}
.wrapNews .wrapSummary {
  margin: 15px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  line-height: 22px;
  color: #ACACAC;
  text-align: justify;
}
.wrapNews .btnView {
  margin-top: 15px;
}
.wrapNews .colRight .wrapSummary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42px;
  line-height: 22px;
  margin-top: 12px;
}
.wrapNews .colRight .contentCol {
  display: flex;
  align-items: flex-start;
}
.wrapNews .colRight .contentImg {
  width: 230px;
}
.wrapNews .colRight .wrapText {
  flex: 1;
}

@media (min-width: 1221px) {
  .wrapNews .wrapSummary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    line-height: 22px;
  }
}
@media (min-width: 1700px) {
  .wrapNews .colLeft .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    line-height: 22px;
  }
  .wrapNews .colRight .contentImg {
    width: 290px;
  }
  .wrapNews .colRight .wrapSummary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 64px;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 1220px) {
  .wrapNews .rowList {
    margin: 0 -7.5px;
  }
  .wrapNews .colItem {
    padding: 0 7.5px;
    margin-top: 10px;
  }
  .wrapNews .showSlideNews {
    padding-bottom: 40px;
  }
  .wrapNews .showSlideNews .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 500;
  }
  .wrapNews .showSlideNews .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 6px;
    cursor: pointer;
  }
  .wrapNews .showSlideNews .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ddd;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .wrapNews .showSlideNews .slick-dots li.slick-active:after, .wrapNews .showSlideNews .slick-dots li:hover:after {
    background-color: #D1BB6D;
  }
  .wrapNews .showSlideNews .slick-dots button {
    display: none;
  }
  .wrapNews .showSlideNews.hideDots {
    padding-bottom: 0;
  }
  .wrapNews .showSlideNews.hideDots .slick-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrapNews .btnSeeAll {
    right: 0;
    top: 0;
  }
  .wrapNews .colRight {
    padding-top: 5px;
  }
  .wrapNews .colLeft .colItem {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .wrapNews .colRight .wrapSummary {
    display: none;
  }
  .wrapNews .colRight .linkTitle {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 34px;
    line-height: 18px;
  }
  .wrapNews .colRight .contentImg {
    width: 107px;
  }
  .wrapNews .colRight .wrapText {
    padding: 10px;
  }
}
.wrapEventNew .btnSeeAll {
  right: 0;
  top: 0;
}
.wrapEventNew .date {
  color: #999999;
  font-weight: 700;
  margin-top: 5px;
}
.wrapEventNew .date svg {
  height: 16px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
}

.offerNew .rowList {
  margin-top: 30px;
}
.offerNew .contentItem {
  position: relative;
}
.offerNew .btnSeeAll {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .wrapEventNew .rowMain {
    margin: 0 -7.5px;
  }
  .wrapEventNew .colRight,
.wrapEventNew .colLeft {
    padding: 0 7.5px;
  }
  .wrapEventNew .colRight .contentImg {
    width: 102px;
  }
  .wrapEventNew .colRight .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 16px;
    line-height: 18px;
    font-size: 12px;
  }
  .wrapEventNew .colRight .date {
    font-size: 12px;
    margin-top: 5px;
  }
  .wrapEventNew .colRight .date svg {
    height: 12px;
  }
  .wrapEventNew .colRight .wrapText {
    padding: 10px 15px;
  }
  .wrapEventNew .colLeft .contentCol {
    position: relative;
  }
  .wrapEventNew .colLeft .contentCol .date,
.wrapEventNew .colLeft .contentCol .titleMain {
    position: relative;
    z-index: 1;
  }
  .wrapEventNew .colLeft .wrapText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .wrapEventNew .colLeft .wrapText .contentItem {
    position: relative;
    padding: 15px;
  }
  .wrapEventNew .colLeft .wrapText .contentItem::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 0;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}
@media (min-width: 1221px) {
  .wrapEventNew .colRight .contentImg {
    width: 127px;
  }
  .wrapEventNew .colRight .wrapText {
    padding: 14px 15px;
  }
  .wrapEventNew .colRight .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    line-height: 20px;
    font-size: 14px;
  }
  .wrapEventNew .colRight .colItem {
    margin-top: 15px;
  }
  .wrapEventNew .colRight > .contentColItem {
    padding-top: 10px;
  }
  .wrapEventNew .colRight .date {
    font-size: 14px;
  }
  .wrapEventNew .colRight .date svg {
    height: 14px;
  }
}
@media (min-width: 1400px) {
  .wrapEventNew .rowMain {
    margin: 0 -15px;
  }
  .wrapEventNew .colRight,
.wrapEventNew .colLeft {
    padding: 0 15px;
  }
  .wrapEventNew .colRight .contentImg {
    width: 165px;
  }
  .wrapEventNew .colRight .colItem {
    margin-top: 25px;
  }
  .wrapEventNew .colRight .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    line-height: 22px;
    font-size: 16px;
  }
  .wrapEventNew .colRight .wrapText {
    padding: 15px;
  }
  .wrapEventNew .colRight .date {
    font-size: 16px;
    margin-top: 15px;
  }
  .wrapEventNew .colRight .date svg {
    height: 16px;
  }
  .wrapEventNew .colRight > .contentColItem {
    padding-top: 0;
  }
  .wrapEventNew .colLeft .date {
    margin-top: 10px;
  }
}
@media (max-width: 1220px) {
  .offerNew .rowList {
    margin: 0 -7.5px;
  }
  .offerNew .itemSlide {
    margin-top: 15px;
  }

  .wrapEventNew .showSlideNews {
    padding-bottom: 0;
  }
  .wrapEventNew .colItem {
    margin-top: 15px;
  }
  .wrapEventNew .rowMain {
    margin: 0 -7.5px;
  }
  .wrapEventNew .rowMain > .colLeft,
.wrapEventNew .rowMain > .colRight {
    padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
  .wrapEventNew .colRight .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 22px;
    line-height: 24px;
  }
  .wrapEventNew .colRight .contentImg {
    width: 146px;
  }
  .wrapEventNew .colRight .date {
    font-size: 14px;
  }
  .wrapEventNew .colRight .date svg {
    height: 14px;
  }
  .wrapEventNew .colLeft .wrapText {
    background-color: #303030;
  }
}
@media (max-width: 575px) {
  .wrapEventNew .colRight .linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    line-height: 20px;
    font-size: 12px;
  }
  .wrapEventNew .colRight .contentImg {
    width: 120px;
  }
  .wrapEventNew .colRight .wrapText {
    padding: 5px 10px;
  }
  .wrapEventNew .colRight .date {
    font-size: 10px;
    margin-top: 5px;
  }
  .wrapEventNew .colRight .date svg {
    height: 10px;
  }
}