@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hanuman&display=swap);@import url(https://fonts.googleapis.com/css2?family=Battambang&display=swap);@import url(https://fonts.googleapis.com/css2?family=Preahvihear&display=swap);.bg-container {
  background-color: #F7F7F7 !important;
}

.bg-white {
  background-color: white !important;
}

a {
  text-decoration: none !important;
  color: unset;
}

body {
  font-family: "Poppins", sans-serif, "Battambang", cursive;
}

body .size-50 {
  font-size: 50px;
}

body .size-12 {
  font-size: 12px;
}

body .size-14 {
  font-size: 14px;
}

body .size-16 {
  font-size: 16px;
}

body .size-18 {
  font-size: 18px;
}

body .size-30 {
  font-size: 30px;
}

body .size-35 {
  font-size: 35px;
}

.header_container {
  position: fixed;
  top: 0;
  z-index: 999;
  margin: 0;
  width: 100%;
  transition: 0.5s ease;
}

.header_container.sticky,
.header_container.active {
  transition: 0.5s ease;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.header_container.sticky .logo,
.header_container.active .logo {
  position: relative;
  height: 100%;
  background: #da0000;
}

.header_container.sticky .logo .on_active,
.header_container.active .logo .on_active {
  display: unset !important;
}

.header_container.sticky .logo .default-logo,
.header_container.active .logo .default-logo {
  display: none !important;
}

.header_container.sticky .logo::before,
.header_container.active .logo::before {
  background-color: #da0000;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 10000px;
}

.header_container.sticky .logo::after,
.header_container.active .logo::after {
  width: 0;
  height: 0;
  border-top: 80px solid #da0000;
  border-right: 65px solid transparent !important;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
}

.header_container.sticky .menu .menu_list .row a,
.header_container.active .menu .menu_list .row a {
  color: unset !important;
}

.header_container.sticky .menu .menu_list .row:hover a,
.header_container.sticky .menu .menu_list .row.active a,
.header_container.active .menu .menu_list .row:hover a,
.header_container.active .menu .menu_list .row.active a {
  color: #da0000 !important;
}

.header_container .header_content {
  max-width: 80%;
  margin: auto;
}

.header_container .header_content .header_wrapper {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}

.header_container .header_content .header_wrapper .logo {
  width: 100px;
  cursor: pointer;
}

.header_container .header_content .header_wrapper .logo img {
  height: 70px;
  margin-top: 5px;
}

.header_container .header_content .header_wrapper .logo .on_active {
  display: none;
}

.header_container .header_content .header_wrapper .logo .default-logo {
  height: 60px;
  display: unset;
}

.header_container .header_content .header_wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: -70px;
}

.header_container .header_content .header_wrapper .menu .menu_list {
  display: flex;
  align-items: center;
}

.header_container .header_content .header_wrapper .menu .menu_list .row {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 3px 15px;
}

.header_container .header_content .header_wrapper .menu .menu_list .row a {
  font-weight: unset;
  margin: 0;
  transition: 0.3s;
  opacity: 0.8;
  font-size: 18px;
  color: white;
}

.header_container .header_content .header_wrapper .menu .menu_list .row:hover a,
.header_container .header_content .header_wrapper .menu .menu_list .row.active a {
  opacity: 1;
}

.header_container .header_content .header_wrapper .menu_bar {
  display: none;
  padding-right: 3px;
}

.header_container .header_content .header_wrapper .menu_bar span {
  cursor: pointer;
  font-size: 25px;
  color: white;
}

.header-fixed.active {
  height: 80px !important;
}

.menu_cover {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.menu_responsive {
  background-color: whitesmoke;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  z-index: 99999;
  height: 100%;
  overflow-y: auto;
}

.menu_responsive::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

.menu_responsive::-webkit-scrollbar-track {
  background: #e2eaeb;
}

.menu_responsive::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 10px;
}

.menu_responsive .menu_head {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 10px 0;
}

.menu_responsive .menu_head .logo {
  width: 150px;
  cursor: pointer;
  padding-top: 5px;
}

.menu_responsive .menu_head .logo img {
  width: 100%;
}

.menu_responsive .menu_head span {
  position: absolute;
  top: -10px;
  left: 10px;
  color: red;
  font-size: 50px;
  font-weight: 600;
}

.menu_responsive .menu_responsive_list {
  text-align: left;
}

.menu_responsive .menu_responsive_list .row {
  padding: 10px 20px;
  cursor: pointer;
  background-image: linear-gradient(90deg, #00aff0 10%, rgba(199, 199, 199, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_responsive .menu_responsive_list .row:last-child {
  background-image: unset;
}

.menu_responsive .menu_responsive_list .row.active {
  background-color: #00aff0;
  color: white;
}

.menu_responsive .menu_responsive_list .row a {
  margin: 0;
  font-weight: unset;
  font-size: 20px;
}

.container {
  padding: 20px 0;
  background-color: white;
}

.container:nth-child(2n+1) {
  background-color: #F7F7F7;
}

.container .content {
  max-width: 80%;
  margin: auto;
}

.container .content .wrapper {
  position: relative;
}

.container .content .wrapper.section_aside {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper.section_aside section {
  width: 68.3%;
  box-sizing: border-box;
}

.container .content .wrapper.section_aside aside {
  width: 30%;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.container .content .wrapper .feature_slide_content {
  padding: 0 40px;
  position: relative;
}

.container .content .wrapper .feature_slide_content .swiper {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 10px;
  background: white;
  border-radius: 4px;
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide span {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: red;
  font-size: 14px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide .image {
  cursor: pointer;
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .content .wrapper .feature_slide_content .swiper.feature_slide .swiper-wrapper .swiper-slide p {
  text-align: center;
  font-size: 16px;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .feature_slide_content .feature-button-white {
  position: absolute;
  top: 60%;
}

.container .content .wrapper .feature_slide_content .feature-button-white .slick-next {
  right: -10px;
}

.container .content .wrapper .feature_slide_content .feature-button-white .slick-prev {
  left: -10px;
}

.container .content .wrapper .feature_slide_content .feature-button-white .slick-arrow {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #da0000;
  color: #a6a6a6;
  font-weight: 700;
  line-height: 20px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  width: 35px;
  z-index: 999;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.container .content .wrapper .feature_slide_content .feature-button-white .slick-arrow:hover {
  background: #da0000 none repeat scroll 0 0;
  border: 2px solid #C8A165;
  color: #fff;
}

.container .content .wrapper .feature_slide_content .feature-button-white::after {
  display: none;
}

.container .content .wrapper .grid_container .blog_head {
  padding: 5px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .content .wrapper .grid_container .blog_head button {
  font-family: "Battambang", cursive;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  font-size: 20px;
  height: 41px;
  background-color: #00aff0;
  color: white;
  cursor: unset;
  border-radius: 3px 0 0 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.container .content .wrapper .grid_container .blog_head button:focus {
  outline: none;
}

.container .content .wrapper .grid_container .blog_head button::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 0 30px;
  border-color: transparent transparent transparent #00aff0;
}

.container .content .wrapper .grid_container .view_more {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.container .content .wrapper .grid_container .view_more h4 {
  position: relative;
  border-radius: 0 3px 3px 0;
  padding: 0 15px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: unset;
  margin: 0;
  background-color: #da0000;
  color: white;
  text-decoration: underline;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  transition: 0.3s ease-in-out;
}

.container .content .wrapper .grid_container .view_more h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 41px 30px;
  border-color: transparent transparent #da0000 transparent;
}

.container .content .wrapper .grid_container .grid_content {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.container .content .wrapper .grid_container .grid_content .grid {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
  transition: 0.3s ease-in-out;
}

.container .content .wrapper .grid_container .grid_content .grid:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
}

.container .content .wrapper .grid_container .grid_content .grid span {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: red;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.container .content .wrapper .grid_container .grid_content .grid .image img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .content .wrapper .grid_container .grid_content .grid .description {
  margin: 10px 0;
}

.container .content .wrapper .grid_container .grid_content .grid .description p {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  text-align: center;
  margin: 0;
}

.container .content .wrapper .on_product_grid .grid_content .grid .image img {
  max-height: 200px;
}

.fixed_container {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  min-height: 700px;
  color: white;
  z-index: 0;
  transition-property: background-position;
  transform: translate3d(0, 0, 0);
}

.fixed_container::before {
  content: " ";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
}

.fixed_container h1 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  font-size: 6rem;
  position: absolute;
  top: 40%;
  right: 50%;
  transform: translate(50%, -60%);
  overflow: hidden;
  text-align: center;
  flex: 1;
  background: -webkit-linear-gradient(90deg, #da0000, #00aff0, #da0000, #00aff0);
  background-repeat: no-repeat;
  background-size: 85%;
  -webkit-animation: animate 3s linear infinite;
          animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-family: "Poppins", sans-serif, "Preahvihear", sans-serif;
}

@-webkit-keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

.fixed_container .fixed_content {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 99;
  width: 100%;
}

.fixed_container .fixed_content .fixed_wrapper {
  max-width: 80%;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}

.fixed_container .fixed_content .fixed_wrapper .fixed {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
  transition: 0.3s ease-in-out;
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  max-height: 300px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.fixed_container .fixed_content .fixed_wrapper .fixed:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
}

.fixed_container .fixed_content .fixed_wrapper .fixed span {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: red;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.fixed_container .fixed_content .fixed_wrapper .fixed .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fixed_container_height {
  height: 200px;
}

.head_page_content {
  position: relative;
}

.head_page_content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 3;
}

.head_page_content .image {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

.head_page_content .image img {
  width: 100%;
  height: 100%;
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1);
}

.head_page_content .image:hover img {
  transform: scale(1.2);
}

.head_page_content .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.head_page_content .caption {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 9;
  transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
}

.head_page_content .caption h1 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  font-family: "Poppins", sans-serif, "Preahvihear", sans-serif;
  text-transform: uppercase;
  color: white;
}

.no_data_container {
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.no_data_container .no_data_content {
  display: flex;
  justify-content: center;
}

.no_data_container .no_data_content .image img {
  width: 100%;
}

.banner_page_content .image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.banner_page_content .image::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.banner_page_content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.banner_page_content .image .cap {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 99;
  color: white;
}

.banner_page_content .image .cap h3 {
  font-weight: unset;
  text-align: center;
  margin: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}

.banner_page_content .image .cap h3 a {
  font-weight: unset;
}

.banner_page_content .image .cap h3 a:hover {
  color: #da0000 !important;
}

.banner_page_content .image .cap h3 a:hover:last-child {
  cursor: unset;
  color: unset !important;
}

.banner_page_content .image .cap h3 a:last-child {
  color: #da0000;
}

.banner_page_content .image .cap h3 span {
  padding: 0 5px;
}

.container .content .wrapper .about_us_content {
  padding: 10px 0;
}

.container .content .wrapper .about_us_content .about {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}

.container .content .wrapper .about_us_content .about .description {
  padding: 10px;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .about_us_content .about .description h2 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  margin-top: 0;
  color: #00aff0;
}

.container .content .wrapper .about_us_content .about .description img {
  width: 100%;
  height: 100%;
}

.container .content .wrapper .about_us_content .about .description iframe {
  width: 100%;
  height: 400px;
}

.container .content .wrapper .contact_us_content {
  margin: 10px 0;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}

.container .content .wrapper .contact_us_content .contact h1 {
  position: relative;
  margin-top: 0;
  color: #00aff0;
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
}

.container .content .wrapper .contact_us_content .contact h1::before {
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
  background: #da0000 none repeat scroll 0 0;
}

.container .content .wrapper .contact_us_content .contact .left {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.container .content .wrapper .contact_us_content .contact .left .flex {
  width: calc(33.3333333333% - 10px);
  box-sizing: border-box;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #00aff0;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.container .content .wrapper .contact_us_content .contact .left .flex .icon {
  display: flex;
  justify-content: center;
}

.container .content .wrapper .contact_us_content .contact .left .flex .text_value {
  text-align: center;
}

.container .content .wrapper .contact_us_content .contact .left .flex .text_value h2 {
  margin: 0;
}

.container .content .wrapper .contact_us_content .contact .left .flex .text_value h4 {
  margin-top: 5px;
  font-weight: unset;
}

.container .content .wrapper .contact_us_content .contact .left .flex .text_value a {
  text-decoration: none;
  color: #da0000;
}

.container .content .wrapper .contact_us_content .contact .right {
  margin-top: 5px;
}

.container .content .wrapper .contact_us_content .contact .right .map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.footer_container {
  background: #0f1012;
  color: white;
  border-top: 1px solid white;
}

.footer_container .footer_content {
  max-width: 80%;
  margin: auto;
}

.footer_container .footer_content .footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
}

.footer_container .footer_content .footer_wrapper h3 {
  font-size: 16px;
  margin: 0;
  font-weight: unset;
}

.slide_show {
  overflow: hidden;
}

.slide_show .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  max-height: 560px;
  border-radius: 10px;
}

.slide_show .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide_show .swiper-wrapper .swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5%;
  right: 50%;
  transform: translate(50%, -50%);
}

.slide_show .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #da0000;
  border: 3px solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0 2px #888;
  margin: 0 1px;
}

.slide_show .swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00aff0;
  width: 14px;
  height: 14px;
}

.slide_show .swiper-wrapper .swiper-button-white {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg) !important;
  background-color: #da0000;
}

.slide_show .swiper-wrapper .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}

.slide_show .swiper-wrapper .swiper-button-next,
.slide_show .swiper-wrapper .swiper-button-prev {
  color: white;
}

.slide_show .swiper-wrapper .swiper-button-next:hover,
.slide_show .swiper-wrapper .swiper-button-prev:hover {
  background-color: #00aff0;
}

.slide_show .swiper-wrapper .swiper-button-next::after,
.slide_show .swiper-wrapper .swiper-button-prev::after {
  font-size: 10px;
  transform: rotate(-45deg) !important;
}

aside {
  width: 30%;
  box-sizing: border-box;
}

aside .column {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

aside .column:first-child {
  margin-top: 0;
}

aside .column:last-child {
  margin-bottom: 0;
}

aside .search_content form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

aside .search_content form input {
  font-family: "Battambang", cursive;
  border: none;
  background: none;
  height: 40px;
  width: 100%;
}

aside .search_content form input:focus {
  outline: none;
}

aside .search_content form button {
  font-family: "Battambang", cursive;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  border-radius: 4px;
}

aside .search_content form button:focus {
  outline: none;
}

aside .category_content h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  color: #00aff0;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

aside .category_content .list_content .list {
  background-image: linear-gradient(90deg, #da0000 10%, rgba(199, 199, 199, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  padding: 10px 0;
}

aside .category_content .list_content .list:last-child {
  background-image: unset;
  padding-bottom: 0;
}

aside .category_content .list_content .list:hover,
aside .category_content .list_content .list.active {
  color: #da0000;
}

aside .recent_content h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  color: #00aff0;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

aside .recent_content .recent {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}

aside .recent_content .recent:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

aside .recent_content .recent .image {
  width: 30%;
  box-sizing: border-box;
  overflow: hidden;
}

aside .recent_content .recent .image img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s, filter 1.5s ease-in-out;
}

aside .recent_content .recent .image:hover img {
  transform: scale(1.1);
}

aside .recent_content .recent .image img {
  width: 100%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

aside .recent_content .recent .description {
  width: 67%;
  box-sizing: border-box;
}

aside .recent_content .recent .description h1 {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  margin: 0;
  color: red;
}

aside .recent_content .recent .description h1,
aside .recent_content .recent .description h1 > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@supports (-webkit-line-clamp: 2) {
  aside .recent_content .recent .description h1,
  aside .recent_content .recent .description h1 > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

aside .recent_content .recent .description p {
  font-weight: unset;
  -webkit-text-stroke: 0.3px;
  margin: 10px 0;
}

.scroll-top {
  z-index: 999;
  cursor: pointer;
  color: white;
  background-color: #00aff0;
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 20px;
  right: 20px;
  padding: 0;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: hand;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.scroll-top:focus {
  background-color: #00aff0;
}

.scroll-top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  border-radius: 100%;
}

.scroll-top:hover {
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.scroll-top:active::before {
  width: 120%;
  padding-top: 120%;
  transition: all 0.2s ease-out;
}

.scroll-top.reveal {
  width: 40px;
  height: 40px;
}

.scroll-top span {
  display: block;
  font-size: 20px;
  color: #fff;
}

.container .content .wrapper section .column {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.container .content .wrapper section .detail_content {
  display: flex;
  justify-content: space-between;
}

.container .content .wrapper section .detail_content .gallery_image {
  width: 50%;
  box-sizing: border-box;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top {
  background-color: whitesmoke;
  border-radius: 4px;
  overflow: hidden;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-next,
.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-prev {
  position: absolute;
  background-color: #da0000;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 120;
  cursor: pointer;
  margin-top: -18px;
  box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-next:hover,
.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-prev:hover {
  background-color: #00aff0;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-next::after,
.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-prev::after {
  font-size: 16px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-next {
  right: 20px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-button-prev {
  left: 20px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-thumbs {
  width: auto;
  border-radius: 0 0 10px 10px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-thumbs .swiper-wrapper {
  margin: 20px 0;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: 70px !important;
  margin-right: 7px !important;
  cursor: pointer;
  opacity: 0.6;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 3px;
}

.container .content .wrapper section .detail_content .gallery_image .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: unset;
}

.container .content .wrapper section .detail_content .gallery_image .image {
  background-color: whitesmoke;
  border-radius: 4px;
}

.container .content .wrapper section .detail_content .gallery_image .image img {
  width: 100%;
  max-height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .content .wrapper section .detail_content .description {
  width: 48%;
  box-sizing: border-box;
}

.container .content .wrapper section .detail_content .description h1 {
  font-weight: unset;
  color: red;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.container .content .wrapper section .detail_content .description h3 {
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
  margin: 0;
  font-size: 20px;
}

.pagination {
  margin: 20px 0;
}

.pagination .pagination_wrapper {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination .pagination_wrapper .pagination_item {
  display: list-item;
  border: 1px solid #9c9c9c;
  padding: 5px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.pagination .pagination_wrapper .pagination_item a {
  text-decoration: none;
}

.pagination .pagination_wrapper .pagination_item:hover {
  background-color: #427af9;
  color: white;
  cursor: pointer;
}

.pagination .pagination_wrapper .pagination_item.disabled {
  cursor: no-drop;
  background: unset;
  color: unset;
}

.pagination .pagination_wrapper .pagination_item.active {
  background-color: #427af9;
  color: white;
  cursor: no-drop;
}

@media screen and (max-width: 1117px) {
  .fixed_container {
    min-height: 600px;
  }
}

@media screen and (max-width: 912px) {
  .fixed_container {
    min-height: 500px;
  }

  .header_container.sticky .header_content .header_wrapper .menu_bar span,
  .header_container.active .header_content .header_wrapper .menu_bar span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #00aff0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 840px) {
  .header_container .header_content {
    max-width: 90%;
  }

  .header_container .header_content .header_wrapper {
    justify-content: space-between;
  }

  .header_container .header_content .header_wrapper .menu {
    display: none;
  }

  .header_container .header_content .header_wrapper .menu_bar {
    display: unset;
  }

  .fixed_container {
    min-height: 400px;
  }

  .fixed_container h1 {
    margin: 0;
  }

  .fixed_container .fixed_content .fixed_wrapper {
    max-width: 90%;
  }

  .fixed_container .fixed_content .fixed_wrapper .fixed {
    max-height: 250px;
  }

  .banner_page_content .image .cap {
    left: 5%;
  }

  .container .content {
    max-width: 90%;
  }

  .container .content .wrapper .grid_container {
    width: 100% !important;
  }

  .container .content .wrapper .grid_container .grid_content .grid {
    width: calc(50% - 20px);
  }

  .container .content .wrapper .on_product_grid .grid_content .grid .image img {
    max-height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .header_container .header_content {
    max-width: 95%;
  }

  .header_container .header_content .header_wrapper .logo {
    width: 75px;
  }

  .fixed_container {
    min-height: 400px;
  }

  .fixed_container .fixed_content .fixed_wrapper {
    max-width: 95%;
  }

  .fixed_container .fixed_content .fixed_wrapper .fixed {
    width: 100%;
    display: none;
  }

  .fixed_container .fixed_content .fixed_wrapper .fixed:first-child {
    display: unset;
  }

  .fixed_container h1 {
    font-size: 5em;
    top: 50%;
    transform: translate(50, -50%);
  }

  .container {
    padding: 10px 0;
  }

  .container .content {
    max-width: 95%;
  }

  .container .content .wrapper.section_aside {
    flex-direction: column;
  }

  .container .content .wrapper.section_aside section,
  .container .content .wrapper.section_aside aside {
    width: 100%;
  }

  .container .content .wrapper.section_aside aside {
    order: 2;
    margin-top: 20px;
  }

  .container .content .wrapper .grid_container .grid_content {
    margin: -5px;
  }

  .container .content .wrapper .grid_container .grid_content .grid {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .container .content .wrapper .grid_container .grid_content .grid .image img {
    max-height: 200px;
  }

  .container .content .wrapper section .detail_content {
    flex-direction: column;
  }

  .container .content .wrapper section .detail_content .gallery_image {
    width: 100%;
  }

  .container .content .wrapper section .detail_content .gallery_image .gallery-top .swiper-wrapper .swiper-slide {
    max-height: 220px !important;
  }

  .container .content .wrapper section .detail_content .description {
    width: 100%;
  }

  .container .content .wrapper section .detail_content .description h1 {
    margin: 10px 0;
  }

  .container .content .wrapper .about_us_content .about {
    border-radius: 5px;
  }

  .container .content .wrapper .contact_us_content {
    padding: 10px;
  }

  .container .content .wrapper .contact_us_content .contact .left .flex {
    width: 100%;
  }

  .container .content .wrapper .contact_us_content .contact .right {
    margin-top: 10px;
  }

  .container .content .wrapper .contact_us_content .contact .right .map iframe {
    height: 200px;
  }

  .banner_page_content .image {
    height: 100px;
  }

  .no_data_container {
    margin: 0;
  }

  .footer_container .footer_content .footer_wrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .fixed_container h1 {
    font-size: 50px;
  }
}

body {
  background-color: #9c9c9c2b;
  margin: 0;
}

