@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

a {
  text-decoration: none;
}

.date-bg{
	background-color: #FFFFFF !important;
}

.page-container {
  position: relative;
  /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */

  width: 90%;
  color: #414042;
  margin: 0 auto !important;
  padding-bottom: 30px;
  background-image: url("images/bg-port.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  /* border: 1px solid blue; */
}

.page-title-1 {
  /* flex: 1; */
  font-size: 35px;
  font-weight: 600;
  color: #414042;
  margin-bottom: -20px;
  letter-spacing: 2px;
}

.img-page-title {
  margin: 20px 0 0 0;
}

.title-we-are,
.title-we-do,
.title-we-have,
.title-office {
    width: 10%;
    position: absolute;
    top: -15px;
}

.title-schedule {
  width: 14%;
  position: absolute;
}

.page-title-2 {
  /* flex: 1; */
  font-size: 52px;
  font-weight: 700;
  color: #1459a1;
  margin-left: 50px;
  letter-spacing: 5px;
}

.dnone {
  display: none;
}

/* Main Header */

/* header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(images/slide/main-banner-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.action-button {
  position: absolute;
  display: flex;
  /* flex-direction: column; */
  /* border: 1px solid red; */
  top: 430px;
  left: 38%;
  z-index: 10;
  /* height: 130px; */
  width: 400px;
  justify-content: space-between;
}

.action-button button {
  padding: 12px 40px;
  /* background: transparent; */
  outline: none;
  /* border: 2px solid #ffc914; */
  background-color: #ffc914;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
  font-size: 24px;
  color: #1b3f70;
  border: none;
  /* margin-right: 16px; */
}

/* .action-button img {
    width: 150px;
    border: 2px solid #1b3f70;
} */

.swiper-slide {
  width: 100%;
  height: 500px;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: 100% 500px;
  /* object-fit:cover; */
}

.slide1 {
  background-image: url(images/slide/tantonet-vessel.webp);
  cursor: pointer;
}

.slide2 {
  background-image: url(images/slide/tantonet-va.webp);
  cursor: pointer;
}

.slide3 {
  background-image: url(images/slide/banner-23-04.webp);
  cursor: pointer;
}

nav {
  /* position: fixed; */
  width: 100%;
  height: 60px;
  display: flex;
  background-color: #f8f9f9;
  align-items: center;
  align-content: center;
  padding-left: 4%;
  z-index: 100;
  /* padding-top: 5px; */
  /* border: 1px solid red; */
}

nav img {
  width: 150px;
  cursor: pointer;
}

nav ul {
  /* position: relative; */
  display: flex;
  margin-left: 4%;
  height: 30px;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  margin-top: 8px;
}

nav li {
  list-style: none;
}

nav li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1b3f70;
  margin-right: 28px;
  text-decoration: none !important;
  flex-wrap: wrap;
}

nav ul img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

nav div.login {
  display: flex;
  background-image: url(images/bg-login-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 8px;
  padding-right: 8px;
}

nav div.login a {
  text-decoration: none;
  color: #ffffff;
}

nav div.login img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

nav span {
  font-weight: 400;
}

nav span.active {
  font-weight: 600;
}

#side-nav {
  width: 250px;
  height: 100vh;
  position: fixed;
  right: -250px;
  top: 0;
  background: #1459a1;
  z-index: 100;
  transition: 0.5s;
}

#side-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding-top: 60%;
}

#side-nav li {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 16%;
}

#side-nav li a {
  text-decoration: none;
  color: #ffffff;
}

#side-nav img {
  width: 25px;
  margin-right: 8px;
}

#menu-icon {
  width: 30px;
  position: fixed;
  right: 30px;
  top: 12px;
  z-index: 200;
  cursor: pointer;
  display: none;
}

/* Our Profile */

#our-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* height: 100vh;  saat wide screen, ubah ke %*/
  /* border: 1px solid blue; */
  padding-top: 40px;
}

#our-profile h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #414042;
  font-family: "Poppins";
}

.profile-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  background-color: #1459a1;
  background-image: url(images/bg-our-profile.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile-row {
  width: 80%;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.profile-row a {
  text-decoration: none;
}

.profile-row div {
  flex-basis: 20%;
  text-align: center;
  cursor: pointer;
}

.profile-row img {
  width: 90px;
}

.profile-row h4 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
  font-weight: 400;
  font-family: "Poppins";
}

#our-profile h2 {
  font-size: 30px;
  font-weight: 500;
  color: #414042;
  margin-bottom: -15px;
  margin-top: 40px;
  font-family: "Poppins";
}

/* Testimonial */









/* Our App */

#our-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* border: 1px solid blue; */
  /* height: 100%; */
  height: 75%; /* saat wide screen, ubah ke %*/
  background-image: url("images/bg-port.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.app-left-col {
  flex-basis: 50%;
  /* border: 1px solid blue; */
  /* vertical-align: bottom; */
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.app-left-col img {
  width: 100%;
}

.app-right-col {
  flex-basis: 50%;
  padding-left: 100px !important;
}

.app-text h1 {
  font-size: 50px;
  color: #414042;
}

.text-app-1 {
  font-size: 42px;
  padding-left: 60px;
  /* margin-bottom: -20px; */
  font-family: "Poppins";
  font-weight: 600 !important;
}

.text-app-2 {
  font-size: 42px;
  font-weight: 500 !important;
  /* margin-bottom: -20px; */
  font-family: "Poppins";
}

.text-app-3 {
  font-size: 42px;
  color: #1459a1 !important;
  padding-left: 100px;
  font-family: "Poppins";
  font-weight: 600 !important;
}

.app-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -160px;
  top: -190px;
  z-index: 20;
  /* border: 1px solid blue; */
}

.feature-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
}

.feature-row img {
  margin-right: 16px;
  width: 60px;
  height: 60px;
}

.feature-row span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #414042;
}

/* .getApps {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.getApps h3 {
    text-align: center !important;
    margin-bottom: 12px;
    color: #414042;
}

.appStore {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.appStore img {
    width: 120px;
    cursor: pointer;
} */

/* What we have */

.we-have-container {
  width: 98%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.we-have-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 10%;
}

.we-have-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.we-have-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.we-have-right-col {
  flex-basis: 80%;
  min-height: 700px;
  /* border: 1px solid red; */
}

.we-have-item h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #1459a1;
  margin-bottom: 28px !important;
}

.have-content-wrapper {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  margin: 40px auto 50px auto;
}

.have-wr-left {
  flex-basis: 35%;
  text-align: center;
  /* padding-left: 50px; */
}

.flex-container-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex-container-img2 {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
}

.flex-container-img div {
  /* border: 1px solid red; */
  margin-right: 20px;
}

.cont-inside {
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}

.have-wr-right {
  flex-basis: 65%;
}

.container-table-spec {
  width: 80%;
}

.container-table-spec2 {
  width: 90%;
}

.content-text-2 {
  max-width: 90%;
}

.img-vessel {
  border-radius: 12px !important;
}

td.text-left {
  text-align: left !important;
  font-weight: 500;
}

th.td-vessel {
  background-color: #1459a1;
  color: #ffffff;
}

tr.even-row-vessel td {
  background-color: #F5F7F8;
}

/* .row-handler {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
} */

/* Our Schedule - Page */

.schedule-container {
  /* width: 800px;
    margin: 0 auto !important;
    border: 1px solid red; */

  width: 98%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;

  /* border: 1px solid red; */
}

.schedule-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 10%;
}

.schedule-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.schedule-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.schedule-right-col {
  flex-basis: 70%;
  padding-top: 30px;
  /* border: 1px solid blue; */
}

li.main-port-city a,
li.our-routes a {
  color: #1459a1;
  cursor: pointer;
  margin: 1px 0;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.2px;
  padding-left: 16px;
}

.side-menu-title {
  margin-bottom: -3px !important;
}

.side-menu-gap {
  margin-top: 25px !important;
}

#pol,
#pod {
  /* height: 40px !important; */
  /* width: 40px !important; */
}

.schedule-row {
  margin: 20px 0;
  /* border: 1px solid red; */
}

.schedule-row h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.schedule-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: flex-start; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.schedule-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid blue; */
  padding: 0 10px;
}

.schedule-form-input {
  width: 300px;
}

.schedule-form label {
  font-size: 15px;
  font-weight: 500;
  /* padding-left: 12px; */
}

.schedule-form-btn {
  justify-content: flex-end !important;
}

.schedule-select {
  /* width: 100%; */
  padding: 6px 8px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  transition: 0.3s;
  cursor: pointer;
}

.schedule-btn {
  background-color: #ffc914;
  color: #163d71;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 22px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 3px;
}

.schedule-result {
  position: relative;
  min-height: 200px;
  margin-bottom: 50px;

  width: 100%;
  background-image: url("images/no-data-yellow.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top;

  /* border: 1px solid red; */
}

.schedule-main-port a {
  color: #1459a1;
  cursor: pointer;
  margin: 1px 0;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.2px;
}

.schedule-wrapper {
  width: 100% !important;
  /* overflow-y: hidden;
    overflow-x: auto; */
  margin-bottom: 40px;
}

.schedule-table {
  width: 100%;
}

.schedule-table caption {
  font-weight: 600;
  font-size: 20px;
}

.styled-table {
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: sans-serif;
  /* min-width: 400px; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  background-color: #1459a1;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  text-align: center;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  /* background-color: #f3f3f3; */
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #1459a1;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #1459a1;
}

.styled-table tbody tr:hover {
  background-color: #f3f3f3;
}

td.td-val-vessel {
  text-align: right !important;
  color: rebeccapurple;
  padding-right: 8px;
  font-size: 15px !important;
}

td.vessel-text-center {
  text-align: center !important;
}

td.vessel-pad-right {
  padding-right: 20px !important;
}

td.vessel-type {
  font-size: 15px !important;
}

td.td-val-cont {
  text-align: right !important;
  color: rebeccapurple;
  padding-right: 45px;
  font-size: 15px;
}

td.td-val-vessel2 {
  font-weight: 500;
  font-size: 15px;
}

caption {
  text-align: center;
  color: #414042;
}

th.head-route,
th.head-route2 {
  width: 250px;
}

th.head-via,
th.head-eta {
  width: 140px;
}

td.tfoot-note {
  font-weight: 600;
  font-size: 13px;
}

td.align-left {
  text-align: left !important;
}

td.via-info {
  background-color: #f3f3f3;
  text-align: left;
}

.sch-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sch-wrap div {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  margin-bottom: 16px;
}

.sch-lbl {
  width: 190px;
}

#schedule-btn {
  /* margin-left: -34px; */
  width: 140px;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: 20px !important;
}

.schedule-frequent {
  margin-top: 120px;
}

.head-mm {
  width: 200px;
}

.marketing-contact {
  margin-top: 80px;
}

.row-mkt-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mkt-name, .mkt-phone, .mkt-email {
  margin-bottom: 2px;
}

.mkt-contact-table {
  width: 100%;
}

.lbl-mkt a {
  text-decoration: none !important;
  color: rgb(88, 87, 87);
}


/* Main Port Route */
.main-port-container {
  width: 90%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid red;
}

/* Who We Are - Page */

.we-are-container {
  width: 98%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid red; */
}

/* #we-are-content,
#we-do-content {
  position: absolute;
  top: 4%;
}

#our-container {
  position: absolute;
  top: 3%;
} */

.we-are-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 10%;
}

.we-are-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.we-are-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.we-are-right-col {
  flex-basis: 80%;
}

.content-text {
  max-width: 80%;
}

.content-text p {
  margin-bottom: 16px;
}

.content-text h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 28px !important;
  color: #1459a1;
}

.we-are-item h2 {
  margin-bottom: 28px !important;
}

.mission-list {
  padding-left: 18px;
}

.mission-list li {
  padding-bottom: 8px;
}

/* What We Do - Page */

.we-do-container {
  width: 98%;
  min-height: 70vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.we-do-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 10%;
}

.we-do-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.we-do-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.we-do-right-col {
  flex-basis: 80%;
}

.content-text {
  max-width: 75%;
}

.content-text p {
  margin-bottom: 16px;
}

.content-text h2,
.we-do-item h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #1459a1;
}

.we-do-item h2 {
  margin-bottom: 28px;
}

#service-advantages {
  min-height: 700px;
}

.route-container {
  display: flex;
  width: 100%;
  min-height: 550px;
  flex-direction: column;
  margin-top: 60px;
}

.item-route {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.item-route div {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 300px;
  margin-top: -50px;
}

.item-route img {
  width: 90px;
}

.route-ina {
  width: 100%;
  margin: 0 auto;
}

.map-point {
  cursor: pointer;
}

/* Contact - Page */

.contact-container {
  width: 90%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;

  /* border: 1px solid red; */
}

.contact-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 32%;
}

.contact-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.contact-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.contact-right-col {
  flex-basis: 80%;

  /* border: 1px solid brown; */
}

.content-text-contact {
  max-width: 100%;
}

.content-text p {
  margin-bottom: 16px;
}

.content-text-contact h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #1459a1;
}

.contact-item h2 {
  margin-bottom: 28px !important;
}

.wr-contact-card {
  width: 270px;
  background-color: #ffffff;
  border-radius: 20px;
  /* border: 1.3px solid #D1D5DB; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 28px 18px 15px 18px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 50px;
}

.wr-contact-card p {
  margin: 4px 0 !important;
  padding: 0 !important;
  font-weight: 500;
}

label.contact-city {
  display: inline-block !important;
  background: #1459a1;
  border-radius: 20px;
  padding: 2px 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
  position: absolute;
  top: -15px;
}

label.office-sby {
  left: 48px !important;
  padding-left: 30px;
}

img.head-office {
  position: absolute;
  width: 50px;
  top: -18px;
  z-index: 100;
}

img.contact-img {
  height: 15px;
}

img.contact-img2 {
  height: 11px;
}

img.map-img {
  /* height: 25px; */
  width: 25px;
}

img.map-img {
  position: absolute;
  right: 18px;
  top: 50%;
  cursor: pointer;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 50%; */
}

.flex-contact {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #414042;
  /* border: 1px solid red; */
  height: 25px;
}

.flex-contact a {
  color: #414042;
  text-decoration: none;
}

.contact-addres {
  font-size: 14px;
  color: #414042;
  height: 65px;

  /* border: 1px solid red; */
}

span.ct-img-contact {
  width: 30px;
}

.ct-contact-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

p.map-link {
  text-align: center !important;
}


/* Career - Page */

.career-banner {
  margin: 0 auto !important;
  background-image: url("images/job/career-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 380px;
  height: 380px !important;
}

.ct-content-career {
  margin-top: 80px;
  margin-bottom: 200px;
}

.ca-filter {
  display: flex;
  flex-direction: column;
}

.ca-title {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto 8px auto;
  color: #1459a1;
  font-size: 32px;
}

.ct-ca-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.row-ca-filter {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lbl-ca-filter {
  font-weight: 400;
}

.ca-location,
.ca-search {
  width: 280px;
}

.ca-filter-input {
  padding: 6px 8px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  transition: 0.3s;
  cursor: pointer;
}

.ca-list-job {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: center;
  /* border: 1px solid red; */
}

.ca-card-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  /* border: 1px solid blue; */
}

.ca-card {
  width: 55%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 18px;
  position: relative;

  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ca-card-left {
  width: 75%;
  /* border: 1px solid purple; */
}

.ca-card-desc {
  display: flex;
  flex-direction: column;
}

.ca-card-right {
  width: calc((100% - 75%) - 10px);
  /* border: 1px solid blue; */
}

.ca-mini-info {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.lbl-ca-mini {
  font-weight: 400;
  font-size: 13px;
}

.ca-job-title {
  font-size: 20px;
  font-weight: 600;
  color: #1459a1;
  letter-spacing: 0.5px;
}

.ca-card-act {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}

.btn-ca {
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-ca-detail {
  /* background-color: #163d71; */
  color: #163d71;
  width: 115px;
  font-size: 13px;
  letter-spacing: .4px;
  font-weight: 600;
}

.wr-ca-card-detail {
  width: 100%;
  margin-top: 5px;
  /* border: 1px solid green; */
}

.ca-card-detail {
  width: 55%;
  background-color: #eee;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 18px;
  position: relative;

  display: flex;
  flex-direction: column;

  margin-left: auto;
  margin-right: auto;
}

.ca-sub-title {
  font-weight: 500px;
  font-size: 14px;
  letter-spacing: .5px;
}

.row-card-detail {
  margin-bottom: 12px;
}

.ca-content-detail {
  padding-left: 30px;
  font-size: 13.5px;
}

.ca-btn-apply {
  background-color: #163d71;
  color: #ffffff;
  width: 110px;
  font-size: 13.5px;
}

.caform-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* border: 1px solid red; */
}

.ca-form-main-title {
  font-size: 28px;
  margin: 0;
}

.ca-form-sub-title {
  font-size: 22px;
  margin: 0;
}

.caform-content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  /* border: 1px solid blue; */
}

.caform-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  /* border: 1px solid blue; */
}

.caform-lbl-text {
  width: 130px !important;
  font-weight: normal;
  font-size: 14.5px;
  /* border: 1px solid red; */
}

.ca-text-input {
  padding: 9px 12px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  transition: 0.3s;
}

.ca-idcard-number {
  width: 250px;
}

.ca-full-name,
.ca-major,
.ca-univ,
.ca-job-position,
.ca-job-company,
.ca-socmed {
  width: 400px;
}

.ca-edu-other,
.ca-source-other {
  width: 195px;
}

.flex-ca-sex,
.flex-ca-marital,
.flex-ca-citizen,
.flex-ca-period {
  display: flex;
  gap: 16px;
}

.lbl-ca-sex,
.lbl-ca-marital,
.lbl-ca-citizen {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-weight: normal;
  cursor: pointer;
}

.lbl-ca-sex,
.lbl-ca-marital,
.lbl-ca-citizen {
  font-size: 14px;
}

.ca-place-birth,
.ca-city,
.ca-province,
.ca-edu-city,
.ca-job-business,
.ca-job-refname,
.ca-job-refno {
  width: 250px;
}

.ca-address,
.ca-jobdesc,
.ca-comp-address {
  width: 400px;
  font-size: 14px;
}

.ca-mobile-no {
  width: 200px;
}

.ca-email {
  width: 250px;
}

.ca-salary {
  width: 200px;
}

.ca-religion,
.ca-marital,
.ca-edu,
.ca-edu-graduate,
.ca-edu-end,
.ca-job-start,
.ca-job-end,
.ca-source {
  width: 195px;
  font-size: 12px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  transition: 0.3s;
  cursor: pointer;
}

.ca-source {
  width: 205px;
}

.ca-edu-graduate {
  cursor: text;
}

.ca-date-birth {
  width: 195px;
  cursor: pointer;
}

.ca-form-section-title {
  font-size: 22px;
  color: #163d71;
  margin: 0;
}

.ca-form-help-text {
  font-size: 12px;
  font-weight: normal;
  margin-top: -5px;
}

.ca-form-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 50px 0 10px 0;
}

.ca-edu-graduate,
.ca-edu-end,
.ca-job-start,
.ca-job-end {
  width: 130px;
  cursor: pointer;
}

.ca-edu-graduate {
  cursor: text;
}

.btn-ca-choose {
  background-color: #1459a1;
  color: #ffffff;
  letter-spacing: .4px;
  font-weight: normal;
  font-size: 10.5px;
  width: 110px;
  padding: 5px 6px;
}

.ca-list-dec {
  padding-left: 16px;
  font-size: 13px;
}

.ct-btn-ca-submit {
  display: flex;
  justify-content: center;
  margin: 50px 0 200px 0;
}

.ct-ca-dec p {
  font-style: italic;
  font-size: 13px;
}

.ca-cv-name,
.ca-photo-name,
.ca-idcard-name {
  font-size: 12px;
}

#ct-content-caform {
  margin-top: 60px;
}

.ca-back-to-job-list {
  font-weight: normal;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #1459a1;
}

#ca-salary {
  text-align: right !important;
}

.flex-load-ca {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.btn-load-nik {
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
}

.help-load-nik {
  font-size: 10px;
  font-weight: normal;
  margin-top: -10px;
}










/* Privacy Policy - Page */

.policy-container {
  width: 90%;
  min-height: 60vh;
  margin: 20px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.policy-left-col {
  flex-basis: 20%;
  display: inline;
  padding-top: 25px;
}

.policy-left-col li {
  display: block;
  list-style: none;
  padding-bottom: 5px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
}

.policy-left-col li.active {
  color: #1459a1;
  font-weight: 600;
}

.policy-right-col {
  flex-basis: 80%;
}

.content-text {
  max-width: 80%;
}

.content-text p {
  margin-bottom: 16px;
}

.content-text h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #1459a1;
}

.policy-item h2 {
  margin-bottom: 28px !important;
}

.indent {
  padding-left: 12px;
}

ol.ol-indent {
  padding-left: 14px;
}

ol.ol-indent li {
  padding-left: 8px;
}

.ol-indent-2 {
  margin-top: 5px;
  padding-left: 20px;
}

.ol-indent-2 li {
  margin-bottom: 5px;
}

.policy-title {
  margin-bottom: 5px !important;
}

.policy-sub-title {
  margin-top: 12px;
  margin-bottom: 8px !important;
}

.x-pad-top {
  padding-top: 8px;
}

/* Gallery */
#gallery-container {
  width: 100%;
  min-height: 70vh;
}

.photo-card {
  border-radius: 20px;
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.photo-card img {
  width: 500px;
  height: 500px;
}

#btn-download-img {
  margin-top: 20px;
}

#ct-photo-list {
  margin: 30px auto 150px auto;
  text-align: center;
}

/* Footer */

footer {
  display: flex;
  /* text-align: center; */
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  min-height: 270px;
  background-color: #1459a1;
}

footer a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.footer-row-1 {
  display: flex;
  justify-content: space-evenly;
}

.footer-row-2 {
  display: flex;
  width: 90%;
  align-items: center;
  /* justify-content: center; */
  color: #ffffff;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;

  /* border: 1px solid #ffffff; */
}

.footer-col {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  /* height: 100%; */
  /* border: 1px solid white; */
  padding-top: 16px;
  padding-bottom: 8px;
  color: #ffffff;

  /* border: 1px solid white; */
}

.footer-col h3 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
}

.footer-col1 {
  /* justify-content: space-between;
    align-items: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iso-icon {
  /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.iso-icon img {
  margin-top: -25px;
  width: 90px;
}

.footer-col2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 120px;
}

.footer-col2 div {
  text-align: center;
  display: inline-block;
}

.footer-col2 div img {
  margin: 0 8px;
}

.app-store {
  width: 120px;
  cursor: pointer;
}

.footer-col3 {
  justify-content: flex-start;
}

.footer-col3 div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.footer-col3 img {
  margin-right: 12px;
  width: 23px;
}

.footer-col3 span {
  font-weight: 300;
  font-size: 16px;
}

.footer-col4 {
  justify-content: flex-start;
}

.social-media {
  display: flex;
  justify-content: space-between;
  width: 160px;
}

.footer-col4 a {
  /* text-decoration: none; */
  color: #ffffff;
}

.footer-col4 div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer-col4 img {
  width: 36px;
}

.footer-col4 span {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}

img.at-sign {
  width: 14px !important;
  height: 14px !important;
}

.footer-col3 img.at-sign {
  margin-right: 0 !important;
}

/* Tanto Modal */
.mdl-400 {
  width: 270px !important;
  margin: 30px auto !important;
}

.tanto-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /* border: .0625rem solid transparent; */
  border-radius: 0.75rem;
  outline: 0;
  /* min-height: 300px; */
}

.wr-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0.0625rem solid #e7eaf3;
  border-top-left-radius: 0.6875rem;
  border-top-right-radius: 0.6875rem;

  /* align-items: center;
    border-width: 0;
    padding-bottom: 0; */
}

.mdl-title {
  margin: 0 !important;
  line-height: 1.6;
}

h4 {
  color: #1e2022;
}

.wr-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.wr-modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end !important;
  padding: 1.25rem;
  border-top: 0.0625rem solid #e7eaf3;
  border-bottom-right-radius: 0.6875rem;
  border-bottom-left-radius: 0.6875rem;
  gap: 8px;
}

/* Modal Login */

.modal-500 {
  top: 150px;
  width: 500px !important;
  margin: 30px auto !important;
}

.modal-login {
  border-radius: 16px;
  min-height: 250px;
  /* overflow: hidden; */

  background-image: url("images/bg-login.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
  /* box-shadow: rgba(255, 255, 255, 0.5) -4px 9px 25px -6px; */
}

img.modal-close-icon {
  width: 33px;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  z-index: 100;
}

.login-container {
  position: absolute;
  width: 55%;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding-top: 18px;
  padding-right: 22px;
  padding-left: 10px;
  /* border: 1px solid red; */
}

.login-container img {
  width: 150px;
}

.login-container h4 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  color: #1e2022;
}

.login-container input {
  width: 100%;
  padding: 5px 16px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  margin-bottom: 8px;
  /* text-transform: uppercase; */
}

.login-container input::-webkit-input-placeholder {
  /* color: orange; */
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
}

.login-container button {
  background-color: #ffc914;
  color: #163d71;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 22px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
}

/* Modal Tracking */

.modal-380 {
  top: 80px;
  width: 370px !important;
  margin: 30px auto !important;
}

.modal-tracking {
  border-radius: 16px;
  min-height: 400px;
  background-image: url("images/bg-tracking.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.tracking-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* overflow: hidden; */
  /* border: 1px solid red; */

  /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
  /* box-shadow: rgba(255, 255, 255, 0.5) -4px 9px 25px -6px; */
}

.tracking-container h4 {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  color: #163d71;
  margin-bottom: 30px;
}

.track-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 22px;
  gap: 8px;
}

#container-track {
  width: 100%;
}

.tracking-container input {
  padding: 5px 16px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #eee;
  text-transform: uppercase;
}

.tracking-container input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.tracking-container button {
  background-color: #ffc914;
  color: #163d71;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 22px;
  border: none;
  outline: none;
  cursor: pointer;
}

.track-detail {
  width: 100%;
  height: 100%;
  background-image: url("images/no-data-gray.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top;
}

/* Media Query */

@media only screen and (max-width: 770px) {
  .page-title-1 {
    font-size: 22px;
    margin-bottom: -15px;
  }

  .page-title-2 {
    font-size: 35px;
    margin-left: 45px;
  }

  .title-we-are {
    width: 30%;
  }

  .title-we-do {
    width: 31%;
  }

  .title-we-have,
  .title-office {
    width: 32%; 
  }

  .title-schedule,
  .title-office {
    width: 40%;
  }

  header nav ul,
  header nav div {
    display: none !important;
  }

  nav {
    justify-content: space-between;
  }

  .modal-380 {
    width: 300px !important;
  }

  /* Home - Page */

  #menu-icon {
    display: inline-block;
  }

  .swiper-slide {
    background-size: 100% 135px;
    height: 135px !important;
  }

  .swipper-icon {
    display: none;
  }

  .action-button {
    flex-direction: row;
    width: 100%;
    height: 50px;
    top: 0;
    margin-top: 10px;
    left: 0;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
  }

  .action-button button {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 500;
  }

  #our-profile {
    position: relative;
    padding-top: 20px;
  }

  .profile-wrapper {
    min-height: 220px;
    width: 100%;
  }

  .profile-row {
    width: 85%;
    padding-top: 10px;
  }

  #our-profile h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .profile-row div {
    flex-basis: 50%;
    margin-bottom: 9px;
    margin-top: 9px;
  }

  .profile-row img {
    width: 50px;
  }

  .profile-row h4 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
  }

  #our-profile h2 {
    font-size: 1.1rem;
    margin-top: 12px;
  }

  .cartification-row {
    margin-top: 8px;
  }

  #our-app {
    flex-wrap: wrap-reverse;
    margin-top: 20px;
  }

  .app-left-col {
    flex-basis: 100%;
    align-items: center;
    /* border: 1px solid red; */
  }

  .app-left-col img {
    width: 80%;
  }

  .app-right-col {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
    /* border: 1px solid #1459a1; */
  }

  .app-text h1 {
    font-size: 28px;
  }

  h1.text-app-1 {
    padding-left: 60px;
    /* margin-bottom: -12px; */
  }

  .text-app-2 {
    /* margin-bottom: -12px; */
    padding-left: 30px;
  }

  .text-app-3 {
    padding-left: 80px;
  }

  .app-feature {
    display: none;
  }

  /* We have - Page */
  .we-have-left-col,
  .we-have-right-col,
  .have-wr-left,
  .have-wr-right {
    flex-basis: 100%;
  }

  .we-have-left-col {
    padding-top: 32%;
  }

  .have-wr-left {
    margin-bottom: 25px;
  }

  .container-table-spec {
    width: 100%;
  }

  /* We Do - Page */
  .we-do-left-col,
  .we-do-right-col {
    flex-basis: 100%;
  }

  .we-do-left-col {
    padding-top: 32%;
  }

  .route-container {
    margin-top: 0;
  }

  .item-route {
    flex-basis: 50%;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .item-route div {
    position: relative;
    display: flex;
    width: 80%;
    margin-top: 0;
  }

  .item-route img {
    width: 60px;
  }

  .flex-container-img2 {
    flex-direction: column;
  }

  .img-handler-hmc {
    width: 300px !important;
  }

  /* We Are */
  .we-are-left-col,
  .we-are-right-col {
    flex-basis: 100%;
  }

  .we-are-left-col {
    padding-top: 32%;
  }

  /* Privacy Policy */
  .policy-left-col,
  .policy-right-col {
    flex-basis: 100%;
  }

  /* Our Schedule */

  .schedule-left-col,
  .schedule-right-col {
    flex-basis: 100%;
  }

  .schedule-left-col {
    padding-top: 32%;
  }

  .schedule-container {
    width: 100%;
  }

  .schedule-table {
    /* width: 800px; */
  }

  .schedule-form {
    width: 100%;
    margin-bottom: 10px;
  }

  .schedule-form-btn {
    margin-top: 12px;
  }

  .schedule-btn {
    padding: 7px 22px;
  }

  /* Contact */
  .wr-contact-card {
    margin-right: 0;
  }

  /* Gallery */
  .photo-card {
    width: 290px;
    height: 290px;
  }

  .photo-card img {
    width: 290px;
    height: 290px;
  }

  /* Career */
  .career-banner {
    background-size: 100% 90px;
    height: 90px !important;
  }

  .ca-title {
    font-size: 20px;
  }
  
  .ct-content-career {
    margin-top: 30px;
  }

  .ct-ca-filter {
    gap: 20px;
  }

  .lbl-ca-filter,
  .ca-filter-input {
    font-size: 13px;
  }

  .lbl-ca-search {
    display: none;
  }
  
  #btn-ca-search {
    font-size: 14px;
    padding: 6px 22px;
  }

  .ca-card {
    width: 100%;
    flex-direction: column;
  }

  .ca-card-left {
    width: 100%;
  }
  
  .ca-card-right {
    width: 100%;
  }

  .ca-card-act {
    align-items: flex-start;
  }

  .ca-mini-info {
    gap: 0;
  }

  .lbl-ca-mini {
    margin-right: 20px;
    font-size: 11px;
  }

  .ca-job-title {
    font-size: 16px;
  }

  .btn-ca-detail {
    font-size: 12px;
    font-weight: 600;
  }

  .btn-ca {
    padding: 5px 10px;
  }

  .ca-card-detail {
    width: 100%;
  }
  
  .ca-sub-title,
  .ca-content-detail {    
    font-size: 12px;
  }

  .ca-btn-apply {
    font-size: 12px;
  }

  .ca-form-main-title {
    font-size: 18px;
  }
  
  .ca-form-sub-title {
    font-size: 16px;
  }

  .caform-content {
    width: 100%;
    margin-top: 0;
    gap: 20px;
  }

  .ca-form-section {
    margin-top: 35px;
    margin-bottom: -8px;
    /* border: 1px solid red; */
  }
  
  .ca-form-section-title {
    font-size: 16px;
  }

  .ca-form-help-text {
    font-size: 10.5px;
  }

  .caform-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .caform-lbl-text,
  .ca-text-input,
  .lbl-ca-sex {
    font-size: 12px;
  }
  
  .ca-text-input,
  .ca-religion,
  .ca-marital,
  .ca-edu,
  .ca-source {
    width: 100%;
  }
  
  .ca-edu-other {
    margin-top: 8px;
  }

  .lbl-ca-sex,
  .lbl-ca-marital,
  .lbl-ca-citizen {
    font-size: 12px;
    align-items: center;
  }

  .flex-ca-sex,
  .flex-ca-marital,
  .flex-ca-citizen {    
    gap: 30px;
  }

  .ca-cv-name,
  .ca-photo-name,
  .ca-idcard-name {
    font-size: 11px;
  }

  .ct-ca-dec p {
    font-size: 11.5px;
  }

  .ca-list-dec {
    padding-left: 20px;
    font-size: 11.5px;
  }

  .ct-btn-ca-submit {
    margin-bottom: 100px;
  }

  .btn-ca-submit {
    font-size: 13px;
  }







  /* Footer */

  .footer-row-1 {
    flex-wrap: wrap;
  }

  .footer-col {
    flex-basis: 100%;
    padding-top: 0 !important;
  }

  .footer-col3,
  .footer-col4 {
    padding-left: 20px;
  }

  .footer-col h3 {
    font-weight: 400;
    font-size: 16px;
  }

  .footer-row-2 {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }

  /* Modal Login  */
  .modal-500 {
    width: 330px !important;
  }

  .modal-login {
    background-image: none;
    height: 280px;
  }

  .login-container {
    position: absolute;
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .login-container button {
    margin-top: 20px;
  }
}
