
/* Google Chrome remove css when autofill textbox */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p {
  margin-bottom: 0;
}

body {
    line-height: 1;
    /* font-family: "Montserrat", sans-serif; */
    font-family: Manrope, sans-serif;
    font-weight: 400;
    background-color: white;
    color: #28262c;
}

.wrapper {
  max-width: 1730px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1484px;
  /* padding: 0 123px; */
  margin: 0 auto;
}

.section__heading {
  /* font-family: "Montserrat", sans-serif; */
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.27;
  color: #153493; /* #150099; */
  text-align: center;
  margin: 0 auto;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100rem;
  outline: none;
  border: none;
  background: rgba(25, 114, 108, 0.25); /* rgba(41, 204, 214, 0.25);*/
  transition: 0.4s ease-in-out;
}

.slick-active button {
  background-color: #153493; /* #150099; */
  width: 10px;
  height: 10px;
}

.slick-track {
  display: flex;
}

.slick-dots {
  list-style: none;
  display: flex;
  gap: 0 10px;
  position: absolute;
  left: 50%;
}

button {
  border: none;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .container {
    /* padding: 0 25px; */
    padding: 0px;
  }
}
.header {
  background: #fff;
  padding: 0px 80px !important;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
}
.header__nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /*gap: 66px !important;*/
}
.header .menu {
  display: flex;
  align-items: center;
  /*gap: 0 31px !important;*/
  margin: 0;
  list-style: none;
}
.header .menu-link {
  text-decoration: none;
  color: #28262c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2191666667;
  text-transform: uppercase;
}
.header__btn {
  font-size: 14px;
  line-height: 1.2;
  background: #27B9D1; /*linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);*/
  border-radius: 8px;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.header .menu-item {
  position: relative;
}
.header .line {
  width: 0px;
  height: 2.5px;
  background: linear-gradient(90deg, #7DFFD3 0%, #150099 186.42%);
  top: 20px;
  left: 0;
  transition: 0.2s ease-in-out;
  transform: translateX(-50%);
  position: absolute;
}
.header .line.active {
  left: 50%;
  width: 45px;
  border-radius: 10px;
}
.header .menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
}
.header .menu-toggle:hover {
    cursor: pointer;
}
.header .menu-toggle span {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  display: block;
}

.header__logo {
    margin-top: -10px;
    margin-bottom: -10px;
}
.header__logo img {
    height: 45px;
}
@media screen and (max-width: 767px) {
    .header__logo img {
        height: 30px;
    }

    .header__nav {
      display: none !important;
    }
}


.footer {
  background-color: #fff; /*#EEFEFF;*/
  padding: 0px 80px;
}
.footer-container {
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
  /* padding-left: 40px;
  padding-right: 10px; */
  padding-bottom: 10px;
}
/* thêm */
.footer__logo {
    max-width: 420px;
}
.footer__logo img {
  min-width: 176px;
  height: 44px !important;
}
.footer__logo p {
  margin-top: 27px;
  font-size: 12px;
  line-height: 1.8;
  color: #28262c;
}
.footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  /*gap: 10px !important;*/
}
ul.footer__links {
    min-width: 150px;
    /* width: 35%; */
}
.footer__links h3 {
  font-size: 16px;
  line-height: 1.5;
  /* text-transform: uppercase; */
  color: #343a40;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
    .footer-container {
        padding-top: 0px;
    }
    ul.footer__links {
        width: 100%;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .footer__links h3 {
        /* font-size: 12px !important; */
    }
    .footer__logo img {
      height: 30px !important;
    }
}

.footer__links li {
  font-size: 14px;
  line-height: 2.8;
  display: flex;
  align-items: center;
  /*gap: 7px !important;*/
  color: #545454; /* #0a4066; */
  font-weight: 400;
}
.footer__links a {
    color: #545454; /* #0a4066; */
    font-weight: 400;
}
.footer__links a:hover {
    cursor: pointer;
    color: #153493; /* #0D41E1; /* #509ad6; */
}
.footer__link-wrap {
  display: flex;
  width: 660px;
  gap: 0 32px;
}
.footer .copywrite {
  /* background: #747D88;
  display: flex;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between; */
  background: #FFF;
  display: flex;  
  justify-content: space-between;
  padding: 20px 0px;
  border-top: 1px solid #e9ecef;
}
.footer .copywrite div {
  /*display: flex;*/
  /*gap: 38px !important;*/
}
.footer .copywrite p {
  /* font-size: 12px;
  line-height: 1.6;
  color: #CBCFD4; */
  font-size: 14px;
  line-height: 1.5;
  color: #6c757d;
}
@media screen and (max-width: 767px) {
    .footer .copywrite {
      padding: 10px 20px;
    }
}




