/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.header-bottom .header-logo img {
  height: 56px;
}

.ml-auto {
  margin-left: auto;
}

.center {
  text-align: center;
}

figure figcaption {
  margin-top: 8px;
}

main {
  margin-top: 30px;
}

h1.title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 48px;
}

.h5 {
  font-size: 12px;
  color: #a4a4a4;
}

.list-inline {
  display: flex;
  float: right;
}

.list-inline li a {
  font-size: 14px;
  padding: 5px;
  color: #a4a4a4;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0;
}

.breadcrumb ol li a {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}

.breadcrumb ol li a img {
  width: 16px;
}

#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
  background: #f44336;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}



.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffa507;
  display: none;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  opacity: 0.85;
  color: #fff;
}

/* the slides */
.home-partner-slider .slick-slide {
  margin: 0 15px;
}

/* the parent */
.home-partner-slider .slick-list {
  margin: 0 -15px;
}

.banner--slogan .banner-item-content {
  display: none;
}

.banner--slogan .banner-item-content.active {
  display: block;
}

.banner--slogan .banner-item-content .btn-banner {
  display: inline-block;
  background: #ffa507;
  padding: 8px 15px 6px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}

.footer-bottom {
  position: relative;
  background: #212529;
}

.footer-bottom .inner {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
  line-height: 1.5em;
  font-size: 12px;
}

.footer-bottom .copyright {
  position: relative;
  float: left;
}

.footer-bottom .copyright a {
  color: #ffa507;
}


.footer-bottom .statistics {
  float: right;
}

.footer-bottom .statistics .counter {
  display: inline-flex;
  font-size: 13px;
}

.footer-bottom .statistics .counter li {
  margin-left: 5px;
}

/* Detail blog */

.article-short-info {
  display: flex;
}

.article-short-info li {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 300;
  margin-right: 25px;
  position: relative;

}

.article-short-info li .author {
  color: #ffa507;
  font-weight: 700;
}

.article-short-info li:last-child {
  margin-right: 0;

}

.article-short-info li::after {
  content: '.';
  position: absolute;
  bottom: -3px;
  right: -17px;
  font-size: 30px;
}

.article-short-info li:last-child:after {
  display: none;
}

#news-bodyhtml {
  margin-top: 20px;
}

.news_column .hometext {
  font-weight: 600;
  margin-bottom: 15px;
}

.post-details .share-post {
  display: inline-flex;
  margin-bottom: 0;
}

.post-details .share-post li a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
}

.tags-info a {
  color: #333333;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 3px 7px 2px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.tags-info a:hover {
  opacity: 0.85;
}

.aside .list-category li a span.count {
  font-weight: 300;
}

.table>:not(:first-child) {
  border-top-color: #dee2e6;
}

.table-laws thead th {
  font-weight: 600;
  text-transform: capitalize;
}

.table-laws tbody {
  font-size: 14px;
}

.table-laws tbody td.desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 82px;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0;

}

.table-laws .btn-download {
  background: #ffa507;
  border-radius: 4px;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  transform: .5s;

}

.table-laws .btn-download:hover {
  background: #e59200;
}

.aside.aside-left .aside-item.mt-3:first-child {
  margin-top: 0 !important;
}

.title-service-cate {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

ul.aside-category {
  padding: 0;
}

ul.aside-category li a {
  padding: 8px 0;
  display: inline-block;
  color: #0071fc;
  font-weight: 600;
  text-transform: capitalize;
  transition: .3s;
}

ul.aside-category li a:hover {
  color: #ffa507;
}

h3.title-block {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin-top: 10px;
  background: #f2f2f2;
  border-radius: 6px;
  border-left: 5px solid #ffa507;
  margin-bottom: 15px;
}

h3.title-block em.fa {
  font-size: 16px;
  margin-right: 8px;
}

#news-bodyhtml * {
  font-family: "SVN-Poppins", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .table-laws table {
    min-width: 200vw;
  }

  .navbar ul .dropdown>.sub-menu {
    border-radius: 0;
  }

  .navbar #main-navigation .accordion .sub-menu li a {
    background: #0071fc;
  }

  .home-banner .banner__main--title ul li .main-title {
    font-size: 24px;
    max-width: 100%;
  }

  .home-banner .banner__main--title ul li {
    margin-bottom: 20px;
  }

  .home-banner {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: -30px;
  }

  .home-banner .row>div:last-child {
    display: none;
  }

  .home-submit-item a {
    padding: 10px 8px;
    font-size: 13px;
  }

  .home-submit-item a img {
    display: none;
  }

  .home-submit .right .row>div:last-child {
    display: none;
  }

  .home-banner .banner__main--title ul li.active .line {
    width: 50px;
    margin-right: 20px;
  }

  .home-banner span.line::before {
    width: 50px;
  }

  .home-blog .blog-item .box-img {
    height: 240px;
  }

  .topic .show-list-cate {
    padding: 0 20px;
  }
}
.FadeInAndOut {
  -webkit-animation: fadeinout 2 s both;
  animation: fadeinout 2s both;
}


#ads {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: 999999;
  display: none;
  transition: all ease 0.4s;

}
#ads.active {
  display: block;
} 
#ads.none {
  display: none !important;
}
#ads .close {
  background: #0071fc;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  margin-left: auto;
  border: none;
  box-shadow: none;
}
#ads .close i {
  color: #fff;
}

.gr-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.article-short-info {
  margin-bottom: 0;
}
@media (max-width:992px) {
  .gr-social {
    display: block;
  }
  .article-short-info {
    margin-bottom: 10px;
  }
  .title-service-cate , ,
  .detail-blog h1.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 34px;
  } 

}
@media (max-width:767px) {
  .footer [class^="col-"]:nth-child(2) ul li {
    max-width: unset !important;
  }
}
@media (max-width:575px) {
  main {
    margin-top: 15px;
  }
  .title-service-cate ,
  .detail-blog h1.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .article-short-info li {
    font-size: 12px;
  }
  .aside .aside-item-content:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .breadcrumb ol {
    padding: 0;
  }
  .breadcrumb ol li a {
    font-size: 10px;
  }
}