#logo {
  display: none !important;
}
#masthead {
  display: none;
}
html {
  margin-top: 0px !important;
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}
.zoominout {
  -webkit-animation: pulse 1.2s infinite;
}
.nhay {
  -webkit-animation: my 500ms infinite;
}
@keyframes my {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
      transform: scale(1.075);
  }
  100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}
section {
  background-color: #fff;
  background-size: cover;
  margin-bottom: 3px;
}
.hide {
  display: none !important;
}
.icon-play:before {
  content: unset !important;
}
.fp-watermark {
  display: none !important;
}
.header,
.header-wrapper {
  position: fixed;
  background-color: #fff0;
}
.header-bg-color,
.header-wrapper {
  background-color: #fff0;
}
section .background-img h2.title img {
  max-width: 75px;
}
.left {
  text-align: left;
}
.item-col h2 {
  text-align: left;
}
.content {
  text-align: center;
}
a:hover {
  color: #29a5de;
}
.main-content .l-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.main-content .l-container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .l-container {
      padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .l-container-1000 {
      padding: 0 15px;
  }
}
.main-content .flex-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-content .sale.flex-col {
  position: relative;
  justify-content: end !important;
  z-index: 2;
  gap: 10px;
}
.text-center {
  text-align: center;
}
.background-img {
  width: 100%;
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.homepage {
  /* padding: 0 25px; */
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .homepage {
      padding: 0;
  }
}
.section-1 .title {
  font-size: 26.66pt;
  color: #244282;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat !important;
  margin: 0;
}
.section-1 .sub-title {
  font-size: 26.66pt;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat !important;
}
.section-1 .flex-col {
  align-items: flex-end;
}
.section-1 .cleft {
  width: 45%;
  padding-top: 80px;
}
.section-1 .cright {
  width: 56%;
  position: absolute;
  z-index: 0;
  right: 20px;
}
.section-1 .sale-content {
  border-radius: 15px;
  font-family: Montserrat !important;
  width: 45%;
}
.section-1 .logo {
  width: 40%;
}
.section-1 .sale-content .price {
  font-family: Montserrat !important;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-1 .sale-content .price span {
  font-size: 50px;
  color: #ecec12;
  text-shadow: 2px 2px #a5a2a2;
  margin-left: 10px;
  line-height: 60px;
}
.section-1 .sale-content .tg {
  margin: 0;
  background: #3333df;
  border-radius: 0 0 15px 15px;
  padding: 6px 0;
  color: #fff;
  font-size: 18px;
  font-family: Montserrat !important;
  font-weight: 700;
}
.section-1 .sale-content .title {
  font-size: 18px;
  font-family: Montserrat !important;
}
section .content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section-2 .content {
  padding-top: 50px;
}
.section-2 .content h3 {
  margin: 0 auto;
  background: #0098ff;
  color: #fff;
  width: 80%;
  border-radius: 5px;
  box-shadow: #0098ff 0 0 10px 0;
  padding: 10px 0;
  font-size: 21px;
}
.section-2 .image {
  max-width: 60%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .section-2 .content h3 {
      width: calc(100% - 30px);
  }
  .section-2 .image {
      max-width: calc(100% - 60px);
  }
}
.section-13 .content {
  min-height: 470px;
  display: flex;
  align-items: center;
}
.section-13 .content .box {
  width: 75%;
  background: linear-gradient(-45deg, #0096e1, #50e2ff);
  border-radius: 8px;
  padding: 15px 0;
}
.section-13 .content .box .l-content * {
  color: #fff;
  margin: 0;
}
.section-13 .content .box .l-content h1 {
  margin-bottom: 5px;
}
.section-13 .content .box .l-content {
  width: 60%;
}
.section-13 .content .box .r-content {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-13 .content .box .r-content button {
  background-color: #009245;
  box-shadow: #fff 0 0 10px 0 inset;
  border: unset;
  border-radius: 8px;
  margin: 0;
  text-transform: unset;
  color: #fff;
  color: #fff;
  padding: 6px 10px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .section-13 .content .box .l-content {
      width: 100%;
  }
  .section-13 .content .box .r-content {
      width: 100%;
      margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .section-13 .content .box {
      width: calc(100% - 35px);
  }
}
.section-14 .content,
.section-4 .content {
  min-height: 470px;
}
.section-14 .logo {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
}
.section-14 .box {
  width: calc(50% - 15px);
  margin: 0 auto;
  background: linear-gradient(-45deg, #0096e1, #50e2ff);
  border-radius: 8px;
}
.section-14 .box * {
  color: #fff;
}
.section-14 .box h2 {
  font-weight: 300;
  padding-top: 10px;
  font-size: 28px;
}
.section-14 .box p {
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 35px;
}
.section-14 .information {
  background-color: #ffffff8a;
  color: #00a7ff;
  font-size: 24px;
}
.section-14 {
  margin: 0;
}
div.absolute-footer,
footer#footer {
  display: none;
}
.form-content {
  border-radius: 15px;
  width: 700px;
  margin: 0 auto;
}
.form-content .two-column p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.form-content .two-column p span {
  width: calc(50% - 30px);
}
.form-content .two-column input {
  width: calc(100% - 0px);
  height: 50px;
  border-radius: 5px;
  color: #e4e4e4;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background-color: #00a3e3 !important;
}
input::placeholder,
textarea::placeholder {
  color: #e4e4e4;
}
.form-content input,
.form-content textarea {
  width: 100%;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 15px;
  padding: 10px 10px;
  background: #00a3e3;
  color: #e4e4e4;
  box-shadow: #e4e4e4 0 0 10px 0 inset;
}
.form-content textarea {
  height: 132px;
}
.form-content input[type="submit"] {
  width: 155px;
  font-family: Montserrat !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
  border: unset;
  background: #009245;
  border-radius: 10px;
  box-shadow: #e4e4e4 0 0 10px 4px inset;
  margin-right: 0;
}
.form-content input[type="submit"]:hover {
  background: #027738;
  transform: scale(1.2);
}
.section-4 h1.title {
  color: #0071bb;
  font-family: Montserrat !important;
  text-transform: uppercase;
  font-size: 28pt;
  line-height: 28pt;
  padding-top: 62px;
  margin-bottom: 0;
}
.section-4 .sub-title {
  color: #009245;
  font-size: 21px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .form-content {
      width: calc(100% - 30px);
  }
  .form-content .two-column p,
  .form-content .two-column p span {
      width: 100%;
  }
  .section-4 h1.title {
      font-size: 25pt;
      line-height: 25pt;
  }
  .section-4 .sub-title {
      font-size: 18px;
  }
}
.section-9 .top {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 50px;
}
.section-9 .top > .item {
  width: calc(33.33%);
}
.section-9 .top > .item.left {
  text-align: center;
}
.section-9 .top > .item.left img {
  width: 80%;
}
.section-9 .box .item,
.section-9 .box {
  width: 275px;
  margin-bottom: 10px;
}
.section-9 .box .item .left {
  margin-right: 15px;
}
.section-9 .box .item .left img {
  width: 25px;
}
.section-9 .box .item .right {
  text-align: left;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 18px;
}
.section-9 .c-bottom img {
  margin-top: -33px;
  padding-bottom: 30px;
  width: 75%;
}
.section-5 .title {
  padding: 20px;
}
.section-5 h1 {
  color: #0071bc;
  font-size: 28px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff5c;
}
.section-5 .list-case .item {
  width: calc(30%);
  margin-bottom: 15px;
  border-radius: 5px;
}
.section-5 .list-case .item {
  transition: transform 0.5s;
}
.section-5 .list-case .item:hover {
  transform: scale(1.05);
}
.section-5 .list-case {
  max-width: 730px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  align-items: flex-start;
}
.section-5 .list-case .item p {
  background-color: #fff;
  color: #0071bc;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
  box-shadow: 1px 1px 3px 1px #b0afaf;
}
@media (max-width: 768px) {
  .section-5 .list-case .item {
      width: calc(50% - 30px);
  }
}
@media (max-width: 540px) {
  .section-5 .list-case .item {
      width: calc(100%);
  }
}
.section-11 .title {
  padding: 35px;
}
.section-11 h1 {
  color: #0071bc;
  font-size: 28px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  margin: 0 auto;
  text-align: center;
}
.section-12 .title {
  padding: 35px;
}
.section-12 h1 {
  color: #0071bc;
  font-size: 28px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff5c;
  box-shadow: 0 1px 10px 1px #60a8d780;
}
.section-12 > .content {
  min-height: 500px;
}
.qa-section .qa-list .wrap-qa {
  width: calc(100% - 30px);
  margin: 0 auto;
  align-items: flex-start;
}
.qa-section .qa-list .wrap-qa .qa-list-item {
  margin: 0 5px 12px;
  border-radius: 12px;
  background: linear-gradient(134deg, #ffffff, #ffffff33);
  box-shadow: 1px 1px 10px 1px #ffffffc9;
  width: calc(20% - 10px);
}
.qa-section .qa-list .wrap-qa .qa-list-item .qa-list-item-question {
  height: 58px;
  font-family: "Montserrat";
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00d4ff;
  border-radius: 10px;
}
.qa-section .qa-list .wrap-qa .qa-list-item .qa-list-item-answer {
  font-size: 13px;
  padding: 25px 20px 20px !important;
  display: block;
  color: #009245;
  min-height: 300px;
  text-align: left;
}
.section-8 .title {
  padding: 35px;
}
.section-8 h1 {
  color: #0071bc;
  font-size: 28px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff5c;
  box-shadow: 0 1px 10px 1px #60a8d780;
}
.section-8 .list {
  width: calc(100% - 100px);
  margin: 0 auto;
  align-items: flex-start;
}
.section-8 .list .item {
  width: calc(25% - 40px);
  margin: 0 20px 20px;
  background: linear-gradient(134deg, #ffffff, #ffffff33);
  box-shadow: 1px 1px 10px 1px #ffffffc9;
  padding: 13px 5px;
  min-height: 322px;
  position: relative;
}
.section-8 .list .item h2 {
  color: #009245;
  font-family: Montserrat !important;
  font-size: 22px;
  text-align: center;
}
.section-8 .list .item .price {
  background: #00a3e3;
  color: #e4e4e4;
  box-shadow: #e4e4e4 0 0 10px 0 inset;
  border-radius: 15px;
  font-size: 18px;
  font-family: Montserrat;
  padding: 5px 0;
  display: flex;
  justify-content: space-evenly;
}
.section-8 .list .item .desc {
  padding: 5px 10px 0;
  text-align: left;
  font-size: 14px;
  color: #009245;
  line-height: 16px;
}
.section-8 .bottom {
  color: #009245;
  font-size: 28px;
  font-family: Montserrat;
  padding-bottom: 15px;
  font-weight: 500;
}
.section-8 .icon img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
}
.section-8 .best img {
  width: 82px;
  position: absolute;
  bottom: 10px;
  left: 19px;
}
.section-7 .title {
  padding: 35px;
}
.section-7 h1 {
  text-align: center;
  font-size: 26px;
  font-family: Montserrat !important;
  font-weight: 300;
}
.section-7 h1 span {
  color: #0071bc;
  font-size: 28px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  margin: 0 auto;
}
.section-7 .content .list {
  width: calc(100% - 70px);
  margin: 0 auto;
  align-items: flex-start;
}
.section-7 .content .list .item {
  width: calc(25% - 50px);
  margin: 0 25px;
  padding-bottom: 30px;
}
.section-7 .content .list .item .c-title {
  color: #0071bc;
  font-size: 16px;
  font-family: Montserrat !important;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 25px;
  margin: 0 auto;
  text-align: left;
}
.section-7 .content .list .item .desc {
  text-align: left;
  font-size: 16px;
}
.section-7 .content .list .item .top img {
  height: 152px;
}
.section-11 .list {
  align-items: flex-start;
}
.section-11 .list .item {
  width: calc(25% - 30px);
  margin: 0 15px 20px;
}
.section-11 .list {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.section-11 .list .item .ctitle {
  text-align: left;
  font-size: 18px;
  color: #0071bc;
  font-family: Montserrat;
}
.section-11 .list .item .ctitle span {
  color: #999;
  font-family: Montserrat;
}
.section-11 .list .item .ccontent {
  align-items: flex-start;
}
.section-11 .list .item .ccontent .cleft {
  width: calc(40% - 10px);
  margin-right: 10px;
}
.section-11 .list .item .ccontent .cright {
  width: 60%;
}
.section-11 .list .item .ccontent .cright .bottom {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .section-1 .cleft,
  .section-1 .cright {
      width: calc(100%);
      position: relative;
  }
  .main-content .sale.flex-col {
    justify-content: space-around !important;
  }
  .section-7 .content .list .item,
  .section-8 .list .item {
      width: calc(50% - 50px);
  }
  .qa-section .qa-list .wrap-qa .qa-list-item {
      width: 33.33%;
  }
  .section-11 .list .item {
      width: calc(50% - 30px);
  }
}
@media (max-width: 820px) {
  .section-1 .cleft,
  .section-1 .cright {
      width: calc(100%);
  }
  .section-7 .content .list .item {
      width: calc(50% - 50px);
  }
  .section-8 .list .item {
      width: calc(50% - 40px);
  }
  .qa-section .qa-list .wrap-qa .qa-list-item {
      width: calc(50% - 10px);
  }
  .section-7 .content .list,
  .section-8 .list {
      width: 100%;
  }
  .section-14 .logo {
      width: 80%;
  }
}
@media (max-width: 540px) {
  .section-1 .sale-content {
      width: 80%;
      margin-bottom: 30px;
  }
  .section-1 .logo {
    width: 80%;
  }
  .section-1 .logo img {
    width: 100%;
  }
  .section-7 .content .list .item {
      width: 100%;
  }
  .section-8 .list .item {
      width: calc(100%);
      min-height: 280px;
  }
  .section-8 .list .item .desc {
      font-size: 15px;
  }
  .section-9 .top > .item {
      width: calc(100%);
      margin-bottom: 20px;
  }
  .section-9 .box .item,
  .section-9 .box,
  .qa-section .qa-list .wrap-qa .qa-list-item {
      width: 100%;
  }
  .section-14 .box {
      width: calc(100% - 50px);
  }
  .section-11 .list .item {
      width: calc(100% - 30px);
  }
}
.wpcf7-not-valid-tip {
  width: 100% !important;
}
.popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgb(0 0 0 / 0.3);
  display: none;
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}
#popup .popup-bottom h3 {
  text-align: center;
  color: #0071bb;
  font-family: Montserrat !important;
  text-transform: uppercase;
  font-size: 28pt;
  line-height: 28pt;
  margin-bottom: 30px;
}
.popup-content {
  background-color: #ceeafc;
  max-width: 750px;
  margin: 100px auto;
  border-radius: 20px;
  position: relative;
  padding-top: 50px;
}
#popup .form-field {
  text-align: center;
}
.header-wrapper {
  display: none;
}
.price .old-price, .price .new-price {
  position: relative;
}
.price sup {
  position: absolute;
  top: -4px;
  font-size: 14px;
}
.price sub {
  font-size: 12px;
}