@charset "utf-8";
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  #recipeCarousel .carousel-inner .carousel-item > div {
    display: none;
  }
  #recipeCarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (max-width: 991px) {
  #recipeCarousel .carousel-inner .carousel-item-right.active,
  #recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  #recipeCarousel .carousel-inner .carousel-item-left.active,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
@media (min-width: 991px) {
  #recipeCarousel .carousel-inner .carousel-item-right.active,
  #recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  #recipeCarousel .carousel-inner .carousel-item-left.active,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}
#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#elogFeatureFunctionBody .carousel-inner .carousel-item > div {
  display: none;
}
#elogFeatureFunctionBody .carousel-inner .carousel-item > div {
  display: block;
}
@media (min-width: 768px) {
#elogFeatureFunctionBody .carousel-inner .carousel-item.active,
#elogFeatureFunctionBody .carousel-inner .carousel-item-next,
#elogFeatureFunctionBody .carousel-inner .carousel-item-prev {
  display: flex;
}
}

@font-face {
  font-family: "LINESeedSansTH_W_Bd";
  src: url("../fonts/EOT/LINESeedSansTH_W_Bd.eot");
  src: url("../fonts/EOT/LINESeedSansTH_W_Bd.eot") format("embedded-opentype"),
    url("../fonts/WOFF/LINESeedSansTH_W_Bd.woff") format("woff"),
    url("../fonts/WOFF2/LINESeedSansTH_W_Bd.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedSansTH_W_He";
  src: url("../fonts/EOT/LINESeedSansTH_W_He.eot");
  src: url("../fonts/EOT/LINESeedSansTH_W_He.eot") format("embedded-opentype"),
    url("../fonts/WOFF/LINESeedSansTH_W_He.woff") format("woff"),
    url("../fonts/WOFF2/LINESeedSansTH_W_He.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedSansTH_W_Rg";
  src: url("../fonts/EOT/LINESeedSansTH_W_Rg.eot");
  src: url("../fonts/EOT/LINESeedSansTH_W_Rg.eot") format("embedded-opentype"),
    url("../fonts/WOFF/LINESeedSansTH_W_Rg.woff") format("woff"),
    url("../fonts/WOFF2/LINESeedSansTH_W_Rg.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedSansTH_W_Th";
  src: url("../fonts/EOT/LINESeedSansTH_W_Th.eot");
  src: url("../fonts/EOT/LINESeedSansTH_W_Th.eot") format("embedded-opentype"),
    url("../fonts/WOFF/LINESeedSansTH_W_Th.woff") format("woff"),
    url("../fonts/WOFF2/LINESeedSansTH_W_Th.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedSansTH_W_XBd";
  src: url("../fonts/EOT/LINESeedSansTH_W_XBd.eot");
  src: url("../fonts/EOT/LINESeedSansTH_W_XBd.eot") format("embedded-opentype"),
    url("../fonts/WOFF/LINESeedSansTH_W_XBd.woff") format("woff"),
    url("../fonts/WOFF2/LINESeedSansTH_W_XBd.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
.load-div {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #2c49a1;
}

.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  border: 8px solid #ff5c31;
  border-radius: 50%;
  border-top: 8px solid #2c49a1;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  box-shadow: 0 0 15px #ff5c31;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  color: #333;
}
body h1 {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
}
body h4 {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
}
.banner-header-elog-desktop {
  width: 100%;
}

.titleHeaderElog {
  padding-top: 200px;
}
.titleHeaderElog h1 {
  background: -webkit-linear-gradient(left, #fd4a1d, #fcb045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";

  display: inline-block;
}
.titleHeaderElog h3 {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 35px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
}
.titleHeaderElog h2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
}
.titleHeaderElog h2 b {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-weight: normal;
}
.divHeaderBody {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.divHeader {
  background-image: url("../image/Headers_ELOG_Desktop_3000x1000_.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  /* -webkit-animation: zoomin 10s linear;
	animation: zoomin 10s linear;
  animation-fill-mode: forwards; */
  /* top: 0%; */
}

.xBoldFont {
  font-family: "LINESeedSansTH_W_XBd", "sans-serif";
}
.mBoldFont {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
}
.mFont {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
}

.header {
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  color: #fff;
  padding: 20px 0;
  /* rgba(44, 73, 161,0.8), */
  background: -webkit-linear-gradient(
    rgba(15, 31, 80, 1),
    rgba(15, 31, 80, 0.7),
    rgba(15, 31, 80, 0)
  );
}
#logoElogHeader {
  display: inline;
  width: 10%;
  margin-top: 5px;
}
#logoElogHeader picture img {
  width: 105px;
  height: 33px;
}
#logoElogHeader h2 {
  font-family: "LINESeedSansTH_W_XBd", "sans-serif";
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
  display: inline;
}
.nav {
  width: 100%;
  position: relative;
}

.fader {
  width: 100%;
  margin-bottom: -5px;
}

.nav ul.hideDivUlHeader {
  margin: 0px 0px;
  padding-bottom: 5px;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 200px;
  padding-left: 1px;
  padding-bottom: 5px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  right: 2px;
  position: absolute;
  top: 2px;
  background-color: rgba(20, 42, 107, 0.6);
  z-index: 1;
}

.nav ul.hideDivUlHeader li {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a {
  color: #fff;
  cursor: pointer;
}

#nav ul.hideDivUlHeader li.animatMenu a:link,
#nav ul.hideDivUlHeader li.animatMenu a:visited,
#nav ul.hideDivUlHeader li.animatMenu a:active,
#nav ul.hideDivUlHeader li.animatMenu a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;

  cursor: pointer;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  padding: 4px 20px;
  background-color: transparent;
  border-radius: 30px;
  position: relative;
}
#nav ul.hideDivUlHeader li.animatMenu.active a {
  background-color: #ff5c31;
  border-radius: 30px;
}
#nav ul.hideDivUlHeader li.animatMenu a::after {
  content: "";
  background-color: #ff5c31;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: left 0.5s, opacity 0.5s;
}
#nav ul.hideDivUlHeader li.animatMenu a:hover::after,
#nav ul.hideDivUlHeader li.animatMenu._active a:hover::after {
  top: 52%;
  left: 50%;
  opacity: 1;
}

#nav ul.hideDivUlHeader li.phoneContactElogHeader a:link,
#nav ul.hideDivUlHeader li.phoneContactElogHeader a:visited,
#nav ul.hideDivUlHeader li.phoneContactElogHeader a:active,
#nav ul.hideDivUlHeader li.phoneContactElogHeader a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 100px;
  transition: background-color 0.2s;
  cursor: pointer;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  padding: 3px 30px;
  background-color: #ff5c31;
  border-radius: 30px;
  position: relative;
}
.phoneContactElogHeader {
  position: absolute;
  top: 0;
  right: 0;
  width: 198px;
}
.phoneContactElogHeader a {
  font-size: 20px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  text-decoration: none;
  padding: 5px 20px;
  background-color: #ff5c31;
  border-radius: 30px;
  display: inline-block;
  transition: background-color 0.5s;
  color: #000;
}
.phoneContactElogHeader a:hover {
  font-size: 20px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  text-decoration: none;
  padding: 5px 20px;
  background-color: #ff8e31;
  border-radius: 30px;
  display: inline-block;
}
.phoneContactElogHeader a:hover .iconPhone {
  display: inline-block;
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.phoneContactElogHeader {
  z-index: 10;
}

.phoneContactElogHeader a p {
  display: inline;
}
.menuMobileListElogHeader {
  display: none;
}
.menuMobileElogHeader {
  display: none;
}

.vdoElogOutSide {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.vdoElogInside {
  display: inline-block;
  width: 230px;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 45px;
  padding: 70px 60px 80px 60px;
  cursor: pointer;
  transition: background 0.5s;
}
.vdoElogInside i {
  /* color: #fff; */
  font-size: 45px;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(left, #fd4a1d, #2c49a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  transition: background 0.5s;
}
.vdoElogInside p {
  background: -webkit-linear-gradient(
    left,
    #fff,
    #4f73dd,
    #fd4a1d,
    #ff8e31,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-weight: normal;
  margin-bottom: 0px;
  transition: background 0.5s;
}
.vdoElogInside:hover i {
  background: -webkit-linear-gradient(left, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
}
.vdoElogInside:hover p {
  background: -webkit-linear-gradient(left, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
}
.btnContact {
  background: -webkit-linear-gradient(top, #58da71, #15832b);
  /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.7); */
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  text-decoration: none;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
}

.btnContact:hover {
  background: #e16500;
  background: -webkit-linear-gradient(top, #e19200, #e16500);
  font-weight: 500;
  color: #fff;
}
.tdTitle {
  width: 600px;
}
.tdTitleVdo {
  width: auto;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-1px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
}
.paddingLeft15Margin {
  padding: 0 0 0 15%;
  margin: 0;
}
.noPaddingMargin {
  padding: 0;
  margin: 0;
}
.paddingMargin1 {
  padding: 1;
  margin: 0;
}

.elogWhat {
  padding: 0;

  /* background: #fff; */
}

.photo-div-truck-yellow {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 60px 0 0;
  margin: 0;
  padding: 60px 0 0 0;
  position: relative;
  overflow: hidden;
}
.photo-div-truck-yellow .titleElogWhat {
 padding: 30px 0 0 0;
    position: relative;
    height: 100%;
}
.photo-div-truck-yellow .titleElogWhat h4 {
  font-size: 40px;
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  z-index: 500;
  position: absolute;
  top: 15%;
  right: 15%;
}
.photo-div-truck-yellow .titleElogWhat img {
  width: 400px;
  height: 310px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.photo-div-truck-yellow .bodyElogWhat {
  background-color: #fff;
  padding: 60px 5%;
}
.bodyElogWhat div {
  padding: 40px 5%;
}
.bodyElogWhat div ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}
.bodyElogWhat div ul li {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  margin-bottom: 15px;
  font-size: 18px;
  background: url(../image/checked.svg) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 2px 10px 20px 35px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
}
.bodyElogWhat p {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 18px;
}
.bodyElogWhat p b {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
}
.elogFor {
  padding: 0;
}
.elogFor .bodyTop {
  background-image: url("../image/clound.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 20;
  background-color: rgb(255, 255, 255);
  height: 100px;
}
.elogFor .bodyBottom {
  background-image: url("../image/elog-for.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  background-color: rgb(255, 255, 255);
  background-position: center top;
  height: 200px;
}
.elogFor .bodyElogFor {
  padding: 0;
}
.elogFor .bodyElogFor img {
  width: 540px;
  height: 262px;
  margin-top: 30px;
}

.elogFor .bodyElogFor h4 {
  font-size: 32px;
  margin-bottom: 60px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  z-index: 500;
  position: relative;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
}
.elogFor .bodyElogFor p {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 18px;
}
.elogFor .bodyElogFor p b {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
}
.elogFor .bodyElogFor ul {
  list-style-type: none;
}
.elogFor .bodyElogFor ul li {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  margin-bottom: 15px;
  font-size: 18px;
  background: url(../image/checked2.svg) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 2px 10px 20px 35px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
}
.elogFeature {
  padding: 0;
}
.elogFeature .bodyElogFeature1 {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px 25px 60px 0px;
}
.elogFeature .bodyElogFeature2 {
  width: 100%;
  height: 100%;
  background: rgb(190, 52, 52);
  position: relative;
  overflow: hidden;
}
.elogFeature .bodyElogFeature2 .problemPhoto1 div,
.elogFeature .bodyElogFeature2 .problemPhoto3 div {
  position: absolute;
  bottom: 15%;
  left: 17%;
}
.elogFeature .bodyElogFeature2 .problemPhoto2 div,
.elogFeature .bodyElogFeature2 .problemPhoto4 div {
  position: absolute;
  bottom: 15%;
  left: 15%;
}
.elogFeature .bodyElogFeature2 .problemPhoto11 .problemPhoto1:hover,
.elogFeature .bodyElogFeature2 .problemPhoto33 .problemPhoto3:hover {
  transform: scale(1.02);
  transition: 0.5s;
  opacity: 1;
}
.elogFeature .bodyElogFeature2 .problemPhoto22 .problemPhoto2:hover,
.elogFeature .bodyElogFeature2 .problemPhoto44 .problemPhoto4:hover {
  transform: scale(1.02);
  transition: 0.5s;
  opacity: 1;
}
.elogFeature .bodyElogFeature2 .problemPhoto22 .problemPhoto2:hover div span,
.elogFeature .bodyElogFeature2 .problemPhoto44 .problemPhoto4:hover div span,
.elogFeature .bodyElogFeature2 .problemPhoto11 .problemPhoto1:hover div span,
.elogFeature .bodyElogFeature2 .problemPhoto33 .problemPhoto3:hover div span {
  width: 120px;
  transition: 0.5s;
  background-color: #ff5424;
}
.elogFeature .bodyElogFeature2 .problemPhoto11,
.elogFeature .bodyElogFeature2 .problemPhoto22,
.elogFeature .bodyElogFeature2 .problemPhoto33,
.elogFeature .bodyElogFeature2 .problemPhoto44 {
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  background-color: #000;
}
.elogFeature .bodyElogFeature2 .problemPhoto11 .problemPhoto1 {
  background-image: url("../image/problem-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  background-position: center center;
  height: 50%;
  transition: 0.5s;
  opacity: 0.7;
}
.elogFeature .bodyElogFeature2 .problemPhoto22 .problemPhoto2 {
  background-image: url("../image/problem-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  background-position: center center;
  height: 50%;
  transition: 0.5s;
  opacity: 0.7;
}
.elogFeature .bodyElogFeature2 .problemPhoto33 .problemPhoto3 {
  background-image: url("../image/problem-3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  background-position: center center;
  height: 50%;
  transition: 0.5s;
  opacity: 0.7;
}
.elogFeature .bodyElogFeature2 .problemPhoto44 .problemPhoto4 {
  background-image: url("../image/problem-4.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  background-position: center center;
  height: 50%;
  transition: 0.5s;
  opacity: 0.7;
}
.elogFeature .bodyElogFeature2 p {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.elogFeature .bodyElogFeature2 span {
  width: 80px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  transition: 0.5s;
}

.elogFeature .bodyElogFeature1 h4 {
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  z-index: 500;
  position: relative;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
  display: inline-block;
}
.elogFeature .bodyElogFeature1 p {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 18px;
}
.elogFeature .bodyElogFeature1 p b {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
}
.elogFeature .bodyElogFeature1 ul {
  list-style-type: none;
}
.elogFeature .bodyElogFeature1 ul li {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  margin-bottom: 15px;
  font-size: 18px;
  background: url(../image/checked2.svg) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 2px 10px 20px 35px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
}
.elogFeatureBodyPG2-1,
.elogFeatureBodyPG2-2,
.elogFeatureBodyPG2-3 {
  padding: 20px 30px;
  height: 100%;
  width: 100%;
}
.elogFeatureBodyPG2-1 img,
.elogFeatureBodyPG2-2 img,
.elogFeatureBodyPG2-3 img {
  width: 80px;
  height: 80px;
}
.elogFeatureBodyPG2-1 h4,
.elogFeatureBodyPG2-2 h4,
.elogFeatureBodyPG2-3 h4 {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.elogFeatureBodyPG2-1 {
  background: -webkit-linear-gradient(top, #3451b5, #223e8d);
}
.elogFeatureBodyPG2-2 {
  background: -webkit-linear-gradient(top, #e57a2f, #ff5c2b);
}
.elogFeatureBodyPG2-3 {
  background: -webkit-linear-gradient(top, #7b7b7b, #353534);
}

.elogFeatureFunction {
  padding: 0;
}
.elogCustomerTruck {
  background-image: url("../image/graphElog.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
  padding: 40px 0;
}
.elogCustomerTruck h3 {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 30px;
  margin-bottom: 0;
}
.elogCustomerTruck h3 b {
  color: #fff;
  font-family: "LINESeedSansTH_W_XBd", "sans-serif";
  font-size: 34px;
  margin-bottom: 0;
}
.elogCustomerTruck h4 {
  color: #fff;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 26px;
  margin-bottom: 0;
}
.elogCustomerTruck h4 b {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 30px;
  margin-bottom: 0;
}
.elogContents {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.elogContents h3 {
  margin-top: 60px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
  display: inline-block;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 26px;
}
.elogContents span {
  margin-top: 10px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  transition: background 0.5s;
  display: inline-block;
  width: 120px;
  height: 5px;
}
.bodyElogContents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 10px;
  height: 180px;
  display: block;
}
.bg-white-slide {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 33%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  );
}
.bodyElogContents span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(
    top,
    rgb(54, 92, 195, 0),
    rgb(16, 48, 134)
  );
  height: 100%;
  width: 100%;
  z-index: 40;
  border-radius: 10px;
}
.bodyElogContents div {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  z-index: 50;
}
.bodyElogContents div h4 {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
  color: white;
  margin-bottom: 0;
}
.bodyElogContents div p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next i {
  font-size: 40px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carousel-control-prev i {
  font-size: 40px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elogFeatureFunctionBody {
  padding: 100px 0;
}
div#elogFeatureFunctionBody {
  padding: 50px 0;
}
.elogFeatureFunctionBody h2 {
  font-size: 32px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
}
.elogFeatureFunctionBody h2 b {
  font-size: 35px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "LINESeedSansTH_W_XBd", "sans-serif";
}
.imgElogFeatureFunctionBody img {
  width: 100%;
  height: 100%;
  margin-left: 50px;
  z-index: 90;
}
.textElogFeatureFunctionBody {
  border: 1px solid #365cc3;
  border-radius: 20px;
  padding: 50px;
  z-index: 100;
  background-color: #fff;
}
.textElogFeatureFunctionBody h4 {
  font-size: 24px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
}
.textElogFeatureFunctionBody h4 b {
  font-size: 24px;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "LINESeedSansTH_W_XBd", "sans-serif";
}
.textElogFeatureFunctionBody span {
  margin: 10px 0 30px 0;
  background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
  transition: background 0.5s;
  display: inline-block;
  width: 120px;
  height: 5px;
}
.textElogFeatureFunctionBody ul {
  list-style-type: none;
  padding-left: 5px;
  padding-right: 20px;
}
.textElogFeatureFunctionBody ul li {
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  margin-bottom: 15px;
  font-size: 18px;
  background: url(../image/checked2.svg) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 2px 10px 20px 35px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
}
.elogContact {
  background-image: url("../image/bg-footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px;
}
.priceText p {
  color: #fff;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 20px;
  line-height: 150%;
}
.priceText p u {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 20px;
}
.priceDiv {
  display: inline-block;
  padding: 15px 60px;
  background: -webkit-linear-gradient(top, #ffaf16, #ff5424, #365cc3, #112253);
  border-radius: 60px;
  text-align: center;
  border: 2px solid #fff;
  margin-top: 5%;
}
.priceDiv h4 {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 20px;
  margin-bottom: 0;
}
.priceDiv h4 b {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 45px;
}
.priceDiv h4 span {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 24px;
  margin-left: 10px;
}
.footerContact1 p {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
  margin-bottom: 5px;
}
.footerContact1 a.telElog,
.footerContact1 a.telElog:hover {
  color: #fff;
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.footerContact1 a.lineAddElog {
  color: #fff;
  background: -webkit-linear-gradient(top, #56d770, #2a9a3f);
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
}
.elogContact-footer {
  padding: 30px 0 20px 0;
  background: -webkit-linear-gradient(top, #112253, #112253);
}
.elogContact-footer2 {
  color: #fff;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 16px;
  background: -webkit-linear-gradient(top, #112253, #112253);
  border-top: 1px solid #fff;
  padding: 10px;
}
.footerContactMenu {
  padding: 0px;
}
.footerContactMenu p {
  font-family: "LINESeedSansTH_W_Bd", "sans-serif";
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.footerContactMenu ul {
  list-style-type: none;
  padding-left: 0px;
}
.footerContactMenu ul li {
  color: #fff;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 16px;
}
.footerContactMenu ul li a{
  color: #fff;
  font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.textRight{
  text-align: right!important;
}
.paddingLeft{
  padding-left: 0px!important;
}
.noPaddingMobile{
  padding: 15px!important;
}
.showMobile{
  display: none;
}
.imgElogDesktop{
  display: block;
}
.imgElogMobile{
  display: none;
}
@media (max-width: 1501px) {
  .photo-div-truck-yellow .titleElogWhat h4 {
    top: 15%;
    right: 15%;
  }
  .paddingLeft15Margin {
    padding: 20px 5%;
    margin: 0;
  }
  .elogFor .bodyElogFor img {
    
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .photo-div-truck-yellow {
    padding: 30px 0 0 0;
  }
  .photo-div-truck-yellow .titleElogWhat img {
    width: 400px;
    height: 310px;
  }
  .photo-div-truck-yellow .titleElogWhat h4 {
    font-size: 30px;
    top: 15%;
    right: 20%;
  }
  .bodyElogWhat div ul {
    margin-bottom: 0;
  }
  .elogFor .bodyElogFor img {
    margin: 10% 0;
    
  }
}
@media (max-width: 1200px) {
  .elogFor .bodyElogFor img {
    width: 450px;
    height: 230px;
    margin-top: 30px;
  }
  .elogFor .bodyElogFor.cc {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .photo-div-truck-yellow {
    padding: 20px 0 0 0;
  }
  .photo-div-truck-yellow .bodyElogWhat {
    height: auto;
  }
  .bodyElogWhat div {
    padding: 10px;
  }
  .photo-div-truck-yellow .titleElogWhat h4 {
    font-size: 26px;
  }

  .bodyElogWhat div ul li {
    font-size: 15px;
    padding: 2px 10px 10px 35px;
  }
  .bodyElogWhat p {
    font-size: 16px;
  }
  .bodyElogWhat p b {
    font-size: 16px;
  }
  .elogFor .bodyElogFor img {
    /* width: 400px;
    height: 200px; */
    margin-top: 30px;
  }
  .elogFor .bodyElogFor h4 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .elogFor .bodyElogFor p {
    font-size: 16px;
  }
  .elogFor .bodyElogFor p b {
    font-size: 16px;
  }

  .elogFor .bodyElogFor ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 2px 10px 5px 35px;
  }
  .elogFeature .bodyElogFeature2 p {
    font-family: "LINESeedSansTH_W_Bd", "sans-serif";
    font-size: 20px;
    color: #fff;
    margin: 0;
  }
  .elogFeature .bodyElogFeature2 span {
    width: 100px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
  }

  .elogFeature .bodyElogFeature1 h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .elogFeature .bodyElogFeature1 p {
    font-size: 16px;
  }
  .elogFeature .bodyElogFeature1 p b {
    font-size: 16px;
  }
  .elogFeature .bodyElogFeature1 ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 2px 10px 5px 35px;
    background-size: 25px;
  }
  .elogFeatureBodyPG2-1,
  .elogFeatureBodyPG2-2,
  .elogFeatureBodyPG2-3 {
    padding: 20px 5%;
  }
  .elogFeatureBodyPG2-1 img,
  .elogFeatureBodyPG2-2 img,
  .elogFeatureBodyPG2-3 img {
    width: 80px;
  }
  .elogFeatureBodyPG2-1 h4,
  .elogFeatureBodyPG2-2 h4,
  .elogFeatureBodyPG2-3 h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .elogCustomerTruck h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .elogCustomerTruck h3 b {
    font-size: 28px;
  }
  .elogCustomerTruck h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .elogCustomerTruck h4 b {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .showMobile{
    display: block;
  }
  .bodyElogWhat div ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    padding-left: 0;
  }
  .paddingLeft15Margin {
    padding: 20px 5%;
    margin: 0;
  }
  .elogFor .bodyElogFor img {
     width: 330px;
    height: 160px; 
  }
}
@media (max-width: 768px) {
  .imgElogDesktop{
    display: none;
  }
  .imgElogMobile{
    display: block;
  }
  .elogFor .bodyTop {
    height: 60px;
  }
  .elogFeature .bodyElogFeature1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px 5%;
}
.noPaddingMobile{
  padding: 0px!important;
}
  .textRight{
    text-align: left!important;
  }
  .paddingLeft{
    padding-left: 15px!important;
  }
  .elogFor .bodyElogFor ul {
    padding-left: 10px;
  }
  .elogFeature .bodyElogFeature1 ul {
    padding-left: 10px;
}
  .photo-div-truck-yellow {
    border-radius: 0 0px 0 0;
    padding: 30px 5% 0 5%;
  }
  .photo-div-truck-yellow .titleElogWhat img {
    width: 200px;
    height: 170px;
  }
  .photo-div-truck-yellow .titleElogWhat {
    height: 160px;
  }
  .photo-div-truck-yellow .bodyElogWhat {
    height: auto;
  }
  .bodyElogWhat div ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-type: none;
    padding-left: 0;
  }
  .photo-div-truck-yellow .titleElogWhat h4 {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0,.7);
    top: 40%;
    right: 40%;
  }
 
  .elogFor .bodyElogFor {
    padding: 0 5%;
  }
  .elogFor .bodyElogFor img {
    width: 400px;
    height: 200px; 
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .elogFor .bodyElogFor h4 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .elogFor .bodyElogFor p {
    font-size: 16px;
  }
  .elogFor .bodyElogFor p b {
    font-size: 16px;
  }

  .elogFor .bodyElogFor ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 2px 10px 5px 35px;
  }
  .paddingLeft15Margin {
    padding: 20px 5%;
    margin: 0;
  }
  .elogCustomerTruck {
    text-align: center;
  }
  .elogContents {
    padding: 40px 5%;
    border-bottom: 1px solid #eee;
  }
  .bodyElogContents div h4 {
    font-size: 18px;
  }
  .bodyElogContents div p {
    font-size: 14px;
  }
  .elogContents h3 {
    margin-top: 5px;
    font-size: 18px;
  }
  .bodyElogContents {
    height: 150px;
}
  .elogContents span.line_ {
    margin-top: 10px;
    background: -webkit-linear-gradient(left, #365cc3, #ff5424, #ffaf16);
    transition: background 0.5s;
    display: inline-block;
    width: 120px;
    height: 5px;
  }
  .elogFeatureFunctionBody {
    padding: 30px 0;
  }
  div#elogFeatureFunctionBody {
    padding: 20px 0;
  }
  .elogFeatureFunctionBody h2 {
    font-size: 24px;
  }
  .elogFeatureFunctionBody h2 b {
    font-size: 24px;
  }
  .imgElogFeatureFunctionBody {
    text-align: center;
  }
  .imgElogFeatureFunctionBody img {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .textElogFeatureFunctionBody {
    border: 1px solid #365cc3;
    border-radius: 20px;
    padding: 10px;
  }
  .textElogFeatureFunctionBody h4 {
    font-size: 18px;
  }
  .textElogFeatureFunctionBody h4 b {
    font-size: 18px;
  }
  .textElogFeatureFunctionBody span {
    margin: 10px 0 10px 0;
    width: 100px;
    height: 5px;
  }
  .textElogFeatureFunctionBody ul {
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .textElogFeatureFunctionBody ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0px 5px 5px 20px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    background-size: 15px;
    font-family: "LINESeedSansTH_W_Rg", "sans-serif";
  }
  .marginTop{
    margin-top: 30px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 26px;
  }
  .elogContact {
    padding: 50px 5%;
  }
  .priceText p {
    font-size: 16px;
    line-height: 150%;
  }
  .priceText p u {
    font-size: 16px;
  }
  .priceDiv {
    padding: 15px 60px;
    border: 2px solid #fff;
    margin-top: 5%;
  }
  .priceDiv h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .priceDiv h4 b {
    font-size: 35px;
  }
  .priceDiv h4 span {
    font-size: 18px;
    margin-left: 10px;
  }
  .footerContact1 p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footerContact1 a.telElog,
  .footerContact1 a.telElog:hover {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footerContact1 a.lineAddElog {
    font-size: 16px;
    border-radius: 20px;
    padding: 5px 20px;
  }
  .elogContact-footer {
    padding: 50px 5%;
  }
  .elogContact-footer2 {
    font-size: 14px;
    padding: 10px;
  }
  .footerContactMenu {
    padding: 0px;
  }
  .footerContactMenu p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .footerContactMenu ul li {
    font-size: 15px;
  }
  .footerContactMenu ul li a{
    font-size: 15px;
  }
  .elogFeature .bodyElogFeature2 .problemPhoto11 .problemPhoto1,.elogFeature .bodyElogFeature2 .problemPhoto22 .problemPhoto2,.elogFeature .bodyElogFeature2 .problemPhoto33 .problemPhoto3,.elogFeature .bodyElogFeature2 .problemPhoto44 .problemPhoto4 {
    opacity: 1;
  }
 
}
@media (max-width: 550px) {
  .photo-div-truck-yellow {
    padding: 30px 15px 0 15px;
  }
  .photo-div-truck-yellow .titleElogWhat {
    height: 150px;
  }
  .photo-div-truck-yellow .titleElogWhat h4 {
    top: 40%;
    right: 40%;
    text-align: center;
  }
 
  .elogFor .bodyElogFor img {
    width: 300px;
    height: 140px; 
  }
}

.viewDesktop {
  display: block;
}
.viewMobile {
  display: none;
}
@media (max-width: 1300px) {
  .divHeader {
    background-image: url("../image/Headers_ELOG_Mobile_1000x1500.webp");
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 992px) {
  .titleHeaderElog {
    padding-top: 100px;
  }
  .header {
    padding: 20px 0 40px 0;
    background: -webkit-linear-gradient(
      rgba(15, 31, 80, 1),
      rgba(15, 31, 80, 0)
    );
  }

  .titleHeaderElog h1 {
    font-size: 30px;
  }
  .titleHeaderElog h3 {
    font-size: 22px;
  }
  .titleHeaderElog h2 {
    font-size: 17px;
  }

  .hideDivPhoneHeader {
    width: 110px !important;
  }
  .phoneContactElogHeader a p {
    display: inline;
  }
  .hideDivPhoneHeader a {
    padding: 10px 15px !important;
  }
  .hideDivPhoneHeader a p,
  .hideDivUlHeader {
    display: none;
    padding-right: 0px !important;
  }
  .menuMobileElogHeader {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 10;
    display: block;
  }
  .menuMobileElogHeader a {
    font-size: 20px;
    font-family: "LINESeedSansTH_W_Bd";
    text-decoration: none;
    padding: 10px 16px;
    background-color: #ff8e31;
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.5s;
  }
  .menuMobileElogHeader a:hover {
    /* font-size: 20px;
    font-family: "LINESeedSansTH_W_Bd";
    text-decoration: none;
    padding: 5px 20px; */
    background-color: #ff8e31;
  }
  .menuMobileListElogHeader {
    /* display: none; */
  }
  .menuMobileListElogHeader ul {
    margin: 0px;
    padding: 30px 10px 30px 10px;
    white-space: nowrap;
    width: 100%;
    border-radius: 50px 0 50px 50px;
    right: 2px;
    position: absolute;
    top: 60px;
    background-color: #ff8e31;
    z-index: 1;
    text-align: center;
  }
  .menuMobileListElogHeader ul li {
    letter-spacing: 0.1em;
    list-style-type: none;
    padding-bottom: 25px;
  }
  .menuMobileListElogHeader ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    width: 100%;
    cursor: pointer;
    font-family: "LINESeedSansTH_W_Rg";

  }
  .menuMobileListElogHeader ul li:last-child {
    padding-bottom: 0px;
  }
  .tdTitle {
    width: 100%;
  }
  .tdTitleVdo {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .viewDesktop {
    display: none;
  }
  .viewMobile {
    display: block;
  }
  .tdTitle {
    width: 100%;
  }
  .tdTitleVdo {
    width: 100%;
  }

  .titleHeaderElog h1 {
    font-size: 36px;
  }
  .titleHeaderElog h3 {
    font-size: 22px;
  }
  .titleHeaderElog h2 {
    font-size: 18px;
  }
  .titleHeaderElog h2 b {
    font-size: 18px;
  }
  .vdoElogOutSide {
    margin-top: 30px;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 10px;
  }
  .vdoElogInside {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    padding: 40px 10px;
  }
  .vdoElogInside i {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .vdoElogInside p {
    -webkit-text-fill-color: transparent;
    font-size: 14px;
  }

  .btnContact {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;

    padding: 5px 10px;
    border-radius: 20px;
  }
}
@media (max-width: 450px) {
  .titleHeaderElog h1 {
    font-size: 35px;
  }
  .titleHeaderElog h3 {
    font-size: 22px;
  }
}
