html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6C6C6C;
  line-height: 26px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Exo2", sans-serif; }

@media print {
  aside {
    display: none; }
  a[href]:after {
    content: none !important; } }

ul, ol {
  margin: 0; }

img {
  max-width: 100%; }

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.tabs-content {
  display: none; }

.tabs-content.active {
  display: block; }

.menu-icon {
  width: 50px;
  height: 48px;
  position: relative;
  float: left;
  display: none;
  z-index: 999;
  cursor: pointer; }
  .menu-icon span {
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .menu-icon span:before {
      position: absolute;
      background: #fff;
      right: 0;
      top: 10px;
      content: '';
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 100%; }
    .menu-icon span:after {
      position: absolute;
      background: #fff;
      right: 0;
      bottom: 10px;
      content: '';
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 100%; }
  .menu-icon.active span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background: transparent; }
    .menu-icon.active span:before {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0;
      left: -10px; }
    .menu-icon.active span:after {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      right: 10px; }

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.th-header {
  position: relative; }
  .th-header ul {
    padding: 0; }
  .th-header li {
    list-style: none;
    float: left; }
    .th-header li a {
      color: #fff;
      line-height: 18px;
      font-size: 15px;
      position: relative; }
      .th-header li a:before {
        content: '';
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #FFFAC0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
    .th-header li:last-child {
      margin: 0; }
    .th-header li.active a:before, .th-header li:hover a:before {
      width: 100%;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
  .th-header--top {
    background-color: #00A4B8;
    padding: 12px 0; }
    .th-header--top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .th-header--top a:hover {
      color: #FFE798; }
    .th-header--top_left li {
      margin-right: 40px; }
    .th-header--top_right li {
      margin-right: 20px; }
    @media (max-width: 600px) {
      .th-header--top li a {
        font-size: 14px; }
      .th-header--top_right li:first-child {
        display: none; }
      .th-header--top li {
        margin-right: 10px; } }
  .th-header--menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    z-index: 8; }
    .th-header--menu .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .th-header--menu .th-logo img {
      width: 87px;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
    .th-header--menu.fixed {
      top: 0;
      position: fixed; }
      .th-header--menu.fixed .th-logo img {
        width: 60px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
    .th-header--menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .th-header--menu li {
      list-style: none;
      float: left;
      margin-right: 36px; }
      .th-header--menu li a {
        padding: 10px 0;
        text-transform: uppercase; }
  @media (max-width: 991px) {
    .th-header--menu {
      position: relative;
      background-color: #000; }
      .th-header--menu ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 20px 15px; }
        .th-header--menu ul li {
          margin: 0 0 15px;
          float: none;
          width: 100%;
          display: block; }
          .th-header--menu ul li a {
            display: block; }
      .th-header--menu .menu-icon {
        display: block; }
      .th-header--menu .th-logo img {
        width: 60px; }
      .th-header--menu.fixed {
        background-color: rgba(0, 0, 0, 0.7); }
        .th-header--menu.fixed .th-logo img {
          width: 50px; } }

.th-search {
  position: relative; }
  .th-search label {
    margin: 0; }
  .th-search button {
    background-color: #00A4B8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none; }
  .th-search input {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
    height: 40px;
    border: 1px solid #00A4B8;
    background-color: #fff;
    outline: none;
    padding: 0 15px;
    width: calc(100% - 60px);
    margin-right: 10px;
    max-width: 250px;
    border-radius: 10px; }
    .th-search input:focus {
      border-radius: 10px;
      right: 60px;
      height: 40px;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      background-color: #fff; }
    @media (min-width: 992px) {
      .th-search input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 50px;
        height: 50px;
        margin-right: 0;
        border-radius: 50%;
        background-color: transparent; }
        .th-search input:focus {
          width: 250px; } }
  @media (max-width: 991px) {
    .th-search label {
      width: 100%; } }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  font-size: 14px;
  line-height: 28px;
  background-color: #fff; }
  footer h5 {
    font-weight: bold;
    color: 20px;
    line-height: 26px;
    color: #17364A;
    margin: 0 0 10px;
    padding-top: 50px; }
  footer small {
    font-size: 13px;
    margin-bottom: 20px;
    display: block; }
  footer p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px; }
    footer p span {
      position: absolute;
      left: 0;
      top: 0;
      color: #17364A;
      font-weight: bold; }
    footer p a {
      color: #6C6C6C; }
      footer p a:hover {
        color: #17364A; }
  footer ul {
    padding: 20px 0 0; }
    footer ul li {
      list-style: none;
      position: relative;
      padding-left: 22px; }
      footer ul li:before {
        content: '\f105';
        left: 0;
        font-family: "Font Awesome 5 Free";
        top: 0;
        position: absolute;
        font-weight: bold;
        font-size: 14px;
        color: #17364A; }
      footer ul li a {
        color: #6C6C6C; }
      footer ul li.active a, footer ul li:hover a {
        color: #17364A;
        font-weight: bold; }
  footer .ul-follow li {
    padding-left: 30px; }
    footer .ul-follow li:before {
      display: none; }
    footer .ul-follow li i {
      position: absolute;
      top: 7px;
      color: #17364A;
      font-weight: bold;
      left: 0; }

.th-coppy {
  padding: 20px 15px;
  border-top: 1px solid #EBEBEB;
  text-align: center;
  margin-top: 50px; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.th-breakcrum {
  padding: 0;
  margin-top: 10px; }
  .th-breakcrum li {
    list-style: none;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
    color: #FFE798;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; }
    .th-breakcrum li a {
      color: #6d6d6d;
      position: relative; }
      .th-breakcrum li a:before {
        position: absolute;
        top: 0;
        right: -19px;
        content: '/';
        color: #464749; }
      .th-breakcrum li a:hover {
        color: #FFE798; }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  background-color: #F8F8F8; }

.th-main {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .th-main .container {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
  .th-main h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px; }
    .th-main h2 strong {
      font-weight: bold;
      display: block;
      max-width: 630px; }
  @media (max-width: 991px) {
    .th-main {
      height: 400px; }
      .th-main h2 {
        font-size: 50px;
        line-height: 50px; } }

.th-enquiry {
  position: fixed;
  right: -87px;
  bottom: 25%;
  color: #12151A;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  z-index: 13; }
  .th-enquiry a {
    color: #12151A;
    display: block;
    background-color: #FFE798;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .th-enquiry a:hover {
      color: #fff;
      background-color: #00A4B8; }
  @media (max-width: 767px) {
    .th-enquiry {
      right: -60px; }
      .th-enquiry a {
        padding: 5px 20px;
        font-size: 12px;
        line-height: 12px; } }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.th-btn1 {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-family: "Exo2", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .th-btn1 span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #fff;
    color: #141920;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .th-btn1 span:before {
      content: '';
      z-index: -1;
      position: absolute;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: #FFFAC0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .th-btn1:hover {
    color: #FFFAC0; }
    .th-btn1:hover span {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }

.th-btn2 {
  display: inline-block;
  padding: 16px 30px;
  color: #fff;
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  background-color: #00A4B8;
  border-radius: 30px;
  border: 1px solid #00A4B8;
  outline: none;
  line-height: 16px; }
  .th-btn2 i {
    margin-left: 10px;
    vertical-align: middle; }
  .th-btn2:hover {
    color: #00A4B8;
    background: transparent; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.th-title1 {
  font-size: 16px;
  color: #17364A;
  text-transform: uppercase;
  margin: 0 0 10px; }

.th-title2 {
  font-size: 50px;
  line-height: 50px;
  color: #141920;
  margin: 0 0 20px;
  font-weight: bold; }
  .th-title2--while {
    color: #fff; }
  @media (max-width: 991px) {
    .th-title2 {
      font-size: 30px;
      line-height: 30px; } }

.th-title3 {
  font-size: 20px;
  line-height: 30px;
  color: #6C6C6C;
  margin: 20px 0 30px; }

.th-title4 {
  font-size: 36px;
  line-height: 36px;
  color: #141920;
  font-weight: bold;
  margin: 0 0 30px; }
  @media (max-width: 991px) {
    .th-title4 {
      font-size: 24px;
      line-height: 24px; } }

.th-title5 {
  font-size: 16px;
  line-height: 26px;
  color: #17364A;
  margin: 20px 0 15px; }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.th-list1 {
  width: 266px;
  margin-right: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative; }
  .th-list1 img {
    width: auto;
    display: block; }
  .th-list1 h4 {
    font-size: 24px;
    color: #141920;
    margin: 20px 0; }
  .th-list1 p {
    font-size: 14px;
    line-height: 25px; }
  .th-list1 span {
    display: block;
    color: #141920; }
    .th-list1 span i {
      margin-left: 5px; }
  .th-list1:hover {
    -webkit-box-shadow: 5px 15px 20px 0 #D4D4D4;
    box-shadow: 5px 15px 20px 0 #D4D4D4; }
    .th-list1:hover span {
      color: #00A4B8; }

.th-list2 {
  width: 658px;
  margin: 0 15px;
  position: relative; }
  .th-list2 img {
    border-radius: 15px; }
  .th-list2 h3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 0 40px; }

.th-list3 {
  margin-top: 40px; }
  .th-list3 img {
    border-radius: 10px; }
  .th-list3 h5 {
    font-size: 16px;
    line-height: 26px;
    color: #17364A;
    margin: 15px 0 2px;
    text-transform: uppercase; }
  .th-list3 p {
    color: #999999; }

.th-list4 {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px; }
  .th-list4 h4 {
    font-size: 24px;
    color: #141920;
    margin: 20px 0; }
  .th-list4 div {
    margin-bottom: 40px; }
  .th-list4 span {
    display: block;
    font-size: 16px;
    color: #141920; }
  .th-list4:hover {
    -webkit-box-shadow: 0 5px 20px 0 #ccc;
    box-shadow: 0 5px 20px 0 #ccc; }
    .th-list4:hover span {
      color: #00A4B8; }

.th-list5 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #fff; }
  .th-list5 figure {
    width: 100%;
	position: relative;
    overflow: hidden; }
    .th-list5 figure:before{
    	position: absolute;
    	content: '';
    	width: 100%;
    	height: 100%;
    	bottom: 0;
    	left: 0;
    	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); 
    	z-index: 1;
    }
    .th-list5 figure img {
      width: 100%;
      border-radius: 10px; }
  .th-list5 div {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .th-list5 h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0; }
  .th-list5 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }
  .th-list5 span {
    display: block;
    font-size: 16px; }
  .th-list5:hover div {
    max-height: 100% !important;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s; }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*------------------------------------------------------------
index
------------------------------------------------------------*/
.th-slick .container {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%); }

.th-slick h2 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px; }
  .th-slick h2 strong {
    font-weight: bold;
    display: block; }

.th-slick .slick-dots li {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .th-slick .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #8F9093;
    border: none;
    position: relative; }
    .th-slick .slick-dots li button:before {
      content: '';
      width: 26px;
      height: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 1px solid #fff;
      opacity: 0;
      border-radius: 50%;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      z-index: 1; }
  .th-slick .slick-dots li.slick-active button {
    background-color: #fff; }
    .th-slick .slick-dots li.slick-active button:before {
      opacity: 1;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }

@media (min-width: 992px) {
  .th-slick .slick-dots {
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: auto;
    left: 50px; }
    .th-slick .slick-dots li {
      float: none;
      display: block;
      margin: 10px 0; } }

@media (max-width: 991px) {
  .th-slick h2 {
    font-size: 50px;
    line-height: 50px; }
  .th-slick .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 700px) {
  .th-slick .slick-slide {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .th-slick .slick-slide h2 {
      font-size: 30px;
      line-height: 35px; }
    .th-slick .slick-slide img {
      display: none; } }

.th-welcome {
  padding: 100px 0 70px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .th-welcome .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .th-welcome figure {
    position: relative;
    float: right;
    padding-left: 70px;
    z-index: 1; }
  .th-welcome--img {
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: -1; }
  .th-welcome h5 {
    font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    margin: 30px 0 50px; }
  .th-welcome .th-btn2 {
    margin-top: 30px; }
  .th-welcome ul {
    padding-left: 0;
    padding-top: 20px; }
    .th-welcome ul li {
      padding-left: 30px;
      position: relative;
      list-style: none;
      margin-bottom: 15px; }
      .th-welcome ul li:before {
        content: '\f058';
        font-family: "Font Awesome 5 Free";
        color: #00A4B8;
        font-weight: bold;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0; }
  @media (max-width: 991px) {
    .th-welcome .row > div:first-child {
      margin-bottom: 40px; }
    .th-welcome figure {
      width: 100%;
      text-align: center;
      padding: 0; }
      .th-welcome figure img {
        max-width: 500px;
        width: 100%;
        height: auto; }
      .th-welcome figure .th-welcome--img {
        width: auto;
        max-width: 30%;
        left: -70px; } }

.th-solution {
  position: relative;
  display: inline-block;
  width: 100%; }
  .th-solution--img {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .th-solution--img {
        max-height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .th-solution--img img {
          display: block;
          max-height: 100%;
          width: auto; } }
  .th-solution--slider {
    max-width: 980px;
    width: 100%;
    float: right;
    margin-bottom: 60px; }
  .th-solution .th-title2 {
    margin-top: -20px; }
  .th-solution .row .col-lg-6:last-child {
    padding-top: 50px; }
    @media (max-width: 991px) {
      .th-solution .row .col-lg-6:last-child {
        padding-top: 20px; } }
  .th-solution .th-solution--arow {
    margin: 50px 0; }
  .th-solution .slick-list {
    padding: 15px 0 30px; }
  .th-solution .slick-arrow {
    display: none !important; }

.th-solution--arow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right; }
  .th-solution--arow span {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141920;
    border-radius: 50%;
    border: 2px solid #141920;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
    margin-left: 15px; }
    .th-solution--arow span:hover {
      background-color: #00A4B8;
      border-color: #00A4B8;
      color: #fff;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }

.th-product {
  padding: 100px 0; }
  .th-product--slider {
    margin: 30px 0 00px;
    position: relative;
    z-index: 0; }
    .th-product--slider .slick-arrow {
      display: none !important; }
    .th-product--slider .slick-list {
      padding: 0px 0px 0 260px !important; }
    @media (max-width: 991px) {
      .th-product--slider .th-list2 {
        width: 450px; }
      .th-product--slider .slick-list {
        padding-left: 50px !important; } }
    @media (max-width: 500px) {
      .th-product--slider .th-list2 {
        width: 100%;
        margin: 0; }
      .th-product--slider .slick-list {
        padding: 0 !important; } }
  .th-product p {
    max-width: 900px;
    margin: 0 auto; }
  .th-product--left {
    border-radius: 30px 0 0 30px;
    position: relative; }
    .th-product--left:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 32px;
      top: 9;
      right: 0;
      background-color: #EBEBEB; }
  .th-product--right {
    border-radius: 0 30px 30px 0; }
  .th-product--position {
    position: relative; }

.th-product--arow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  right: 50%;
  bottom: -25px;
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 15px 0 #E2E2E2;
  box-shadow: 0 15px 15px 0 #E2E2E2; }
  .th-product--arow span {
    background-color: #fff;
    width: 60px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141920;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer; }
    .th-product--arow span:hover {
      color: #00A4B8; }

.th-author {
  padding-bottom: 100px; }
  .th-author--slider {
    margin-top: 70px; }
    .th-author--slider img {
      width: auto;
      margin-right: 45px; }
    .th-author--slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .th-author--slider .slick-prev {
      left: -50px;
      outline: none; }
      .th-author--slider .slick-prev:before {
        border-color: #141920;
        width: 10px;
        height: 10px;
        border-width: 3px; }
    .th-author--slider .slick-next {
      right: -50px;
      outline: none; }
      .th-author--slider .slick-next:before {
        border-color: #141920;
        width: 10px;
        height: 10px;
        border-width: 3px; }
    .th-author--slider .slick-disabled:before {
      border-color: #B3B4B6; }
    @media (max-width: 1300px) {
      .th-author--slider .slick-prev {
        left: -15px; }
      .th-author--slider .slick-next {
        right: -15px; }
        .th-author--slider .slick-next:before {
          margin-left: 7px; } }

.th-from {
    color: #fff;
  padding: 100px 0; }
  .th-from .th-title2 {
    margin-bottom: 50px; }
  .th-from h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 20px 0 0; }
  .th-from input, .th-from select, .th-from textarea, .th-from button {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #6C6C6C;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    outline: none;
    border: none;
    display: block;
    border: 1px solid transparent; }
  .th-from ::-webkit-input-placeholder {
    color: #6C6C6C !important; }
  .th-from :-ms-input-placeholder {
    color: #6C6C6C !important; }
  .th-from ::-ms-input-placeholder {
    color: #6C6C6C !important; }
  .th-from ::placeholder {
    color: #6C6C6C !important; }
  .th-from textarea {
    height: 120px;
    padding: 15px 30px; }
  .th-from button {
    color: #141920;
    background-color: #FFE798;
    font-size: 16px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .th-from button i {
      margin-left: 15px; }
    .th-from button:hover {
      background-color: #141920;
      border-color: #141920;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      color: #fff; }
  .th-from select {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .th-from select::-ms-expand {
    display: none; }
  @media (max-width: 991px) {
    .th-from {
      padding: 50px 0; } }

.th-about--link {
  width: 100%;
  display: inline-block;
  height: 50px;
  position: relative; }
  .th-about--link div {
    position: absolute;
    border-bottom: 1px solid #D9D2D2;
    background-color: #F8F8F8;
    z-index: 3;
    width: 100%;
    display: inline-block; }
  .th-about--link ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 640px;
    margin: auto; }
    .th-about--link ul li {
      list-style: none;
      padding: 0 10px; }
      .th-about--link ul li a {
        color: #141920;
        line-height: 20px;
        padding: 15px 0;
        display: block;
        position: relative; }
        .th-about--link ul li a:before {
          content: '';
          position: absolute;
          background-color: #00A4B8;
          width: 0%;
          height: 3px;
          bottom: -1px;
          left: 0;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
      .th-about--link ul li.active a:before, .th-about--link ul li:hover a:before {
        width: 100%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
  .th-about--link.fixed div {
    position: fixed;
    top: 70px;
    left: 0; }
    @media (max-width: 991px) {
      .th-about--link.fixed div {
        top: 60px; } }
  @media (max-width: 500px) {
    .th-about--link ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .th-about--link ul li {
        width: 50%; } }

.th-about--company {
  padding: 0 0 40px;
  margin: 100px 0 30px;
  background-position: right -20px bottom 0; }

.th-about--mission {
  margin: 0 0 80px; }

.th-about--service {
  background-position: left -50px top 0;
  padding: 0;
  position: relative; }
  .th-about--service .col-xl-5 {
    position: initial; }
    @media (max-width: 991px) {
      .th-about--service .col-xl-5 {
        margin-bottom: 100px !important; } }
  .th-about--service .th-title2 {
    margin-bottom: 80px; }
  .th-about--service .th-welcome--img {
    top: initial;
    left: -70px;
    bottom: -80px;
    z-index: -1; }
  .th-about--service figure {
    float: none;
    z-index: 1;
    position: relative;
    margin-bottom: 80px; }
    @media (min-width: 1200px) {
      .th-about--service figure {
        position: absolute;
        left: 0;
        padding: 0;
        bottom: 0;
        max-width: 40%;
        margin-bottom: 0; } }

.th-about--cert {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #707070; }
  .th-about--cert_content {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .th-about--cert_content h4 {
      font-size: 28px;
      color: #17364A;
      line-height: 30px;
      margin: 0 0 30px; }
    .th-about--cert_content h5 {
      font-size: 20px;
      color: #6C6C6C;
      line-height: 30px;
      margin: 0; }
    @media (max-width: 580px) {
      .th-about--cert_content {
        display: block; }
        .th-about--cert_content img {
          margin: 0 auto 20px;
          display: block; }
        .th-about--cert_content h4 {
          font-size: 20px;
          margin-bottom: 15px;
          line-height: 20px; }
        .th-about--cert_content h5 {
          font-size: 16px;
          line-height: 20px; } }

.th-service {
  margin: 100px 0; }
  .th-service .th-title2 {
    margin-bottom: 40px; }
  .th-service--list {
    margin-top: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .th-service--detail {
    background-position: left -20px bottom 0;
    padding-bottom: 80px;
    margin-bottom: 40px; }
    .th-service--detail figure {
      padding: 0 70px 0 0; }
      .th-service--detail figure .th-welcome--img {
        left: initial;
        right: 0; }

.th-contact {
  padding-top: 90px;
  overflow: hidden; }
  .th-contact .th-title2 {
    margin-bottom: 40px; }
  .th-contact .col-md-4 {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .th-contact .col-md-4 img {
      margin-right: 20px; }
    .th-contact .col-md-4 h6, .th-contact .col-md-4 a {
      color: #141920;
      font-size: 16px;
      line-height: 26px;
      margin: 0; }
    .th-contact .col-md-4 a {
      color: #6C6C6C; }
      .th-contact .col-md-4 a:hover {
        color: #FFE798; }
    .th-contact .col-md-4 p {
      margin: 0; }
  .th-contact iframe {
    width: 200%;
    height: 470px;
    display: block;
    margin-left: -75%; }

.th-thankyou {
  height: 720px;
  text-align: center; }
  .th-thankyou h1 {
    color: #fff;
    font-size: 100px;
    line-height: 83px;
    margin: 0;
    max-width: 500px;
    font-weight: bold; }
  .th-thankyou h2 {
    color: #fff;
    font-size: 62px;
    line-height: 63px;
    margin: 0;
    font-weight: bold;
    max-width: 500px;
    margin-bottom: 20px; }
  .th-thankyou p {
    color: #fff;
    margin: 0;
    max-width: 500px; }
  .th-thankyou .container div {
    max-width: 500px;
    margin-top: 30px; }
  .th-thankyou .th-btn2 {
    margin-right: 20px; }
    .th-thankyou .th-btn2:last-child {
      margin-right: 0; }
    .th-thankyou .th-btn2:hover {
      border-color: #fff;
      color: #fff; }
  @media (max-width: 768px) {
    .th-thankyou h1 {
      font-size: 56px;
      line-height: 60px; }
    .th-thankyou h2 {
      font-size: 36px;
      line-height: 40px; } }
  @media (max-width: 400px) {
    .th-thankyou .th-btn2 {
      display: table;
      margin: 0 auto 20px !important; } }
@media (max-width: 1200px){
    .th-about--service .col-xl-7{
        min-height: initial !important;       
    }
}
