@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;800;900&display=swap");
body, html {
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222222;
  background-color: #F0F2F6;
}

.divider-xs {
  height: 0.6rem;
}

.divider-sm {
  height: 1.5rem;
}

.divider-md {
  height: 3rem;
}

.divider-lg {
  height: 4rem;
}

.divider-xl {
  height: 6rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-profile img {
  width: 18rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.layer-profile-upload {
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 20px !important;
  border-radius: 0.8rem;
  margin-bottom: 15px;
}

.img-profile-upload img {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-logo {
  height: 26px;
  width: auto;
}

.border {
  border: 1px solid #DAE3E5;
}

a {
  color: #3D6098;
  line-height: 1;
  text-decoration: none;
}
a:hover {
  color: #222222;
}
a:focus {
  color: #222222;
}

b, strong {
  font-family: "Lato", sans-serif !important;
  font-weight: 800 !important;
  display: block;
  font-size: 1.3rem;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 800;
  color: #3D6098;
}

p {
  font-size: 1.3rem;
}

.space {
  width: 3rem;
  height: 3rem;
}

small {
  font-size: 1.1rem;
  letter-spacing: normal;
}

.red {
  color: #b31800 !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #3D6098 !important;
}

.lightgrey {
  color: #aaa !important;
}

.white {
  color: white !important;
}

.bg-grey {
  background-color: #F0F2F6 !important;
}

.btn-blue {
  min-width: 10rem;
  padding: 1rem 2rem 1rem 2.5rem;
  background-color: #3D6098;
  color: white;
  font-size: 1.5rem;
  border-radius: 6rem;
  display: inline-flex;
  align-items: center;
  border: none;
}
.btn-blue span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .btn-blue {
    font-size: 1.3rem;
    padding: 0.5rem 1.6rem 0.5rem 2rem;
  }
}

.btn-sort {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #3D6098;
  text-align: center;
  border-radius: 5rem;
  border: none;
  padding: 6.5px 5px;
  margin: 0;
}
.btn-sort span {
  color: white;
  font-size: 2rem;
}

.btn-play {
  font-size: 7.5rem;
  color: #bbb;
}

.box-blue {
  background-color: #3D6098;
  border-radius: 12px;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  accent-color: #222222;
  cursor: pointer;
}
input[type=checkbox]:hover {
  accent-color: #222222;
}
input[type=checkbox]:checked {
  accent-color: #222222;
}

/* Image check box */
.check_box {
  display: none;
}

.check_box + label {
  background: url("../image/icon-check.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

.check_box:checked + label {
  background: url("../image/icon-checked.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #3D6098 !important;
  background-color: white !important;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type=radio]:checked {
  background-color: #3D6098 !important;
}

/* Toggle Switches */
.form-switch .form-check-input {
  width: 4rem;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.form-switch .form-check-input:checked {
  background-color: #99c6d3;
  border-color: #99c6d3;
  background-image: url(../image/dot-blue.svg);
}

/* Selection */
select {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: white;
  height: 34px;
  margin: 0 0.6rem 0 0;
  padding: 4px;
  font-size: 1.2rem;
}

.btn-dropdown {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: white;
  height: 34px;
  margin: 0 0.6em 0 0;
  padding: 8px 22px 8px 8px;
  font-size: 1.2rem;
  color: #000000;
  text-wrap: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../image/icon-down.png");
  background-repeat: no-repeat;
  background-position: right 0rem top 50%;
  background-size: 1.9rem auto;
}

.bullet-count {
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  background-color: #3D6098;
  color: white;
  text-align: center;
  font-size: 1rem;
  margin-left: 5px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.password {
  position: relative;
}
.password input[type=password] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 3.5rem 0.55rem 1.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #222222;
}
.password .icon-password {
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  transform: translate(-50%, -45%);
  background: white;
  border-radius: 50%;
}

.quantity {
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
  background-color: white;
  border-radius: 3rem;
  height: 2.2rem;
}

.qty {
  width: 4rem;
  height: 2.2rem;
  text-align: center;
  border: none;
  font-size: 1.3rem;
}

input.qtyplus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 0px !important;
  border: none;
  background-image: url(../image/icon-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

input.qtyminus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 0px !important;
  border: none;
  background-image: url(../image/icon-minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

.dropdown {
  width: 100%;
}
.dropdown button {
  width: 100%;
  border: 1px solid #DAE3E5 !important;
  padding: 8px 30px 8px 10px !important;
  overflow: hidden !important;
  white-space: unset;
  height: 40px;
  line-height: 2rem;
  font-size: 1.3rem !important;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  border: 1px solid #DAE3E5;
  padding: 0.5rem;
  margin-top: -2px !important;
}
.dropdown .dropdown-menu .dropdown-item {
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  border-radius: 3px;
}
.dropdown .dropdown-menu .dropdown-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 5px;
}
.dropdown .dropdown-menu.border-payment {
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid #b1d1dc !important;
}
.dropdown .dropdown-menu li.dropdown-item {
  padding: 0.5rem;
}
.dropdown .dropdown-menu li.dropdown-item img {
  vertical-align: middle;
  height: 2.5rem;
}
.dropdown .dropdown-menu li.dropdown-item input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}
.dropdown .dropdown-menu li.dropdown-item input:checked + label {
  background: none;
}
.dropdown .dropdown-menu li.dropdown-item label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}

.form-general label {
  font-size: 1.3rem !important;
  font-weight: normal;
  display: block;
  padding: 0 0 0.3rem 0.3rem !important;
  background: none !important;
  text-align: left !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.form-general label.custom-file-upload {
  min-width: 10rem;
  padding: 1rem 2rem !important;
  background-color: #222222 !important;
  color: white;
  font-size: 1.4rem !important;
  border-radius: 6rem;
  display: inline-flex;
  align-items: center;
  border: none;
}
.form-general label.custom-file-upload span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 550px) {
  .form-general label.custom-file-upload {
    font-size: 1.3rem;
    padding: 0.8rem 1.6rem;
  }
}
.form-general input {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #ccc;
  padding: 1.2rem;
  border-radius: 0.8rem;
  margin: 0.4rem 0 1rem;
  font-size: 1.3rem;
}
.form-general input:-moz-read-only {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.3rem;
}
.form-general input:read-only {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.3rem;
}
.form-general input[type=file] {
  display: none;
}
.form-general input[type=checkbox] {
  width: auto;
  margin: 0 0.8rem 0 0;
}
.form-general textarea {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
  min-height: 8rem;
  text-align: left;
}
.form-general textarea:-moz-read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general textarea:read-only:hover {
  cursor: not-allowed;
}
.form-general select {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #ccc;
  padding: 1.2rem;
  border-radius: 0.8rem;
  margin: 0.4rem 0 1rem;
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 45.5px;
  background-image: url("../image/icon-down.png");
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 2.5rem auto;
}
.form-general select option {
  width: 100%;
}
.form-general .invalid {
  color: #b31800 !important;
  font-size: 1.2rem;
}
.form-general .is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../image/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-general p {
  font-size: 1.3rem !important;
  margin: 0;
}
.form-general p a {
  font-size: 1.3rem !important;
  color: #3D6098;
  text-decoration: none;
}
.form-general .code {
  padding: 0.2rem;
  width: 2.8rem;
  height: 3.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.Handcursor {
  cursor: pointer;
}

#navbar {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1420px;
  z-index: 15;
  width: 100%;
  background: #F0F2F6;
  padding: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 550px) {
  #navbar {
    padding: 0;
  }
}

.section-sortby {
  width: 100%;
  padding: 0.8rem;
  border-radius: 1.2rem;
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-sortby {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  .section-sortby {
    border-radius: 1rem;
  }
}
.section-sortby p {
  font-size: 1.2rem;
  margin: 0;
  width: 44px;
}
@media screen and (max-width: 768px) {
  .section-sortby .col-sort {
    display: none !important;
  }
}
.section-sortby .search {
  padding: 0;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-sortby .search {
    width: 100%;
  }
}
.section-sortby .search input[type=search] {
  width: 20rem;
  height: 34px;
  background-color: #EEF0F3;
  padding: 0.6rem 1rem 0.6rem 3rem;
  border-radius: 0.5rem;
  border: 1px solid #EEF0F3;
  font-size: 1.3rem;
}
.section-sortby .search input[type=search]::-moz-placeholder {
  color: #999;
}
.section-sortby .search input[type=search]::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .section-sortby .search input[type=search] {
    width: 100%;
  }
}
.section-sortby .search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.8rem;
  z-index: 2;
  color: #aaa;
  font-size: 2rem;
}
.section-sortby .btn-sort {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #3D6098;
  text-align: center;
  border-radius: 5rem;
  border: none;
  padding: 7.5px 5px;
  margin: 0 0.8rem 0 0;
}
.section-sortby .btn-sort span {
  color: white;
  font-size: 2rem;
}

.display-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-tablet {
    display: inline-block;
  }
}

.wrapper {
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 550px) {
  .wrapper {
    padding: 1.2rem;
  }
}
.wrapper .section-top {
  width: 100%;
  position: relative;
  height: 340px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-top {
    margin-bottom: 1.2rem;
  }
}
.wrapper .section-top .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.wrapper .section-top .slogan h2 {
  color: white;
  margin: 0 1rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-top .slogan h2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.wrapper .section-top .slogan .btn-blue {
  margin-top: 2rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-top .slogan .btn-blue {
    margin-top: 1rem;
  }
}
.wrapper .section-top .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 340px;
  border-radius: 12px;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .wrapper .section-top .overlay {
    height: 230px;
  }
}
.wrapper .section-top video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
  border-radius: 12px;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .wrapper .section-top video {
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-top {
    height: 200px;
  }
}
.wrapper .section-how {
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how h1 {
    font-size: 2.2rem;
  }
}
.wrapper .section-how p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how p {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
    opacity: 0.5 !important;
  }
}
.wrapper .section-how ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how ul {
    justify-content: space-between;
  }
}
.wrapper .section-how ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how ul li {
    align-items: center;
    margin-bottom: 1rem;
  }
}
.wrapper .section-how ul li span {
  color: white;
  font-size: 7rem;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how ul li span {
    font-size: 3rem;
  }
}
.wrapper .section-how ul li h6 {
  color: white;
  font-size: 15px;
  margin: 1rem 0;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how ul li h6 {
    margin: 0.5rem;
    font-size: 11.5px;
  }
}
.wrapper .section-how2 {
  padding: 1.5rem 0 1rem;
  margin: 1.5rem 0 4rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.wrapper .section-how2 a {
  color: #222222;
}
@media screen and (max-width: 768px) {
  .wrapper .section-how2 {
    padding: 1.5rem 0 2rem;
    margin: 1rem 0 3rem;
  }
}
@media screen and (max-width: 428px) {
  .wrapper .section-how2 {
    padding: 1rem 0 2rem;
  }
}
.wrapper .section-how2 h1 {
  font-weight: 800;
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .wrapper .section-how2 h1 {
    font-size: 2.2rem;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-how2 h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (max-width: 428px) {
  .wrapper .section-how2 h1 {
    font-size: 1.4rem;
  }
}
.wrapper .section-how2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0 8%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrapper .section-how2 ul {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-how2 ul {
    justify-content: space-between;
  }
}
.wrapper .section-how2 ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how2 ul li {
    align-items: center;
  }
}
.wrapper .section-how2 ul li img {
  width: 70%;
}
@media screen and (max-width: 428px) {
  .wrapper .section-how2 ul li img {
    width: 80%;
  }
}
.wrapper .section-how2 ul li h6 {
  color: #222222;
  font-size: 15px;
  margin: 2rem 0 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wrapper .section-how2 ul li h6 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-how2 ul li h6 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    color: #444;
  }
}
.wrapper .section-how2 .btn-guideline {
  text-align: end;
}
@media screen and (max-width: 550px) {
  .wrapper .section-how2 .btn-guideline {
    text-align: center;
  }
}
.wrapper .section-how2 .btn-guideline a {
  justify-content: end;
}
.wrapper .section-how2 .btn-start {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2.2rem;
}
@media screen and (max-width: 768px) {
  .wrapper .section-how2 .btn-start {
    bottom: -1.7rem;
  }
}
.wrapper .layer-step {
  display: flex;
  justify-content: space-evenly;
}
.wrapper .layer-step .col-step img {
  height: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .layer-step .col-step img {
    height: 7rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .layer-step .col-step img {
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .layer-step .col-step img {
    height: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .layer-step .col-step img {
    height: 2.5rem;
  }
}
.wrapper .layer-step h6 {
  color: #222222;
  font-size: 14px;
  margin: 1rem 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wrapper .layer-step h6 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .layer-step h6 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    color: #444;
  }
}
.wrapper .layer-step .step1 {
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .wrapper .layer-step .step1 {
    margin-right: 0;
  }
}
.wrapper .layer-step .step2 {
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .wrapper .layer-step .step2 {
    margin-right: 0;
  }
}
.wrapper .layer-step .step3 {
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .wrapper .layer-step .step3 {
    margin-right: 0;
  }
}
.wrapper .f-step {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .wrapper .f-step {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .f-step {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .f-step {
    font-size: 10px;
    font-weight: normal !important;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .f-step {
    font-size: 8px;
    font-weight: normal !important;
    letter-spacing: -0.1px;
  }
}
.wrapper .section-step {
  padding: 0.5rem 0 1rem;
  position: relative;
}
.wrapper .section-step a {
  color: #222222;
}
@media screen and (max-width: 550px) {
  .wrapper .section-step {
    padding: 0 0 0.5rem;
  }
}
.wrapper .section-step ul {
  list-style-type: none;
  margin: 0;
  padding: 0 8%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrapper .section-step ul {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-step ul {
    justify-content: space-between;
  }
}
.wrapper .section-step ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 25%;
}
@media screen and (max-width: 550px) {
  .wrapper .section-step ul li {
    align-items: center;
  }
}
.wrapper .section-step ul li img {
  width: 45%;
}
@media screen and (max-width: 550px) {
  .wrapper .section-step ul li img {
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  .wrapper .section-step ul li img {
    width: 60%;
  }
}
.wrapper .section-step ul li h6 {
  color: #222222;
  font-size: 14px;
  margin: 1rem 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wrapper .section-step ul li h6 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .section-step ul li h6 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    color: #444;
  }
}
.wrapper .section-step ul li.active {
  opacity: 100%;
  zoom: 1.15;
}
.wrapper .section-step ul li .triangle-up {
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-bottom: 65px solid #fff;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -10%);
}
.wrapper .list-video {
  width: 100%;
  min-height: 415px;
  margin: 1.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; /* Stack items vertically */
  align-items: flex-start; /* Align items to the left along the cross axis */
}
@media screen and (max-width: 550px) {
  .wrapper .list-video {
    margin-top: 1.2rem;
  }
}
.wrapper .list-video.padding-top {
  padding-top: 8rem;
}
@media screen and (max-width: 550px) {
  .wrapper .list-video.padding-top {
    padding-top: 7.5rem;
  }
}
.wrapper .list-video .item-video {
  width: 19%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1.2rem;
  height: 40rem;
  position: relative;
  margin: 0 0.5% 1.5rem;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .wrapper .list-video .item-video {
    width: 23%;
    height: 36rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .list-video .item-video {
    width: 23%;
    height: 32rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .list-video .item-video {
    width: 31.3333333333%;
    height: 34rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .list-video .item-video {
    width: 47%;
    height: 30rem;
    margin: 0 1.5% 1rem;
  }
}
@media screen and (max-width: 428px) {
  .wrapper .list-video .item-video {
    width: 47%;
    height: 26rem;
    margin: 0 1.5% 1rem;
  }
}
.wrapper .list-video .item-video.horizontal {
  width: 32.3333333333%;
  height: 24rem;
  margin: 0 0.5% 1.5rem;
}
@media screen and (max-width: 1280px) {
  .wrapper .list-video .item-video.horizontal {
    width: 32.3333333333%;
    height: 19rem;
    margin: 0 0.5% 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .list-video .item-video.horizontal {
    width: 31.3333333333%;
    height: 17rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .list-video .item-video.horizontal {
    width: 31.3333333333%;
    height: 15rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .list-video .item-video.horizontal {
    width: 48%;
    height: 16rem;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .list-video .item-video.horizontal {
    width: 100%;
    height: 20rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 428px) {
  .wrapper .list-video .item-video.horizontal {
    width: 100%;
    height: 17rem;
    margin: 0 0 1rem;
  }
}
.wrapper .list-video .item-video .layer-overlay {
  border-radius: 1.2rem;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.wrapper .list-video .item-video .layer-overlay .btn-download {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  text-align: center;
  font-size: 2.2rem;
  color: white;
  padding: 5px;
  background-color: rgba(22, 22, 22, 0.8);
}
.wrapper .list-video .item-video .layer-overlay .btn-download span {
  font-size: 2.2rem;
  color: white;
  text-shadow: 0px 1px 1px black;
}
.wrapper .list-video .item-video .layer-overlay .btn-download:hover {
  background-color: white;
}
.wrapper .list-video .item-video .layer-overlay .btn-download:hover span {
  color: #222222;
  text-shadow: none;
}
.wrapper .list-video .item-video .layer-overlay .btn-language {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.1rem;
  color: white;
  padding: 8px;
  background-color: rgba(22, 22, 22, 0.35);
}
.wrapper .list-video .item-video .layer-overlay .btn-language p {
  font-size: 1.1rem;
  color: white;
  text-shadow: 0px 1px 1px black;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
.wrapper .list-video .item-video .layer-overlay .btn-language.material-symbols-outlined {
  font-size: 2.2rem !important;
  padding: 6.5px !important;
}
.wrapper .list-video .item-video .layer-overlay .info {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrapper .list-video .item-video .layer-overlay .info {
    left: 1.2rem;
    bottom: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .list-video .item-video .layer-overlay .info {
    left: 1rem;
    bottom: 1rem;
  }
}
.wrapper .list-video .item-video .layer-overlay .info .btn-pick {
  width: 8rem;
  border-radius: 3rem;
  padding: 6px 12px;
  margin: 0 0 1rem 0;
  display: block;
  text-align: center;
  background-color: rgba(217, 217, 217, 0.4);
}
.wrapper .list-video .item-video .layer-overlay .info .btn-pick:hover {
  background-color: #3D6098;
}
@media screen and (max-width: 1024px) {
  .wrapper .list-video .item-video .layer-overlay .info .btn-pick {
    margin: 0 0 0.9rem 0;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .list-video .item-video .layer-overlay .info .btn-pick {
    margin: 0 0 0.8rem 0;
  }
}
.wrapper .list-video .item-video .layer-overlay .info .btn-pick span {
  color: white;
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 1.2rem;
  text-shadow: 0px 1px 1px black;
}
.wrapper .list-video .item-video .layer-overlay .info h3 {
  color: white;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 1024px) {
  .wrapper .list-video .item-video .layer-overlay .info h3 {
    font-size: 1.6rem;
    margin: 0 0 0.7rem 0;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .list-video .item-video .layer-overlay .info h3 {
    font-size: 1.5rem;
    margin: 0 0 0.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .list-video .item-video .layer-overlay .info h3 {
    font-size: 1.4rem;
  }
}
.wrapper .list-video .item-video .layer-overlay .info .description span {
  color: #bbb;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .list-video .item-video .layer-overlay .info .description span {
    font-size: 1.1rem;
  }
}
.wrapper .list-video .item-video .layer-overlay .preview-video video {
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
}
.wrapper .list-video .item-video .layer-overlay .layer-btnplay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .preview-video .video-height {
  width: auto;
  height: 53rem;
}
@media screen and (max-width: 1280px) {
  .wrapper .preview-video .video-height {
    height: 47rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .preview-video .video-height {
    height: 40rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .preview-video .video-height {
    height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .preview-video .video-height {
    height: 34rem;
  }
}
.wrapper .preview-video video {
  border-radius: 1.2rem;
  width: auto;
  height: 53rem;
}
@media screen and (max-width: 1280px) {
  .wrapper .preview-video video {
    height: 47rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .preview-video video {
    height: 40rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .preview-video video {
    height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .preview-video video {
    height: 34rem;
  }
}
.wrapper .preview-video .info {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper .preview-video .info {
    left: 1.2rem;
    bottom: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .preview-video .info {
    left: 1rem;
    bottom: 1rem;
  }
}
.wrapper .preview-video .info h3 {
  color: #222;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .wrapper .preview-video .info h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .preview-video .info h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .preview-video .info h3 {
    font-size: 1.4rem;
  }
}
.wrapper .preview-video .info .description span {
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .preview-video .info .description span {
    font-size: 1.1rem;
  }
}
.wrapper .content {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 4.5rem 3.5rem;
  position: relative;
  border-radius: 1.2rem;
  background-color: white;
  min-height: 36rem;
}
@media screen and (max-width: 550px) {
  .wrapper .content {
    padding: 3rem 2rem;
  }
}
.wrapper .content ol {
  list-style-type: decimal;
}
.wrapper .content ol li {
  font-size: 1.3rem;
  margin: 0 0 1.5rem;
}
.wrapper .content ul {
  list-style-type: lower-alpha;
  padding: 0 0 0 3.5rem;
}
.wrapper .content ul li {
  font-size: 1.3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 550px) {
  .wrapper .content h3 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.wrapper .content .deco-dot {
  font-size: 5rem;
  color: #3D6098;
}
@media screen and (max-width: 550px) {
  .wrapper .content .mb-5 {
    margin-bottom: 1.5rem !important;
  }
}
.wrapper .content .item-video {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .wrapper .content .item-video {
    height: 260px;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .content .item-video {
    width: 200px !important;
    height: 300px;
    margin: 0 0 1rem;
  }
}
.wrapper .top-bar {
  width: 100%;
  padding: 0.8rem;
  border-radius: 1.2rem;
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
  background-color: white;
  display: flex;
  align-items: center;
  min-height: 5rem;
  color: #222222;
}
.wrapper .top-bar a {
  display: flex;
  align-items: center;
  margin: 0 2.5rem 0 0;
}
.wrapper .top-bar a p {
  margin: 0;
  color: #222222;
}
.wrapper .top-bar a span {
  font-size: 1.8rem;
  margin: 0 0.3rem;
  color: #222222;
}

/* Footer */
footer {
  width: 100%;
  background-color: white;
  padding: 6rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  footer {
    padding: 3rem 1.2rem;
  }
}
footer ul {
  list-style-type: none;
  margin: 0 0 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  footer ul {
    display: block;
    margin: 0 0 2rem;
  }
}
footer ul li {
  margin: 0 1.5rem;
}
@media screen and (max-width: 550px) {
  footer ul li {
    margin: 0 0 1.5rem;
  }
}
footer ul li a {
  font-size: 1.4rem;
  color: #222222;
}
footer .copyright {
  font-size: 1.2rem;
  color: #aaa;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
}

/* Modal */
.modal-content .btn-close {
  background: none;
  position: absolute;
  top: 1rem;
  right: 2.2rem;
}
.modal-content .btn-close span {
  color: black;
  font-size: 2.8rem;
}

.modal-body select {
  display: block;
  margin: 0 0 1.2rem 0;
  width: 300px;
  height: 4.4rem;
  font-size: 1.3rem;
  color: #222222 !important;
}

#preloader {
  background: rgba(0, 0, 0, 0) url("../image/icon-loading.gif") no-repeat center center;
  background-size: 70px;
  bottom: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

.FadeIn1 {
  animation: fadeIn1 1s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn2 {
  animation: fadeIn2 2s;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn3 {
  animation: fadeIn3 2s;
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 1.5rem 1.5rem 0 !important;
}
@media screen and (max-width: 550px) {
  .sticky {
    padding: 1.2rem 1.2rem 0 !important;
  }
}

.sticky + .list-video {
  padding-top: 65px;
}

.table-status {
  margin: 1.5rem 0 2.5rem;
}
.table-status tr td {
  font-size: 1.4rem;
  padding: 15px 10px;
}
.table-status tr th {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 10px;
}

.header-bar {
  padding: 15px;
  background-color: #eee;
  border-radius: 6rem;
  text-align: centers;
}
.header-bar h3 {
  margin: 0;
}

header {
  padding: 1.5rem 0;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.5rem 0 1rem;
    margin: 0 0 1rem;
  }
}
header .logo {
  width: 21rem;
}
@media screen and (max-width: 1024px) {
  header .logo {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 15rem;
  }
}
header span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.7rem;
  line-height: 1;
  color: #222222;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header span {
    left: auto;
    right: 1.5rem;
    transform: unset;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  header span {
    position: static;
    display: block;
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
  }
}
@media screen and (max-width: 550px) {
  header span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 428px) {
  header span {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
}

#background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common.css.map */