/* BASIC SETUP */
/* Base Color  #245493*/
/* Alphabet Nav Color #547ca4 */
/* Orange Color #FF6600 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* ไม่นับความกว้างที่ + padding border  */
}

html,
body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", "Arial", "sans-serif";
  font-weight: 400;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.th {
  background-color: #fff;
  color: #000;
  font-family: "Kanit", "sans-serif";
  font-weight: 400;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
p.vis {
  font-size: 110%;
  text-align: center;
  margin-left: 12%;
}
p.vis-en {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin-left: 12%;
}

/* REUABLE COMPONENT */
.row {
  max-width: 1200px;
  margin: 0 auto; /* top bottom = 0 right left = auto  */
}
.row-file {
  max-width: 1200px;
  margin: 0 20px; /* top bottom = 0 right left = auto  */
}

section {
  padding: 40px 0;
}

.box {
  padding: 1%;
}

/* Headings */
h1,
h2,
h3 {
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 240%;
  font-weight: 350;
  word-spacing: 4px;
  letter-spacing: 1px;
}
h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #00174d;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
}

/* h2:after{
    display: block;
    height: 2px;
    background-color: #030d2d;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
} */

/* PARAGRAPH */
.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  word-break: break-word;
}

.waste-h5 {
  margin-top: 5%;
  margin-left: 15%;
}

.product-detail-cms img {
  width: 250px;
  height: auto;
}

.box h3.product-brands-h3 {
  margin-left: 40px;
  margin-top: 20px;
  text-decoration: underline;
}

.box h5.product-detail-h5 {
  align-items: center;
  margin-left: 15px;
  margin-top: 0px;
  width: 200%;
}

.download {
  margin: 40px 0;
}

.download-flex {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.download-flex span {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ff6600;
  color: #fff;
  padding: 1%;
  width: 40%;
  border: 1px solid #ff6600;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: background-color 0.4s, border 0.4s, color 0.4s;
  /* #FF6600 */
}

.file-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin-top: 10px;
}

.box h5.product-brands-h5 {
  margin-left: 2%;
  margin-top: 20px;
}

.box ul {
  margin-left: 40px;
}

.box ul li {
  margin: 20px;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

/* ICON */
.icon-big {
  font-size: 350%;
  display: block;
  color: #00174d;
  margin-bottom: 10px;
  text-align: center;
}

.icon-middle {
  font-size: 150%;
  display: inline-block;
  color: #00174d;
  text-align: center;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #245493;
  font-size: 120%;

  /* secrets to align text and icons  */
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

/* LINKs */
a:link,
a:active {
  color: #245493;
  text-decoration: none;
  padding-bottom: 1px;
  transition: color 0.2s;
}

a:hover,
a:active {
  color: #555;
}

/* BUTTONs */
.btn:link,
.btn:visited,
input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: #00174d;
  border: 1px solid #00174d;
  color: #fff;
  margin-right: 50px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #00174d;
  color: #00174d;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #08247d;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #08247d;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #08247d;
  color: #fff;
}

.btnScrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: none;
  color: #ff6600;
  transition: color 0.4s;
}

.btnScrollTop:hover {
  color: #245493;
}

.btnMetal {
  position: absolute;
  left: 85%;
  top: 15%;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: #ff6600;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
  z-index: 9999;
}

.btnMetal:hover {
  color: #ff6600;
  background-color: #fff;
}

.back-button {
  margin-left: 36%;
  margin-top: 5%;
}

.back-catalog {
  margin-left: 39%;
  margin-top: 5%;
}

.back-sub {
  margin-left: 39%;
  margin-top: 5%;
}

.back-button_en {
  margin-left: 41%;
  margin-top: 5%;
}

.back-catalog_en {
  margin-left: 41%;
  margin-top: 5%;
}

.back-sub_en {
  margin-left: 41%;
  margin-top: 5%;
}

.btnScrollTop i {
  font-size: 300%;
}

.brands-img {
  height: 50px;
  width: auto;
  transform: scale(1);
  transition: transform 0.4s;
}
.brands-img:hover {
  transform: scale(1.1);
}

.brands-product {
  margin-left: 12%;
}

/* Responsive Menu */
.responsive-menu {
  display: none;
  cursor: pointer;
}

/* Image Contact */
.contact-img {
  margin: 20px;
  height: 400px;
}

/* Table */
.hidden {
  visibility: hidden;
}
.active {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  visibility: visible;
}

table {
  margin-right: 40px;
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

table thead tr {
  background-color: #ff6600;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

table th,
table td {
  padding: 12px 15px;

  text-align: center;
}

table tbody tr {
  border-bottom: 1px solid #dddddd;
  background-color: #f3f3f3;
}

table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #00174d;
}

table tbody tr.active-row {
  font-weight: bold;
  color: #f3f3f3;
}

.content-table {
  position: absolute;
  left: 75%;
  top: 22%;
  border-collapse: collapse;
  font-size: 0.9em;
  width: 25%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.content-table thead tr {
  background-color: #ff6600;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;

  text-align: center;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
  background-color: #f3f3f3;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #00174d;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #f3f3f3;
}

.submit-product {
  margin-left: 40px;
}

ul.about-list {
  list-style: none;
}

div.pic-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

div.pic-flex img {
  width: 350px;
  height: auto;
}

/* HEADER */

/* header{
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: fixed;
    background-position-y: 800px;
} */

.image-header {
  position: relative;
}
img.head-image {
  width: 100%;
  height: 50vh;
}
.image-header::after {
  position: absolute;
  content: "";
  height: 50vh;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0.219));
}

.about-list-item-text {
  margin: 20px;
}

.flex-brands {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 0;
}

.hero-text-box {
  position: absolute;
  width: 1200px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  animation: MoveUpDown2 5s alternate;
}

.your {
  margin-top: 5%;
  margin-right: 55px;
  margin-bottom: 0;
}

.text-header {
  font-size: 120%;
  font-weight: 600;
}

.logo {
  height: 100px;
  width: auto;
  float: left;
  margin-top: 10px;
  margin-left: 100px;
}
.logo:hover {
  cursor: pointer;
}

.version_pic {
  height: 30px;
  width: auto;
  float: right;
  margin-top: 28px;
}

.item-flex-home {
  display: flex;
  justify-content: center;
}

.list-home-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 0px 20px;
  transform: scale(1);
  transition: transform 0.5s, background-image 2s;
}

.list-home-flex:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.home-box-img {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  align-self: center;
}

.alu-home {
  margin-top: 20px;
}

.btn-flex-home {
  margin: 180px 0px 0px 60px;
}

div.list-waste {
  display: flex;
  justify-content: space-around;
  line-height: 60px;
}

div.list-waste img {
  width: 500px;
  height: auto;
}

.version_pic:hover {
  cursor: pointer;
}

.ver_eng {
  margin-left: 5px;
}

.contact-navs {
  display: block;
  float: right;
  margin-right: 80px;
}
.contact-navs .contact-al {
  text-align: left;
  margin-top: 60px;
}
.contact-navs a {
  float: left;
  color: #ff6600;
}

.contact-navs a.mail {
  float: right;
}

a.file {
  margin-top: 10px;
  background-color: #fff;
  color: #00174d;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
}

a.file:hover {
  background-color: #00174d;
  color: #fff;
  border: 1px solid #00174d;
}

.info1 div.box img.office-img {
  width: 500px;
  height: auto;
}

.subproduct-image {
  width: 480px;
  height: auto;
}

nav {
  width: 100%;
  height: auto;
  margin-bottom: 2.5px;
  background-color: #fff;
  box-shadow: 0 2px 2px #efefef;
}

.stickey {
  position: fixed;
  z-index: 9999;
}

.main-nav {
  float: left;
  list-style: none;
  margin-top: 80px;
  margin-left: 220px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px;
  color: #00174d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 800;
  border-bottom: 1.5px solid transparent;
  transition: border-bottom 0.4s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 1.5px solid #030d2d;
}
.main-nav li i {
  font-size: 100%;
  display: inline-block;
  position: absolute;
}

.main-nav li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 9999;
}

.main-nav li:hover ul {
  display: block;
}

.main-nav li ul li {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  width: 220px;
}

.main-nav li ul a:link,
.main-nav li ul a:visited {
  margin-left: 0;
  margin-top: 20px;
  border: none;
  display: block;
  border-radius: 10px;
  transition: background-color 0.4s, color 0.4s;
}

.main-nav li ul a:hover,
.main-nav li ul a:active {
  color: #1a3d6a;
  background-color: #f3f3f3;
}

/* Main Nav responsive */
.main-nav-res {
  display: none;
  float: right;
  list-style: none;
  margin-top: 80px;
  margin-right: 100px;
}

.main-nav-res li {
  display: block;
  margin-left: 40px;
}

.main-nav-res li a:link,
.main-nav-res li a:visited {
  padding: 8px;
  color: #547ca4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 800;
  border-bottom: 1.5px solid transparent;
  transition: border-bottom 0.4s;
}

.main-nav-res li a:hover,
.main-nav-res li a:active {
  border-bottom: 1.5px solid #245493;
}
.main-nav-res li i {
  font-size: 100%;
  display: none;
  position: absolute;
}

.main-nav-res li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.main-nav-res li:hover ul {
  display: none;
}

.main-nav-res li ul li {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  width: 220px;
}

.main-nav-res li ul a:link,
.main-nav-res li ul a:visited {
  margin-left: 0;
  margin-top: 20px;
  border: none;
  display: block;
  border-radius: 10px;
  transition: background-color 0.4s, color 0.4s;
}

.main-nav-res li ul a:hover,
.main-nav-res li ul a:active {
  color: #1a3d6a;
  background-color: #f3f3f3;
}

/* FEATURES */
.section-features .long-copy {
  margin-bottom: 30px;
  width: 75%;
}

/* MEAL */
.section-meals {
  padding: 0;
}

.meals-showcase {
  list-style: none;
  width: 100%;
}

.meals-showcase li {
  display: block;
  float: left;
  width: 25%;
}

.meal-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.meal-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
  opacity: 1;
  transform: scale(1.03);
}

/* HOW IT WORKS */

.section-steps {
  background-color: #f4f4f4;
}

.steps-box:first-child {
  text-align: right;
  padding-right: 3%;
  margin-top: 30px;
}

.steps-box:last-child {
  padding-left: 3%;
  /* margin-top: 70px; */
}

.app-screen {
  width: 100%;
}

.works-step {
  margin-bottom: 50px;
}

.works-step:last-of-type {
  margin-bottom: 80px;
}

.works-step div {
  color: #245493;
  border: 2px solid #245493;
  display: inline-block;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 150%;
  margin-right: 25px;
}

.btn-app img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}

.btn-app:link,
.btn-app:visited {
  border: 0;
}

.info1 div.box img {
  margin: 0px;
  margin-top: 30px;
}

.info1 div.box img.zinc-prduct {
  width: 350px;
  height: auto;
  margin-left: 35%;
}

/* CITIES */
.section-cities div.row div.box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.section-cities div.flex-main-product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.section-cities div.row div.box-product {
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 50vh;
  transform: scale(0.9);
  /* opacity: 0.7; */
  transition: transform 0.5s, background-image 2s;
}
.section-cities div.row div.box-product:hover {
  background-size: cover;
  background-position: center;
  height: 50vh;
  transform: scale(1);
  /* opacity: 1; */
  transition: transform 0.5s;
}

.section-cities div.row div.box-product h3 {
  text-decoration: none;
}

.section-cities div.row div.box-product p {
  visibility: hidden;
  transition: visibility 0s;
}
.section-cities div.row div.box-product:hover p {
  opacity: 1;
  visibility: visible;
  color: #fff;
  animation: MoveUpDown 1s linear;
  position: absolute;
  left: 0;
  top: 50px;
}

.section-cities div.row div.box h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 30%;
  margin-right: 0px;
}

.section-cities div.row div.catalog h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 60%;
  margin-right: 0px;
}

.section-cities div.flex-product {
  display: flex;
  flex-wrap: wrap;
}

.section-cities div.row div.subProduct {
  width: 368px;
  height: 304px;
  margin: 10px 0 20px 20px;
}

.section-cities div.row div.subProduct h3 {
  color: #547ca4;
  font-size: 70%;
  font-weight: 600;
  margin-top: 10%;
  margin-right: 0px;
}

.section-cities div.row div.box a {
  margin-right: 0px;
}

.section-cities div.row div.box img {
  width: 80%;
  height: 150px;
  margin-bottom: 15px;
  opacity: 0.7;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

.section-cities div.row div.box img:hover {
  opacity: 1;
  transform: scale(0.9);
}

.city-feature {
  margin-bottom: 5px;
}

/* Blog News */

.section-blog div.row div.box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  width: 100%;
  margin: 20px;
}

.section-blog div.row div.box div.blog-detail {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  margin: 40px;
}

.section-blog div.row div.box h3 {
  font-weight: 600;
}

.section-blog div.row div.box p {
  text-align: left;
  width: 100%;
  margin-left: 0px;
  font-size: 75%;
}

.section-blog div.row div.box a {
  position: absolute;
  left: 80%;
  top: 70%;
}

.section-blog div.row img.head-blog-image {
  width: 650px;
  height: auto;
  margin-left: 22%;
}

.section-blog div.row div.blog-content {
  margin: 40px 80px;
  line-height: 50px;
}

.section-blog div.row div.blog-content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 200%;
  font-weight: 350;
  word-spacing: 4px;
  letter-spacing: 1px;
}

.section-blog div.row div.blog-content h2 {
  font-size: 150%;
  text-align: start;
}
.section-blog div.row div.blog-content h2:after {
  content: none;
}

.section-blog div.row div.blog-content h3 {
  color: #000;
  font-size: 120%;
}

.section-blog div.row div.blog-content li {
  margin-left: 80px;
}

.section-blog div.row div.blog-content a {
  margin-left: 40%;
}

.section-blog div.row div.box img {
  width: 25%;
  height: auto;
  margin-bottom: 15px;
  opacity: 0.7;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

.section-blog div.row div.box img:hover {
  opacity: 1;
  transform: scale(0.9);
}

.section-blog div.row div.blog-content img {
  position: sticky;
  left: 23%;
  width: 800px;
  height: auto;
}

/* Section Blog Home */
.section-blog-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.801));
  background-size: cover;
  background-attachment: fixed;
}
.section-blog-home h2 {
  color: #fff;
}

.section-blog-home div.row div.box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  width: 45%;
  margin: 30px;
  background-color: #fff;
  border-radius: 40px;
}
.section-blog-home div.row div.box p {
  text-align: left;
}

.section-blog-home div.row div.box a {
  margin-top: 10px;
  margin-right: 0px;
}

.section-blog-home div.row div.box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  opacity: 0.7;
  border-radius: 40px;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

.section-blog-home div.row div.box img:hover {
  opacity: 1;
  transform: scale(0.9);
}

.blog-feature {
  margin-bottom: 5px;
}

/* TESIMONIALS */
.section-testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.801)),
    url(img/back-customers.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

blockquote {
  /* padding: 2%; */
  font-style: italic;
  line-height: 145%;
  position: relative;
  margin: 0px 40px;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
}

blockquote:before {
  font-family: Arial, Helvetica, sans-serif;
  content: open-quote;
  font-size: 350%;
  display: block;
  position: absolute;
  top: 0px;
  left: 195px;
}
blockquote:after {
  font-family: Arial, Helvetica, sans-serif;
  content: close-quote;
  font-size: 350%;
  display: block;
  position: absolute;
  top: 0px;
  left: 885px;
}

.box p.p-home {
  text-align: center;
}

blockquote.quote-en {
  /* padding: 2%; */
  font-style: italic;
  line-height: 145%;
  position: relative;
  margin: 0px 40px;
}

blockquote.quote-en:before {
  font-family: Arial, Helvetica, sans-serif;
  content: open-quote;
  font-size: 350%;
  display: block;
  position: absolute;
  top: 0px;
  left: 155px;
}
blockquote.quote-en:after {
  font-family: Arial, Helvetica, sans-serif;
  content: close-quote;
  font-size: 350%;
  display: block;
  position: absolute;
  top: 0px;
  left: 930px;
}

cite img {
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* Sign UP */
.section-plans {
  background-color: #f4f4f4;
}

.plan-box {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
  background-color: #fcfcfc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plan-box div:last-child {
  text-align: center;
  border: 0;
}

.plan-price {
  font-size: 300%;
  margin-bottom: 10px;
  font-weight: 100;
  color: #245493;
}

.plan-price span {
  font-size: 30%;
  font-weight: 300;
}

.plan-price-meal {
  font-size: 100%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

.section-blog div.row div.blog-content img {
  width: 950px;
  height: auto;
  margin-left: 5%;
}

/* FORM */

.contact-form {
  width: 80%;
  margin: 40px auto;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type="checkbox"] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

/* FOOTER */
footer {
  background-color: #030d2d;
  padding: 60px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  float: left;
  font-size: 120%;
}

.social-links {
  list-style: none;
  float: right;
}

.social-links .contact-foot {
  font-size: 120%;
}

.social-links .contact-p-foot {
  color: #fff;
  font-weight: 400;
}

.social-links .contact-p-foot-AP {
  color: #fff;
  font-size: 80%;
  font-weight: 400;
}
.flag-foot {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
}

.contact-p-foot-AP li {
  margin-top: 20px;
}

.footer-nav li {
  display: inline-block;
  margin-right: 20px;
}

.social-links li {
  display: block;
}

footer p {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 100%;
}

.social-links li a img {
  width: 30px;
  height: auto;
}

.social-links li a span {
  margin-left: 10px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 0;
  color: #fff;
  transition: color 0.2s;
  margin-top: 5px;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
  text-decoration: none;
  border: 0;
  color: #fff;
}

.contact-map {
  width: 1200px;
  height: 450px;
  margin-left: 40px;
}

/* Careers  */
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content {
  margin: 40px 80px;
  line-height: 50px;
}

img.download-file {
  width: 10%;
  height: auto;
}

.accordion-item-body-content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 200%;
  font-weight: 350;
  word-spacing: 4px;
  letter-spacing: 1px;
}

.accordion-item-body-content h2 {
  font-size: 150%;
  text-align: center;
}
.accordion-item-body-content h2:after {
  content: none;
}

.accordion-item-body-content h3 {
  color: #000;
  font-size: 120%;
  height: 60px;
}

.accordion-item-body-content li {
  margin-left: 80px;
}

@keyframes MoveUpDown {
  0% {
    top: 0px;
  }
  50%,
  100% {
    top: 50px;
  }
}

@keyframes MoveUpDown2 {
  0% {
    top: 0%;
  }
  50%,
  100% {
    top: 40%;
  }
}

.fade {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* .loadPage.hidden{
    animation: fadeOut 5s;
    animation-fill-mode: forwards;
}


.wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headImg{
    width: 100px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 10px;
}
.text {
    color: #245493;
    display: inline-block;
    margin-left: 5px;
  }
  
  .bounceball{
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
  }
  
  .bounceball::before{
      position: absolute;
      content: '';
      display: block;
      top: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #245493;
      transform-origin: 50%;
      animation: bounce 500ms alternate infinite ease;
  }

@keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }*/

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
