/** Variables **/
/** overwrite bootstrap css variables **/
/** extendable classes **/
.transition, .custom-tabs .nav-link:hover, .custom-tabs .nav-link, .hover:hover, .hover, .table-border-separate tr:hover, .table-border-separate tr {
  transition: all ease 0.3s;
}

.shadow, .hover:hover, .table-border-separate tr:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/** Portal style **/
.dropdown.navbar-toggler .dropdown-toggle:after {
  display: none;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

h6,
.h6 {
  font-size: 20px;
}

.text-primary {
  color: #001a4d !important;
}

.text-link {
  color: #3670ae !important;
}

.bg-gradient {
  background: linear-gradient(111.22deg, #09427f 3.13%, #ecf8ff 162.98%);
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.avatar {
  text-align: center;
  display: block;
  border-radius: 50%;
  color: white;
  background: #001a4d;
}
.avatar-sm {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.avatar-md {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.btn.disabled, .btn:disabled {
  opacity: 0.2;
}

.btn-floating {
  width: 40px;
  height: 40px;
  text-align: center;
}

/** Card style **/
.card.hover {
  border: 1px solid white;
}
.card.hover:hover {
  transform: scale(1.03);
  border: 1px solid #fdd948 !important;
}

.table-border-separate {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.table-border-separate th {
  padding: 0.5rem 1rem;
}
.table-border-separate tr {
  cursor: pointer;
}
.table-border-separate td {
  padding: 1.5rem 1rem;
}
.table-border-separate td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table-border-separate td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table-border-separate thead tr:hover, .table-border-separate tfoot tr:hover {
  box-shadow: none !important;
}

.hover {
  cursor: pointer;
}
.wrapper.tile .gridview {
  display: none;
}

.wrapper.grid .tileview {
  display: none;
}

/** Custom Tabs **/
.custom-tabs .nav-tabs {
  margin-top: -43px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.custom-tabs .nav-items {
  border: 0;
  border-bottom: 2px solid transparent;
}
.custom-tabs .nav-link {
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
}
.custom-tabs .nav-link:hover {
  color: #09427f;
  border: 0;
  border-bottom: 2px solid;
  border-color: #09427f;
}
.custom-tabs .nav-link:focus {
  outline: none;
}
.custom-tabs .nav-link.active {
  background-color: transparent;
  color: #3670ae;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid;
  border-color: #fdd948;
}

/** Responsive font size **/
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3rem !important;
  }

  h5 {
    font-size: 1.125rem !important;
  }

  section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
body {
  color: #333;
}

body,
p,
li,
ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

a {
  color: #3670ae;
}

.btn {
  border-radius: 30px;
}

.btn-primary {
  background: #fdd948;
  color: #000;
  border: 2px solid #fdd948;
  font-weight: 600;
}
.btn-primary:hover {
  background: #ebc323;
  color: #001a4d;
  border: 2px solid #ebc323;
}

.btn-lg {
  padding: 15px 30px;
}

.btn-secondary {
  background: none;
  color: #3670ae;
  border: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #3670ae;
}
.btn-secondary:hover {
  background: #3670ae;
  border-color: #3670ae;
  text-decoration: none;
}

.btn-link {
  color: #001a4d;
  border: 2px solid #001a4d;
  padding: 10px 20px;
}
.btn-link:hover {
  text-decoration: none;
  background: #001a4d;
  color: #fff;
}

p {
  font-family: "Open Sans", sans-serif;
}

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

h1 {
  font-size: 3.375rem;
  line-height: 60px;
  font-weight: 800;
}

h2 {
  font-size: 2rem;
  color: #001a4d;
  font-weight: 700;
}

h4 {
  color: #09427f;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-size: 1.25rem;
  color: #001a4d;
}

.jumbotron {
  width: 1270px !important;
  padding: 50px 30px 50px 0;
  background: none;
}
.jumbotron h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
}

.top-nav img {
  margin-right: 5px;
}
.top-nav a {
  font-size: 14px;
}

.main-nav :last-child a {
  margin-top: -7px !important;
  border-color: #fdd948;
}
.main-nav :last-child a:hover {
  border-color: #ebc323;
}
.main-nav a {
  padding-bottom: 6px;
  font-weight: 600;
}
.main-nav a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fdd948;
}
.main-nav li.active a {
  color: #001a4d;
  border-bottom: 2px solid #fdd948;
}

section {
  padding: 60px 0;
}

.tertiary {
  background: #ecf8ff;
}

.ttl-line,
.ttl-line-lt {
  height: 4px;
  width: 50px;
  background: #d4d4d4;
}

.ttl-line {
  margin: 0 auto;
}

.ttl-line-lt {
  margin-left: 10px 0;
}

.box-style {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 40px;
}

.ico-head {
  min-height: 110px;
}

.footer {
  background: #102a44;
  color: #fff;
}
.footer a {
  color: #6faef0;
}
.footer .social a {
  text-decoration: none;
  font-size: 20px;
}

.footer-bottom {
  padding: 20px 0;
  background: #163555;
  color: #fff;
}
.footer-bottom a {
  color: #6faef0;
}

.carousel-caption {
  bottom: 10%;
  width: 50%;
  margin: 0 auto;
}

.cayman-island {
  background-color: #ecf8ff;
  background-image: url(../img/img-cayman-island.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0;
}

.modal-content {
  border: 0;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-header {
  padding: 20px 30px;
}
.modal-content .modal-footer {
  padding-right: 30px;
}
.modal-content .modal-footer .btn-primary {
  padding: 15px 30px;
  font-size: 16px;
}
.modal-content .modal-footer .btn-primary:hover {
  color: #000;
}

.inner-banner {
  height: 284px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-banner h1.ttl-inner {
  color: #fff;
  margin-top: 80px;
}

.inner-banner-product {
  background-image: url(../img/inner-banner-product.jpg);
}

.inner-banner-news {
  background-image: url(../img/inner-banner-product.jpg);
  height: 210px;
}

.inner-banner-contact {
  background-image: url(../img/inner-banner-contact.jpg);
}

.nav-link i {
  font-size: 20px;
}

.list-wrap .media {
  padding: 4px 0;
}
.list-wrap i {
  margin-right: 10px;
  color: #fdd948;
  margin-top: 2px;
}

.list-group-item {
  border: 0;
  padding-left: 0;
  padding: 10px 0;
}
.list-group-item i {
  margin-right: 10px;
  color: #fdd948;
}

.left-panel {
  margin-top: -100px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  background: #fff;
}
.left-panel h4 {
  font-weight: bold;
}
.left-panel .nav-item {
  margin-bottom: 2px;
}
.left-panel .nav-item a {
  padding: 10px;
}
.left-panel .nav-item a:hover {
  color: #fff;
  background: #3670ae;
}
.left-panel .nav-item a.active {
  color: #fff;
  background: #3670ae;
}

.form-control {
  background: #ecf8ff;
  border: 0;
  border-bottom: 2px solid #bbced9;
  border-radius: 0;
}

.ttl-bar {
  background: #ecf8ff;
}

/** Responsive **/
@media (max-width: 1200px) {
  .cayman-island {
    background-image: none;
  }

  .carousel-caption {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  .logo {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: auto;
  }

  .carousel-caption {
    bottom: 15%;
  }
  .carousel-caption h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar-nav li {
    padding: 10px 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }

  .ico-head {
    min-height: auto;
    padding-bottom: 20px;
  }

  .footer-col-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    left: 10%;
    right: 10%;
    margin-bottom: 10px;
  }
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .ico-head {
    height: 80px;
    padding-bottom: 20px;
  }

  .left-panel {
    padding: 20px 15px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 200px;
  }

  .carousel-caption {
    width: 100%;
    left: 2%;
    right: 2%;
    top: 0;
  }
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
