body {
  position: relative;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.08);
}

#_nav {
  background: #041626;
}
#_nav a {
  color: white;
}
#_nav a:hover {
  color: #ffff64;
}

footer {
  background: #041626;
}
footer a {
  color: #fff;
  text-decoration: none;
  border: rgba(0, 0, 0, 0) 1px solid;
  padding: 3px 10px 3px 3px;
  border-radius: 5px;
  display: inline-block;
}
footer a:hover {
  color: #ffff64;
  border: white 1px solid;
}
footer * {
  position: relative;
}
footer *::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2em;
  height: 1.2em;
  background-size: cover;
  margin: 0 5px 0 10px;
  position: relative;
  bottom: -3px;
}
footer span::before {
  background-image: url(../img/earth.png);
}
footer ._vietnam::before {
  background-image: url(../img/vietnam.png);
}
footer ._japan::before {
  background-image: url(../img/japan.png);
}
footer ._myanmar::before {
  background-image: url(../img/myanmar.png);
}
footer ._thailand::before {
  background-image: url(../img/thailand.png);
}
footer ._singapore::before {
  background-image: url(../img/singapore.png);
}
footer ._indonisia::before {
  background-image: url(../img/indonisia.png);
}
footer ._us::before {
  background-image: url(../img/us.png);
}

._btnAnimate {
  overflow: hidden;
}

._btnAnimate::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 6px;
  -webkit-animation: _btnAnimate infinite linear 3s;
          animation: _btnAnimate infinite linear 3s;
}

@-webkit-keyframes _btnAnimate {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}

@keyframes _btnAnimate {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}
._bg_L {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  -webkit-animation: _move 5s infinite alternate;
          animation: _move 5s infinite alternate;
  top: 30%;
  left: 0;
  width: 50vw;
  height: 50vw;
  opacity: 0.8;
  z-index: -1;
}

._bg_R {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  -webkit-animation: _move 5s infinite alternate;
          animation: _move 5s infinite alternate;
  bottom: 0;
  right: 0;
  width: 50vw;
  height: 50vw;
  opacity: 0.8;
  z-index: -1;
}

._bg_L::before {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  content: "";
  display: block;
  -webkit-animation: _moveA 5s infinite alternate;
          animation: _moveA 5s infinite alternate;
  left: 0;
  top: 5%;
  width: 20vw;
  height: 20vw;
}

._bg_R::before {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  content: "";
  display: block;
  -webkit-animation: _moveA 5s infinite alternate;
          animation: _moveA 5s infinite alternate;
  right: 0;
  top: 5%;
  width: 20vw;
  height: 20vw;
}

._bg_L::after {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  content: "";
  display: block;
  -webkit-animation: _moveB 5s infinite alternate;
          animation: _moveB 5s infinite alternate;
  left: 0;
  bottom: 0;
  width: 10vw;
  height: 10vw;
}

._bg_R::after {
  position: absolute;
  border-radius: 500px;
  -webkit-filter: blur(10vw);
          filter: blur(10vw);
  background: rgba(93, 230, 230, 0.5);
  content: "";
  display: block;
  -webkit-animation: _moveB 5s infinite alternate;
          animation: _moveB 5s infinite alternate;
  right: 0;
  bottom: 0;
  width: 10vw;
  height: 10vw;
}

#_CoreTech > div {
  border: #fdd487 1px solid;
  background: #fffde0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffde0), to(#fff0c7));
  background: linear-gradient(180deg, #fffde0 0, #fff0c7 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#ffffff",endcolorstr="#f8d1d1",gradienttype=1);
          filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#ffffff",endcolorstr="#f8d1d1",gradienttype=1);
}
#_CoreTech .sc_title .tit {
  color: #f7a100;
}
#_CoreTech .sc_title .tit::after {
  background: #f7a100;
  -webkit-box-shadow: rgba(247, 161, 0, 0.3) 5px 5px 0;
          box-shadow: rgba(247, 161, 0, 0.3) 5px 5px 0;
}
#_CoreTech .sc_title .tit::before {
  border-color: #ce8806 #ce8806 transparent transparent;
}
#_CoreTech i {
  font-size: 5em;
  display: block;
  color: #c69538;
  margin: 20px 0;
}
#_CoreTech a {
  font-size: 20px;
  color: #c69538;
  text-decoration: none;
  border: #c69538 1px solid;
  border-radius: 20px;
  padding: 5px 35px;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#_CoreTech a:hover {
  background: #c69538;
  color: black;
}
#_CoreTech ._item img {
  width: 80%;
}

#_ResearchReport > div {
  position: relative;
  border: #cee5b0 1px solid;
  background: #f7fffe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7fffe), to(#e8fdfb));
  background: linear-gradient(180deg, #f7fffe 0, #e8fdfb 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#f7fffe",endcolorstr="#e8fdfb",gradienttype=1);
          filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#f7fffe",endcolorstr="#e8fdfb",gradienttype=1);
}
#_ResearchReport > div::before {
  content: "";
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.1;
  border-radius: 20px;
}
#_ResearchReport .sc_title .tit {
  color: #58aa11;
}
#_ResearchReport .sc_title .tit::after {
  background: #58aa11;
  -webkit-box-shadow: rgba(88, 170, 17, 0.3) 5px 5px 0;
          box-shadow: rgba(88, 170, 17, 0.3) 5px 5px 0;
}
#_ResearchReport .sc_title .tit::before {
  border-color: #448117 #448117 transparent transparent;
}
#_ResearchReport ._dl {
  background: white;
  padding: 20px 30px 10px;
  border-radius: 20px;
  margin: 20px 10px;
  position: relative;
}
#_ResearchReport ._dl h5 {
  color: #30a01c;
}
#_ResearchReport ._dl a {
  color: white;
  background: #30a01c;
  text-decoration: none;
  position: absolute;
  padding: 5px 20px;
  bottom: 0;
  right: 30px;
  display: block;
  border: #30a01c 1px solid;
}
#_ResearchReport ._dl a:hover {
  color: #30a01c;
  border: #30a01c 1px solid;
  background: #ffffc8;
}

#_Knowledge > div {
  border-radius: 0;
  background-color: #646464;
  background-color: linear-gradient(180deg, #646464 0, #1e0f0f 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#346595",endcolorstr="#1a334b",gradienttype=1);
          filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#346595",endcolorstr="#1a334b",gradienttype=1);
}
#_Knowledge .sc_title .tit {
  color: #d1ffff;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}
#_Knowledge .sc_title .tit::after {
  background: #d1ffff;
  -webkit-box-shadow: rgba(209, 255, 255, 0.3) 5px 5px 0;
          box-shadow: rgba(209, 255, 255, 0.3) 5px 5px 0;
}
#_Knowledge .sc_title .tit::before {
  border-color: #75a5a5 #75a5a5 transparent transparent;
}
#_Knowledge p {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 20px;
}
#_Knowledge .container {
  background-image: url(../img/point.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

body {
  font-family: "Noto Sans", "Noto Sans TC", sans-serif;
}

.sc_title {
  padding: 20px 0;
  margin: 10px 0;
}
.sc_title .tit {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
}
.sc_title .tit::before, .sc_title .tit::after {
  content: "";
  position: absolute;
  left: -22px;
}
.sc_title .tit::before {
  top: 32px;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #007bff #007bff transparent transparent;
}
.sc_title .tit::after {
  top: 0;
  width: 44px;
  height: 32px;
  background: #007bff;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.sc_expert .exp_cnt {
  padding: 1px 12px 40px;
  background-color: #fff;
}
.sc_expert .exp_cnt .sc_title .tit {
  color: #f29e96;
}
.sc_expert .exp_cnt .sc_title .tit::before {
  border-color: #d56257 #d56257 transparent transparent;
}
.sc_expert .exp_cnt .sc_title .tit::after {
  background-color: #f29e96;
}
.sc_expert .exp_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.sc_expert .exp_cnt .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.sc_expert .exp_cnt .items .item_link {
  position: relative;
  display: block;
  color: #000;
  border-radius: 4px;
  overflow: hidden;
}
.sc_expert .exp_cnt .items .item_link:hover {
  text-decoration: none;
  color: #007bff;
}
.sc_expert .exp_cnt .items .item_link:hover .pic img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sc_expert .exp_cnt .items .pic {
  overflow: hidden;
  background-color: #007bff;
}
.sc_expert .exp_cnt .items .pic img {
  opacity: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: transform 300ms, opacity 300ms;
  transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
}
.sc_expert .exp_cnt .items .wording {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 3em 1.25em 1em;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
}

#_SmartApplication .container {
  border: #e2f5ff 1px solid;
  background: #faffff -webkit-gradient(linear, left top, left bottom, from(#faffff), to(#e0f9ff));
  background: #faffff linear-gradient(#faffff, #e0f9ff);
}

.sc_smart_app .sc_title .tit {
  color: #0d6efd;
}
.sc_smart_app .sc_title .tit::before {
  border-color: #0f4b7e #0f4b7e transparent transparent;
}
.sc_smart_app .sc_title .tit::after {
  background: #0d6efd;
  -webkit-box-shadow: rgba(15, 75, 126, 0.3) 5px 5px 0;
          box-shadow: rgba(15, 75, 126, 0.3) 5px 5px 0;
}
.sc_smart_app .smart_item {
  display: block;
  margin: 10px 0;
  border: 2px solid rgba(15, 75, 126, 0.3);
  font-size: 18px;
  color: #0f4b7e;
  text-decoration: none;
  background: rgba(13, 110, 253, 0);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.sc_smart_app .smart_item i {
  color: #0d6efd;
  margin: 0 0.5em 0 1em;
  opacity: 0.5;
}
.sc_smart_app .smart_item img {
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.sc_smart_app .smart_item:hover {
  background: rgba(15, 75, 126, 0.1);
}
.sc_smart_app .smart_item:hover img {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.sc_trending {
  position: relative;
}
.sc_trending::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0b5348;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b5348), to(rgba(11, 83, 72, 0)));
  background: linear-gradient(#0b5348, rgba(11, 83, 72, 0) 100%);
}
.sc_trending .sc_title .tit {
  color: #0b5348;
}
.sc_trending .sc_title .tit::before {
  border-color: #06423e #06423e transparent transparent;
}
.sc_trending .sc_title .tit::after {
  background: #0b5348;
  -webkit-box-shadow: rgba(6, 66, 62, 0.3) 5px 5px 0;
          box-shadow: rgba(6, 66, 62, 0.3) 5px 5px 0;
}
.sc_trending .trend_item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0 15px;
}
.sc_trending .trend_item img {
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.sc_trending .trend_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/vd_cover.png") center/cover;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.sc_trending .trend_item:hover img {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.sc_trending .trend_item:hover::after {
  opacity: 1;
}