@charset "utf-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(../font-awesome/fontawesome-webfont.woff) format("woff"),
    url(../font-awesome/fontawesome-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "Rajdhani-SemiBold";
  src: url(../font/Rajdhani-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Rajdhani-Bold";
  src: url(../font/Rajdhani-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Rajdhani-Medium";
  src: url(../font/Rajdhani-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Rajdhani-Regular";
  src: url(../font/Rajdhani-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.ttf?t=1622274305876") format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont-02.ttf?t=1623375225183") format("truetype");
}

body {
  color: #333;
  font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
li,
ol,
ul {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
.clearfix::after {
  display: table;
}
hr {
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #174277;
}
a:hover {
  color: #1782d2;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
a.link {
  color: #124ca0;
  text-decoration: underline;
  font-family: "Oswald";
}
a.link:hover {
  color: #289fe1;
  text-decoration: underline;
}
.img_list span,
.img_list a span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  color: #333;
}

.table {
  margin: 6px 0 0 0;
  font-size: 14px;
}
.table tr.top {
  background: #666 !important;
  color: #fff;
  text-align: center !important;
  font-family: Montserrat-Bold;
}
.table tr td {
  vertical-align: middle !important;
  padding: 6px 6px !important;
  text-align: left;
}
.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table tr:nth-child(even) {
  background-color: #fff;
}
.table-img {
  width: 100%;
  min-width: 200px;
}
.table-img img {
  width: 200px;
}
table,
td {
  border: 1px solid #ccc !important;
}
.table1 {
  width: auto;
}
.btn_td {
  color: #124ca0;
  background: none;
  text-decoration: underline;
  outline: none;
}
h2,
.etw_hometitle {
  display: block;
  line-height: 1.35;
  padding: 0;
  color: #000;
  font-family: "Rajdhani-SemiBold";
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.banner_h2 {
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 0 0.5rem 0;
}
.js-gallery-wrap h3 {
  font-size: 1.4rem;
  color: #000;
  font-family: "Poppins-Medium";
  margin-top: 1rem;
  padding-top: 0;
  line-height: 1.55;
}
.js-gallery-wrap h4 {
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  margin-top: 1rem;
  position: relative;
}
.js-gallery-wrap h4 a {
  display: block;
  color: #333;
  margin-bottom: 1.5rem;
}
.js-gallery-wrap h4::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  background-color: #00546e;
  width: 40px;
  height: 3px;
}
.js-gallery-wrap h4 a:hover {
  color: #00546e;
}
.pro_detail_img img {
  width: 100%;
}
b {
  font-weight: normal;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}
strong {
  font-weight: normal;
  font-size: 1.2rem;
  color: #000;
}
#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 55px;
  bottom: 150px;
  text-align: center;
  background: #01556f;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
}
#etw_top a {
  color: #fff;
}
.brief {
  color: #999;
  padding-top: 1rem;
  margin-bottom: 3rem;
  font-size: 0.85rem;
  margin-top: 2rem;
}
#etw_top:hover {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  background: #00546e;
}
/* #header */
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
.headerin {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#etw_logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pro_logo {
  width: 103px;
  float: left;
  position: relative;
  top: -1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.top-nav {
  margin: 0 auto;
  margin-top: 0.5rem;
  font-family: "Poppins-Medium";
}
.top-nav-pro {
  margin-top: 2rem;
}
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 1) !important;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  z-index: 999;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.nav-fixed #etw_logo,
.nav-fixed .etw_language,
.nav-fixed .pro_logo {
  display: none;
}
.nav-fixed .top-nav-pro {
  margin-top: 0;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #141414;
  font-size: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 5px;
  background: #00546e;
  transform: scale(0);
  transition: all 0.2s;
  transform-origin: left;
  margin: 0 auto;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-item ul li ol {
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.navbar-light .navbar-nav .nav-item ul li ol a {
  font-size: 0.85rem;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.2rem 1rem;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0 1rem;
}
.navbar-light .navbar-nav .nav-item ul li ol a:hover {
  color: #00546e;
}
.navbar-nav .dropdown-menu:last-child {
  min-width: 20rem;
}
.navbar-light .navbar-nav li a.nav-link:hover:before,
.navbar-light .navbar-nav li.active a.nav-link:before {
  transform: scale(1);
}
.dropdown-item {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #00546e;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00546e;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #00546e;
  background: none;
}
.dropdown-menu {
  padding-top: 0;
}
/*language*/
.etw_language > ul {
  position: relative;
  float: right;
  border-radius: 22px;
  z-index: 2;
  padding: 0rem 0.2rem;
  background-color: #00546e;
  position: relative;
  top: -1.5rem;
}
.etw_language_pro ul {
  top: 1rem;
}
.etw_language > ul > li > a {
  display: flex;
  color: #fff;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  align-items: center;
  justify-content: space-around;
}
.etw_language ul ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  background-color: #eee;
  min-width: 100px;
  border-radius: 4px;
}
.etw_language ul ul a {
  display: block;
  text-align: left;
  float: left;
  padding: 0.3rem 1rem;
  color: #333;
}
.etw_language ul ul li a:hover {
  color: #00546e;
}
.etw_language ul li:hover > ul {
  display: block;
}
.etw_language .dropdown-item {
  min-width: 100px;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  padding-top: 0.3rem;
}

@media (max-width: 1198.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 991.98px) {
  .navfeed {
    display: none;
  }
  #header {
    position: inherit;
    min-height: inherit;
    border-bottom: 1px solid #eee;
  }
  .navbar-expand-lg {
    margin-top: 0.5rem;
    padding-left: 1.12rem;
  }
  .etw_language ul {
    margin-top: 1.5rem;
  }
  .etw_language_pro ul {
    top: 0;
    margin-top: 0;
  }
  .etw_language ul li {
    position: relative;
  }
  .etw_language ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
    top: 0.2rem;
    right: -0.5rem;
  }
  #etw_logo,
  .pro_logo {
    width: 65px;
    float: left;
    border: none;
  }
  .pro_logo {
    top: 0;
  }
  .top-nav {
    width: 100%;
    margin-top: 0;
    clear: both;
    display: block;
  }
  .navbar-light .navbar-nav {
    background-color: #fff;
  }
  .navbar {
    padding: 0;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #141414;
  }
  .navbar-light .navbar-nav a.nav-link:before {
    width: 0;
    height: 0;
  }
  .navbar-light .navbar-nav .nav-item::after {
    display: none;
  }
  .navbar-light .navbar-nav .active .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #1a8ccd;
    background: none;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    background: none;
  }
  .navbar-light .navbar-nav a.nav-link {
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #141414;
    padding: 0.6rem;
    text-align: left;
  }
  .dropdown-menu {
    border: none;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    font-size: 20px;
    margin: 0rem 1rem 0 0;
    border-color: #212529;
    background-color: #0b3b50;
    border: none;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 0rem;
  }
  #quicknav {
    display: none;
  }
  .etw_language > ul {
    background-color: #fff;
  }
}

#container {
  width: 100%;
  margin: 0 auto;
  margin-top: 7rem;
}
.pro_container {
  margin-top: 7rem !important;
}
.bg-light {
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background-image: linear-gradient(to top, #f8f8f8, #efefef);
  border-top: 1px solid rgba(1, 85, 111, 0.7);
}
.bg-light-noline {
  border: none;
  padding: 1rem;
}

/*banner*/
#etw_banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#etw_banner .banner_txt {
  position: absolute;
  top: 30%;
  left: -40%;
  right: 0%;
  margin: 0 auto;
  color: #fff;
  z-index: 0;
  text-shadow: 3px 3px 3px #000;
}
#etw_banner .banner_txt h1 {
  font-family: "Rajdhani-SemiBold";
  font-size: 2.4rem;
}
#etw_banner .banner_txt p {
  text-shadow: 2px 2px 2px #000;
  font-size: 1.1rem;
  line-height: 1.45;
}

#etw_banner .carousel-indicators {
  bottom: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #ec6521;
  border-radius: 50%;
  background-image: none;
  height: 40px;
  width: 40px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
  display: none;
}
.carousel-control-next-icon::before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-control-prev-icon::before {
  font-family: fontawesome;
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-indicators li {
  background-color: #ccc;
}
.carousel-indicators .active {
  background-color: #ec6521;
}
.banner_txt_in {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Rajdhani-Medium";
  font-size: 1.82rem;
  text-align: left;
}
.banner_txt_in {
  max-width: 500px;
}
.banner_hub_txt {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.banner_hub_txt_in {
  background-color: rgba(1, 85, 111, 0.7);
  color: #fff;
  padding: 0 3rem;
  text-align: left;
  float: left;
}

.banner_pro {
  width: 100%;
  height: auto;
  min-height: 155px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/background-header.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 3rem 0;
}

/* main_pro */
.main_pro {
  width: 100%;
  margin: 2rem auto;
  font-family: "Poppins-Medium";
}
.main_pro a {
  color: #232323;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.35;
}
.main_pro a .main_pro_item img {
  transition: all 1s ease;
}

.main_pro a .main_pro_item:hover img {
  transform: scale(1.05);
}
.main_pro a .main_pro_item span {
  display: block;
  padding-top: 1rem;
  text-align: center;
}
.main_pro a .main_pro_item:hover span {
  color: #00546e;
}

/* app_box */
.app_box {
  width: 100%;
  margin: 3rem auto;
  margin-bottom: 0;
  background-color: #eee;
  padding: 2rem 0;
}
.app_box .webtitle {
  position: relative;
  background: url(../images/line_01.png) no-repeat center bottom;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.app_box .app_item {
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  padding-bottom: 1rem;
}
.app_box .app_item a img {
  width: 100%;
  transition: all 1s ease;
  /* -webkit-clip-path: polygon(100% 0, 100% 84%, 50% 100%, 0 80%, 0 0); */
  clip-path: polygon(100% 0, 100% 74%, 50% 100%, 0 74%, 0% 0%);
}
.app_box .app_item a h3 {
  color: #040000;
  font-family: "Poppins-Medium";
  font-size: 1.2rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  transition: all 1s ease;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
.app_box .app_item a h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00546e;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.3rem;
}
.app_box .app_item a p {
  padding: 1rem;
  padding-top: 0;
  color: #a0a29f;
  font-size: 0.85rem;
}
.app_box .app_item:hover {
  background-color: #fce8de;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.app_box .app_item:hover h3 {
  color: #00546e;
}
.app_box .app_item:hover img {
  transform: scale(1.02);
}
.app_item i {
  font-style: normal;
  position: absolute;
  bottom: 0.5rem;
  left: 3%;
  right: 3%;
  margin: 0 auto;
  font-size: 12px;
  color: #00546e;
  border-top: 1px solid #f2f2f2;
}

/* custom_box */
.custom_box {
  background: url(../images/custom_bg.jpg) no-repeat right top;
  padding-bottom: 4rem;
}
.custom_box .custom_img {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 1rem;
}

.custom_box .webtitle {
  text-align: left;
}
.carousel-indicators {
  bottom: -15%;
}
.carousel-indicators li {
  background-color: #f79f7f;
  width: 20px;
  height: 10px;
  border-radius: 20px;
}
.carousel-indicators .active {
  background-color: #00566f;
}
.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
  z-index: 2;
}
.custom_txt {
  padding-top: 3rem;
  font-size: 1rem;
}
/* about_box */
.about_box {
  width: 100%;
  margin: 4rem auto;
}
.about_box .webtitle,
.custom_txt .webtitle,
.main_pro .webtitle {
  position: relative;
  background: url(../images/line_02.png) no-repeat left bottom;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}
.main_pro .webtitle {
  text-align: center;
  background: url(../images/line_02.png) no-repeat center bottom;
}
.about_box .about_txt {
  font-size: 1rem;
}
.about_box .about_img {
  position: relative;
}
.btn-read-more {
  background-color: #00546e;
  border-radius: 22px;
  color: #fff;
  padding: 0.5rem 2rem;
}
.btn-read-more:hover {
  background-color: #f79f7f;
  color: #fff;
}

/* #quicknav */
#quicknav {
  height: auto;
  color: #00546e;
  line-height: 1.2rem;
  font-size: 0.9rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
#quicknav a {
  color: #333;
}
#quicknav ul {
  width: 100%;
  margin: 0 auto;
}
#quicknav li {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 0;
}
#quicknav li + li::before {
  padding: 0 5px;
  color: #333;
  content: "/\00a0";
}
#quicknav a:hover {
  color: #00546e;
}

.content {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

.webtitle,
.webtitle a {
  font-size: 2.4rem;
  color: #030e27;
  font-family: "Rajdhani-Bold";
  text-align: center;
}

/* sidebar */
.sidebar {
  padding-top: 0;
}
.sidebar li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sidebar li > a {
  color: #000;
  font-size: 1rem;
  display: block;
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.25;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1rem;
}

.sidebar li > a::before {
  position: absolute;
  content: "";
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -2px;
  width: 5px;
  height: 5px;
  border: 1px solid #919d9d;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.sidebar li > a:hover,
.sidebar li a.dq {
  color: #00546e;
}
.sidebar_tile {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  position: relative;
  background-color: #00546e;
  padding: 0.5rem;
  padding-left: 1rem;
}
.sidebar_tile a {
  color: #fff;
}

.sidebar_tile a {
  display: block;
}
.sidebar_tile a.dq,
.sidebar_tile a:hover {
  color: #eb6623;
}

#tags {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  background-color: #eee;
}
.tags_title {
  margin-top: 2rem;
  padding-top: 1rem;
  background-color: #eee;
  color: #333;
}
#tags li {
  margin: 0 5px 3px 0;
  color: #666;
  display: block;
  line-height: 16px;
  font-size: 0.8rem;
  padding: 0.4rem 0;
  padding-right: 1rem;
  position: relative;
  padding-left: 1.55rem;
}
#tags li::before {
  position: absolute;
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #ccc;
  bottom: 12px;
  left: 10px;
  border-radius: 50%;
}
/* .homevideo */
.about-video {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(1, 85, 111, 0.65);
  border-radius: 50%;
}
.about-video i {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
  background: 0 0;
  font-family: fontawesome;
  padding-left: 0.4rem;
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.25);
  line-height: 50px;
}
.about-video i:hover {
  color: #fff;
  background-color: #00546e;
}

/* etw_set_feedback_form */
.etw_set_feedback_form {
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  padding: 1rem;
}

.webtitle_small {
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
/* ul.item */
ul.item {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
ul.item li {
  position: relative;
  padding-left: 1.8rem;
  text-align: left;
  padding-bottom: 0.3rem;
}
ul.item li:before {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 2px;
  color: #00546e;
  font-size: 0.8rem;
}
ul.item_circle li:before {
  content: "\f111";
  font-size: 0.5rem;
  top: 6px;
}
.big_title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
}
.big_title h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* etw_custom_box */
.etw_custom_box {
  padding: 3rem 3rem 2rem 3rem;
  box-shadow: 0 0 35px #eee;
  margin-top: 3rem;
  background: url(../images/custom_bg1.jpg) no-repeat top center;
  background-size: cover;
}
.etw_custom_box p {
  color: #084e93;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: 500;
  padding: 0.3rem 0;
}

.etw_custom_box span {
  color: red;
}
.etw_custom_box input {
  height: 36px;
}
.btnsubmit {
  padding: 0.2rem 2rem;
  background-color: #00546e;
  border-color: #00546e;
  border-radius: 22px;
}
.btnsubmit:hover {
  background-color: #084e93;
}
.radio_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(206, 212, 218);
  border-radius: 0.2rem;
  padding: 0.5rem 1rem;
}
.radio_box li {
  display: flex;
  align-items: center;
}
.radio_box li input {
  cursor: pointer;
}
.radio_box li pre {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
  color: #212529;
  padding-left: 0.5rem;
  margin-right: 1rem;
}

/* .left_pics */
.left_pro_img {
  position: relative;
  padding: 1rem;
  background-color: #eee;
}
.left_pics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.left_pics img {
  width: auto;
  text-align: center;
}
.related_pic {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.related_pic a {
  width: 15%;
  margin-right: 2%;
}
.related_pic a:nth-child(6n) {
  margin-right: 0;
}
.related_pic a:nth-child(6n + 1) {
  clear: both;
}
.related_pic img {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #eee solid;
  margin: 10px 0 5px 0;
}
.related_pic img:hover {
  border: 1px #000 solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}
.btn_hide {
  border: 1px solid #eee;
  background-color: #ccc;
  padding: 0 0.5rem;
  color: #000;
}

/* hub_pro */
.hub_pro {
  width: 100%;
  margin: 0 auto;
}
.hub_pro .webtitle {
  position: relative;
  background: url(../images/line_02.png) no-repeat center bottom;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.35;
}
.hub_pro .hub_pro_item {
  background-image: linear-gradient(#f8f8f8 23%, #e8e8e8 62%);
  padding: 2rem;
  padding-top: 0;
  margin-bottom: 2rem;
}
.hub_pro_item span {
  display: block;
  text-align: center;
  color: #333;
  padding: 0.5rem 0;
  padding-bottom: 1rem;
}
.hub_pro .hub_pro_item .main_pro_item:hover span {
  color: #00546e;
}
/* other_pro */
.other_pro {
  width: 100%;
}
.other_pro .other_pro_item {
  background-color: #f2f2f2;
  padding-left: 1rem;
  height: 100%;
  transition: all 1s ease;
}
.other_pro .other_pro_item {
  display: flex;
  align-items: center;
}
.other_pro .other_pro_item .other_pro_img {
  flex: 1;
  display: block;
  position: relative;
  top: -3rem;
}
.other_pro .other_pro_text {
  flex: 1;
  padding-left: 1rem;
}
.other_pro .other_pro_item span {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.35;
}
.other_pro .other_pro_item:hover {
  background-color: #e8e8e8;
}
.other_pro .other_pro_item:hover span {
  color: #00546e;
}
/* style_box */
.style_box {
  width: 100%;
  margin: 0 auto;
}
.style_box li {
  background-image: linear-gradient(to bottom, #f6f9fa, #eee);
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}

/* style_item */
.style_item span {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  margin-bottom: 1rem;
}
.style_item .style_title {
  margin-bottom: 1rem;
  font-family: "Poppins-Medium";
}

/* options_box */
.options_box {
  background-color: #eee;
  padding: 1rem;
  margin-right: 15px;
  margin-left: 0px;
}
.options_box strong {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  padding-bottom: 0.5rem;
}

.cantFind {
  background: #00546e;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.cantFind_2 {
  display: flex;
  padding: 0;
  padding-left: 4rem;
  justify-content: space-between;
}
.app_can .cantFind {
  padding-right: 2rem;
}
.cantFind_content-container2 {
  width: 40%;
}
.cantFind_image-container2 {
  width: 50%;
}
.cantFind_image-container {
  position: relative;
}
.cantFind h3,
.cantFind h3 a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
}
.cantFind h3 a {
  font-size: 1.4rem;
  line-height: 1.25;
  display: block;
}
.cantFind h3 a:hover {
  color: #000;
}
.btn_icon {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 50px;
  background-color: #fff;
}
.btn_icon :hover {
  background-color: #919d9d;
}

.btn_icon a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  color: #333;
}
.btn_icon a:hover {
  color: #fff;
}
.btn_steel:before {
  border-color: transparent transparent transparent #fff;
}
.btn_steel:hover:before {
  border-color: transparent transparent transparent #919d9d;
}
.btn_icon:before {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
}
.cantFind_image {
  display: block;
  position: absolute;
  background-image: url(../images/big_pro.jpg);
  background-size: cover;
  background-position: 50% 50%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: -10px;
}

.cantFind_image_01 {
  background-image: url(../products/restaurants_01.jpg);
}
.cantFind_image_02 {
  background-image: url(../products/outdoor-dining_01.jpg);
}
.cantFind_image_03 {
  background-image: url(../products/kitchen-catering_01.jpg);
}
.cantFind_image_04 {
  background-image: url(../products/supermarkets-retail-stores_01.jpg);
}
/* app_img */
.app_img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background-color: #00546e;
  padding: 2rem 1rem;
}
.app_img .carousel-indicators {
  bottom: -8%;
}

/* rec_pro */
.rec_pro {
  width: 100%;
  margin: 0 auto;
}
.rec_pro li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.rec_pro li:last-child {
  border: none;
}
.rec_pro li .rec_img {
  width: 22%;
  background-color: #eee;
  padding: 1rem;
  margin-right: 1rem;
}
.rec_pro li .rec_name {
  font-size: 1.2rem;
  flex: 1;
}
.rec_pro li .rec_inq {
  color: #1782d2;
  cursor: pointer;
  text-decoration: underline;
}

/* why_use */
.why_use {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.why_use a {
  display: block;
}
.why_use dl {
  background-image: linear-gradient(#f8f8f8 23%, #e8e8e8 62%);
  padding: 2rem;
  border-left: 2px solid #00546e;
  margin-bottom: 2rem;
  transition: all 0.3s ease-out;
  width: 100%;
}
.why_use dl:hover {
  background-image: linear-gradient(#eee 23%, #dbdbdb 62%);
}
.why_use dl dt,
.why_use dl dt a {
  display: flex;
  align-items: center;
}

.why_use dl dt span {
  text-align: center;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why_use dl dt,
.why_use dl dt a {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.35;
  font-weight: normal;
  color: #000;
  font-family: "Poppins-Medium";
}
.why_use dl dt a:hover {
  color: #00546e;
}

.why_use .iconfont {
  color: #00546e;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  font-size: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-right: 1rem;
  font-weight: bold;
}

.why_use dl:nth-of-type(2) .iconfont {
  font-size: 5rem;
}
/* .parameter */
.parameter {
  width: 100%;
  height: auto;
  float: right;
}
.parameter li {
  width: 100%;
  line-height: 20px;
  padding: 4px 0 2px 0;
  color: #363636;
  border-bottom: 1px #999 solid;
}
.parameter li:nth-child(1) {
  padding-top: 7px;
}
.parameter li {
  display: flex;
  align-items: center;
}
.parameter li ol:nth-child(1) {
  float: left;
  width: 58%;
  padding-right: 2%;
  color: #000;
  font-family: "Poppins-Medium";
}
.parameter li ol:nth-child(2) {
  width: 56%;
}

/*videoall*/
.videoall ul {
  width: 100%;
  float: left;
}
.videoall ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2rem;
}
.videoall_small ul li {
  width: 32%;
}
.videoall ul li img {
  width: 100%;
}
.videoall ul li a {
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 1rem;
  color: #333;
  display: block;
  text-decoration: underline;
  padding-top: 1rem;
}
.videoall ul li a:hover {
  color: #00aeef;
}
.videoall ul li:nth-child(2n) {
  margin-right: 0;
}
.videoall_small ul li:nth-child(2n) {
  margin-right: 2%;
}
.videoall_small ul li:nth-child(3n) {
  margin-right: 0;
}

/* contact-info */
.almi-contact-info-box h3 {
  margin-top: 0;
}
.contact-info-box {
  display: flex;
  align-items: center;
}
.contact-info-icon {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
  margin-right: 20px;
  transition: all 0.3s;
}
.contact-info-box:hover .contact-info-icon {
  border: 4px solid #00546e;
}
.contact-info-icon i {
  font-size: 1.4rem;
}
ul.contact-info {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  flex: 1;
}
ul.contact-info li,
ul.contact-info li a {
  font-size: 1rem;
  color: #656970;
  font-weight: 500;
  margin-bottom: 0;
}
.contact_des p {
  line-height: 2;
}
.contact_des strong {
  font-size: 1rem;
  color: #000;
  font-family: "Poppins-Medium";
}

.feedback_form_contact {
  background-color: #eee;
  border: none;
  border-radius: 8px;
  padding: 1rem;
  padding-top: 0;
}
.form_contact_title {
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/* #footer */
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  padding-bottom: 0;
  color: #fff;
  background: url(../images/f_bg.jpg) no-repeat top center;
  margin-top: 3rem;
  border-top: 10px solid #00546e;
  background-size: cover;
  max-width: 1200px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #00546e;
}
.etw_bottom {
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.9rem;
  color: #fff;
}
.etw_bottom .contact_des strong {
  color: #fff;
}
.etw_bottom .contact_des p {
  line-height: 1.65;
}
.etw_bottom .etw_foot_title {
  padding-bottom: 0.5rem;
  border: none;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
}
.etw_bottom .etw_foot_title::before {
  content: "";
  position: absolute;
  width: 60px;
  left: 0;
  bottom: 2px;
  height: 4px;
  background: #00546e;
}
.etw_bottom .etw_foot_title::after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: 1px;
  width: 5px;
  height: 5px;
  background: #00546e;
  transition: all 0.2s;
  transform-origin: left;
}
.etw_bottom .etw_foot_title a {
  color: #fff;
  font-size: 1.066667rem;
  display: block;
}
.etw_bottom .etw_foot_title a:hover {
  color: #000;
  text-decoration: none;
}

.etw_bottom a:hover {
  color: #000;
}
.etw_bottom ul {
  width: 100%;
  margin-right: 2%;
  float: left;
  display: flex;
  flex-flow: wrap;
}
.etw_bottom ul li {
  width: 100%;
  float: left;
}
.etw_bottom ul > li > a {
  display: block;
  padding-bottom: 0.6rem;
  line-height: 1.4rem;
  padding-left: 1rem;
  color: #fff;
  position: relative;
  font-weight: 400;
  position: relative;
}
.etw_bottom ul > li > a:before {
  position: absolute;
  content: "\f105";
  left: 2px;
  top: 0px;
  font-family: fontawesome;
  color: #fff;
}
.etw_bottom ul > li > ol {
  margin-bottom: 1rem;
}
.etw_bottom ul > li > ol > a {
  display: block;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #f5f5f5;
  padding: 0.1rem 0;
  padding-left: 1rem;
}
.pro_list ul > li {
  width: 50%;
}
.cot_add,
.cot_tel,
.cot_email,
.cot_people,
.cot_mobile,
.cot_fax,
.cot_whatsapp {
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
  padding-top: 0.2rem;
}
.cot_add:before {
  content: "\f041";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 20px;
}
.cot_tel:before {
  content: "\f095";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}
.cot_email:before {
  content: "\f0e0";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_people:before {
  content: "\f2be";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_mobile:before {
  content: "\f10b";
  position: absolute;
  left: 4px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 22px;
}
.cot_fax:before {
  content: "\f1ac";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_whatsapp:before {
  content: "\f17e";
  position: absolute;
  left: 0px;
  top: 5px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}
.etw_footin {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #4d4d4e;
}
.footercop {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #8d8f92;
  padding: 1rem;
}
#etw_coper {
  margin-top: 2px;
  width: 100%;
  line-height: 22px;
}
#etw_coper a {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}
#otherlink {
  clear: both;
  width: 100%;
  height: auto;
}
#otherlink a {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 0.75rem;
  margin-right: 5px;
  line-height: 22px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
#otherlink a span {
  opacity: 0.5;
  position: relative;
  top: 0;
  font-size: 12px;
}
#otherlink a:hover {
  color: #666;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}

/*sitemap*/
#sitemap {
  width: 100%;
  margin: 20px auto;
  font-size: 13px;
}
#sitemap .name {
  width: 100%;
  font-size: 15px;
  margin: 10px 0;
  clear: both;
}
#sitemap a {
  color: #0f599b;
  width: 100%;
  display: block;
  background: #eee;
  font-weight: 600;
  line-height: 24px;
}
#sitemap a.sname {
  margin: 5px 0;
  font-weight: 400;
  width: 100%;
  color: #333;
  text-decoration: underline !important;
  background: 0 0;
  font-size: 14px;
}
#sitemap a:hover {
  text-decoration: underline !important;
}
#sitemap a.sname:hover {
  color: #0f599b;
  text-decoration: none !important;
}
#sitemap p {
  margin: 0 0 10px;
  line-height: 22px;
}
#sitemap .list_m {
  width: 100%;
  height: auto;
  margin: 10px 0;
  overflow: hidden;
}
#sitemap .list_m a {
  width: 50%;
  display: block;
  float: left;
  color: #888;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  padding-right: 3%;
  background: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
#sitemap .list_m a:nth-child(2n + 1) {
  clear: both;
}
#sitemap .list_m a:hover {
  color: #0f599b;
}

@media (max-width: 1199.98px) {
  .custom_box {
    background: #eee;
    padding-top: 3rem;
  }
}

@media (max-width: 991.98px) {
  #container,
  .pro_container {
    margin-top: 0 !important;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #etw_banner .banner_txt {
    top: 20%;
    left: 6%;
    text-shadow: 2px 2px 2px #000;
  }
  #etw_banner .banner_txt h1 {
    font-size: 2rem;
  }
  .banner_txt_in {
    font-size: 1.2rem;
  }

  .etw_language > ul > li > a {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
	.about_box .about_txt{ padding-bottom:1rem;}
}
@media (max-width: 650.98px) {
  html {
    font-size: 14px;
  }
  .etw_footin {
    text-align: center;
  }
  ul.item li {
    margin-left: 0;
  }
  #etw_banner .banner_txt {
    left: 5%;
  }
  #etw_banner .banner_txt h1 {
    font-size: 1.62rem;
  }
  .banner_txt_in p {
    font-size: 0.9rem;
    line-height: 1.25;
    display: none;
  }
  #floatchatiframe2011,
  .feedback_form_contact #floatchatiframe2011 {
    width: 100%;
  }

  .webtitle {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .cantFind {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cantFind_image,
  .cantFind_image-container2 {
    display: none;
  }
  .cantFind_content-container2 {
    width: 100%;
  }
  .app_box .cantFind_image {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .why_use dl {
    width: 100%;
    border: none;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
  .custom_box {
    padding: 2rem 1rem;
  }
  .videoall ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 380.98px) {
}


#etw_map {width:100%;margin:0 auto;}
#etw_map .name {width:100%;color:#06c;background:#eee;margin-top:6px;height:20px;line-height:20px;display:block;margin-bottom:4px;}
#etw_map a {color:#333;text-decoration:underline;width:100%;display:block;margin-top:5px;}
#etw_map a:hover {text-decoration:none;}
#etw_map .name a {color:#1d3154;margin:0;font-weight:700;text-decoration:none;}
#etw_map .name a:hover {text-decoration:underline;}
#etw_map .list_m {width:100%;height:auto;margin-bottom:15px;overflow:hidden;}
#etw_map .list_m a {width:50%;display:block;float:left;color:#888;text-decoration:none;line-height:20px;padding:5px 0;padding-left:12px;}
#etw_map .list_m a:nth-child(2n + 1) {clear:both;}
#etw_map .list_m a:hover {text-decoration:underline;color:#0c3b64;}
#etw_map a.subname {width:100%;display:block;text-decoration:underline;padding-left:0;}