/* load more */
.w-100{
  width: 100%;
}
.post h2 {
  letter-spacing: 1px;
  font-weight: normal;
  font-family: sans-serif;
}


.post p {
  letter-spacing: 1px;
  text-overflow: ellipsis;
  line-height: 25px;
}

/* Load more */
.load-more {
  width: 99%;
  background: #15a9ce;
  text-align: center;
  color: white;
  padding: 10px 0px;
  font-family: sans-serif;
}

.load-more:hover {
  cursor: pointer;
}

/* more link */
.more {
  color: blue;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

/* header */
.banner-home .menu-2 .header-menu div.nav-menu {
  display: none;
  height: auto;
  margin: auto;
  width: 100%;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

#loadNotification {
  color: #eee;
  margin-top: 10px;
  background: tomato;
  border: 1px solid #eee;
}

/* banner */
.main-text {
  position: absolute;
  top: 50px;
  width: 96.66666666666666%;
  color: #FFF;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-clear {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  margin-right: 15px;
}

.btn-clear:hover {
  color: #000;
  background-color: #FFF;
}

@media (min-width: 992px) {
  .hides {
    display: block;
  }
}

@media (max-width: 991px) {
  .hides {
    display: none;
  }
}

/* OWL */
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

/* footer */

a:hover {
  text-decoration: none;
}

.section-padding {
  padding: 60px 0;
}

.bottom {
  background-color: #0a1c2e;
}

.bottom .copyright {
  color: #e5e5e5;
  font-weight: 600;
}

.copyright a {
  color: #f2ff49;
  margin-left: 3px;
  padding-right: 3px;
}

.bottom p {
  margin-bottom: 0;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
}

.copyright p span {
  color: #d1caca;
}

.bottom .copyright p,
.bottom .copyright a:hover {
  color: #6c6d83;
}

footer {
  background-color: #000;
  color: #fff;
}

footer .copy-right {
  border-top: 1px solid #7b7b7b;
}



footer .copy-right p {
  margin: 0;
  padding: 8px 0 8px;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.position-relative {
  position: relative !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

element.style {}

.banner-bottom img {
  width: 100%;
}

img.lazyloaded {
  opacity: 1;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.d-block {
  display: block !important;

}

font-size: 25px;
}

.banner-bottom .name {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.position-absolute {
  position: absolute !important;
}

@media screen and (min-width: 768px) {
  div #messenger-button {
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  .wb {
    font-size: 12px;

  }

  div #fb-root {
    display: block;
    width: 50
  }

  div #fb-customer-chat {
    display: block;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .wb {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .wb {
    font-size: 20px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1060px) {
  .wb {
    font-size: 26px;
  }
}

@media screen and (min-width: 1061px) {
  .wb {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  div #fb-root {
    display: block;
    width: 50%;
  }

  #messenger-button {
    visibiltity: hidden;
  }
}

.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 15px;
  width: 70px;
  height: 70px;
  z-index: 100;
  display: none;
  text-decoration: none;
  font-family: 'font-awesome';
}

.back-to-top i {
  font-family: 'fontawesome';
  font-size: 60px;
  color: rgba(0, 0, 0, .25);
  transition: opacity 0.2s linear;
}

.back-to-top i:hover {
  color: rgba(0, 0, 0, 1);
}


/* Thong bao Popup  */
.tbpopup .tboverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.tbpopup .tbcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  max-width: 500px;
  z-index: 2;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border-radius: 20px;
  display: block;
  position: fixed;
  box-shadow: 0px 0px 10px #111;
}

@media (max-width: 700px) {
  .tbpopup .tbcontent {
    width: 90%;
  }
}

.tbpopup .tbclose-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  color: #ff4444;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.tbpopup.active .tboverlay {
  display: block;
}

.tbpopup.active .tbcontent {
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}

.tbbuttom {
  background: #00cc00;
  color: #fff
}

/* Loading */
.spinner-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-border {
  width: 80px;
  height: 80px;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 31%, #062e83 49%, #4566ad 50%);
  animation: spin .9s linear infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 50%;
}

.go_top.fly {
  transform: translateY(-1000px);
  transition: transform .3s ease-in;
}

.note__title {
  margin: 0;
  padding: 0;
}

em {
  position: absolute;
  font-size: 14px;
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer {
  margin-top: 50px;
}

.bg-\[\#2A3A48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 58 72 / var(--tw-bg-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.footer-animation .main-footer {
  bottom: 0;
  width: 100%;
  /*background: url(/cdn/images/wave-1RbFeuGd.png) repeat-x;*/
  /*background-size: 250rem 30rem;*/
  animation: animate 15s linear infinite;
  padding-bottom: 20px;
}


.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.z-\[2\] {
  z-index: 2;
}

@keyframes animate {
  0% {
    background-position-x: 0;
    background-position-x: -180rem
  }
}

footer .service {
  margin: 10px 0 20px 0;
}

@media (max-width: 450px) {
  .col-xxs-12 {
      width: 100% !important;
  }
}
.dropdown-menu{
  top: 80% !important;
}