@charset "UTF-8";
:root {
  --swiper-navigation-color: #C3B5AC;
  --swiper-pagination-color: #BF382C;
  --swiper-pagination-bullet-inactive-color: #C3B5AC;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: 25px;
}

html[lang=en] .page.news-details .page-main .container .news-details-container .news-details-wrapper .swiper-buttons {
  top: 40%;
}

@media screen and (max-width: 1199px) {
  .page.news-details.news .page-main .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.page.news-details .page-main {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main {
    padding-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container {
    padding-bottom: 70px;
  }
}
.page.news-details .page-main .container .breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  background-color: #FDF4ED;
  margin-bottom: 21px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .breadcrumb {
    margin-left: 0px;
    margin-bottom: 27px;
  }
}
.page.news-details .page-main .container .back-to-previous {
  position: relative;
  padding-left: 22px;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .back-to-previous {
    margin-left: 4px;
    padding-left: 20px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .back-to-previous a {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: #483232;
    display: flex;
    align-items: center;
  }
}
.page.news-details .page-main .container .back-to-previous a::before {
  content: "";
  background-image: url(../img/icon/arrow-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 21px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .back-to-previous a::before {
    width: 6px;
    background-size: contain;
  }
}
.page.news-details .page-main .container .news-details-container {
  background: #ffffff;
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper {
  margin: 0 92px;
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper {
    margin: 0 20px;
    padding-top: 20px;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .news-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 130%;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .news-title {
    font-size: 1.5em;
    line-height: 140%;
    font-weight: bold;
    color: #483232;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .news-date {
  font-size: 1em;
  line-height: 40px;
  font-weight: 400;
  color: #483232;
  margin-bottom: 32.28px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .news-date {
    font-size: 1em;
    line-height: 40慆;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper {
    overflow: unset;
    position: relative;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide {
  transition: all 0.2s ease-in-out;
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  /* (23/12/24)  Anthony's Comments*/
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .image {
  /*height: 365px;*/
  height: 600px;
  width: 100%;
  background: #F8F8F8;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .image {
    height: 208.67px;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .image img {
  width: inherit;
  /*height: inherit;*/
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px 10px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .image img {
    border-radius: 0px 0px;
    height: inherit;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .photo-description {
  background: #FCF4ED;
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .photo-description p {
  padding-left: 21px;
  padding-top: 13px;
  padding-bottom: 10px;
  font-size: 1em;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-slide .photo-gallery-wrapper .photo-gallery-item .photo-description p {
    padding: 12px;
    line-height: 30px;
    margin-bottom: 50.33px;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-pagination {
  display: none;
  position: absolute;
  justify-content: center;
  bottom: 28px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .photo-gallery-listing-wrapper .swiper-pagination {
    display: flex;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .swiper-buttons {
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  top: 45%;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .swiper-buttons {
    display: none;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .swiper-buttons .swiper-button-prev:after {
  content: "";
  background-image: url(../img/icon//gallery_slider_left_button.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 51px;
  position: absolute;
  bottom: 278px;
  left: -50px;
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .swiper-buttons .swiper-button-next:after {
  content: "";
  background-image: url(../img/icon//gallery_slider_right_button.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 51px;
  position: absolute;
  bottom: 278px;
  right: -50px;
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .news-content {
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .news-content {
    margin: 0 -8px;
    padding-bottom: 8px;
  }
}
.page.news-details .page-main .container .news-details-container .news-details-wrapper .news-content p {
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .page.news-details .page-main .container .news-details-container .news-details-wrapper .news-content p {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .page.news .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .page.news .page-top .img {
    height: 228.61px;
  }
}
.page.news .page-main {
  padding-top: 48px;
  position: relative;
  overflow: hidden;
}
.page.news .page-main .marquee-slogan h1.slogan {
  font-size: 200px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main {
    padding-top: 20.39px;
    padding-bottom: 0px;
  }
}
.page.news .page-main .container {
  padding-left: 112px;
  padding-right: 112px;
}
.page.news .page-main .container .box1 {
  position: absolute;
  top: 269px;
  right: -57px;
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box1 {
    display: none;
  }
}
.page.news .page-main .container .box2 {
  position: absolute;
  top: 354px;
  right: -51px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box2 {
    display: none;
  }
}
.page.news .page-main .container .box3 {
  position: absolute;
  top: 608px;
  left: -120px;
  width: 194px;
  height: 194px;
  background-color: transparent;
  border: 1px solid #BF382C;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box3 {
    display: none;
  }
}
.page.news .page-main .container .box4 {
  position: absolute;
  top: 764px;
  left: 41px;
  width: 65px;
  height: 65px;
  background-color: rgba(191, 56, 44, 0.5);
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box4 {
    display: none;
  }
}
.page.news .page-main .container .box5 {
  position: absolute;
  top: 1339px;
  right: 5px;
  width: 65px;
  height: 65px;
  background-color: rgba(191, 56, 44, 0.5);
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box5 {
    display: none;
  }
}
.page.news .page-main .container .box6 {
  position: absolute;
  top: 1372px;
  right: -79px;
  width: 179px;
  height: 179px;
  border: 1px solid #BF382C;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .box6 {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .page.news .page-main .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .page.news .page-main .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .page.news .page-main .container {
    max-width: 990x;
  }
}
.page.news .page-main .container .year-option-container {
  width: 375px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    justify-content: left;
    align-items: start;
    margin-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.page.news .page-main .container .year-option-container .title {
  margin-right: 22px;
  width: 62px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container .title {
    margin-right: 0px;
    width: auto;
    padding-bottom: 4px;
    align-items: unset;
    display: flex;
    justify-content: left;
  }
}
.page.news .page-main .container .year-option-container .select2-container {
  width: 18.472222222vw !important;
  line-height: 40px;
  height: 50px;
  min-width: 266px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container .select2-container {
    width: 100% !important;
  }
}
.page.news .page-main .container .year-option-container .select2-container .select2-selection--single {
  height: inherit;
  border: 0px;
}
.page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 0px 11px 0.625vw;
  font-weight: 400;
  font-size: 1em;
  line-height: 27.5px;
  letter-spacing: 1px;
  color: #483232;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 4.266666666vw 12px 4.266666666vw;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1em;
  }
}
.page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow {
    top: 12px;
  }
}
.page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow b {
  content: "";
  background-image: url(../img/icon/accordion-down-news.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 12px;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  margin-left: -20px;
  margin-top: -4px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/icon/accordion-down-mobile-menu.svg);
  }
}
.page.news .page-main .container .news-listing-container {
  background-color: #ffffff;
  padding-bottom: 64px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.page.news .page-main .container .news-listing-container .news-listing {
  padding: 36px 71px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  vertical-align: center;
}
@media screen and (max-width: 1199px) {
  .page.news .page-main .container .news-listing-container .news-listing {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 48px;
    padding-right: 57px;
    padding-bottom: 40px;
    gap: 8px;
    align-items: center;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item {
  width: 324px;
  height: 473px;
  border-radius: 10px 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover {
  background: #FCF4ED;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item:hover {
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper::after {
    background: transparent;
    width: 0px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper .know-more {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 40px;
  color: #BF382C;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper .know-more {
    font-size: 1em;
    letter-spacing: 0.7px;
    font-weight: 500;
    padding-right: 16px;
    color: #483232;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper .icon {
  background-color: #BF382C;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper .icon {
    background-color: #BF382C;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item:hover .btn-container .btn-wrapper .icon::before {
    transform: translateX(0%);
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button {
  width: -moz-fit-content;
  width: fit-content;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  height: 44px;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .button-label {
  font-weight: 700;
  padding-right: 15px;
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-in-out;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .arrow .arrow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  background-color: rgb(209, 83, 97);
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .arrow .arrow-svg {
  width: 19px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translate(0px, 0px);
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .arrow .arrow-svg path,
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .arrow .arrow-svg line {
  stroke: #ffffff;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .button-wrap .button-border {
  width: calc(100% - 3px);
  height: 2px;
  background-color: #dd6b74;
  border-radius: 1px;
  position: absolute;
  left: -100%;
  bottom: 0;
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.3s ease-in-out;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .button-wrap .button-label {
  transform: translate(8px, 0px);
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .button-wrap .arrow {
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .button-wrap .arrow .arrow-svg {
  transform: translate(-50%, 0);
  opacity: 0;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item:hover .button-wrap .button-border {
  opacity: 1;
  transform: translate(100%, 0);
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper {
  margin-left: 20px;
  margin-right: 28px;
  margin-top: 24px;
  display: block;
  width: 276px;
  height: 396px;
  -o-border-image: linear-gradient(to bottom, #BF382C 30.1242236%, transparent 0%) 1 100%;
     border-image: linear-gradient(to bottom, #BF382C 30.1242236%, transparent 0%) 1 100%;
  border-width: 1px;
  border-style: solid;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 270px;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 8px;
    -o-border-image: linear-gradient(to bottom, #BF382C 24.324324324%, transparent 0%) 1 100%;
       border-image: linear-gradient(to bottom, #BF382C 24.324324324%, transparent 0%) 1 100%;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .thumbnail {
  padding-left: 10px;
  width: 266px;
  height: 247px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .thumbnail {
    width: 261px;
    height: 243px;
    padding-left: 9px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .thumbnail img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .thumbnail img {
    border-radius: 4px 4px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .title {
  padding-left: 10px;
  padding-top: 15px;
  font-size: 1.125em;
  line-height: 30px;
  font-weight: 400;
  color: #483232;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .title {
    padding-top: 8px;
    font-size: 1em;
    line-height: 40px;
    padding-left: 8px;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .content-wrapper .date {
  padding-left: 10px;
  font-size: 1em;
  line-height: 30px;
  font-weight: 400;
  color: #483232;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container {
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container {
    padding-left: 12px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  height: 40px;
  transition: all 1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper::after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .know-more {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 40px;
  padding-right: 13px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .know-more {
    font-size: 1em;
    letter-spacing: 0.7px;
    font-weight: 500;
    padding-right: 16px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .icon {
  background-color: #C3B5AC;
  width: 31px;
  height: 31px;
  border-radius: 45px 45px;
  overflow-x: hidden;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
  overflow-y: hidden;
  position: relative;
  /* &::before{
      display:none;
      content:'';
      background-image:url('../img/icon/arrow-right.svg');
      background-position: center center;
      background-repeat: no-repeat;
      height: 31px;
      width: 31px;
      display: block;
      transform:translateX(0%);
      position:absolute;
  }*/
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .icon {
    width: 30px;
    height: 30px;
  }
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .icon .symbol {
  background-image: url("../img/icon/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  transition: transform 0.1s ease-in-out;
  position: absolute;
}
.page.news .page-main .container .news-listing-container .news-listing .news-item .btn-container .btn-wrapper .underline {
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  background-color: #BF382C;
  bottom: 0;
}
.page.news .page-main .container .view-more-btn {
  width: 216px;
  border-radius: 105px 105px;
  border: 1px solid #C3B5AC;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .view-more-btn {
    width: 170px;
  }
}
.page.news .page-main .container .view-more-btn .btn-text {
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 61px;
  font-size: 1em;
  letter-spacing: 0.7px;
  color: #483232;
  font-weight: bold;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .view-more-btn .btn-text {
    font-size: 1em;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
}
.page.news .page-main .container .view-more-btn .btn-text:after {
  content: "";
  background-image: url(../img/icon/view-more.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  display: block;
  right: 19px;
  bottom: 17px;
}
@media screen and (max-width: 991px) {
  .page.news .page-main .container .view-more-btn .btn-text:after {
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/circle-arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    right: 32px;
    bottom: 15px;
  }
}
.page.news .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-left: 0.625vw;
}
@media screen and (max-width: 991px) {
  .page.news .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding-left: 4.266666666vw;
  }
}/*# sourceMappingURL=news.css.map */