@charset "UTF-8";
/* Variable */
@-webkit-keyframes imageScaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes imageScaleAnimation {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes imageScaleAnimation {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageScaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* LAYOUT POSTS
-----------------------------*/
.page-blogs {
  display: block;
}

.page-blogs .xem-them {
  text-align: center;
}

.page-blogs .xem-them .xem-them-button {
  background: #0A0817;
  color: #fff;
  display: inline-block;
  font-family: "UTM Eremitage", Arial, Helvetica, sans-serif;
  padding: 14px 48px;
}

.page-blogs .xem-them .xem-them-button:hover {
  background: black;
}

.page-blogs .post-container .row {
  margin: 0;
}

.page-blogs .post-container .row [class*='col'] {
  padding: 50px 0;
  position: relative;
}

.page-blogs .post-container .row [class*='col']:before {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-blogs .post-container .row [class*='col']:last-child .post:before {
  display: none;
}

.page-blogs .post-container .post {
  height: 100%;
  position: relative;
}

.page-blogs .post-container .post:before {
  background: #ebebeb;
  content: '';
  display: block;
  height: 80%;
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  z-index: 1;
}

.page-blogs .post-container .post .post-inner:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.page-blogs .post-container .post .post-number {
  color: #c70404;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}

.page-blogs .post-container .post .post-meta {
  color: #1d3f57;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.page-blogs .post-container .post .post-img {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}

.page-blogs .post-container .post .post-img a {
  display: block;
}

.page-blogs .post-container .post .post-img a img {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.page-blogs .post-container .post .post-img a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.page-blogs .post-container .post .post-info {
  width: 100%;
}

.page-blogs .post-container .post .post-info .post-title {
  color: #0e151b;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.page-blogs .post-container .post .post-info .post-title a {
  color: inherit;
}

.page-blogs .post-container .post .post-info .post-title a:hover {
  color: #cda743;
}

.page-blogs .post-container .post .post-info .post-description {
  color: #333;
  text-align: justify;
}

/* PAGE TIN TUC
-----------------------------*/
.page-tin-tuc .page-row {
  margin-bottom: 50px;
}

.page-tin-tuc .page-row:first-child {
  padding-top: 0;
}

.page-tin-tuc .page-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-tin-tuc .heading-title {
  text-align: center;
}

.page-tin-tuc .heading-title h3 {
  color: #634305;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-tin-tuc .page-content {
  padding-top: 55px;
  position: relative;
}

.page-tin-tuc .page-content:before {
  background: -webkit-linear-gradient(273.12deg, rgba(194, 155, 73, 0.81) 43.36%, rgba(254, 250, 207, 0) 89.54%);
  background: -moz-linear-gradient(273.12deg, rgba(194, 155, 73, 0.81) 43.36%, rgba(254, 250, 207, 0) 89.54%);
  background: -o-linear-gradient(273.12deg, rgba(194, 155, 73, 0.81) 43.36%, rgba(254, 250, 207, 0) 89.54%);
  background: linear-gradient(176.88deg, rgba(194, 155, 73, 0.81) 43.36%, rgba(254, 250, 207, 0) 89.54%);
  content: '';
  display: block;
  height: 1270px;
  left: 50%;
  max-height: 30%;
  max-width: 35%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 478px;
  z-index: 1;
}

.page-tin-tuc .page-content .pattern {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.page-tin-tuc .page-content .bottom-left {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.page-tin-tuc .page-content .page-content-inner {
  position: relative;
  z-index: 999;
}

.page-tin-tuc .row-bai-viet-noi-bat .heading-title {
  margin-bottom: 55px;
  text-align: center;
  text-transform: uppercase;
}

.page-tin-tuc .row-bai-viet-noi-bat .heading-title .text-du-an {
  color: #fff;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
}

.page-tin-tuc .bai-viet-noi-bat-slider {
  margin-top: 15px;
}

.page-tin-tuc .bai-viet-noi-bat-slider .row-container {
  padding: 0;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-list {
  margin: 0;
  padding: 0 25%;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-list .slick-slide {
  padding: 0;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-pagination {
  position: relative;
  z-index: 12;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-slide.slick-chosen .post-img a:before {
  opacity: 0;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-slide.slick-chosen .post-info {
  display: block;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-slide .post-img a {
  position: relative;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-slide .post-img a:before {
  background: rgba(27, 27, 27, 0.7);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
}

.page-tin-tuc .bai-viet-noi-bat-slider .slick-slide .post-info {
  display: none;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post {
  background: #fff;
  height: 100%;
  margin-bottom: 30px;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post:last-child {
  margin-bottom: 0;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-inner {
  position: relative;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-img {
  overflow: hidden;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-img a {
  display: block;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-img a img {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-img a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  color: #fff;
  padding: 15px 15px;
  position: absolute;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-meta {
  font-size: .8em;
  margin: 0 0 10px 0;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-title {
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-title a {
  color: inherit;
}

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-title a:hover {
  color: #cda743;
}

.page-tin-tuc .bai-viet-noi-bat-slider .swiper-nav .swiper-button-next,
.page-tin-tuc .bai-viet-noi-bat-slider .swiper-nav .swiper-button-prev {
  top: 30%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

.page-tin-tuc .row-bai-viet-khac {
  position: relative;
}

.page-tin-tuc .row-bai-viet-khac .heading-title {
  margin-bottom: 70px;
}

.page-tin-tuc .row-bai-viet-khac .row-container {
  position: relative;
  z-index: 6;
}

.page-tin-tuc .row-bai-viet-khac .icon {
  left: 50%;
  position: absolute;
  top: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.archive-description {
  margin: 15px 0 0 0;
  text-align: center;
}

/* SINGE POST
-----------------------------*/
.page-single-blog .page-content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.page-single-blog .sunshine-button.xem-het {
  display: none;
}

.page-single-blog .single-post-wrapper {
  padding: 0 0 35px 0;
}

.page-single-blog .single-post-wrapper h1,
.page-single-blog .single-post-wrapper h2,
.page-single-blog .single-post-wrapper h3,
.page-single-blog .single-post-wrapper h4,
.page-single-blog .single-post-wrapper h5,
.page-single-blog .single-post-wrapper h6 {
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
}

.page-single-blog .single-post-wrapper .post {
  margin: 0;
}

.page-single-blog .single-post-wrapper .post-header {
  margin: 0 0 45px 0;
}

.page-single-blog .single-post-wrapper .post-header .ten-du-an {
  color: rgba(99, 67, 5, 0.6);
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-single-blog .single-post-wrapper .post-header .post-meta {
  font-size: 12px;
  letter-spacing: .1em;
  margin: 0 0 20px 0;
}

.page-single-blog .single-post-wrapper .post-title {
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}

.page-single-blog .single-post-wrapper .post-excerpt {
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: justify;
}

.page-single-blog .single-post-wrapper .post-description {
  text-align: justify;
}

.page-single-blog .single-post-wrapper .post-description p {
  margin-bottom: 10px;
}

.page-single-blog .single-post-wrapper .post-description div {
  margin-bottom: 20px;
}

.page-single-blog .single-post-wrapper .post-description > *:last-child {
  margin-bottom: 0;
}

.page-single-blog .single-post-wrapper .entry-meta {
  margin-top: 50px;
  width: 100%;
}

.page-single-blog .single-post-wrapper .entry-meta .meta-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.page-single-blog .single-post-wrapper .entry-meta a {
  background: #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: .95em;
  margin: 2px 7px;
  padding: 4px 10px;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  -moz-transition: .15s ease;
  transition: .15s ease;
}

.page-single-blog .single-post-wrapper .entry-meta a:hover {
  background: #0A0817;
  color: #fff;
}

.page-single-blog .tin-tuc-khac-wrapper {
  padding: 0;
}

.page-single-blog .section-tin-tuc-khac {
  background: #fff;
  padding-bottom: 50px;
}

.page-single-blog .section-tin-tuc-khac .post-img img {
  width: 100%;
}

.page-single-blog .section-tin-tuc-khac .read-more {
  margin-top: 20px;
  text-align: center;
}

.page-single-blog .section-tin-tuc-khac .read-more .button-inner {
  position: relative;
  display: inline-block;
}

.page-single-blog .section-tin-tuc-khac .read-more .button-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(99, 67, 5, 0.5);
  z-index: 1;
  top: -12px;
  left: 12px;
}

.page-single-blog .section-tin-tuc-khac .read-more a {
  background: -webkit-gradient(linear, left top, left bottom, from(#0E151B), to(#1D3F57));
  background: -webkit-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: -moz-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: -o-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: linear-gradient(180deg, #0E151B 0%, #1D3F57 100%);
  color: #fff;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  height: 45px;
  letter-spacing: 2px;
  line-height: 45px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.page-single-blog .section-tin-tuc-khac .read-more a:hover {
  background: black;
  color: #fff;
}

.page-single-blog .title.title-tin-tuc-khac {
  margin: 0 0 35px 0;
}

.page-single-blog .title.title-tin-tuc-khac h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
  text-align: left;
  text-transform: uppercase;
}

/* PAGE AUTHOR
-----------------------------*/
.author-info {
  position: relative;
}

.author-info .author-avatar {
  bottom: auto;
  height: 50px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 50px;
}

/* Single tin tức 
-----------------------------*/
.js-single-smartconstruction-slider .post-img {
  width: 100%;
  height: 400px;
}

@media (max-width: 1440px) {
  .js-single-smartconstruction-slider .post-img {
    height: 277px;
  }
}

@media (max-width: 1200px) {
  .js-single-smartconstruction-slider .post-img {
    height: 250px;
  }
}

@media (max-width: 639px) {
  .js-single-smartconstruction-slider .post-img {
    height: auto;
  }
}

.js-single-smartconstruction-slider .post-img img {
  height: 100%;
}

.js-single-smartconstruction-slider .post-inner {
  overflow: hidden;
  vertical-align: bottom;
}

/* RESPONSIVE
-----------------------------*/
@media screen and (min-width: 1200px) {
  .page-blogs .post-container .row {
    margin: 0;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(3n+1):before {
    left: 50px;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(3n+3):before {
    right: 50px;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(3n+3) .post:before {
    display: none;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(1), .page-blogs .post-container .row [class*='col']:nth-child(2), .page-blogs .post-container .row [class*='col']:nth-child(3) {
    padding-top: 0;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(1):before, .page-blogs .post-container .row [class*='col']:nth-child(2):before, .page-blogs .post-container .row [class*='col']:nth-child(3):before {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 576px) {
  .page-blogs .post-container .row {
    margin: 0;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(2n+1):before {
    left: 50px;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(2n+2):before {
    right: 50px;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(2n+2) .post:before {
    display: none;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(1), .page-blogs .post-container .row [class*='col']:nth-child(2) {
    padding-top: 0;
  }
  .page-blogs .post-container .row [class*='col']:nth-child(1):before, .page-blogs .post-container .row [class*='col']:nth-child(2):before {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .page-blogs .post-container .row-container {
    margin-left: -60px;
    margin-right: -60px;
  }
  .page-blogs .post-container .post {
    padding: 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .page-single-blog .single-post-wrapper .post-title {
    font-size: 30px;
  }
  .page-blogs .post-container .row {
    margin: 0 -15px;
  }
  .page-tin-tuc .page-content:before {
    max-height: 24%;
    max-width: 65%;
  }
  .page-tin-tuc .row-bai-viet-khac .heading-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-blogs .post-container .post {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-blogs .post-container .post .post-img {
    margin-bottom: 20px;
    width: 100%;
  }
  .page-blogs .post-container .post .post-info {
    padding: 0;
    width: 100%;
  }
  .page-blogs .post-container .post .post-info .post-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .page-blogs .post-container .row [class*='col'] {
    padding: 0;
  }
  .page-blogs .post-container .row [class*='col']:before {
    display: none;
  }
  .page-blogs .post-container .row [class*='col']:first-child ơ
.post {
    border: none;
  }
  .page-blogs .post-container .row [class*='col'] .post {
    border-top: 1px solid #ebebeb;
    margin: 0 15px;
    padding: 30px 0;
  }
  .page-blogs .post-container .row [class*='col'] .post:before {
    display: none;
  }
  .page-blogs .pagination {
    margin-top: 15px;
  }
  .page-tin-tuc .heading-title h3 {
    font-size: 25px;
  }
  .page-tin-tuc .page-content {
    padding-top: 30px;
  }
  .page-tin-tuc .page-content:before {
    max-height: 12%;
    max-width: none;
    width: 100%;
  }
  .page-tin-tuc .row-bai-viet-noi-bat .heading-title {
    margin-bottom: 30px;
  }
  .page-tin-tuc .row-bai-viet-noi-bat .heading-title .text-du-an {
    font-size: 11px;
  }
  .page-tin-tuc .bai-viet-noi-bat-slider .slick-list {
    padding: 0 8%;
  }
  .page-tin-tuc .bai-viet-noi-bat-slider .slick-dots {
    margin-top: 20px;
  }
  .page-tin-tuc .row-bai-viet-khac .heading-title {
    margin-bottom: 40px;
  }
  .page-single-blog .single-post-wrapper .post-header {
    margin-bottom: 30px;
  }
  .page-single-blog .single-post-wrapper .post-header .ten-du-an {
    font-size: 15px;
  }
  .page-single-blog .single-post-wrapper .post-title {
    font-size: 25px;
  }
  .page-single-blog .title.title-tin-tuc-khac h2 {
    font-size: 24px;
  }
  .page-single-blog .section-tin-tuc-khac .read-more {
    margin-top: 25px;
  }
}

/* Variable */
@-webkit-keyframes imageScaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes imageScaleAnimation {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageScaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.page-404 .page-content {
  padding: 100px 0;
  text-align: center;
}

.page-404 .page-banner {
  margin-bottom: 0;
}

.page-404 h3 {
  font-size: 35px;
  text-transform: uppercase;
}

.page-404 .content-404 {
  margin-bottom: 40px;
}

.page-404 a.button .button-inner {
  position: relative;
  display: inline-block;
}

.page-404 a.button .button-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(99, 67, 5, 0.5);
  z-index: 1;
  top: -12px;
  left: 12px;
}

.page-404 a.button a {
  background: -webkit-gradient(linear, left top, left bottom, from(#0E151B), to(#1D3F57));
  background: -webkit-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: -moz-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: -o-linear-gradient(top, #0E151B 0%, #1D3F57 100%);
  background: linear-gradient(180deg, #0E151B 0%, #1D3F57 100%);
  color: #fff;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  height: 45px;
  letter-spacing: 2px;
  line-height: 45px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.page-404 a.button a:hover {
  background: black;
  color: #fff;
}


.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 45px 0;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.page-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  color: #717680;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item.active {
  background: #ECECF9;
  font-weight: 500;
  color: #2E3191;
}

.page-item.dots {
  cursor: default;
  background: none;
}

.next-button {
  cursor: pointer;
  font-weight: 500;
}

.next-button.disabled {
  opacity: 0.5;
  cursor: none;
}

.prev-button, .next-button {
  cursor: pointer;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
}
.prev-button{
  left: 0;
}
.next-button{
  right: 0;
}

.prev-button:hover, .next-button:hover {
  background: #ddd;
  border-radius: 4px;
}

.prev-button.disabled, .next-button.disabled {
  opacity: 0.5;
  cursor: none;
}


.notification-item{
  box-shadow: 0px 4px 15px 8px #79797926;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  display: flex;
  align-items: center;
}
.notification-item .leftContent{
  flex: 1;
  width: 50%;
  margin-right: 30px;
}
.notification-item .leftContent div p {
  margin: 0
}
.notification-item .leftContent div{
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 3;
  max-height: 101px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px){
  .notification-item{
    flex-direction: column;
    padding-bottom: 50px;
  }
  .notification-item .leftContent{
    margin-bottom: 16px;
  }
  .notification-list{
    margin-top: 30px;
  }

  .prev-button, .next-button {
      display: none;
  }
}
.sendCustom{
  margin-top: 30px;
}

.dateUploadNotification{
  display: flex;
  align-items: center;
}

.dateUploadNotification svg{
  margin-right: 5px;
}
.sendCustom button, .sendCustom a{
  padding: 13px 36px 16px 36px;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFF;
  background-color: #df4d27;
  position: relative;
  margin-top: 15px
}
.sendCustom button:hover, .sendCustom a:hover{
  background-color: #66CCFF;
}

.notActive{
  margin-top: 20px;
}

.sendCustom button:after, .sendCustom a:after{
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 6px;
  right: -6px;
  left: 6px;
  bottom: -6px;
  border: 1px solid black;
}
.btn-open {
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.btn-open:hover {
background-color: #66CCFF;
}

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
z-index: 999999;
}

.popup {
background: white;
width: 400px;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
text-align: center;
}

.popup-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
}

.input-group {
margin-bottom: 15px;
}

.input-field {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 16px;
}

.input-error {
border: 1px solid red;
background-color: #ffe6e6;
}

.error-text {
color: red;
font-size: 14px;
text-align: left;
margin-top: 5px;
}

.btn-submit, .btn-close {
width: 100%;
background-color: #007bff;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
width: 100%;
}
.btn-submit:hover {
background-color: #0056b3;
}

.btn-close {
margin-top: 10px;
display: block;
cursor: pointer;
background: #df4d27;
border: none;
}

.hidden {
display: none;
}
.wrapperNotification{
box-shadow: 0px 4px 16px 4px #0000001A;
padding: 32px;
margin-bottom: 50px;
border-radius: 32px;
}
.image{
  max-width: 140px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px){
  .image{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.searchBox{
  text-align: right;
}
.searchBox input{
  border: 1px solid #D5D7DA;
  color: #717680;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px 10px;
}

.searchBox button{
   border: none;
    padding: 5px;
    background: #df4d27;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
}

.page-template .dk-nhan-tin {
  display: none;
}

.breadcrumb{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  background-color: white;
  margin: 0;
}

.breadcrumb .leftPage{
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap
}

.breadcrumb .leftPage svg{
margin: 0 10px
}

.breadcrumb .leftPage li a{
color: #535862;
}

.breadcrumb .leftPage li{
font-size: 1rem;
}

.breadcrumb .leftPage li:last-child{
  color: #181D27;
}
.textCustom{
font-size: 3rem;
}

#pdf-container{
overflow-y: scroll;
height: 90vh;
text-align: center;
background: #ffffff;
}

.docx-wrapper{
background-color: #ffffff !important;
}

#popup-pdf.on{
display: flex;
flex-direction: column;
}

.buttonClose{
text-align: right;
position: absolute;
top: 0;
right: 30px;
}

.buttonClose button {
padding: 10px 15px;
font-size: 15px;
line-height: 1.1;
text-transform: uppercase;
color: #FFF;
background-color: #df4d27;
position: relative;
border: none;
margin: 5px 0;
cursor: pointer;
}


#loading-overlay:not(.hidden) {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	right: 0;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  }