body,
html {
  color: #333;
}

.content-container {
  margin: 0 auto;
  max-width: 1440px;
}

.header {
  background-color: #fff;
  box-shadow: 0 0 5px 0 #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
  max-width: 1440px;
  margin: 0 auto;
}

.header_hotline {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 12px;
  background: rgb(109, 140, 84);
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.header_hotline_detail {
  margin-left: 10px;
}

.header_hotline_phone {
  font-weight: bold;
  color: rgb(241, 207, 105);
}

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

.header_logo_img {
  height: 60px;
  width: 60px;
}

.header_logo_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.header_logo_text,
.footer_logo_text {
  color: rgb(51, 75, 53);
  font-family: "Shadows Into Light", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2;
  text-align: left;
}

.kv-section {
  height: 800px;
  width: 100%;
}

.kv_content {
  height: 100%;
  width: 100%;
}

.map-section {
  width: 100%;
  height: 600px;
  background-image: url("/assets/images/kv-3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.map-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_heading p {
  color: rgb(255, 255, 255);
  font-family: "Averia Libre", sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 2px 2px 50px white;
  background-color: #e69143;
  padding: 5px 10px;
  border-radius: 10px;
}

.map-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.footer {
  height: 410px;
  top: 0px;
  left: 0px;
  position: relative;
  width: 100%;
  background: rgb(51, 75, 53);
}

.footer_bg-img {
  position: absolute;
  top: 185.5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1203px;
  height: 224px;
  opacity: 0.1;
  width: 100%;
  background: center center/cover no-repeat scroll content-box border-box url("/assets/images/footer-bg.png");
}

.footer-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 60px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  z-index: 2;
}

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

.footer_right {
  margin-left: 20px;
}

.footer_copyright_line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer_copyright_para {
  white-space: nowrap;
  margin: 0 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
  background: #000;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.swiper-slide .title {
  color: #ed3f00;
  font-family: "Averia Libre", sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 50px white;
  position: absolute;
  bottom: 70px;
  left: 35%;
}

.swiper-slide .text {
  font-family: "Source Serif 4", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 3px 3px 50px white;
  margin-top: 20px;
  color: white;
  position: absolute;
  bottom: 180px;
  left: 43%;
  transform: translateX(-50%);
  font-weight: bold;
}

.swiper-slide .text p {
  background-color: #e69143;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
}

/** Product */
.product-section,
.intro-section {
  padding: 60px 30px;
}

.product_card {
  width: 270px;
  height: auto;
  border-radius: 10px;
  background-color: rgb(246, 244, 236);
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.product_card:hover {
  transform: scale(1.1);
}

.product_detail {
  padding: 40px 20px;
}

.product_name {
  color: rgb(51, 75, 53);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.product-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_more {
  background: rgb(241, 207, 105);
  border-radius: 6px;
  font-family: "Niramit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.product_icon,
.intro_icon {
  margin: 0 auto;
  width: max-content;
}

.product_heading,
.intro_heading {
  font-family: "Averia Libre", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.product_subheading,
.intro_subheading {
  font-family: "Source Serif 4", sans-serif;
  font-size: 16px;
  letter-spacing: 2;
  text-align: center;
  line-height: 1.5;
}

.product_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  padding: 20px;
  margin-top: 50px;
}

.main {
  margin-top: 82px;
}

.intro_card_icon {
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
}

.intro_card_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro_card {
  border-color: rgb(229, 231, 235);
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  background: rgb(255, 255, 255);
  padding: 15px 25px;
  display: flex;
  margin-top: 20px;
}

.intro_card_detail {
  margin-left: 20px;
}

.intro_card_title {
  font-family: "Averia Libre", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.intro_card_para {
  font-family: "Source Serif 4", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  margin-top: 10px;
}

.intro_content {
  display: flex;
  margin-top: 20px;
}

.intro_img {
  flex-basis: 50%;
  overflow: hidden;
  border-radius: 20px;
  height: 830px;
}

.intro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_list {
  flex-basis: 50%;
  margin-left: 30px;
}

.highlight {
  color: rgb(241, 207, 105);
}

.footer_logo_text {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.footer_right_heading {
  font-family: "Averia Libre", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.footer_right_row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer_right_row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 10px;
  font-family: "Source Serif 4", sans-serif;
}

.footer_left {
  font-family: "Source Serif 4", sans-serif;
}

@media screen and (max-width: 1280px) {
  .product_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .swiper-slide .text {
    left: 40%;
  }
  .swiper-slide .title {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_card {
    width: 340px;
  }
  .swiper-slide .text {
    left: 35%;
  }
  .swiper-slide .title {
    left: 25%;
  }
}
@media screen and (max-width: 992px) {
  .product_heading,
  .intro_heading {
    font-size: 36px;
  }
  .map_heading p {
    font-size: 34px;
  }
  .map-container iframe {
    height: 400px;
    width: 400px;
  }
  .intro_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro_img {
    height: 400px;
    width: 450px;
  }
  .intro_list {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product_card {
    width: 300px;
  }
  .intro-section {
    padding: 30px 15px;
  }
  .swiper-slide .text {
    left: 30%;
  }
  .swiper-slide .title {
    left: 15%;
  }
  .intro_img {
    flex-basis: auto;
    height: 400px;
  }
  .product_card:hover {
    transform: none;
  }
}
@media screen and (max-width: 678px) {
  .header-content {
    padding: 10px 20px;
  }
  .header_logo_img {
    height: 40px;
    width: 40px;
  }
  .header_logo_text {
    font-size: 24px;
  }
  .product_heading,
  .intro_heading {
    font-size: 28px;
  }
  .product_subheading,
  .intro_subheading {
    font-size: 14px;
  }
  .product_card {
    width: 250px;
  }
  .map-content {
    grid-template-columns: 1fr;
  }
  .map-container iframe {
    height: 350px;
    width: 600px;
  }
  .footer {
    height: auto;
  }
  .footer_copyright {
    padding-bottom: 20px;
  }
  .swiper-slide .text {
    left: 30%;
  }
  .swiper-slide .title {
    left: 6%;
  }
}
@media screen and (max-width: 567px) {
  .product_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_card {
    width: 100%;
  }
  .map-container iframe {
    height: 350px;
    width: 450px;
  }
  .swiper-slide .title {
    left: 10%;
    font-size: 35px;
  }
}
.pc {
  display: flex;
}

.sp {
  display: none;
}

@media screen and (max-width: 456px) {
  .pc {
    display: none;
  }
  .sp {
    display: flex;
  }
  .header_logo_text {
    font-size: 16px;
  }
  .header_hotline img {
    width: 30px;
    height: 30px;
  }
  .header_hotline {
    font-size: 14px;
  }
  .main {
    margin-top: 65px;
  }
  .kv-section {
    height: 600px;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer_copyright_para {
    font-size: 11px;
  }
  .footer_copyright {
    padding-bottom: 20px;
  }
  .footer_bg-img {
    top: unset;
    bottom: 0;
  }
  .footer_right {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer_right_heading {
    font-size: 18px;
  }
  .footer_right_row p {
    font-size: 12px;
  }
  .footer_logo_text {
    font-size: 38px;
  }
  .footer-content {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .swiper-slide .text {
    left: 20%;
  }
  .swiper-slide .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 390px) {
  .header-content {
    padding: 5px;
  }
  .header_logo_text {
    font-size: 16px;
  }
  .header_hotline img {
    width: 30px;
    height: 30px;
  }
  .header_hotline {
    font-size: 12px;
  }
  .main {
    margin-top: 51px;
  }
  .swiper-slide .title {
    font-size: 24px;
  }
  .swiper-slide .text {
    font-size: 16px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .product_heading,
  .intro_heading {
    font-size: 18px;
  }
  .product_subheading,
  .intro_subheading {
    font-size: 12px;
  }
  .intro_img {
    height: 350px;
    width: 350px;
    flex-basis: auto;
  }
  .intro_card_title {
    font-size: 18px;
  }
  .intro_card_para {
    font-size: 14px;
  }
  .product-section,
  .intro-section {
    padding: 20px 10px;
  }
  .product_list {
    margin-top: 20px;
  }
  .map-container iframe {
    height: 300px;
    width: 370px;
  }
  .footer {
    height: auto;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer_copyright_para {
    font-size: 11px;
  }
  .footer_copyright {
    padding-bottom: 20px;
  }
  .footer_bg-img {
    top: unset;
    bottom: 0;
  }
  .footer_right {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer_right_heading {
    font-size: 18px;
  }
  .footer_right_row p {
    font-size: 12px;
  }
  .footer_logo_text {
    font-size: 38px;
  }
  .footer-content {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 375px) {
  .footer_right_heading {
    font-size: 16px;
  }
}
.phonering-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  bottom: 50px;
  right: 100px;
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
}

@media screen and (max-width: 456px) {
  .phonering-alo-phone {
    bottom: 10px;
  }
}
.phonering-alo-phone.phonering-alo-show {
  visibility: visible;
}

.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}

.phonering-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #272d6b;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 80px;
  left: 80px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 100px;
  left: 100px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle,
#phonering-alo-phoneIcon:hover .number a {
  background-color: #272d6b;
}

#phonering-alo-phoneIcon:hover .number i {
  color: #272d6b;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle,
#phonering-alo-phoneIcon .number a {
  background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}

.pps-btn-img {
  display: block;
  width: 60px;
  height: 60px;
}

#phonering-alo-phoneIcon .number {
  top: 117px;
  left: 160px;
  position: absolute;
  width: 145px;
  z-index: 1;
  display: block;
  padding: 10px;
}

#phonering-alo-phoneIcon .number a {
  position: relative;
  background: #00aff2;
  padding: 10px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
}

#phonering-alo-phoneIcon .number i {
  display: inline;
  position: relative;
  left: -10px;
  color: #00aff2;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  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 phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.zalo-container img {
  max-width: 100%;
  height: auto;
}

.zalo-container {
  position: fixed;
  bottom: 200px;
  z-index: 9;
}

@media screen and (max-width: 456px) {
  .zalo-container {
    bottom: 150px;
  }
}
.zalo-container:not(.right) {
  left: 2.5rem;
}

.zalo-container.right {
  right: 3.5rem;
}

.zalo-container a {
  display: block;
}

.zalo-container .zalo-ico {
  display: block;
  position: relative;
  z-index: 12;
  cursor: pointer;
}

.zalo-container .zalo-ico:before {
  top: 2px;
  left: 36px;
  z-index: 4;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #fff;
  background-color: #7ed321;
}

.zalo-container .zalo-ico .zalo-ico-main {
  display: block;
  position: relative;
  z-index: 3;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 456px) {
  .zalo-container .zalo-ico .zalo-ico-main {
    width: 60px;
    height: 60px;
  }
}
.zalo-container .zalo-ico em {
  position: absolute;
  top: 7px;
  left: 17px;
}

.zalo-container .zalo-ico em:after,
.zalo-container .zalo-ico em:before {
  top: 8px;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: Grow 1.5s linear infinite;
  animation: Grow 1.5s linear infinite;
}

@media screen and (max-width: 456px) {
  .zalo-container .zalo-ico em:after,
  .zalo-container .zalo-ico em:before {
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
  }
}
.zalo-container .zalo-ico em:before {
  -webkit-box-shadow: 0 0 8px 4px #7ed321;
  box-shadow: 0 0 8px 4px #7ed321;
}

.zalo-container .zalo-ico em:after {
  -webkit-box-shadow: inset 0 0 6px 2px #7ed321;
  box-shadow: inset 0 0 6px 2px #7ed321;
}

@-webkit-keyframes Grow {
  0% {
    transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes Grow {
  0% {
    transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.video_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.video_item {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .video_list {
    grid-template-columns: 1fr;
    column-gap: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  .video_item {
    width: 100%;
  }
  .video_item iframe {
    width: 100%;
    max-width: 100vw;
  }
}