@font-face {
  font-family: "OswaldBold";
  src: url("fonts/Oswald.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Oswald.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/Oswald.woff") format("woff"), url("fonts/Oswald.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Oswald.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/Oswald.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/OswaldRegular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OswaldRegular.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/OswaldRegular.woff") format("woff"), url("fonts/OswaldRegular.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/OswaldRegular.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/OswaldRegular.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}

@font-face {
  font-family: "WorkSansThin";
  src: url("fonts/WorkSansThin.eot");
  /* IE9 Compat Modes */
  src: url("fonts/WorkSansThin.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/WorkSansThin.woff") format("woff"), url("fonts/WorkSansThin.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/WorkSansThin.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/WorkSansThin.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "WorkSans";
  src: url("fonts/WorkSans.eot");
  /* IE9 Compat Modes */
  src: url("fonts/WorkSans.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/WorkSans.woff") format("woff"), url("fonts/WorkSans.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/WorkSans.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/WorkSans.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
.scrolltopcontrol {
  width: 50px;
  height: 50px;
  background-color: #001f5f;
}

.scrolltopcontrol:before {
  content: "\f077";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 8px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: #001f5f;
  transition: color 0.3s;
}

a {
  color: #001f5f;
  text-decoration: none;
}

h1,
h2 {
  font-family: "WorkSans";
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  font-family: "WorkSans";
  font-weight: bold;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  p {
    line-height: 1.6em;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "lato", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
}

.clear {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }

  body {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: -1em;
  margin-right: -1em;
}
@media screen and (min-width: 1081px) {
  .row {
    display: flex;
    flex-flow: wrap;
  }
}
/* .row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
} */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/***==================================================================== Table Css style ====================================================================***/

table {
  border-collapse: collapse;
  margin: 0.6em 0;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
  line-height: 26px;
}

table th {
  background: #001f5f;
  color: #fff;
}

table tr td {
  background: #fff;
  color: #444;
}

table tr td a {
  color: #001f5f;
  text-decoration: none;
}

table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.875rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #444;
  background-color: #beddea;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  display: inline-block;
}

.inquiry_btn:hover {
  color: #444;
  transition: background-color 0.3s;
  border-radius: 10px 0 10px 0;
  background: #001f5f;
}

.pro_btn {
  padding: 8px 22px;
  background-color: #001f5f;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  float: right;
}

.pro_btn:hover {
  background-color: #001f5f;
  color: #fff;
}

@media (max-width: 991px) {
  .pro_btn {
    float: left;
    margin: 15px 0;
  }
}

.pagenav {
  text-align: right;
  font-size: 14px;
  text-decoration: none;
  margin: 10px 0 40px 0;
  height: auto;
  overflow: hidden;
  padding: 10px;
}

.pagenav .cpb {
  padding: 5px 10px;
  margin-right: 0;
  border-radius: 5px;
  color: #001f5f;
  background: #f2f2f2;
}

.pagenav a {
  margin-left: 5px;
  margin-right: 5px;
  color: #444;
  text-decoration: none;
  /* border: 1px #d3d3d3 solid; */
  padding: 5px 10px;
  border-radius: 5px;
}

.pagenav a:hover {
  color: #001f5f;
  text-decoration: none;
  background: #f2f2f2;
  /* border: 1px #f90 solid; */
}

.successinfo {
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-top: 40px;
  padding-bottom: 20px;
}

.successinfo .iconarea {
}

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1e9bce;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9;
}

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: #1e9bce;
  display: block;
}

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10;
}

.bread-crumb {
  position: relative;
  font-size: 14px;
  padding-bottom: 40px;
}

.bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 24px;
  color: #243238;
  line-height: 30px;
}

.bread-crumb li .fa {
  font-size: 18px;
}

.bread-crumb li:last-child {
  margin-right: 0px;
}

.bread-crumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 2px;
  width: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.bread-crumb li:last-child:after {
  display: none;
}

.bread-crumb li a {
  color: #666;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}

.bread-crumb li a:hover {
  color: #001f5f;
}

h3 {
  margin: 0;
  padding: 10px 0 10px 0;
}

h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 10px 0 8px 0;
}

.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  float: left;
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.rowthbox {
  background: #fff;
  padding: 1.5em 0;
  height: auto;
  position: relative;
  margin: 40px auto;
  text-align: center;
}

.rowthbox .rowthbox-li {
  background: #fff;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: -360px;
  width: 1920px;
}

.textcenter {
  text-align: center;
}
.ullist {
  padding: 0px 0px 0 19px;
  margin: 0px;
}

.ollist {
  padding: 0px 0px 10px 19px;
  margin: 0px;
}

.ullist > li {
  list-style: disc !important;
}
.ullist > .ullist {
  padding-left: 0;
}
.ullist > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}
.ullist > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.1em;
  left: 0;
}
.ollist > li {
  list-style: decimal !important;
}
.ollist > li,
.ullist > li {
  /*	line-height: 28px;*/
  text-align: left;
}

.reference,
.Reference {
  padding-bottom: 0px;
  color: #888888 !important;
}

.ollist.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #888888 !important;
  padding-bottom: 4px !important;
}

.container-row-a {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-row-a li {
  margin-bottom: 10px;
  break-inside: avoid;
  padding: 8px;
  background: #f9f9f9;
}

.container-row-a li span {
  display: inline-block;
  float: left;
  padding-left: 5px;
  line-height: 26px;
  padding-right: 5px;
}

.container-row-a li a {
  color: #444;
  display: inline-block;
  float: left;
  max-width: 90%;
  line-height: 26px;
}

.container-row-a li:hover {
  background: #001f5f;
  color: #fff;
}

.container-row-a li:hover a,
.container-row-a li:hover span {
  color: #fff;
}

@media (min-width: 1024px) {
  .container-row-a {
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .container-row-a.pro-three {
    column-count: 3;
    column-width: 33%;
    column-gap: 20px;
  }
}

@media (max-width: 1023px) {
  .container-row-a {
    column-count: 1;
    column-width: 100%;
    column-gap: 0;
  }
}

.tablecontentshow {
  margin: auto auto 15px auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 768px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive table {
    width: 690px;
  }

  .table-responsive .tableimgshow tr,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow td {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
}

/*--------------404 page begin--------------*/
.E404 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000;
}

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151;
}

.E404 .content {
  color: #767676;
}

.E404 a {
  color: #525151;
  text-decoration: none;
}

.E404 .btn {
  border: 1px solid #dddddd;
  padding: 5px 10px 5px 10px;
  /* border-radius: 5px; */
  margin-right: 10px;
  background-color: #efefef;
}

.E404 .btn:hover {
  background-color: #001f5f;
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------404 page end--------------*/
/*.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
}*/
.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}
.pagination .page-first:before {
  content: "\f049";
}
.pagination .page-last:before {
  content: "\f050";
}
.pagination .page-prev:before {
  content: "\f04a";
}
.pagination .page-next:before {
  content: "\f04e";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0;
    position: relative;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0;
  }
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
  /*	text-transform: capitalize;*/
}
.breadcrumb > li:first-child {
  padding-left: 20px;
}
.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: icomoon;
  left: 0;
  top: 0;
}
.breadcrumb > li + li:before {
  padding: 0 5px;

  color: rgb(255, 255, 255);
  content: "/\00a0";
}
.breadcrumb > .active {
  color: rgba(61, 61, 61, 1);
}
.breadcrumb > li > a {
  color: var(--white-color) !important;
}
.breadcrumb > li > a:hover {
  color: var(--yellow-color) !important;
}
.breadcrumb > li:last-child {
  color: var(--white-color);
}
.text-black.breadcrumb {
  position: relative;
  bottom: auto;
}
.text-black.breadcrumb > li + li:before {
  color: #444;
}
.text-black.breadcrumb > li > a {
  color: var(--main-color) !important;
}
.text-black.breadcrumb > li:last-child {
  color: #444;
}
/*******************************************breadcrumb***************************************************/
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1081px) {
  ul[anchorListTop] {
    position: sticky;
    top: 85px;
    background: linear-gradient(to right, rgb(210, 223, 242), rgba(210, 223, 242, 0.5));
    z-index: 100;
    width: 100%;
    display: none;
    --child-width: 16%;
    --other-width: 12px;
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 4px;
  }
  ul[anchorListTop].active {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
  }
  ul[anchorListTop] > li {
    position: relative;
    padding: 0.2em 1em;
    color: #45562e;
    text-align: center;
    transition: all ease-in-out 0.4s;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    background-color: var(--white-color);
    cursor: pointer;
    border-radius: 4px;
  }
  ul[anchorListTop] > li:hover {
    background: linear-gradient(to right, #fff, #f7efdb);
    color: #ec9e40;
  }
  ul[anchorListTop] > li * {
    cursor: pointer;
  }
  ul[anchorListTop] > li.active {
    background: linear-gradient(to right, #fff, #f7efdb);
    color: #ec9e40;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.new-title {
  position: relative;
  padding: 0.5em 1.5em;
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  text-align: center;
  color: var(--white-color);
}

.check-list {
  position: relative;
  --icon: "✅";
  --color: unset;
}
.check-list > li {
  position: relative;
  padding-left: 1.8em;
}
.check-list > li::before {
  position: absolute;
  content: var(--icon);
  width: 1em;
  left: 0;
  color: var(--color);
}

.new-btn {
  position: relative;
  border-radius: 2em;
  padding: 0.3em 2em;
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  color: var(--white-color) !important;
  margin: 2em auto;
  display: block;
  transition: all 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.new-btn:hover {
  background: linear-gradient(to right, var(--main-dark-color), var(--main-dark-color));
}

.tank-center section {
  margin: 3rem auto;
}

.bg-main {
  background: var(--main-color);
}

.bg-gray {
  background-color: rgba(181, 181, 181, 0.1);
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.new-style1 {
  position: relative;
  padding: 1rem 0;
  --title-height: auto;
}

.new-style1 > dt {
  position: relative;
  border-radius: 4px;
  padding: 0.5em 1em;
  border: 1px solid rgba(21, 21, 21, 0.1);
  --icon-src: "";
}

.new-style1 > dt .title {
  color: var(--main-dark-color);
  font-weight: bold;
  padding-bottom: 0.5em;
  height: var(--title-height);
}

.new-style1 > dt .title::before {
  position: relative;
  content: "";
  background-image: var(--icon-src);
  width: 2em;
  aspect-ratio: 1;
  display: block;
  margin-bottom: 0.5em;
}

.grid-item {
  --width-child: 32%;
  row-gap: 1em;
}

@media screen and (min-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
  }
}
.grid {
  --rate: 70% 25%;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}
.new-style3 {
  position: relative;
  --height: auto;
  --tag-bg: #fff;
  margin: 2rem auto;
}

.new-style3 > dt {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgb(229, 246, 228);
}

.new-style3 > dt .title {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  height: var(--height);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-top: 0;
  margin-top: 0;
  background: var(--tag-bg);
}

.new-style3 > dt .title::after {
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(21, 21, 21, 0.2);
  margin-top: 0.5em;
}

.new-style3 > dt a {
  color: var(--main-color);
}

.new-style3 > dt a:hover {
  color: var(--yellow-color);
}

.new-style3 > dt .content {
  position: relative;
  padding: 1em;
}

.tank-table {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tank-table thead tr {
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
}
.tank-table thead tr th {
  background: none;
}
.tank-table tr,
.tank-table td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tank-table p {
  margin: 0;
  padding: 0;
}
.tank-table tbody tr:nth-child(even) {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.2), rgba(133, 235, 164, 0.05));
}
.tank-table tbody td {
  background: none !important;
}

.bg-main-1 {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
  text-align: center;
}

.text-green {
  color: var(--main-dark-color);
}

.text-center {
  text-align: center;
}

.img-cover,
.img-contain {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-cover img,
.img-contain img {
  position: absolute;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-title {
  background: linear-gradient(to right, #e3f1c6, #a5cba0);
  padding: 0.3em 1em;
  border-radius: 0.2em;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.line-style {
  border-bottom: 1px solid var(--main-color);
}

.new-style2 {
  position: relative;
}
.new-style2 > dt {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-top: 1.2em solid var(--main-400-color);
  padding: 0 1em 1em;
}
.new-style2 > dt .title {
  font-size: 1.02em;
}
.new-style2 > dt a {
  color: var(--main-color);
}
.new-style2 > dt a:hover {
  color: var(--yellow-color);
}
.new-style2 > dt .content {
  position: relative;
}

.faq-list {
  position: relative;
}
.faq-list > dt {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--main-color);
}
.faq-list > dt:first-child {
  border-top: 1px solid var(--main-color);
}
.faq-list > dt .title {
  padding: 0.5em 1em 0.5em 2em;
  margin: 0;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.faq-list > dt .title::after {
  position: absolute;
  content: "\e987";
  font-family: "icomoon";
  left: 0.4em;
  transition: all ease-in-out 0.3s;
  color: var(--yellow-color);
}
.faq-list > dt .title:hover {
  color: var(--yellow-color);
}
.faq-list > dt .content {
  position: relative;
  display: none;
  padding: 0.6em 0.8em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 1.5em;
}
.faq-list > dt .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  aspect-ratio: 1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 1px solid #ccc;
  transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
}

.relative {
  position: relative;
}
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
