@charset "UTF-8";
.etnetBar span, footer p, footer a{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.6px;
	margin: 0px;
	font-family: Helvetica, Arial, "Microsoft JhengHei", sans-serif !important;
	font-weight: 500;
}
footer a{
	    transition: all 500ms ease-out;
}
footer ul, footer ol, footer li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer a{
	display: block;
	text-decoration: none;
	color: inherit;
}

.etnetBar{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .facebookLogo, body .etnetBar section .socialShare .facebookLogo, .etnetBar section .socialShare body .facebookLogo, body .socialShareFloat section div .facebookLogo, .socialShareFloat section div body .facebookLogo {
  width: 24px;
  height: 25px;
  background-image: url(../images/fb-logo-outline.png);
}

body .whatsappLogo, body .etnetBar section .socialShare .whatsappLogo, .etnetBar section .socialShare body .whatsappLogo, body .socialShareFloat section div .whatsappLogo, .socialShareFloat section div body .whatsappLogo {
  width: 22px;
  height: 22px;
  background-image: url(../images/whatsapp-logo-outline.png);
}

body .lineLogo, body .etnetBar section .socialShare .lineLogo, .etnetBar section .socialShare body .lineLogo, body .socialShareFloat section div .lineLogo, .socialShareFloat section div body .lineLogo {
  width: 22px;
  height: 22px;
  background-image: url(../images/line-logo-outline.png);
}

body .emailIcon, body .etnetBar section .socialShare .emailIcon, .etnetBar section .socialShare body .emailIcon, body .socialShareFloat section div .emailIcon, .socialShareFloat section div body .emailIcon {
  width: 28px;
  height: 25px;
  background-image: url(../images/email-icon.png);
}

body footer section .disclaimer p {
  display: block;
  font-size: 0.75em;
  color: #A1A1A1;
  font-style: italic;
  margin-top: 20px;
}

footer, .etnetBar {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}

footer section, .etnetBar section {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

.etnetBar {
  background-color: #F8F8F8;
  padding: 5px 0;
  height: 45px;
}

.etnetBar section {
  padding: 0 30px;
}

.etnetBar section .logo {
  float: left;
  width: 52px;
}

.etnetBar section .logo img {
  width: 125%;  /*100%*/
  max-height: 35px;  /*27px*/
}

.etnetBar section .socialShare {
  position: relative;
  top: 5px;
  float: right;
}

.etnetBar section .socialShare > span {
  position: relative;
  top: -5px;
  font-size: 12.25px !important;
  color: #A1A1A1;
  letter-spacing: 0px;
}

.etnetBar section .socialShare .shareBtn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.etnetBar section .socialShare .shareBtn span {
  display: none;
}

.etnetBar section .socialShare .whatsappLogo {
  display: none;
}

.etnetBar section .socialShare .lineLogo {
  display: none;
}
footer {
  margin-top: 80px;
  background: #F8F8F8;
}

footer section {
  padding: 50px 30px;
  position: relative;
}

footer section .logo a img {
  width: 110px;
  display: block;
}

footer section .socialBar {
  position: absolute;
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  width: 640px;
  top: 48px;
  right: 15px;
}

footer section .socialBar p {
  position: relative;
  font-size: 18.2px;
  font-weight: 600;
  color: #4267B2;
  margin: 0 10px 0 30px;
  display: inline-block;
}

footer section .socialBar p:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: -30px;
  background-image: url(../images/fb-logo.png);
  background-size: contain;
}

footer section .socialBar p:after {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 0px 0 20px;
  background-color: #A1A1A1;
  width: 1px;
  height: 16px;
}

footer section .socialBar ol {
  display: inline-block;
}

footer section .socialBar ol li {
  display: inline-block;
  margin: 0 10px;
}

footer section .socialBar ol li a.etnet {
  color: #27BDBE;
}

footer section .socialBar ol li a.diva {
  color: #862E77;
}

footer section .socialBar ol li a.health {
  color: #7CD858;
}

footer section nav ul li {
  display: inline-block;
  margin: 30px 25px 10px;
}

footer section nav ul li:first-child {
  margin: 30px 25px 10px 0;
}

footer section nav ul li a {
  font-size: 14px;
  position: relative;
}

footer section nav ul li a:focus {
  color: #000000;
  text-decoration: none;
}

footer section nav ul li a:after {
    transition: all 500ms ease-out;
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
	background-color: #A1A1A1;}

footer section nav ul li a:hover:after, footer section nav ul li a:focus:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #A1A1A1;
}

footer section .disclaimer p {
  font-size: 12.25px !important;
  letter-spacing: 0px;
}

@media (max-width: 800px) {
  .placeholderBg, header .imageContainer.loading, main .imageContainer.loading, footer .imageContainer.loading, .etnetBar .imageContainer.loading, .newsContent .item.loading > div > div {
    -webkit-animation-duration: 4s !important;
            animation-duration: 4s !important;
  }
  footer {
    margin-top: 80px;
    background: #F8F8F8;
  }
  footer section {
    padding: 50px 15px;
    position: relative;
  }
  footer section .logo a img {
    width: 110px;
    display: block;
  }
  footer section .socialBar {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 30px 0px 0px 0;
  }
  footer section .socialBar p:after {
    content: "";
    display: none;
  }
}

@media (max-width: 420px) {
  footer .imageContainer.loading, .etnetBar .imageContainer.loading {
    -webkit-animation-duration: 2s !important;
            animation-duration: 2s !important;
  }
  footer {
    margin-top: 80px;
    background: #F8F8F8;
  }
  footer section {
    padding: 50px 15px;
    position: relative;
  }
  footer section .logo a img {
    width: 110px;
    display: block;
    margin: 0 auto;
  }
  footer section .socialBar {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 30px 0px 0px 0;
  }
  footer section .socialBar p {
    display: block;
  }
  footer section .socialBar p:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 14px;
    top: -1px;
    background-image: url(../images/fb-logo.png);
    background-size: contain;
  }
  footer section .socialBar p:after {
    content: "";
    display: none;
  }
  footer section .socialBar ol {
    display: inline-block;
  }
  footer section .socialBar ol li {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  footer section .socialBar ol li:last-child {
    margin: 20px 0 0px;
  }
  footer section .socialBar ol li a.etnet {
    /* color: #4D4D4D; */
  }
  footer section .socialBar ol li a.diva {
    color: #862E77;
  }
  footer section .socialBar ol li a.health {
    color: #7CD858;
  }
  footer section nav ul li {
    display: inline-block;
    margin: 10px;
  }
  footer section nav ul li:first-child {
    margin: 10px;
  }
  footer section nav ul li a {
    /* font-size: 0.875em; */
    /* position: relative; */
  }
  footer section nav ul li a:focus {
    color: #000000;
    text-decoration: none;
  }
  footer section nav ul li a:hover:after, footer section nav ul li a:focus:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #A1A1A1;
  }
  footer section .disclaimer p {
    /* font-size: 0.875em !important; */
    /* letter-spacing: 0px; */
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main .socialShareFloat {
    display: none;
  }
}