@charset "UTF-8";
/* CSS Document */
/******************************

/***********
1. Fonts
***********/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;900&amp;display=swap");
/*********************************
2. Body and some general stuff
*********************************/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-size: 15px;
  font-weight: normal;
  background: #FFFFFF;
  color: #696969;
}

body:lang(vi), body:lang(en_US) {
  font-family: 'UTM Avo';
}

body:lang(jp) {
  font-family: 'YasashisaGothicBold';
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  color: #696969;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
img{max-width:100%;}
a:hover {
  color: #f5b254;
}

::-moz-selection {
  color: #f5b254;
}

::selection {
  color: #f5b254;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.form-control {
  color: #db5246;
}

section {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.nopadding {
  padding: 0px !important;
}

.button {
  display: inline-block;
  height: 45px;
  background: #283290;
}

.button::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #f5b254;
  content: '';
  z-index: 0;
  -webkit-transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
  transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
}
.button>span{position:relative; z-index:100;}
.button a {
  display: block;
  position: relative;
  line-height: 45px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 39px;
  padding-right: 45px;
  letter-spacing: 0.05em;
  z-index: 10;
}

.button:hover::before {
  height: 100%;
}

.button:hover a {
  color: #FFFFFF !important;
}

.section_title {
  padding-top: 17px;
}

.section_title h2 {
  font-size: 30px;
  font-weight: normal;
  color: #232323;
}

.section_title h2:lang(vi), .section_title h2:lang(en_US) {
  font-family: 'UTM Avo';
}

.section_title h2:lang(jp) {
  font-family: 'YasashisaGothicBold';
}

.section_title_light h2 {
  color: #FFFFFF;
}

/*********************************
3. Header
*********************************/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
}

.header.scrolled {
  top: -18px;
}

/*********************************
3.1 Top Bar
*********************************/
.top_bar {
  width: 100%;
  background: #e31e1e;
}

.top_bar_content {
  width: 100%;
  height: 18px;
  padding-left: 214px;
}

/*********************************
3.2 Header Content
*********************************/
.header_container {
  width: 100%;
  background: #FFFFFF;
}

.header_content {
  height: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header_content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.header.scrolled .header_content {
  height: 68px;
}

.main_nav ul li {
  display: inline-block;
}

.main_nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger i {
  font-size: 24px;
  color: #272727;
}

.language_nav {
  margin-left: 47px;
}

.language_nav .flag-item {
  padding-left: 0;
  padding-right: 0;
}

.language_nav .flag-item img {
  width: 40px;
}

.language_nav .flag-item::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f0d7";
  float: right;
  padding-top: 2px;
  padding-left: 5px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*********************************
3.3 Logo
*********************************/
.logo_container .logo_brand img {
  width: 100%;
  max-width: 242px;
}

@media(max-width: 1200px) {
	.navbar-logo{width:160px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .logo_container .logo_brand {
    text-align: center;
    padding: 20px 0 10px;
  }
}

.header.scrolled .menu-item a {
  padding: 23px 22px;
}

.header.scrolled .sub-menu .menu-item a {
  padding: 13px 30px;
}

.header.scrolled .language_nav a {
  padding: 20px 0 20px 22px;
}

.language_nav {
  padding-right: 0;
  padding-left: 0;
}

.language_nav a {
  padding: 22px 22px;
}

.language_nav .sub-menu {
  min-width: auto;
}

.language_nav a:before {
  content: none !important;
}

.logo_container a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.logo {
  margin-top: 27px;
}

.logo span {
  color: #f5b254;
}

.logo_container a .logo:hover {
  color: #283290;
}

.logo_text {
  font-size: 30px;
  font-weight: 500;
  color: #283290;
  line-height: 0.75;
}

.logo_box {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #f5b254;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 1px;
}

.logo_sub {
  font-size: 14px;
  font-weight: 400;
  color: #8f8e8e;
  padding-left: 3px;
  margin-top: 2px;
}

/*********************************
4. Menu
*********************************/
.menu_container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  z-index: 101;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
}

.menu_container .row {
  height: 72px;
}

.menu_container .logo_brand {
  max-width: 242px;
}

.menu_container .logo_brand img {
  width: 100%;
}

.menu_container .container {
  -webkit-box-shadow: 0 3px 8px -3px grey;
          box-shadow: 0 3px 8px -3px grey;
}

.menu_container .top_container {
  height: 18px;
  width: 100%;
  background: #e31e1e;
}

.menu_container.active {
  visibility: visible;
  opacity: 1;
}

.menu_inner, .menu {
  width: 100%;
  height: 100%;
}

.menu_inner .menu {
  top: -18px;
  position: relative;
  background-image: url(../images/pattern.html);
  background-repeat: repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_inner .language_mm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu_list {
  width: 100%;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1000ms 400ms ease;
  transition: all 1000ms 400ms ease;
  opacity: 0;
}

.menu_list li {
  text-align: center;
}

.menu_container.active .menu_list {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.menu_item {
  margin-bottom: 5px;
}

.menu_item a {
  font-size: 36px;
  font-weight: bold;
  color: #272727;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_item a:hover {
  color: #ffb606;
}

.header_container {
  width: 100%;
  z-index: 999;
}

.menu_brand_container img {
  width: 100%;
}

.menu_close_container {
  cursor: pointer;
  float: right;
}

.menu_close_container .menu_close i {
  color: #000000;
  font-size: 20px;
}

.menu_close:hover i {
  color: #f5b254;
}

.menu_extra {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 15%;
  padding-bottom: 25px;
}

.menu_appointment a {
  font-size: 13px;
  color: #283290;
}

.menu_emergencies {
  font-size: 13px;
  color: #272727;
}

/*********************************
5. Home
*********************************/
.home {
  width: 100%;
}

.home .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home .owl-dots button:focus {
  outline: 0 !important;
  border: 0 !important;
}

.home .owl-dots .active span {
  background: #e31e1e !important;
}

.home_slider_container {
  position: relative;
  width: 100%;
  height: 770px;
  text-align: center;
}

@media (max-width: 1400px) {
  .home_slider_container {
    height: 650px;
  }
}

@media (max-width: 992px) {
  .home_slider_container {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .home_slider_container {
    height: 350px;
  }
}

@media (max-width: 600px) {
  .home_slider_container {
    height: 270px;
  }
}

.home_slider_container .banner_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.home_slider_container .row {
  height: 100%;
}

.home_slider_container .video_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .home_slider_container .video_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.home_slider_container .video_slider .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.home_slider_container .video_slider .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home_slider_container .container {
  z-index: 3;
  height: 100%;
}

.home_slider_container .container img {
  width: 100%;
}

.home_slider_container .container .banner_2 {
  position: absolute;
  top: 0;
  right: 130px;
  width: auto;
  max-width: 170px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .home_slider_container .container .banner_2 {
    right: 90px;
    max-width: 140px;
  }
}

@media (max-width: 992px) {
  .home_slider_container .container .banner_2 {
    right: 35px;
    max-width: 90px;
  }
}

@media (max-width: 600px) {
  .home_slider_container .container .banner_2 {
    right: 30px;
    max-width: 60px;
  }
}

.home_slider_container .container .banner_text {
  padding-left: 100px;
  padding-top: 100px;
  padding-right: 160px;
  z-index: 3;
}

.home_slider_container .container .banner_text h2 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 65px;
      color: #ec1e32;
	  /*
  background: radial-gradient(circle, #fae596 0%, #eec764 30%, #fae596 64%, #eec764 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  -webkit-filter: drop-shadow(2px 3px #333);
          filter: drop-shadow(2px 3px #333);
}

@media (max-width: 1200px) {
  .home_slider_container .container .banner_text {
    padding-top: 100px;
    padding-right: 215px;
  }
}

@media (max-width: 992px) {
  .home_slider_container .container .banner_text {
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
    padding-right: 90px;
  }
  .home_slider_container .container .banner_text h2 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .home_slider_container .container .banner_text {
    padding-top: 50px;
  }
  .home_slider_container .container .banner_text h2 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .home_slider_container .container .banner_text {
    padding-top: 30px;
    padding-right: 70px;
  }
  .home_slider_container .container .banner_text h2 {
    font-size: 35px;
  }
}

.home_slider_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.home_slider_background .banner_1 {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 2;
}

@media (max-width: 1600px) {
  .home_slider_background .banner_1 {
    bottom: 25px;
  }
}

@media (max-width: 992px) {
  .home_slider_background .banner_1 {
    bottom: 15px;
  }
}

@media (max-width: 600px) {
  .home_slider_background .banner_1 {
    bottom: 10px;
  }
}
/*********************************
8. Ichi Snack
*********************************/
.ichi_snack {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .ichi_snack {
    min-height: 430px;
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .ichi_snack {
    padding-bottom: 85px;
    height: auto;
  }
}

.bg-ichi_snack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
}

.ichi_snack .ichi_snack-background,.ichi_snack-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.ichi_snack .container {
  z-index: 3;
}

.ichi_snack .section_title {
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}

.ichi_snack .section_title h2 {
  position: relative;
  font-size: 70px;
  color: #f0c245;
  /*
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #f0c245;*/
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  letter-spacing: -6px;
     line-height: 1.5em;
}

@media (max-width: 992px) {
  .ichi_snack .section_title h2 {
    letter-spacing: 0;
  }
}

.ichi_snack .section_title img.image_1 {
  position: absolute;
  left: -125px;
  top: 50px;
  max-width: 100%;
  z-index: 1;
}

.ichi_snack .section_title img.image_2 {
  position: absolute;
  right: -55px;
  top: 0;
  max-width: 100%;
  z-index: 1;
}

@media (max-width: 992px) {
  .ichi_snack .section_title img.image_2 {
    top: -25px;
  }
}

@media (max-width: 992px) {
  .ichi_snack .section_title h2 {
    font-size: 43px;
    -webkit-text-stroke-width: 2px;
  }
  .ichi_snack .section_title img {
    right: -100px;
    width: 100px;
  }
}

@media (max-width: 600px) {
  .ichi_snack .section_title img {
    right: 0;
  }
}

.ichi_snack .ichi_snack-content {
  padding-left: 15px;
  z-index: 3;
}

.ichi_snack .ichi_snack-content .ichi_snack-text p, .ichi_snack .ichi_snack-content .ichi_snack-text ul li {
  color: #000000;
}

.ichi_snack .ichi_snack-content .ichi_snack-button {
  margin-top: 25px;
  background: #f0c245;
}

.ichi_snack .ichi_snack-content .ichi_snack-button::after {
  background: #e41515;
}

.ichi_snack .ichi_snack-image {
  z-index: 2;
}

.ichi_snack .ichi_snack-image img {
  width: 100%;
  margin-left: 85px;
}

@media (max-width: 768px) {
  .ichi_snack .ichi_snack-image img {
    margin-left: 0;
  }
}
/*********************************
10. CTA
*********************************/
.cta {
  width: 100%;
}

.cta_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta_content {
  max-width: 768px;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 2;
}

.cta_content h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.cta_content .cta_button {
  margin-top: 15px;
  background: #ffffff;
}

.cta_content .cta_button a {
  color: #000000;
}

.cta_image img {
  width: 100%;
}
/*********************************
11. Footer
*********************************/
.footer {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.copyright {
  width: 100%;
  background: #cb200b;
}
.copyright p, .copyright a{
	color:#ffffff;
}
.copyright a:hover {
    color: #f5b254;
}
.copyright_content {
  width: 100%;
  height: auto;
  padding:10px 0;
}
.copyright-button {
    background: #ac1502;
}
.cr {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cr {
    text-align: center;
  }
}

.footer_logo img {
  margin-bottom: 25px;
}

.footer_title {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
}

.footer-p {
  margin-bottom: 15px !important;
  color: #000000;
}

.footer_social {
  margin-bottom: 50px;
}

.footer_social .footer_social-title {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_social ul {
  margin-right: -5px;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li:not(:last-child) {
  margin-right: 15px;
}

.footer_social ul li a i {
  color: #000000;
  padding: 5px;
  font-size: 26px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_social ul li a i:hover {
  color: #f5b254;
}

.banner-section {
  position: relative;
}

.banner-section .banner-content {
  position: absolute;
  top: calc(50% - 75px);
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-section .banner-content .banner_title {
  border-radius: 100px;
  background-image: url(../images/banner-title.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.banner-section .banner-content .banner_title h1 {
  color: #ffffff;
  font-size: 22px;
  padding: 13px 39px 16px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .banner-section .banner-content {
    top: 50%;
  }
}

.banner-section .banner-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 1440px) {
  .banner-section .banner-image {
    min-height: 350px;
  }
}

@media (max-width: 992px) {
  .banner-section .banner-image {
    min-height: 300px;
  }
}

.banner-section.career-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-section.career-banner .banner-content .banner_title h1 {
    color: #ffffff;
    font-size: 36px;
    padding: 20px 30px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    min-width: 280px;
}

@media (max-width: 992px) {
  .banner-section.career-banner .banner-content .banner_title h1 {
    font-size: 30px;
  }
}

.font-small {
  font-size: 18px !important;
}

.about_us {
  width: 100%;
  position: relative;
  background-color: #fcf1dd;
}

.about_us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_white.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.about_us .about_us-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 400px, 400px, contain;
  background-position: top 50% left 0, right 0 bottom 150px, center;
  background-repeat: no-repeat, no-repeat, repeat;
  z-index: 3;
}

@media (max-width: 992px) {
  .about_us .about_us-background {
    background-position: top 50% left -50%, right -50% bottom 150px, center;
  }
}

@media (max-width: 768px) {
  .about_us .about_us-background {
    background-position: top 50% left -200px, right -200px bottom 150px, center;
  }
}

@media (max-width: 540px) {
  .about_us .about_us-background {
    background-position: top 50% left -250px, right -250px bottom 150px, center;
  }
}

.about_us .about_us-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-size: 1920px 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.about_us .about_us-overlay img {
  width: 100%;
}

.about_us .container {
  z-index: 4;
}

.about_us .about_us-content {
  margin-bottom: 30px;
}

.about_us .about_us-content .section_title {
  margin-bottom: 25px;
}

.section_title h2,.section_title .heading {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 992px) {
  .section_title h2,.section_title .heading {
    font-size: 37px;
  }
}

.about_us .about_us-content .about_us-text p {
  text-align: center;
  color: #000000;
}

/*********************************
2. Certificate
*********************************/
.certificate {
  width: 100%;
  background: transparent;
  position: relative;
}

@media (max-width: 992px) {
  .certificate {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.certificate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.certificate .container {
  z-index: 3;
}

.certificate .certificate-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
}

.certificate .certificate-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 120px;
  background-size: 1920px 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.certificate .certificate-content .section_title {
  margin-bottom: 3rem;
}

.certificate .certificate-content .section_title p {
  color: #000000;
  font-size: 14px;
  text-align: center;
  max-width: 768px;
  margin: 15px auto 0;
  line-height:1.5;
}

.certificate .certificate-content .certificate-list li {
  margin-bottom: 45px;
}

.certificate .certificate-content .certificate-list li img,.certificate .certificate-content .certificate-img{
  width: 100%;
  -webkit-box-shadow: 3px 3px 13px 5px #d4d4d4;
          box-shadow: 3px 3px 13px 5px #d4d4d4;
}

@media (max-width: 540px) {
  .certificate .certificate-content .certificate-list li {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .certificate .certificate-content {
    margin-bottom: 100px;
  }
  .certificate .certificate-content .section_title {
    margin-bottom: 2rem;
  }
}

/*********************************
3. Counter
*********************************/
.counter {
  width: 100%;
  background: #fcf1dd;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.counter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_white.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.counter .container {
  z-index: 3;
}

.counter .counter-content .section_title {
  margin-bottom: 75px;
}

.counter .counter-content .section_title h2 {
  font-size: 60px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 992px) {
  .counter .counter-content .section_title h2 {
    font-size: 37px;
  }
}

.counter .counter-content .counter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.counter .counter-content .counter-list li {
  width: calc(100%/4 - 55px);
}

.counter .counter-content .counter-list li img {
  max-width: 100%;
}

.counter .counter-content .counter-list li img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 65px));
          transform: translateX(calc(-50% + 65px));
  bottom: 0;
  max-width: 110px;
}

.counter .counter-content .counter-list li .counter-wrap {
  position: relative;
}

.counter .counter-content .counter-list li h2 {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.counter .counter-content .counter-list li #counter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 5px), calc(-50% + 5px));
          transform: translate(calc(-50% - 5px), calc(-50% + 5px));
  width: 100%;
}

.counter .counter-content .counter-list li #counter span {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

.counter .counter-content .counter-list li #counter span.counter-small {
  font-size: 25px;
}

.counter .counter-content .counter-list li #counter i {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 992px) {
  .counter .counter-content .counter-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter .counter-content .counter-list li {
    width: calc(100%/2 - 25px);
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .counter .counter-content .counter-list li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.counter .counter-content .counter-button {
  position: relative;
  max-width: 768px;
  margin: 65px auto 0;
}

.counter .counter-content .counter-button img {
  width: 100%;
}

.counter .counter-content .counter-button .text-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 5px), calc(-50% + 5px));
          transform: translate(calc(-50% - 5px), calc(-50% + 5px));
  width: 100%;
  text-transform: inherit;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 768px) {
  .counter .counter-content .counter-button {
    margin: 35px auto 0;
  }
  .counter .counter-content .counter-button a {
    font-size: 14px;
  }
}

/*********************************
1. Step
*********************************/
.step {
  position: relative;
  width: 100%;
  background: transparent;
  padding-top: 40px;
  padding-bottom: 30px;
}

.step .step_title {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.step .step_title img {
  width: 90px;
}

.step .step_title h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px));
}

.step .section_title {
  margin-bottom: 65px;
}

.step .section_title h2 {
  margin: 0 auto;
  max-width: 768px;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.step .step_content .step-text p {
  color: #000000;
  font-weight: 500;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .step .step_content .step-image {
    margin-bottom: 25px;
  }
  .step .step_content .step-text p {
    text-align: justify;
    text-justify: inter-word;
  }
}

.step-1 {
  position: relative;
  width: 100%;
  background: #ffffff;
}

.step-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.step-1 .step-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.step-1 .container {
  z-index: 2;
}

.step-2 {
  position: relative;
  width: 100%;
  background: #fcf1dd;
  padding-top: 73px;
  padding-bottom: 73px;
}

.step-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_white.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.step-2 .step-2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 197px;
  background-size: 1920px 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .step-2 .step-2-overlay {
    bottom: -50px;
  }
}

.step-2 .container {
  z-index: 3;
}

.step-3 {
  padding-top: 50px;
  padding-bottom: 95px;
  background: #ffffff;
}

.step-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.step-3 .step-3-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

.step-3 .step-3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 150px;
  background-size: 1920px 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .step-3 .step-3-overlay {
    bottom: -50px;
  }
}

.step-3 .container {
  z-index: 4;
}

/*********************************
1. Career
*********************************/
.career {
  width: 100%;
  background: transparent;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.career::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.career .container {
  z-index: 2;
}

.career .section_title {
  background: #e31e1e;
  padding: 10px 0;
  text-align: center;
}

.career .section_title h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.career p.pt-empty {
  background: #e31e1e;
  color: #ffffff;
  padding: 7px 0 12px;
}

.table-style nav {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
}

.table-style table {
  margin-bottom: 0;
  color: #000000;
  white-space: nowrap;
  background: #ffffff;
}

.table-style .table td, .tab-content .tab-pane .table-style .table th {
  padding: 7px 5px;
}

.table-style table thead th {
  border: none;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
}

.table-style table thead th:first-of-type {
  text-align: left;
  padding: 0 25px;
}

.table-style table thead {
  background: #e31e1e;
}

.table-style table tbody tr {
  border-bottom: 2px solid #e5ab42;
}

.table-style table tbody tr td {
  border: none;
  vertical-align: middle;
  font-size: 14px;
}

.table-style .table-hover tbody tr td:first-of-type {
  text-align: left;
  font-weight: bold;
  padding: 15px 25px;
}

.table-style .table-hover tbody tr td a {
  color: #000000;
}

.table-style .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  color: #000000;
}

.table-style nav .page-item.active .page-link, .table-style nav .page-item .page-link.active {
  background: #e20612;
}

/*********************************
2. Career Detail
*********************************/
.career-content {
  padding: 25px 10px 45px 10px;
  margin-right: 0;
  margin-left: 0;
  background-color: #ffffff;
}

.career-content .career-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .career-content .career-info {
    margin-bottom: 25px;
  }
}

.career-content .career-info .circle-icon {
  position: relative;
  background: #e1e1e1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #e31e1e;
  font-size: 23px;
  margin-right: 15px;
}

.career-content .career-info .circle-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.career-content .career-info .text p {
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.career-content .career-info .text span {
  color: #e31e1e;
  font-weight: bold;
  margin-bottom: 5px;
}

.career-content .career-text {
  margin-top: 50px;
}

.career-content .career-text p, .career-content .career-text ul li {
  color: #000000;
}

@media (max-width: 992px) {
  .career-content .career-text {
    margin-top: 0;
  }
}

.career-content .career_form_container {
  margin-top: 50px;
}

.career-content .career_form_container .form_title {
  text-align: center;
  margin-bottom: 25px;
}

.career-content .career_form_container .form_title h2 {
  font-size: 22px;
  color: #ee1c29;
  font-weight: bold;
}

.career-content .career_form_container .career_form {
  display: block;
  position: relative;
  width: 100%;
}

.career-content .career_form_container .career_input {
  position: relative;
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background: #fcf1dd;
  padding-left: 25px;
}

.career-content .career_form_container .career_form > div:not(:last-child) {
  margin-bottom: 20px;
}

.career-content .career_form_container .input_container::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #20d34a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.career-content .career_form_container .input_container:hover::after {
  visibility: visible;
  opacity: 1;
}

.career-content .career_form_container .career_input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.career-content .career_form_container .career_input:-moz-placeholder {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.career-content .career_form_container .career_input::-moz-placeholder {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.career-content .career_form_container .career_input:-ms-input-placeholder {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.career-content .career_form_container .career_input::input-placeholder {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.career-content .career_form_container .input_file_container .input-file {
  position: relative;
  height: 44px;
}

.career-content .career_form_container .input_file_container .input-file span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: #fcf1dd;
  cursor: pointer;
  color: #000000;
  padding-left: 25px;
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
}

.career-content .career_form_container .input_file_container .input-file input {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.career-content .career_form_container .input_file_container .input-file ins {
  font-size: 12px;
  color: #000000;
}

.career-content .career_form_container p.label {
  color: #000000;
  font-style: italic;
  font-size: 14px;
}

.career-content .career_form_container .input_file_container {
  margin-bottom: 5px !important;
}

.career-content .career_form_container .form_submit {
  margin-top: 25px;
}

.career-content .career_form_container .career_button {
  height: 40px;
  background: #ee1c29;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.career-content .career_form_container .career_button a {
  line-height: 40px;
}

.product_slide_item {
  position: relative;
}

.swiper-slide-thumb-active .arrow-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.product_slide_item .ratio-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-position: center;
}

.product_slide_item img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product_slide_item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_slide_item .product_slide_item_title {
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 992px) {
  .product_slide_item .product_slide_item_title {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .product_slide_item .product_slide_item_title {
    font-size: 14px;
  }
}

.ratio-2-3 {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}

.ratio-3-4 {
  position: relative;
  width: 100%;
  padding-top: 133%;
  overflow: hidden;
}

.tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70%;
  z-index: 99;
}

@media (max-width: 992px) {
  .tooltip {
    position: relative;
    top: -70px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0;
    display: block;
  }
}

@media (max-width: 600px) {
  .tooltip {
    top: -30px;
  }
}

.tooltip .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip .ratio-content {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.tooltip-inner {
  max-width: 100% !important;
  /* If max-width does not work, try using width instead */
  width: 550px;
  padding: 15px;
}

@media (max-width: 992px) {
  .tooltip-inner {
    width: 100%;
  }
}

.tooltip-img {
  width: 100%;
}

.tooltip-content-title {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip > .tooltip-inner {
  background-color: white;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: white !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: white !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: white !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: white !important;
}

.product_section {
  padding-top: 75px;
  padding-bottom: 50px;
}

.product_title {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .product_title {
    margin-bottom: 35px;
  }
}

.product_sub_title {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .product_sub_title {
    font-size: 23px;
  }
}

.product_content .product_des_title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.product_content .product_des_content {
  color: white;
}

.product_content .product_des_content p {
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 992px) {
  .product_content .product_des_content p {
    text-align: justify;
    text-justify: inter-word;
  }
}

.product_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 400px;
  z-index: 2;
}

@media (max-width: 992px) {
  .product_feature {
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .product_feature {
    min-height: 300px;
  }
}

.product_feature .product_feature_image img {
  width: 100%;
}

.product_feature .product_feature_image.image_1 {
  left: -100px;
  width: 90%;
}

.product_feature .product_feature_image.image_2 {
  width: 65%;
  right: -80px;
  left: auto;
}

.product_feature .product_feature_image.image_2 img {
  margin-bottom: 13px;
}

@media (max-width: 992px) {
  .product_feature .product_feature_image {
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .product_feature .product_feature_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .product_feature .product_feature_image .product_weight {
    margin-top: 0;
  }
}

@media (max-width: 540px) {
  .product_feature .product_feature_image {
    bottom: 0;
  }
  .product_feature .product_feature_image.image_1 {
    left: -50px;
  }
  .product_feature .product_feature_image.image_2 {
    right: -30px;
  }
  .product_feature .product_feature_image.image_2 .product_weight {
    margin-top: -10px;
  }
}

.product_related {
  padding-top: 170px;
}

@media (max-width: 540px) {
  .product_related {
    padding-top: 30px;
  }
}

.product_weight {
  text-align: center;
  font-weight: bold;
  margin-top: -25px;
}

.product_weight span {
  background-color: white;
  padding: 5px 15px;
  border-radius: 20px;
  color: #000000;
}

@media (max-width: 540px) {
  .product_weight {
    margin-top: 0;
  }
}

.product_list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_list .product_list_item {
  text-align: center;
  margin-bottom: 20px;
}

.product_list .product_list_item img {
  width: 90%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product_list .product_list_item .product_list_item_title {
  color: black;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.product_list .product_list_item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_color_mat_ong {
  background-color: #e41e1f;
}

.product_color_kid .product_title {
  margin-bottom: 40px;
}

.product_color_cracker, .product_color_kid {
  position: relative;
}

.product_detail:before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 150px);
    background: #e31e1e;
    content: "";
    width: 100%;
}
.product_color_cracker .product_detail-bg, .product_color_kid .product_detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat;
}

.product_color_cracker .product_title, .product_color_kid .product_title {
  color: #e31e1e;
}

.product_color_cracker .product_content .product_des_title, .product_color_cracker .product_content .product_des_content p, .product_color_kid .product_content .product_des_title, .product_color_kid .product_content .product_des_content p {
  color: #000000;
}

.product_color_cracker .product_feature_image, .product_color_kid .product_feature_image {
  position: relative;
  top: 0;
  left: 0;
}

.product_color_cracker .product_feature_image img, .product_color_kid .product_feature_image img {
  width: 100%;
}

@media (max-width: 992px) {
  .product_color_cracker .product_feature_image, .product_color_kid .product_feature_image {
    text-align: center;
  }
  .product_color_cracker .product_feature_image img, .product_color_kid .product_feature_image img {
    margin: 15px 0;
    max-width: 100%;
    width: auto;
  }
}

.product_color_snack_mat_ong {
  background-color: #f0bb5d;
}

.maps {
  padding-top: 55px;
  padding-bottom: 75px;
  position: relative;
  background: transparent;
}

.maps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_gray.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}

.maps .maps-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.maps .container {
  z-index: 3;
}

.maps .section_title {
  text-align: center;
  margin-bottom: 45px;
}

.maps .section_title h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.maps .contact-maps {
  text-align: center;
}

.maps .contact-maps img {
  max-width: 100%;
}

.maps .map-list .item {
  position: relative;
}

.maps .map-list .item {
  position: relative;
}

.maps .map-list .item.active .contact-info {
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 15px -8px #222;
          box-shadow: 3px 3px 15px -8px #222;
}

.maps .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 10px 15px;
}

.maps .contact-info:hover {
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 15px -8px #222;
          box-shadow: 3px 3px 15px -8px #222;
}

.maps .contact-info .contact-number span {
  background-image: url(../images/contact/number.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 5px;
}

.maps .contact-info .contact-text {
  margin-left: 15px;
  display: inline-block;
}

.maps .contact-info .contact-text h3 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.maps .contact-info .contact-text p {
  font-size: 14px;
  color: #000000;
}

@media (max-width: 768px) {
  .maps .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-break: break-word;
  }
  .maps .contact-info .contact-number {
    text-align: center;
    margin-bottom: 15px;
  }
}

.contact-form {
  padding-top: 115px;
  padding-bottom: 75px;
  background: #fcf1dd;
  position: relative;
}

@media (max-width: 992px) {
  .contact-form {
    padding-top: 55px;
  }
}

.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern_white.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
}
.contact-form.no-after{
	background:transparent;
}
.contact-form.no-after:after{
	background:none;
	display:none;
}
.contact-form .contact_form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 150px;
  background-size: 1920px 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .contact-form .contact_form-overlay {
    bottom: -50px;
  }
}

.contact-form .container {
  z-index: 3;
}

.contact-form .section_title {
  text-align: center;
  margin-bottom: 45px;
}

.contact-form .section_title h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.contact-form .contact_input {
  position: relative;
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background: #ffffff;
  padding-left: 25px;
}

.contact-form .contact_form > div:not(:last-child) {
  margin-bottom: 18px;
}

.contact-form .input_container::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #20d34a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-form .input_container:hover::after {
  visibility: visible;
  opacity: 1;
}

.contact-form .contact_input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.contact-form .contact_input:-ms-input-placeholder {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.contact-form .contact_input::-ms-input-placeholder {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.contact-form .contact_input::placeholder {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.contact-form .contact_text_area {
  height: 160px;
  padding-top: 13px;
}

.contact-form .contact_button {
  height: 40px;
  background: #ee1c29;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.contact-form .contact_button a {
  line-height: 40px;
}

.input_success {
  color: #008000;
  font-weight: bold;
}

.input_error {
  color: #ff0000;
  font-weight: bold;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.list-socials > li:first-child > a,
.list-socials li:last-child > a,
.list-socials li{display:inline-block;list-style:none}
.list-socials li a{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:12px;text-align:center;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color:#fff;}
.list-socials li a:hover{color:#fff;}
.footer .list-socials{margin:15px 0 0 0;overflow:hidden}
.footer .list-socials li a{background-color:#4582ec;color:#fff;font-size:18px; margin:2px 2px;}
 .list-socials li.instagram a{
	 background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 }
 .list-socials li.tiktok a{background:#000000;}
 .list-socials li.facebook a{background:#4666A5;}
 .list-socials li.youtube a{background:#FF0B16;}
 .list-socials li.twitter a{background:#009EED;}
 .list-socials li.instagram:hover a{background:#fff; color:#f09433;}
 .list-socials li.facebook:hover a{background:#fff; color:#4666A5;}
 .list-socials li.tiktok:hover a{background:#fff; color:#000000;}
 .list-socials li.youtube:hover a{background:#fff; color:#FF0B16;}
 .list-socials li.twitter:hover a{background:#fff; color:#009EED;}
@media(min-width:992px){
	.table-responsive table tbody tr td.td-center-table{
		text-align:center
	}
}
@media screen and (max-width: 992px) {
table.table-mobile-responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.table-mobile-responsive caption {
  font-size: 1.5em;
  margin: .25em 0 .75em;
}

table.table-mobile-responsive tr {
    background: #fcf1dd;
    border: 1px solid #e5ab42;
    padding: 0.35em;
}

table.table-mobile-responsive th, table.table-mobile-responsive td {
  padding: .625em;
  text-align: center;
}

table.table-mobile-responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table.table-mobile-responsive td img { text-align: center; }

	table.table-mobile-responsive { border: 0; }

	table.table-mobile-responsive caption { font-size: 1.3em; }

	table.table-mobile-responsive thead { display: none; }

	table.table-mobile-responsive tr {
	  border-bottom: 3px solid #e5ab42;
	  display: block;
	  margin-bottom: .625em;
	}
	table.table-mobile-responsive tr th{
		 border-bottom: 1px solid #e5ab42;
	}
	table.table-mobile-responsive td {
	  border-bottom: 1px solid #5c5c5c;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	}
	table.table-mobile-responsive td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}

	table.table-mobile-responsive td:last-child { border-bottom: 0; }
}
/********TABLE RESPONSIVE***********/
.card-news .blog-entry-title {
    display: -webkit-box;
    height: 2.8rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
	color:#333333;
    line-height: 1.3em;
}
.card-news .blog-entry-title a{
	color:#333333;
}
.card-news .blog-description {
    margin-top: 13px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
	line-height:1.5em;
}
.blog-entry-meta-link {
    display: inline-block;
    color: #333333 !important;
    font-weight: 400;
    font-size: 12px;
}
.image-full{
	position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
}

.image-full:after{
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full img{
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
	-o-object-fit: contain;
    object-fit: contain;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.image-full.image-full-contain img{
	  -o-object-fit: contain;
    object-fit: contain;
}
.image-full.image-full-cover img{
	  -o-object-fit: cover;
    object-fit: cover;
}
.pagination {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.page-item {
    margin: .15rem;
}
.page-link {
    position: relative;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
}
.pagination .page-link {
    border-radius: .3125rem;
    font-size: .9375rem;
}
.page-item .page-link {
    border: 1px solid #d71b1b;
    color: #ffffff;
    background: #d71b1b;
}
.page-item.active .page-link {
    z-index: 3;
    color: #d71b1b;
    background-color: #ffff;
    border-color: #d71b1b;
}
.title h1 {
    font-size: 22px;
    font-weight: bold;
}
h4.section-title {
    font-size: 22px;
    font-weight: bold;
}
.post-related-news{font-size:14px;}
.related-news ul{list-style:none;padding:0;margin:0;}
.related-news ul li{padding-top:5px;margin-top:5px;padding-left:20px;position:relative;}
.related-news ul li:before{position:absolute;top:12px;left:5px;content:"\f111";font:normal normal normal 8px/1 FontAwesome;font-size: 6px;}
.related-news ul li a{color:#000;}
.section-title{position:relative;}
.section-title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #d81b1b;
}

nav>.breadcrumb li {
    font-size: 12px;
    padding: 0 6px 0 11px;
    position: relative;
    color: #fff;
    display: inline-block;
}
.breadcrumb-item::before {
    margin-top: .0625rem;
    content: "\f054" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: .9em;
    vertical-align: middle
}
.breadcrumb-item:first-child::before {
    display: none
}
.breadcrumb-item>a {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    color: #4b566b
}
.breadcrumb-item>a:hover {
    color: #103178
}
.breadcrumb-item>a>i {
    margin-top: -.175rem;
    margin-right: .375rem;
    font-size: 1.05em;
    vertical-align: middle
}

.breadcrumb-item.active {
    cursor: default
}

.breadcrumb-light .breadcrumb-item>a:hover {
    color: #277fc2
}

.breadcrumb-light .breadcrumb-item.active {
    color: rgba(255, 255, 255, .6)
}
.bg-no-after:after{
	display:none;
}