@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Noto+Sans+Thai:wght@100..900&display=swap');
@import url("https://use.typekit.net/kie1vxq.css");
html {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  scroll-behavior: smooth;
  /* height: 100vh;*/
  overflow-x: hidden;
  color: #383838;
}
body {
  font-family: "Noto Sans Thai", "IBM Plex Sans Thai", sans-serif;
  font-optical-sizing: auto;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  /* height: 100%;*/
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-weight: 400;
  overflow-x: hidden;

}
body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-webkit-selection {
  color: #FFFFFF;
  background: #ff8000;
}
::-moz-selection {
  color: #FFFFFF;
  background: #ff8000;
}
::selection {
  color: #FFFFFF;
  background: #ff8000;
}
a {
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  opacity: .7;
}
img a:hover, img a:active, img a:focus {
  opacity: .7;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.container {
  max-width: 1280px;
}

.bgbubble {
  background-image: url('../images/bgbubble.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
}
.bgbubble2 {
  background-image: url('../images/bgbubble.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
}
hr.black {
  border-top: 1px solid #000000;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.under {
  border-top: 10px solid #ffffff;
  width: 50px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}
hr.line {
  border-top: 2px solid #ffffff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:1024px) {}
@media (max-width:768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width:512px) {
  a:hover, a:active, a:focus {
    opacity: 1;
  }
  img a:hover, img a:active, img a:focus {
    opacity: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 60%;
    margin-top: 22px;
    opacity: .4;
    width: 15px;
    height: 24px;
    background-size: 15px 24px;
  }
}
@media (max-width:411px) {}
/**************************** color ****************************/
.bgmenu {
  background-color: #ed8971;
  background: url(../images/bgmenu.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: right top;
}
.bgmenu2 {
  background-color: #da8b6d;
  background-repeat: repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../images/bggred.png");
}
.bgmenu3 {
  background-color: #ed8971;
  background: url(../images/bgmenu2.png);
  background-repeat: repeat;
  background-position: left top;
}
.white {
  color: #FFFFFF;
}
.grey {
  color: #707070;
}
.black {
  color: #000000;
}
.orange {
  color: #EC6E51;
}
.blue {
  color: #6a95e2;
}
.purple {
  color: #764ac4;
}
.bgorange {
  background-color: #EC6E51;
  color: #FFFFFF;
}
.gredmain {
  background: rgb(250, 202, 174);
  background: -moz-linear-gradient(270deg, rgba(250, 202, 174, 1) 0%, rgba(231, 104, 71, 1) 85%);
  background: -webkit-linear-gradient(270deg, rgba(250, 202, 174, 1) 0%, rgba(231, 104, 71, 1) 85%);
  background: linear-gradient(270deg, rgba(250, 202, 174, 1) 0%, rgba(231, 104, 71, 1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facaae", endColorstr="#e76847", GradientType=1);
}
.gredorange {
  background: rgb(255, 239, 212);
  background: -moz-linear-gradient(90deg, rgba(255, 239, 212, 1) 0%, rgba(217, 62, 31, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 239, 212, 1) 0%, rgba(217, 62, 31, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 239, 212, 1) 0%, rgba(217, 62, 31, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefd4", endColorstr="#d93e1f", GradientType=1);
}
.gredpurple {
  background: rgb(94, 86, 237);
  background: -moz-linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(233, 90, 170, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(233, 90, 170, 1) 100%);
  background: linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(233, 90, 170, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e56ed", endColorstr="#e95aaa", GradientType=1);
}
.gredblue {
  background: rgb(94, 86, 237);
  background: -moz-linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(118, 219, 216, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(118, 219, 216, 1) 100%);
  background: linear-gradient(90deg, rgba(94, 86, 237, 1) 0%, rgba(118, 219, 216, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e56ed", endColorstr="#76dbd8", GradientType=1);
}
.greddarkorangeani {
  background: linear-gradient(0deg, #ff2800, #ff8d00);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
.gredpurpleani {
  background: linear-gradient(0deg, #b63f82, #6350f4);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
.gredblueani {
  background: linear-gradient(0deg, #6350f4, #39dcd7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 65%
  }
  50% {
    background-position: 100% 36%
  }
  100% {
    background-position: 0% 65%
  }
}
.textgradient {
  background: #ff5800;
  background: linear-gradient(to right, #ffe7bf 0%, #ff5800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/**************************** font ****************************/
.title {
  font-family: "acme-gothic-extrawide", "IBM Plex Sans Thai", sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 500;
}
.header {
  font-family: "acme-gothic-extrawide", "IBM Plex Sans Thai", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 10px;
}
.subheader {
  font-family: "acme-gothic-extrawide", "IBM Plex Sans Thai", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.subheader2 {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.small {
  font-size: 11px;
  line-height: 14px;
}
.copy {
  font-size: 11px;
  line-height: 12px;
}
#footer {
  background-color: #D66F51;
}
#footer .title {
  font-size: 30px;
  line-height: 26px;
  font-weight: 600;
}
#footer {
  font-size: 12px;
  line-height: 16px;
}
#footer .small {
  font-size: 12px;
  line-height: 16px;
}
#footer li {
  color: #ffffff;
  padding-bottom: 10px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 16px;
}
#footer li > a:hover {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
#footer li.active a {
  color: #000000;
}
#footer a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  border: none;
}
#footer a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
#download a {
  color: #EC6E51;
  background-color: transparent;
  text-decoration: none;
}
#download a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
/**************************** element ****************************/
.logo {
  width: 170px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.icoapp {
  width: 45px;
  margin-top: 10px;
  margin-left: 5px;
}
.icohelp {
  width: 80px;
  margin-top: 10px;
  margin-right: 10px;
}
.icomore {
  width: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#storyfront img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 20px;
}
.bgtabgred {
  background-color: #ffffff;
  background: url(../images/bggred.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: left top;
  padding: 20px;
 /* max-width: 500px;*/
  color: #FCFCFC
}
.storymore {
  position: relative;
  margin-top: -50px;
  right: 16px;
  float: right;
}
.bottom-right {
  position: relative;
  /* bottom: 30px;*/
  margin-top: -150px;
  right: 16px;
  float: right;
}
.bottom-left {
  vertical-align: bottom;
  top: auto;
  bottom: 0;
}
.slogan {
  max-width: 450px;
  margin-bottom: 10px;
}
#interview .swiper-container {
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 10px;
}
#interview .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  height: auto;
  padding-bottom: 10px;
}
#interview .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#interview .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
}
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 45px;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container {
  width: 100%;
  padding-bottom: 45px;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  height: auto;
  padding-bottom: 45px;
}
.modal-backdrop {
  background-color: white;
}
body.modal-open {
  overflow: visible !important;
  height: auto !important;
  z-index: 999999;
}
.social {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
}
.textcount {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-wrap: wrap;
  line-height: 1.5 !important;

}
.box {
 box-shadow: rgba(251, 71, 19, 0.08) 0px 4px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffe6df;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  height: auto;
}
#newsinside .box {
 box-shadow: rgba(251, 71, 19, 0.08) 0px 4px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffe6df;
  background-color: rgba(255, 255, 255, .5);
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#news .box img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0px;
}
.boxoutline {
  box-shadow: rgba(251, 71, 19, 0.01) 0px 0px 0px 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffe6df;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
.interviewbox {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 3px;
}
.pointer {
  cursor: pointer;
}
.card-body {
  margin-top: 20px;
}
.lineleft {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: solid;
  padding: 5px;
  border-color: #ffffff;
  text-align: left;
}
.lineright {
  border: 1px;
  border-bottom: 0px;
  border-left-style: none;
  border-right-style: solid;
  padding: 5px;
  margin-right: 20px;
  border-color: #ffffff;
  margin-left: 10px;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
body.modal-open {
  overflow: visible !important;
  height: auto !important;
  z-index: 999999;
}
#news .container {
  padding-bottom: 100px;
  padding-top: 80px;
}
.space {
  padding-top: 60px;
}
.startonlydesktop {
  padding-top: 60px;
}
.startonlymobile {
  padding-top: 0px;
}
.endonlymobile {
  padding-bottom: 0px;
}
.borderround {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.borderround2 {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.iconbenefit {
  width: 140px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.iconhow {
  width: 120px;
  margin-bottom: 10px;
}
.iconsmall {
  height: 13px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.accordion-button.collapsed::after {
  background: url("../images/minus.svg");
  background-repeat: no-repeat;
  background-position: top;
  right: 0px;
  top: 10px;
  margin-left: 20px;
  position: absolute;
  border: none;
}
.accordion-button:not(.collapsed)::after {
  background: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: top;
  right: 0px;
  top: 10px;
  margin-left: 20px;
  position: absolute;
}
.accordion-item {
  border: none;
}
.accordion-header {
  color: #EC6E51;
}
.accordion-body {
  padding: 0px;
  padding-top: 10px;
  padding-right: 50px;
  margin-bottom: 20px;
}
.accordion-button {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 0px;
  padding-top: 0px;
  padding-right: 50px;
  border: none;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #EC6E51;
  background-color: #ffffff;
}
.people {
  width: 250px;
}
.circletext {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; /* may require vendor prefixes */
  background: #ff5800;
  font-family: "acme-gothic-extrawide", "IBM Plex Sans Thai", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#newsmain {
  border: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination .page-link {
  color: #EC6E51;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.page-link {
  color: #EC6E51;
  background-color: #ffffff;
  border: 1px solid #EC6E51;
}
#articletext img {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/**************************** home ****************************/
#storyfront {
  margin-top: 50px;
  padding: 20px;
}
#storyfront .swiper-container {
  width: 100%;
  padding-bottom: 45px;
}
#storyfront .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .3);
  color: #000000;
  font-weight: 700;
  height: auto;
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/*#storyfront .tabstory {
  background-color: #000000;
  border-radius: 6px;
  padding: 20px;
  align-self: flex-start;
  width: 100%;
}*/
#storyfront .tabstory {
  border-radius: 6px;
  padding: 20px;
   height: 100%;
  align-self: flex-start;
  width: 100%;
  background: linear-gradient(222deg,#c84a2f,#da6f4e,#bb00be,#5f55e8,#68dbdb,#64d7d6);
  background-size: 360% 360%;
  animation: gradient-animation 14s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.iconpartner {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  .iconpartner {
    max-width: 200px;
  }
  #storyfront {
    margin-top: 20px;
  }
  #storyfront .swiper-container {
    width: 100%;
    margin-top: 20px;
  }
  #storyfront .swiper-slide {
    min-height: 300px;
  }
}
#storyfront .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #EC6E51;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#storyfront .swiper-pagination-bullet-active {
  opacity: 1;
  background: #EC6E51;
  width: 10px;
  height: 10px;
}
.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #EC6E51;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EC6E51;
  width: 20px;
  height: 20px;
}
.list-group-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
}
/**************************** home ****************************/
/**************************** button ****************************/
.active {
  border: 1px solid #c6d74b;
  color: #ffffff;
  text-decoration: none;
  background-color: #c6d74b;
  cursor: none;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: inline-flex;
  max-width: 150px;
  margin-right: 10px;
}
.enter {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
}
.enter:active, .enter:hover, .enter:focus {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-decoration: none;
}
.enter:hover {
  text-decoration: none;
}
.enter:focus {
  text-decoration: none;
}
.enteroutline {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #EC6E51;
  border-radius: 6px;
  background-color: #ffffff;
  color: #EC6E51;
  text-decoration: none;
  margin-top: 10px;
  width: auto;
}
.enteroutline:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #EC6E51;
}
.enteroutline:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #EC6E51;
}
.more {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
  width: 60px;
}
.more:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.more:active {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: transparent;
}
/**************************** others ****************************/
.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list li {
  padding-bottom: 10px;
  margin-left: -15px;
}
.zoom {
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.zoomin {
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.zoomin:hover {
  opacity: .7;
}
.fadeIn {
  transition: transform .9s; /* Animation */
}
.fadeOut {
  transition: transform .4s; /* Animation */
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  margin: 0 5px;
  font-size: 12px;
  line-height: 15px;
}
.page-item {
  margin-right: 10px;
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid white;
}
.pagination li.active a {
  background-color: red;
  color: white;
}
.pagination li:hover:not(.active) a {
  background-color: #ddd;
}
.mobilebelow {
  max-width: 456px;
  margin-top: -90px;
}
@media (max-width:1024px) {
  body {
    font-size: 16px;
    line-height: 22px;
	  font-weight: 400;
  }
  .logo {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title {
    font-size: 54px;
    line-height: 56px;
  }
  .header {
    font-size: 34px;
    line-height: 34px;
  }
  .subheader {
    font-size: 26px;
    line-height: 32px;
  }
  .subheader2 {
    font-size: 16px;
    line-height: 20px;

  }
}
/**************************** tablet  ****************************/
@media (max-width:768px) {
  .logo {
    width: 120px;
  }
  .helpbelow {
    margin-bottom: 120px;
  }
}
/**************************** mobile  ****************************/
@media (max-width:512px) {

  .logo {
    width: 120px;
    margin-left: 40px;
  }
  .icoapp {
    width: 35px;
  }
  .icohelp {
    width: 65px;
  }
  .bgtabgred {
    background-position: center top;
    padding: 20px;
    width: 100%;
  }
  .bottom-right {
    bottom: auto;
    right: auto;
    margin-top: 0px;
  }
  #news .container {
    padding-top: 30px;
  }
  .space {
    padding-top: 30px;
  }
  .startonlydesktop {
    padding-top: 0px;
  }
  .startonlymobile {
    padding-top: 40px;
  }
  .endonlymobile {
    padding-bottom: 40px;
  }
  .mobilebelow {
    /*   margin-top: 20px;*/
    margin-top: -190;
    margin-left: -30px;
    overflow-x: hidden;
  }
  .helpbelow {
    margin-bottom: 140px;
  }
  .bgmenu {
    background-position: center top;
  }
  .people {
    max-width: 300px;
  }
  .iconhow {
    width: 120px;
  }
  #newsmain {
    border: 0px;
  }
  .box {
    min-height: 320px;
  }
}
/**************************** small mobile  ****************************/
@media (max-width:360px) {}
@media (max-width:214px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .title {
    font-size: 24px;
    line-height: 28px;
  }
  .header {
    font-size: 20px;
    line-height: 24px;
  }
  .subheader {
    font-size: 24px;
    line-height:32px;
  }
  .subheader2 {
    font-size: 16px;
    line-height: 20px;
  }
}
/**************************** form  ****************************/
form {
  color: #AEB0B2;
  display: flex;
  padding: 1px;
  border: none;
  border-bottom: 1px solid #00B5EF;
  border-radius: 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.btn:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: #AEB0B2;
  width: 100%;
}
input[type="search"]::placeholder {
  color: #bbb;
}
button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
button[type="submit"]:hover {
  opacity: 1;
}
button[type="submit"]:focus, input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #AEB0B2;
  border-color: #AEB0B2;
  outline: none;
}
.swiper-slide {
  height: 100%;
}
.fadeIn {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alpha {
  filter: grayscale(100%);
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.alpha:hover, .alpha:active, .alpha:focus {
  filter: grayscale(0%);
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/* story page*/
.hightlightstory {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.seemore {
  position: absolute;
  width: 35px;
}
.morehightlight {
  width: 35px;
}
.morehightlight2 {
  width: 25px;
}
.spacetext {
  margin-top: 0px;
}
@media (max-width:512px) {
  .spacetext {
    margin-top: 20px;
  }
  .seemore {
    position: absolute;
    width: 25px;
  }
  .morehightlight {
    width: 25px;
  }
}
.modal-content
{
	border: none;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}
