@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #747894;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin: 5px;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fdb813;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

ul,
li,
ol {
  padding-left: 30px;
}

/* CSS để tùy chỉnh kiểu hiển thị của chú thích */
.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#footer #call-phone {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 9999;
}
#footer #call-phone .phonering-alo-phone {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-circle {
  width: 100%;
  height: 100%;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle {
  width: 60px;
  background: #111;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone img {
  width: 30px;
  height: 30px;
}
#footer #call-phone .phonering-alo-phone .numberphone {
  width: 130px;
  background: #111;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-30%, -50%);
  padding: 6px 12px;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
#footer #call-phone .phonering-alo-phone .numberphone .link-phone {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer #call-phone .phonering-alo-phone .numberphone .fa-caret-right {
  position: absolute;
  right: -5px;
  top: 8px;
  color: #111;
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#footer #zalo {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 9999;
}
#footer #zalo .zalo-icon img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

