a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  line-height: 0px;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  transition-duration: 0.2s;
}

::selection {
  background-color: #222222;
  color: #fff;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background: #fff;
}

/*.english, .en, .arial{font-family: 'Roboto-Regular,Roboto'}   */

#main_wrap {
  position: relative;
  width: 100%;
  float: left;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

/*@media(max-width:600px){#main_wrap{ margin-bottom:150px;}}*/

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  position: relative;
}

.nobl {
  border-left: none;
}

a {
  color: #1a8473;
  text-decoration: none;
}

a:hover {
  color: #222;
}

h1 {
  font-size: 38px;
  line-height: 46px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 26px;
  line-height: 34px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 22px;
    line-height: 30px;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

strong {
  font-size: inherit;
  font-weight: bold;
}

ul,
ol {
  padding-left: 20px;
  font-size: 15px;
  line-height: 23px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.bhead:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #ff0000;
  bottom: -5px;
  left: 0;
  right: 0;
}

iframe,
img {
  max-width: 100%;
}

.round {
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  -ms-border-radius: 10%;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0px auto;
  position: relative;
}

.main_bar {
  width: 100%;
  position: relative;
  margin: auto;
}

.all-div {
  width: 100%;
  padding: 0;
}

.side_bar {
  width: 320px;
  float: right;
  max-width: 100%;
  overflow: hidden;
  word-break: break-all;
}

@media (max-width: 1080px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }

  #main_wrap .container {
    width: 100%;
    padding: 0 0px;
  }

  .main_bar {
    width: 75%;
  }

  .side_bar {
    width: 23%;
  }
}

@media (max-width: 800px) {
  .container {
    padding: 0 5px;
  }

  #main_wrap .container {
    padding: 0 0px;
  }

  .main_bar {
    width: 100%;
    margin-bottom: 15px;
  }

  .side_bar {
    width: 100%;
  }
}

header {
  background-color: #1a8473;
  width: 100%;
  border: none;
  height: 67px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 99999;
}

header .logo_wrap {
  float: left;
  width: 22%;
  height: 50px;
  line-height: 62px;
}

header #nav_wrap {
  float: left;
  width: 72%;
}

header .search_wrap {
  float: right;
  width: 15%;
  padding: 7px 0;
}

header .logo_wrap img.logo {
  vertical-align: middle;
}

header #nav_wrap ul.main_nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  margin-right: 30px;
}

header #nav_wrap ul.main_nav li {
  float: left;
  position: relative;
  list-style: none;
}

header #nav_wrap ul.main_nav li a {
  float: left;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

header #nav_wrap ul.main_nav li:hover > a,
header #nav_wrap ul.main_nav li > a.active {
  color: #000;
}

header #nav_wrap ul.main_nav li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 2px 1px 0 rgb(50 50 50 / 20%);
}

header #nav_wrap ul.main_nav li > ul li {
  float: left;
  width: 100%;
}

header #nav_wrap ul.main_nav li > ul li a {
  float: left;
  width: 100%;
  padding: 10px;
  line-height: 22px;
  height: auto;
  color: #1a8473;
}

header #nav_wrap ul.main_nav li:hover > ul {
  display: block;
  z-index: 99999;
}

header .menu_hndlr {
  display: none;
  position: absolute;
  left: 0;
  top: 6px;
  padding: 15px;
  cursor: pointer;
}

header .menu_hndlr i {
  color: white;
  font-size: 20px;
}

header .btnsearch {
  float: right;
  padding: 18px;
}

header .btnsearch i {
  color: #fff;
  font-size: 18px;
}

header .btnsearch:hover {
  background: #fff;
}

header .btnsearch:hover i {
  color: #1a8473;
}

@media (max-width: 1320px) {
  header #nav_wrap ul.main_nav li a {
    padding: 0 10px;
  }
}

@media (max-width: 1080px) {
  header .logo_wrap {
    width: 100% !important;
    text-align: center;
  }

  header .btnsearch {
    position: absolute;
    right: 0;
    top: 0;
  }

  header .menu_hndlr {
    display: block;
  }

  header #nav_wrap {
    display: none;
    position: fixed;
    width: 250px;
    background: #fff;
    top: 0px;
    left: 0;
    height: 100%;
    overflow-y: auto;
    box-shadow: 5px 0 12px rgba(18, 26, 33, 0.1);
    padding-bottom: 60px;
    z-index: 999999;
  }

  header #nav_wrap ul.main_nav {
    display: block;
  }

  header #nav_wrap ul.main_nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  header #nav_wrap ul.main_nav li a {
    padding: 8px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    height: auto;
    color: black;
  }

  header #nav_wrap ul.main_nav li > ul {
    display: inline-block;
    width: 100%;
    position: static;
    background: #fbfbfb;
    padding-left: 0;
    box-shadow: none;
  }

  header #nav_wrap ul.main_nav li > ul li {
    padding-left: 15px;
  }

  header #nav_wrap ul.main_nav li > ul li:last-child {
    border-bottom: none;
  }
}

.mob_menu_close {
  background: #1a8473;
  margin-bottom: 0;
  height: 50px;
  display: none;
}

.mob_menu_close i {
  padding: 15px;
  color: white;
  font-size: 18px;
}

header .show_mob_menu {
  display: block !important;
}

header .show_mob_menu .mob_menu_close {
  display: block;
}

.breadcrumbs {
  font-size: 15px;
  color: #1a8473;
  line-height: 18px;
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #1a8473;
}

.breadcrumbs i {
  margin: 0 5px;
}

.breadcrumbs a:hover,
.breadcrumbs a:last-child {
  color: #444444;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

#ScrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999999999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1a8473;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}

#ScrollToTop i {
  line-height: 40px;
}

#ScrollToTop:hover {
  background-color: #1a8473;
}

#search_wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212424;
  z-index: 9999999;
  cursor: pointer;
}

.search_inner {
  width: 600px;
  margin: 50px auto 0 auto;
  padding: 10px;
  text-align: center;
}

.search_close {
  color: #fff;
  padding: 8px 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  position: fixed;
  right: 20px;
  top: 20px;
}

.search_inner input[type="text"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fcfcfc;
  font-size: 44px;
  font-weight: 500;
  outline: none;
  padding-bottom: 15px;
  text-align: center;
  width: 75%;
  box-shadow: 0 -2px 0 0 #333 inset;
}

@media (max-width: 600px) {
  .search_inner {
    width: 100%;
  }
}

.list_item_wrap {
  display: flex;
  flex-wrap: wrap;
}

.list_item_wrap .list_item {
  width: 23%;
  margin: 1%;
}

.list_item_wrap .list_item img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.list_item_wrap .list_item h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1a8473;
}

@media (max-width: 850px) {
  .list_item_wrap .list_item {
    width: 31.33%;
  }
}

@media (max-width: 650px) {
  .list_item_wrap .list_item {
    width: 48%;
  }
}

@media (max-width: 350px) {
  .list_item_wrap .list_item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.related_list_item_wrap {
  display: flex;
  flex-wrap: wrap;
}

.related_list_item_wrap .related_list_item {
  width: 31.33%;
  margin: 1%;
}

.related_list_item_wrap .related_list_item img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.related_list_item_wrap .related_list_item h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1a8473;
}

@media (max-width: 650px) {
  .related_list_item_wrap .related_list_item {
    width: 48%;
  }
}

@media (max-width: 350px) {
  .related_list_item_wrap .related_list_item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.side_bar .widget {
  margin-bottom: 20px;
}

.side_bar .widget h3 {
  font-size: 24px;
  line-height: 32px;
}

.side_list_item_wrap {
  width: 100%;
  float: left;
}

.side_list_item_wrap .side_list_item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.side_list_item_wrap .side_list_item img {
  float: left;
  width: 70px;
  height: 60px;
  margin-right: 10px;
}

.side_list_item_wrap .side_list_item h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
  margin: 0;
}

figure {
  text-align: center;
}

main {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.Home_header__GCVRv {
  /*position: relative;*/
  margin: 0 auto;
  /*padding: 150px 15px 0;*/
  width: 100%;
}

.Home_banner__WnS5R {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -15px;
  /*margin-top: 70px;*/
  margin-top: -40px;
}

.Home_bannerLeft__8oTdE {
  flex: 0 0 42%;
  max-width: 42%;
  text-align: center;
}

.Home_bannerLeft__8oTdE,
.Home_bannerRight__JEgNM {
  display: inline-block;
  position: relative;
  width: 100%;
}

.Home_bannerRight__JEgNM {
  flex: 0 0 58%;
  max-width: 58%;
  padding-right: 15px;
  padding-left: 15px;
}

.Home_bannerLeft__8oTdE,
.Home_bannerRight__JEgNM {
  display: inline-block;
  position: relative;
  width: 100%;
}

.Home_h1__7tdRW {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2em;
}

.Home_recommend__38ihx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 30px 0;
}

.Home_flexCenter__13I_B {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Home_flexCenter__13I_B > img {
  margin: 0 10px 0 0;
}

.Home_bannerText__4Wtyi {
  font-size: 17px;
  margin: 20px 0 40px;
}

.Home_downloadBtnWrapper {
  display: flex;
  justify-content: space-around;
}

.Home_downloadBtnWrapper a {
  color: #fff;
  text-align: center;
}

.Home_downloadBtn {
  background-color: #1a8473;
  height: 70px;
  width: 360px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  font-size: 27px;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
}

.Home_downloadBtn img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.Home_article__GbvwT {
  padding-top: 100px;
}

.Home_article__GbvwT h2 {
  font-size: 24px;
  margin: 20px auto;
}

.Home_blogContent {
  margin: 20px 0;
  font-size: 16px;
  color: #212529;
}

.Home_hmTable {
  width: 100%;
  border-collapse: collapse;
}

.Home_hmTable tr {
  height: 90px;
}

.Home_key {
  text-align: left;
  font-size: 20px;
}

.Home_hmTable tbody th,
.Home_hmTable tbody td {
  text-align: left;
  font-size: 20px;
}

.Home_article__GbvwT > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

img.Home_contentImg1__q6AL0 {
  width: 40vw;
  height: auto;
  margin-bottom: 10px;
}

.Home_descBox {
  background-color: #edf8f5;
  padding: 35px 15px;
  border-radius: 20px;
  margin: 0 0 15px 0;
}

.Home_dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #1a8473;
  border-radius: 50%;
  margin-right: 10px;
}

.Home_descBox p {
  margin: 30px 0;
}

.Home_descBox figure {
  display: flex;
  justify-content: center;
}

.Home_descBox > img {
  max-width: 50%;
  height: auto;
  width: auto;
}

.Home_descBox figure img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.Home_centerImgTarget__n7t79,
.Home_descBox > img {
  display: block;
  margin: 0 auto;
}

.Home_s3Block {
  font-size: 16px;
}

.Home_s3Block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.Home_s3Block p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.styled-table {
  border-collapse: collapse;
  margin: 20px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  background-color: #128c7e;
  color: #fff;
  text-align: left;
}

.styled-table td,
.styled-table th {
  padding: 12px 15px;
}

.styled-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.Home_s3Block a {
  color: #333;
  text-decoration: underline;
}

.styled-table td,
.styled-table th {
  padding: 12px 15px;
}

.styled-table tbody tr:nth-of-type(2n) {
  background-color: #f3f3f3;
}

.Home_hmTable tbody tr:first-child {
  background-color: #dceefb;
}

.point-list {
  list-style-type: none;
  font-size: 24px;
  font-weight: 600;
  padding-left: 0px;
}

.Home_descBox ul {
  list-style-type: none;
  font-size: 24px;
  font-weight: 600;
  padding-left: 0px;
}

.pointed::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #1a8473;
  border-radius: 50%;
  margin-right: 5px;
}

.Home_descBox ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #1a8473;
  border-radius: 50%;
  margin-right: 5px;
}

.Home_hmTable th {
  font-weight: 700;
}

.Home_hmTable td,
.Home_hmTable th {
  color: #000;
  padding: 33px 10px;
}

@media (min-width: 576px) {
  main {
    max-width: 540px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .Home_bannerLeft__8oTdE {
    display: none;
  }

  .Home_screenImg__WW__d {
    width: 200px;
    height: auto;
  }

  .Home_h1__7tdRW {
    font-size: 24px;
    font-weight: 600;
  }

  .Home_secureDesc__M6EAw {
    font-size: 14px;
  }

  .Home_header__GCVRv {
    padding: 0;
  }

  .Home_bannerRight__JEgNM {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 6rem;
  }

  .Home_bannerText__4Wtyi {
    font-size: 15px;
  }

  .Home_downloadBtnWrapper {
    display: block;
    justify-content: space-around;
  }

  .Home_hmTable tbody th,
  .Home_hmTable tbody td {
    font-size: 15px;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .pointed {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .Home_descBox ul li {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .Home_descBox p {
    margin: 15px 0;
  }

  #main_wrap {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  main {
    max-width: 530px;
  }

  .Home_bannerLeft__8oTdE,
  .Home_bannerRight__JEgNM {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  main {
    max-width: 960px;
  }

  .Home_bannerLeft__8oTdE {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }

  .Home_bannerRight__JEgNM {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .Home_hmTable tr:nth-of-type(odd) {
    background-color: #f8f8f8;
  }

  .Home_hmTable tr {
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  main {
    max-width: 1140px;
  }
}

footer {
  width: 100%;
}

footer .footer_bottom {
  padding: 12px 0;
}

footer .footer_bottom .footer_bottom_in {
  display: flex;
  flex-wrap: wrap;
}

footer .footer_bottom .footer_bottom_in .ftr_text {
  width: 44%;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

footer .footer_bottom .footer_bottom_in .ftr_links {
  width: 56%;
  text-align: right;
}

footer .footer_bottom .footer_bottom_in .ftr_links a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #1a8473;
  margin-right: 5px;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:after {
  content: "|";
  color: #1a8473;
  padding-left: 5px;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:hover {
  color: #ff0000;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:last-child {
  margin-right: 0;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:last-child:after {
  content: "";
  padding-left: 0;
}

@media (max-width: 800px) {
  footer .footer_bottom .footer_bottom_in .ftr_text {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  footer .footer_bottom .footer_bottom_in .ftr_links {
    width: 100%;
    text-align: center;
  }
}

.youtube_embed {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  position: absolute;
}

.youtube_embed img,
.youtube_embed .yt_play_btn {
  cursor: pointer;
}

.youtube_embed .yt_play_btn {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  position: absolute;
}

.youtube_embed .yt_play_btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  position: absolute;
}

.youtube_embed img,
.youtube_embed .yt_play_btn {
  cursor: pointer;
}

.youtube_embed img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube_embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  position: absolute;
}

.more_link {
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background: #1a8473;
  margin: 20px auto;
}

.more_link:hover {
  color: #fff;
  background: #222;
}

.ac-inputs,
.ac-textarea {
  margin-bottom: 15px;
}

.fx-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.fx-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fx-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.fx-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fx-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.fx-last {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.fx-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50px;
}

#cmnt_form input[type="text"],
#cmnt_form textarea {
  width: 100%;
  background-color: #fff;
  color: #000;
  box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 0;
  padding: 10px 15px;
  outline: none;
}

#cmnt_form input[type="text"] {
  height: 40px;
  line-height: 40px;
}

#cmnt_form button[type="submit"],
#cmnt_form button[type="button"] {
  padding: 10px 20px;
  border: none;
  outline: none;
  background: #666;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}

.ac-inputs input {
  width: 49% !important;
}

.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-tree-list .comments-tree-list {
  padding-left: 25px;
  position: relative;
}

.comments-tree-list .comments-tree-list:before {
  content: "\f178 ";
  font-family: "FontAwesome";
}

.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}

.comm-item {
  margin-top: 30px;
  font-size: 12px;
}

.comm-left {
  width: 50px;
  margin-right: 25px;
}

.comm-right {
  background-color: #ebeff3;
  padding: 15px 15px;
  border-radius: 6px;
  position: relative;
}

.comm-right:before {
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #ebeff3;
  position: absolute;
  right: 100%;
  top: 17px;
}

.comm-img {
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}

.comm-img img {
  width: 100%;
  min-height: 100%;
  display: block;
}

.comm-two {
  margin: 10px 0 15px 0;
}

.comm-one > span {
  margin-right: 15px;
  color: #939393;
  font-weight: 300;
}

.comm-one > span.comm-author {
  color: #27ae60;
  font-weight: 400;
}

.comm-one > span.comm-author a {
  color: #27ae60;
}

.comm-three-left > a,
.comm-three-right li a {
  color: #939393;
}

.comm-three-left > a > .fa {
  margin-right: 10px;
}

.comm-three-right li {
  display: inline-block;
  margin-left: 10px;
}

.comm-three a:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-text {
  font-size: 14px;
  line-height: 1.7;
  color: #5c5c5c;
}

.full-text img:not(.emoji) {
  max-width: 100%;
  margin: 10px 0;
}

.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
  margin: 0 10px 10px 0;
}

.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
  margin: 0 0 10px 10px;
}

.full-text a {
  text-decoration: underline;
  color: #34ace0;
}

.full-text a:hover {
  text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.full-text p {
  margin-bottom: 10px;
}

.full-text > ul,
.full-text > ol {
  margin: 0;
}

.full-text > ul li {
  list-style: disc;
  margin-left: 40px;
}

.full-text > ol li {
  list-style: decimal;
  margin-left: 40px;
}

.txt_err {
  color: #c14d44;
}

.txt_suc {
  color: #008000;
}

.main_head {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.main_head {
  font-size: 20px;
  line-height: 28px;
}

.main_table_press {
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

.main_table_press thead th {
  background-color: #d9edf7;
}

.main_table_press tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.main_table_press td,
.main_table_press th {
  border: 1px solid #ededed;
  padding: 8px;
  text-align: left;
}

.main_table_press th {
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
}

.main_table {
  width: 100%;
  margin: 0 auto 20px auto;
}

.main_table tr {
  border-collapse: collapse;
}

.main_table tr:last-child {
  border-bottom: none;
}

.main_table th,
.main_table td {
  padding: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  vertical-align: top;
}

.main_table th {
  font-weight: 600;
}

.main_table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.main_table2 {
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

.main_table2 tr {
  border-bottom: 1px solid #ededed;
}

.main_table2 td,
.main_table2 th {
  padding: 3px;
  text-align: left;
}

.main_table2 th {
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}

.main_table2 tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.spec_table {
  width: 100%;
  margin: 0 auto 20px auto;
}

.spec_table tr {
  border-collapse: collapse;
}

.spec_table tr:last-child {
  border-bottom: none;
}

.spec_table th,
.spec_table td {
  padding: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  vertical-align: top;
}

.spec_table th {
  font-weight: 600;
}

.spec_table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.btn_apkdownload {
  background-color: #1a8473;
  padding: 20px 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
}

.btn_apkdownload2 {
  background-color: #1a8473;
  color: #fff;
  border-color: transparent;
  width: 80%;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.btn_apkdownload2:hover {
  color: #fff;
}

.explore_box {
  border: solid 1px #ccc;
  width: 75%;
  margin: 20px auto;
}

.explore_box .explode_head {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

.explore_box .explore_box_inner {
  padding: 10px;
}

.explore_box .explore_box_inner p:last-child {
  margin-bottom: 0;
}

.explore_box .explore_box_inner span {
  background: white;
  border-radius: 50%;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  color: #1a8473;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.explore_box .explore_box_inner a {
  color: #000000bf;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.explore_box .explore_box_inner p {
  cursor: pointer;
  color: #000000bf;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .explore_box {
    width: 92%;
  }
}

.cnt_box {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.cnt_box p,
.cnt_box h1,
.cnt_box h2,
.cnt_box h3,
.cnt_box h4,
.cnt_box h5,
.cnt_box h6 {
  margin-bottom: 10px;
}

.cnt_box strong,
.cnt_box b,
.cnt_box em {
  font-weight: bold;
}

.cnt_box h1,
.cnt_box h2,
.cnt_box h3,
.cnt_box h4,
.cnt_box h5,
.cnt_box h6 {
  font-weight: bold;
  margin: 10px 0;
}

.cnt_box h2 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.cnt_box h3 {
  font-size: 22px !important;
  line-height: 30px !important;
}

.cnt_box h4 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.cnt_box h5 {
  font-size: 18px !important;
  line-height: 26px !important;
}

.cnt_box h6 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.cnt_box i {
  font-style: italic;
}

.cnt_box u {
  text-decoration: underline;
}

.cnt_box a {
  text-decoration: underline !important;
  color: #fff;
}

.cnt_box ol,
.cnt_box ul {
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  text-align: left;
}

.cnt_box ol {
  list-style: decimal !important;
}

.cnt_box ul {
  list-style: disc !important;
}

.side_cat_item {
  width: 50%;
  float: left;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ededed;
  text-align: left;
  padding: 5px 0;
  color: #101010;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
}

.side_cat_item i {
  margin-right: 2px;
  font-weight: bold;
}

.rating {
  display: none;
  font-size: 35px;
  font-weight: bold;
  color: #ff8c00;
  white-space: nowrap;
  cursor: pointer;
}

.rating .star {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}

.rating .star::before {
  display: inline-block;
  color: #aaa;
  content: "☆";
  width: 1em;
  height: 1em;
}

.rating .star::after {
  display: inline-block;
  position: absolute;
  content: "★";
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.1s linear;
  overflow: hidden;
}

.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {
  opacity: 1;
  width: 1em;
  height: 1em;
}

.rating .star.active.half::after {
  width: 0.5em;
}

.adv_wrap {
  background: #fff;
  padding: 45px 10px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.hwa {
  height: auto;
  width: auto;
}

.full {
  width: 100% !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.vam {
  vertical-align: middle;
}

.ac {
  text-align: center !important;
}

.aj {
  text-align: justify !important;
}

.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.fs17 {
  font-size: 17px;
}

.txt_red {
  color: #c14d44 !important;
}

.txt_green {
  color: #063f4f !important;
}

.txt_suc {
  color: #0ba50b !important;
}

.txt_blue {
  color: #084888 !important;
}

.txt_gray {
  color: #333 !important;
}

.txt_white {
  color: #fff !important;
}

.txt_black {
  color: #000 !important;
}

.txt_orange {
  color: #f29423 !important;
}

.blue_bg {
  background: #f1f5fd;
  float: left;
  width: 100%;
  padding: 15px 0;
}

#header_ad {
  height: 280px !important;
}

@media (max-width: 800px) {
  #header_ad {
    height: 100px !important;
  }
}

details.schema-faq-section {
  margin: 10px 0;
  background: #eee;
  border-radius: 5px;
  transition: 0.25s ease-out;
}

details.schema-faq-section summary {
  font-weight: 700;
  border-radius: 5px;
}

.schema-faq-question {
  background: #eee;
  padding: 15px 15px 15px 15px;
}

details summary {
  cursor: pointer;
  display: block;
  list-style: none;
  z-index: 2;
  border-radius: 5px;
}

details.schema-faq-section p:last-of-type {
  margin-bottom: 0;
}

.schema-faq-answer {
  margin: 0;
  padding: 0px 15px 15px 15px;
}

details > :not(summary) {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

details.schema-faq-section summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
}

details[open].schema-faq-section summary::after {
  position: absolute;
  content: "-";
  right: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
}

.explore_box_inner ul {
  list-style: circle;
  padding-left: 40px;
}

.explore_box_inner p {
  margin: 0px;
}
.notfound {
  width: 100%;
  line-height: 1.4;
  padding: 110px 40px;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 165px;
  font-weight: 700;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
}

.notfound .notfound-404 h1 > span {
  color: #286f6b;
}

.notfound h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}

.notfound .notfound-search {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.notfound .notfound-search > input {
  width: 100%;
  height: 50px;
  padding: 3px 65px 3px 30px;
  color: #151515;
  font-size: 16px;
  background: transparent;
  border: 2px solid #c5c5c5;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  outline: none;
}

.notfound .notfound-search > button {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.notfound .notfound-search > button > span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -3px;
}

.notfound .notfound-search > button > span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 4px solid #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound-search > button > span:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 10px;
  left: 7px;
  top: 17px;
  border-radius: 2px;
  background: #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search > button:hover > span:after {
  border-color: #00b7ff;
}

.notfound .notfound-search > button:hover > span:before {
  background-color: #00b7ff;
}

@media only screen and (max-width: 767px) {
  .notfound h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 141px;
  }
}
.mb-button {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-size: 17px;
  font-family: open sans;
  background: #2bc470;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  cursor: pointer;
  padding: 1em 2em;
  line-height: 1.5;
}

.mb-button.mb-style-bordered {
  border: 0.2em solid rgba(0, 0, 0, 0.05);
  border-top: 0.1em solid rgba(255, 255, 255, 0.1);
}

.mb-button.mb-corners-default {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

.mb-button.mb-text-style-default {
  font-weight: 400;
  letter-spacing: 0;
}

.mb-button.mb-corners-pill {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

.mb-button.mb-size-large {
  font-size: 21px;
  padding: 1em 2.25em;
}

.download-body {
  border: 2px solid #ededed;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.column.is-12 {
  flex: none;
  width: 100%;
}

.app div:first-child {
  width: 64px;
  float: left;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 0 12px 0 0;
}

.app > div:last-child {
  padding-left: 66px;
}

.file-icon {
  width: 27px;
  height: 36px;
  background: #8ec155;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff #ffffff59 #ffffff59;
}

.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}

.file-icon[data-type="zip"] {
  background-color: #ffb229;
}

.abutton a,
.abutton a:visited,
.abutton a:active,
.abutton a:focus {
  background-color: #000000;
  color: #ff0000;
  border-color: transparent;
  width: 80%;
  padding: 20px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.app-info-body {
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

.app-info-body > div div:nth-child(1) {
  width: 40%;
}

.app-info-body > div div:nth-child(2) {
  width: 60%;
}

.app-info-body > div {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.artlinkset {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  margin-top: -50px;
}

@media (max-width: 1080px) {
  .artlinkset {
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    margin-top: 0px;
  }
}
