/* Variable */
/* LAYOUT POSTS
-----------------------------*/
.page-blogs .xem-them {
  text-align: center;
}

.page-blogs .xem-them .xem-them-button {
  background: #C49B27;
  color: #fff;
  display: inline-block;
  font-family: SVN-Futura, Arial, Helvetica, sans-serif;
  padding: 14px 48px;
}

.page-blogs .xem-them .xem-them-button:hover {
  background: #99791f;
}

.page-blogs .post-container .post {
  margin-bottom: 30px;
}

.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-img {
  float: left;
  overflow: hidden;
  width: 45%;
}

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

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

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

.page-blogs .post-container .post .post-info {
  float: left;
  padding-left: 30px;
  width: 55%;
}

.page-blogs .post-container .post .post-info h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  text-transform: none;
}

.page-blogs .post-container .post .post-info .post-title {
  color: #292929;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 9px 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: #caa34a;
}

.page-blogs .post-container .post .post-info .post-meta {
  color: #192f4f;
  font-size: .65em;
  margin: 0 0 20px 0;
  padding-top: 10px;
  position: relative;
}

.page-blogs .post-container .post .post-info .post-meta:before {
  background: #999;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 170px;
  z-index: 9;
}

.page-blogs .post-container .post .post-info .post-description {
  font-size: 22px;
}

.page-tin-tuc .page-row {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
  padding-top: 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 .row-1 {
  padding-bottom: 30px;
}

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

.page-tin-tuc .page-title h1 {
  display: inline-block;
  font-size: 2.95em;
  margin: 0;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.page-tin-tuc .page-title h1:before, .page-tin-tuc .page-title h1:after {
  background: #b9a334;
  content: '';
  display: block;
  left: auto;
  position: absolute;
  right: 0;
  z-index: 9;
}

.page-tin-tuc .page-title h1:before {
  bottom: 10px;
  height: 8px;
  width: 60%;
}

.page-tin-tuc .page-title h1:after {
  bottom: 0;
  height: 4px;
  width: 40%;
}

.page-tin-tuc .bai-viet-noi-bat-to .post {
  margin-bottom: 25px;
}

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

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a {
  display: block;
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:before, .page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  transition: .3s ease;
  width: 0;
  z-index: 7;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:before {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  bottom: 90%;
  left: 10px;
  right: 90%;
  top: 10px;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 10px;
  left: 90%;
  right: 10px;
  top: 90%;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:hover:before, .page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:hover:after {
  border-color: #fff;
  height: auto;
  width: auto;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:hover:before {
  bottom: 15%;
  right: 10px;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a:hover:after {
  left: 10px;
  top: 15%;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-img a img {
  width: 100%;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-info {
  background: rgba(18, 21, 56, 0.5);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 12px 15px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 9;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-info h4 {
  color: #fff;
  font-size: .95em;
  font-weight: 300;
  text-transform: uppercase;
}

.page-tin-tuc .bai-viet-noi-bat-to .post .post-info h4:after {
  background: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  margin-left: 15px;
  vertical-align: baseline;
  width: 150px;
}

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

.page-tin-tuc .bai-viet-noi-bat-to .post .post-info .post-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

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

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

.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 {
  transition: .3s ease;
  width: 100%;
}

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

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

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

.page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-title {
  font-size: 24px;
  line-height: 1.35;
  margin: 0;
}

.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: #C49B27;
}

.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%;
  transform: translateY(-30%);
}

.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;
}

.single-post-wrapper {
  padding: 0 0 50px 0;
}

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

.single-post-wrapper .post-header {
  margin: 0 0 50px 0;
}

.single-post-wrapper .post-meta {
  color: #999;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 15px 0;
  padding-top: 15px;
  position: relative;
}

.single-post-wrapper .post-meta:before {
  background: #999;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 225px;
  z-index: 9;
}

.single-post-wrapper .post-title {
  color: #292929;
  font-family: SVN-Futura, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.single-post-wrapper .post-excerpt {
  font-weight: 400;
  margin: 0 0 35px 0;
  text-align: justify;
}

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

.single-post-wrapper .post-description p {
  margin: 0 0 20px 0;
}

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

.single-post-wrapper .post-description h2 {
  font-size: 1.15em;
}

.single-post-wrapper .post-description .wp-caption-text {
  color: #071832;
  font-family: SVN-Futura, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
  width: 100%;
}

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

.single-post-wrapper .entry-meta .meta-title {
  color: #333;
  font-weight: bold;
}

.single-post-wrapper .entry-meta a {
  background: #eee;
  border-radius: 5px;
  margin: 2px 5px;
  padding: 2px 8px;
  font-size: 0.85em;
  text-decoration: none;
  transition: .15s ease;
}

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

.single-post-wrapper .wp-caption-text {
  font-size: .9em;
  font-style: italic;
  margin-top: 5px;
  text-align: center;
}

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

.tin-tuc-khac-wrapper .post {
  margin: 0 0 35px 0;
}

.tin-tuc-khac-wrapper .post .post-img a {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.tin-tuc-khac-wrapper .post .post-img a:before, .tin-tuc-khac-wrapper .post .post-img a:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  transition: .3s ease;
  width: 0;
  z-index: 7;
}

.tin-tuc-khac-wrapper .post .post-img a:before {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  bottom: 90%;
  left: 10px;
  right: 90%;
  top: 10px;
}

.tin-tuc-khac-wrapper .post .post-img a:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 10px;
  left: 90%;
  right: 10px;
  top: 90%;
}

.tin-tuc-khac-wrapper .post .post-img a:hover:before, .tin-tuc-khac-wrapper .post .post-img a:hover:after {
  border-color: #fff;
  height: auto;
  width: auto;
}

.tin-tuc-khac-wrapper .post .post-img a:hover:before {
  bottom: 15%;
  right: 10px;
}

.tin-tuc-khac-wrapper .post .post-img a:hover:after {
  left: 10px;
  top: 15%;
}

.tin-tuc-khac-wrapper .post .post-info {
  padding-top: 12px;
}

.tin-tuc-khac-wrapper .post .post-title {
  font-size: 1em;
}

.tin-tuc-khac-wrapper .post .post-title a {
  color: #292929;
}

.tin-tuc-khac-wrapper .post .post-title a:hover {
  color: #C49B27;
}

.section-tin-tuc-khac {
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
}

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

.section-tin-tuc-khac .post {
  margin-bottom: 30px;
}

.section-tin-tuc-khac .post .post-img {
  margin-bottom: 15px;
}

.section-tin-tuc-khac .post .post-img a {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.section-tin-tuc-khac .post .post-img a:before, .section-tin-tuc-khac .post .post-img a:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  transition: .3s ease;
  width: 0;
  z-index: 7;
}

.section-tin-tuc-khac .post .post-img a:before {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  bottom: 90%;
  left: 10px;
  right: 90%;
  top: 10px;
}

.section-tin-tuc-khac .post .post-img a:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 10px;
  left: 90%;
  right: 10px;
  top: 90%;
}

.section-tin-tuc-khac .post .post-img a:hover:before, .section-tin-tuc-khac .post .post-img a:hover:after {
  border-color: #fff;
  height: auto;
  width: auto;
}

.section-tin-tuc-khac .post .post-img a:hover:before {
  bottom: 15%;
  right: 10px;
}

.section-tin-tuc-khac .post .post-img a:hover:after {
  left: 10px;
  top: 15%;
}

.section-tin-tuc-khac .post .post-date {
  color: #666;
  font-size: .85em;
  text-transform: uppercase;
}

.section-tin-tuc-khac .post .post-title {
  font-size: 1.05em;
  line-height: 1.35;
  margin: 0 0 15px 0;
  text-transform: none;
}

.section-tin-tuc-khac .post .post-title a {
  color: inherit;
}

.section-tin-tuc-khac .post .post-title a:hover {
  color: #caa34a;
}

.section-tin-tuc-khac .post .read-more {
  color: #caa34a;
}

.section-tin-tuc-khac .post .read-more:hover {
  text-decoration: underline;
}

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

.title.title-tin-tuc-khac h2 {
  font-family: SVN-Futura, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
  text-transform: uppercase;
}

.title.title-tin-tuc-khac h2:after {
  background: #C49B27;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 20px;
  vertical-align: baseline;
  width: 160px;
}

/* PAGE AUTHOR
-----------------------------*/
.entry-header .archive-title {
  font-size: 1.5em;
  margin: 0 0 5px 0;
}

.author-info {
  position: relative;
}

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

/* RESPONSIVE
-----------------------------*/
@media screen and (max-width: 1549px) and (min-width: 1200px) {
  .page-tin-tuc .bai-viet-noi-bat-wrapper .col-lg-4 {
    flex: 33.5%;
    max-width: 33.5%;
  }
  .page-tin-tuc .bai-viet-noi-bat-wrapper .col-lg-8 {
    flex: 66.5%;
    max-width: 66.5%;
  }
}

@media screen and (max-width: 1549px) {
  .page-blogs .post-container .post .post-info h4 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .page-blogs .post-container .post .post-info h4 {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .page-blogs .post-container .post .post-info .post-title {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 991px) {
  .page-blogs .post-container .post .post-img {
    width: 100%;
  }
  .page-blogs .post-container .post .post-info {
    padding: 30px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .page-tin-tuc .page-title h1 {
    font-size: 2em;
  }
  .page-tin-tuc .row-1 {
    padding-top: 0;
  }
  .page-tin-tuc .bai-viet-noi-bat-wrapper .post .post-info .post-title {
    font-size: 15px;
  }
  .page-tin-tuc .bai-viet-noi-bat-to .post .post-info {
    background: none;
    color: #292929;
    margin-top: 15px;
    padding: 0;
    position: static;
  }
  .page-tin-tuc .bai-viet-noi-bat-to .post .post-info .post-title {
    color: #292929;
    font-size: 16px;
  }
  .page-tin-tuc .bai-viet-noi-bat-to .post .post-info .post-meta {
    margin: 0 0 2px 0;
  }
  .page-tin-tuc .bai-viet-noi-bat-slider .post .post-info .post-title {
    font-size: 22px;
  }
  .page-blogs .post-container .post {
    margin-bottom: 30px;
  }
  .page-blogs .post-container .post .post-info {
    padding-top: 15px;
  }
  .page-blogs .post-container .post .post-info .post-title {
    font-size: 1em;
  }
  .page-blogs .post-container .post .post-info h4 {
    margin-bottom: 7px;
  }
  .page-blogs .pagination {
    margin: 0;
  }
  .page-single-blog .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post-wrapper .post-header {
    margin: 0 0 25px 0;
  }
  .single-post-wrapper .post-title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .page-tin-tuc .bai-viet-noi-bat-wrapper .post .post-img img {
    min-height: 300px;
  }
}

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

.page-404 .page-content {
  padding: 150px 10%;
  text-align: center;
}

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

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

.page-404 a.button {
  margin-top: 30px;
  border: 2px solid #292929;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  min-width: 225px;
  padding: 4px 20px 9px 20px;
  text-align: center;
  background: #C49B27;
}

.page-404 a.button:hover {
  background: #99791f;
  border-color: #99791f;
  color: #fff;
}

.slick-dots li {
  border: 1px solid #082441;
}

.slick-dots .slick-active,
.slick-dots li:hover {
  background: #082441;
}

/*# sourceMappingURL=../maps/css/pages.css.map */
