/***
 Theme Name: Transp
 Description: Multipurpose Startup & SaaS HTML Template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400&display=swap");
@import url(https://fonts.bunny.net/css?family=epilogue:400,500,600,700);
/*import vendors*/
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/uicons-regular-rounded.css);
@import url(plugins/swiper-bundle.min.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
@import url(plugins/slick.css);
@import url(plugins/perfect-scrollbar.css);
@import url(plugins/animate.min.css);
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #069; /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #122830;
  opacity: 1;
}

::placeholder {
  color: #122830;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #122830;
  opacity: 1;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Kanit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 600;
}

h1 {
  font-size: 64px;
  line-height: 72px;
}

h2 {
  font-size: 48px;
  line-height: 52px;
}

h3 {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  font-size: 26px;
  line-height: 34px;
}

h5 {
  font-size: 22px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

.bg-brand-1 {
  background-color: #fec201;
}

.bg-brand-2 {
  background-color: #034460 !important;
}

.bg-grey-80 {
  background-color: #cde2e7;
}

.bg-grey-100 {
  background-color: #f2f3f4;
}

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

.bg-white {
  background-color: #ffffff;
}

.border-grey-80 {
  border-color: #cde2e7 !important;
}

.color-brand-1 {
  color: #fec201 !important;
}

.color-brand-2 {
  color: #034460 !important;
}

.color-brand-3 {
  color: #afeae4;
}

.color-brand-4 {
  color: #e8b0e8;
}

.color-grey-50 {
  color: #fafbfc;
}

.color-grey-80 {
  color: #cde2e7;
}

.color-grey-100 {
  color: #f2f3f4;
}

.color-grey-200 {
  color: #8ea4ac;
}

.color-grey-300 {
  color: #6a838c;
}

.color-grey-400 {
  color: #4e6770;
}

.color-grey-500 {
  color: #818692;
}

.color-grey-600 {
  color: #1f3c45;
}

.color-grey-700 {
  color: #5b647c;
}

.color-grey-800 {
  color: #122830;
}

.color-grey-900 {
  color: #041c2f;
}

.font-3xl {
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  line-height: 42px;
  font-size: 30px;
}

.font-2xl {
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 36px;
  font-size: 24px;
}

.font-xl {
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 32px;
  font-size: 20px;
}

.font-lg {
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 30px;
  font-size: 18px;
}

.font-md {
  font-weight: 400 !important;
  font-family: "Kanit", sans-serif;
  line-height: 28px !important;
  font-size: 16px !important;
}

.font-sm {
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 24px;
  font-size: 14px;
}

.font-xs {
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 18px;
  font-size: 12px;
}

.font-xxs {
  font-weight: 400 !important;
  font-family: "Kanit", sans-serif;
  line-height: 15px !important;
  font-size: 10px !important;
}

.font-3xl-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 36px;
  font-size: 30px;
}

.font-2xl-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 32px;
  font-size: 24px;
}

.font-xl-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 28px;
  font-size: 20px;
}

.font-lg-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 23px;
  font-size: 18px;
}

.font-md-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 28px;
  font-size: 16px;
}

.font-sm-bold {
  font-weight: 600 !important;
  font-family: "Kanit", sans-serif;
  line-height: 18px !important;
  font-size: 14px !important;
}

.font-xs-bold {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  line-height: 18px;
  font-size: 12px;
}

.color-grey-900 {
  color: #041c2f !important;
}

.bg-grey-900 {
  background-color: #041c2f;
}

.color-success {
  color: #16ba8f;
}

.color-warning {
  color: #f69d30;
}

.color-danger {
  color: #ff3e3e;
}

.color-mutted {
  color: #e8e9ed;
}

.color-info {
  color: #28a7e6;
}

.color-white {
  color: #fff !important;
}

.section {
  display: inline-block;
  width: 100%;
}

.bg-1 {
  background-color: #ffe799 !important;
}

.bg-2 {
  background-color: #e0f0f6 !important;
}

.bg-3 {
  background-color: #1c6180 !important;
}

.bg-4 {
  background-color: #d1ecf7 !important;
}

.bg-5 {
  background-color: #dff9f3 !important;
}

.bg-7 {
  background-color: #ffefd1 !important;
}

.bg-8 {
  background-color: #ebf5f8 !important;
}

.bg-10 {
  background-color: #b7ddec !important;
}

.bg-11 {
  background-color: #e0f0fc !important;
}

a {
  color: #041c2f;
  text-decoration: none;
}
a:hover {
  color: #16ba8f;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }
}
.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bd-rd4 {
  border-radius: 4px;
}

.bd-rd8 {
  border-radius: 8px;
}

.bd-rd16 {
  border-radius: 16px;
}

.form-control {
  height: 54px;
  border-radius: 8px;
  color: #818692;
  border: 1px solid #cde2e7;
  padding: 18px 20px;
}
.form-control:focus {
  border-color: #16ba8f;
}

.form-control::-moz-placeholder {
  color: #818692;
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}

.form-control::placeholder {
  color: #818692;
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #818692;
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}

.form-control:focus {
  color: #041c2f;
  border-color: #034460;
}
.form-control:focus::placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: #041c2f;
}

.table-responsive {
  max-width: 100%;
}

.font-84 {
  font-size: 84px !important;
  line-height: 84px !important;
}

.font-bold-800 {
  font-weight: 800;
}

.box-pagination {
  display: inline-block;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pagination li {
  padding: 2px;
}

.pagination li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  color: #034460;
  border-radius: 8px;
  border: 1px solid #e8e9ed;
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 0px;
}

.pagination li .page-prev {
  background: url(../imgs/template/icons/prev.svg) no-repeat center;
  min-height: 42px;
  padding: 5px 20px;
  border-radius: 8px !important;
}

.pagination li .page-next {
  background: url(../imgs/template/icons/next.svg) no-repeat center;
  min-height: 42px;
  padding: 5px 20px;
  border-radius: 8px !important;
}

.pagination li a:hover,
.pagination li a.active {
  background-color: #fec201;
  border-color: #fec201;
  color: #034460;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

.rating img {
  width: 12px;
}

.box-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  line-height: 12px;
  position: relative;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #fff;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}
.box-count.box-count-square {
  margin-bottom: 5px;
}
.box-count.box-count-square .deals-countdown {
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  max-width: 100%;
}
.box-count.box-count-square .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  line-height: 12px;
  position: relative;
  margin: 0px 16px 0px 0px;
  width: auto;
}
.box-count.box-count-square
  .deals-countdown
  .countdown-section
  .countdown-period {
  color: #034460;
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.box-count.box-count-square .deals-countdown .countdown-amount {
  background-color: #fec201;
  border: 1px solid #e8e9ed;
  border-radius: 4px;
  color: #034460;
  padding: 10px 0px;
  width: 78px;
  height: 80px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 32px !important;
  line-height: 68px !important;
}

.box-comingsoon-left {
  padding-left: 30px;
}

.box-comingsoon-right {
  padding-left: 50px;
  padding-right: 30px;
}
.box-comingsoon-right img {
  width: 100%;
}

a:hover .color-brand-2 {
  color: #fec201 !important;
}

iframe {
  width: 100% !important;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader="spinner"] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/theme/favicon.html);
  box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

.flip-square:before {
  animation: flip-square 1.5s infinite;
  background-color: #034460;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}
@keyframes flip-square {
  0% {
    transform: perspective(50px) rotate(45deg) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(50px) rotate(45deg) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(50px) rotate(45deg) rotateX(-180deg) rotateY(-180deg);
  }
}
/*TYPOGRAPHY*/
body {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.btn {
  border-radius: 4px;
  padding: 10px 0px 10px 22px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn.btn-brand-1 {
  padding: 9px 20px;
  color: #041c2f;
  background: #fec201;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.btn.btn-brand-1 svg {
  color: #041c2f;
  height: 20px;
  margin-right: 8px;
}
.btn.btn-brand-1:hover {
  background-color: #034460;
  color: #fff;
}
.btn.btn-brand-1:hover * {
  color: #fff;
}
.btn.btn-brand-1-big {
  padding: 18px 26px;
  color: #034460;
  background: #fec201;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.btn.btn-brand-1-big svg {
  color: #041c2f;
  height: 20px;
  margin-right: 8px;
}
.btn.btn-brand-1-big:hover {
  background-color: #034460;
  color: #fff;
}
.btn.btn-brand-1-big:hover * {
  color: #fff;
}
.btn.btn-brand-2 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
  padding: 17px 26px;
  background-color: #034460;
  border-radius: 0px;
}
.btn.btn-brand-2:hover {
  background-color: #fec201;
  color: #fff;
}
.btn.btn-brand-2:hover * {
  color: #fff;
}
.btn.btn-calculator {
  padding: 18px 26px;
  color: #034460;
  background: #fec201;
  border-radius: 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}
.btn.btn-link {
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  color: #034460;
}
.btn.btn-link span {
  display: inline-block;
  padding: 0px;
  margin-left: 15px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #034460;
}
.btn.btn-link span svg {
  height: 10px;
  color: #fff;
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}
.btn.btn-link:hover {
  color: #fec201 !important;
}
.btn.btn-link:hover span svg {
  color: #fec201;
}
.btn.btn-link-medium {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #041c2f;
  padding: 18px 26px 18px 0px;
}
.btn.btn-link-medium svg {
  color: #034460;
  transition-duration: 0.2s;
}
.btn.btn-link-medium:hover svg {
  transform: rotate(-45deg);
}
.btn.btn-link-semibold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #041c2f;
  padding: 5px 0px;
}
.btn.btn-link-semibold svg {
  color: #041c2f;
  transition-duration: 0.2s;
}
.btn.btn-link-semibold:hover svg {
  transform: rotate(45deg);
}
.btn.btn-get-quote {
  padding: 21px 40px;
  color: #041c2f;
  background: #fec201;
  border-radius: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}
.btn.btn-get-quote svg {
  color: #041c2f;
  height: 26px;
  margin-right: 13px;
}
.btn.btn-get-quote:hover {
  background-color: #034460;
  color: #fff;
}
.btn.btn-get-quote:hover * {
  color: #fff;
}
.btn.btn-link-white {
  color: #fff;
}
.btn.btn-link-white svg {
  color: #fff;
}
.btn.btn-default {
  background-color: #e8e9ed;
  padding: 9px 20px;
  color: #034460;
  border-radius: 0px;
  font-weight: 500;
}
.btn.btn-default svg {
  transition-duration: 0.2s;
}
.btn.btn-default:hover {
  color: #041c2f !important;
  background-color: #fec201;
}
.btn.btn-default:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
  color: #fec201 !important;
}
.btn.btn-default.color-brand-1 {
  transition-duration: 0.2s;
}
.btn.btn-default.color-brand-1 svg {
  color: #fec201;
  transition-duration: 0.2s;
}
.btn.btn-tag {
  padding: 7px 10px 7px 11px;
  background: #fec201;
  border-radius: 0px;
  color: #034460;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.btn.btn-tag:hover {
  background-color: #034460;
  color: #fff;
}
.btn.btn-brand-2-full {
  padding: 8px 5px;
  color: #fff;
  background: #034460;
  border-radius: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  width: 100%;
  border: 2px solid #fff;
}
.btn.btn-brand-2-full svg {
  color: #fff;
  transition-duration: 0.2s;
}
.btn.btn-brand-2-full:hover {
  background-color: #fec201;
}
.btn.btn-brand-2-full:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}
.btn.btn-play {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  padding: 0px;
}
.btn.btn-play img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.btn.btn-border-brand-1 {
  background: #fec201;
  color: #034460;
  border-radius: 4px;
  padding: 8px 10px 8px 11px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.btn.btn-border {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #fec201;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.btn.btn-signin {
  border-radius: 4px;
  border: 1px solid #e8e9ed;
  padding: 13px 25px;
  color: #041c2f;
  padding: 13px 25px 13px 30%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.btn.btn-signin img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.btn.btn-signin:hover {
  border-color: #034460;
}
.btn.btn-tags {
  background-color: #f2f3f4;
  border-radius: 150px;
  padding: 12px 32px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #034460;
}
.btn.btn-tags:hover {
  background-color: #ffe799;
}

.btn-homepage {
  padding: 0px !important;
  margin: 0px 0px 15px 0px;
}
.btn-homepage span {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  background-color: #afeae4;
  border-radius: 50%;
  margin-right: 10px;
}
.btn-homepage span svg {
  color: #fec201;
}
.btn-homepage:hover * {
  color: #041c2f;
}

.dropdown-language {
  display: inline-block;
}
.dropdown-language .dropdown-toggle::after {
  display: none;
}
.dropdown-language .btn {
  padding: 0px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  bottom: 0;
  right: 34px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #afeae4;
  background-color: #818692;
  content: attr(aria-label);
  line-height: 1.3;
  box-shadow: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-left-color: transparent;
  border-left-color: #818692;
  z-index: 9;
  margin-bottom: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
  transition-duration: 0.2s;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 2px solid #8ea4ac;
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid #8ea4ac;
}

.cb-container .text-small {
  color: #818692;
  font-weight: 500;
}

.cb-container input:checked ~ .text-small {
  color: #818692;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container input:checked ~ .text-lbl {
  color: #ccc;
}

.cb-container .checkmark:after {
  left: -2px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: #16ba8f url(../imgs/page/register/check.html) no-repeat center;
  border-radius: 4px;
}

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.box-swiper .swiper-container .item-logo {
  border: 1px solid #ccc;
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #ccc;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-button-next:hover {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev:hover {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 31px;
  height: 31px;
  margin-top: 0px;
}

.swiper-button-next {
  left: auto;
  right: 0px;
  top: 20px;
}

.swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fec201;
  width: 12px;
  height: 12px;
  border-radius: 7px;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
  background: #f2f3f4;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #fec201;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: 40px;
  padding-left: 70px;
}

.swiper-pagination-customs {
  background: url(../imgs/slider/swiper/dot.html) no-repeat 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: url(../imgs/slider/swiper/dot-active.html) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.box-button-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-group-1 .swiper-pagination {
  bottom: 50px;
  left: 55px;
}
.swiper-group-1.swiper-home-3 .swiper-pagination {
  left: 0px;
}
.swiper-group-1.home-9 .swiper-pagination {
  bottom: 20px;
  left: 25px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: #345dbb;
}

/* Styling;
 */
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #345dbb;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #034460;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #ebebeb;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #ccc;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #069;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #069;
  border: 1px solid #069;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
  left: -6px;
  top: -6px;
}

.noUi-handle:active {
  border-width: 1px;
  left: -6px;
  top: -6px;
}

.card-testimonial-grid {
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  padding: 34px 34px 24px 34px;
  border: 1px solid #e8e9ed;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.card-testimonial-grid:hover {
  border: 1px solid #fec201;
}
.card-testimonial-grid a {
  text-decoration: none;
}
.card-testimonial-grid .card-bottom-info {
  display: flex;
  width: 100%;
  align-items: flex-end;
  background-color: #034460;
  color: #fff;
  padding: 17px 25px;
  margin-top: 20px;
}
.card-testimonial-grid .card-bottom-info .rate-post {
  width: 30%;
  color: #fff;
  font-weight: 600;
}
.card-testimonial-grid .card-bottom-info .rating {
  width: 70%;
}
.card-testimonial-grid .card-bottom-info .rating img {
  width: 12px;
  margin-right: 2px;
}
.card-testimonial-grid.card-testimonial-3 {
  padding: 26px 26px 24px 26px;
}

.cardGrid {
  background-color: #ffffff;
  padding-bottom: 172px;
  position: relative;
  border: 1px solid #e8e9ed;
}
.cardGrid:hover {
  border-color: #034460;
}
.cardGrid .cardImage img {
  display: block;
  width: 100%;
}
.cardGrid .cardInfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90%;
  background-color: #ffffff;
  padding: 24px;
}

.cardLeadingCompany {
  display: inline-block;
  width: 100%;
  background-color: #034460;
  border: 1px solid #2c7da1;
  padding: 25px 10px;
  text-align: center;
}
.cardLeadingCompany .cardImage {
  margin-bottom: 20px;
}
.cardLeadingCompany .cardImage .img {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
  background: #e8e9ed;
  border: 1px solid #fec201;
  border-radius: 50%;
}
.cardLeadingCompany .cardImage .img img {
  display: inline-block;
  vertical-align: middle;
}
.cardLeadingCompany:hover {
  background-color: #1c6180;
}
.cardLeadingCompany:hover .cardImage .img {
  background-color: #fec201;
}
.cardLeadingCompany .cardInfo .color-brand-1 {
  margin-bottom: 2px;
}

.card-blog-grid {
  margin-bottom: 30px;
  background-color: #fafbfc;
  border: 1px solid #e8e9ed;
}
.card-blog-grid:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.card-blog-grid .card-image {
  position: relative;
}
.card-blog-grid .card-image img {
  border-radius: 0px;
  width: 100%;
  display: block;
}
.card-blog-grid .btn.btn-link span {
  margin-left: 8px;
}
.card-blog-grid .card-info {
  padding: 30px;
}
.card-blog-grid .card-info a {
  text-decoration: none;
}
.card-blog-grid .card-info a:hover,
.card-blog-grid .card-info a:hover * {
  color: #fec201 !important;
}
.card-blog-grid .card-info .date-post {
  color: #6a838c;
  display: inline-block;
  margin-right: 30px;
}
.card-blog-grid .card-info .date-post svg {
  color: #6a838c;
  margin-right: 5px;
  float: left;
}
.card-blog-grid .card-info .time-read {
  color: #6a838c;
  display: inline-block;
}
.card-blog-grid .card-info .time-read svg {
  color: #6a838c;
  margin-right: 5px;
  float: left;
}
.card-blog-grid .card-info .box-author {
  width: 50%;
}
.card-blog-grid .card-info .box-button-more {
  width: 50%;
}
.card-blog-grid.card-blog-grid-2 {
  display: flex;
  background-color: #ffffff;
}
.card-blog-grid.card-blog-grid-2 .card-image {
  position: relative;
  max-width: 276px;
  min-width: 276px;
}
.card-blog-grid.card-blog-grid-2 .card-info {
  position: relative;
}
.card-blog-grid.card-blog-grid-3 .card-image img {
  border-radius: 8px;
}

.card-testimonial-list {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  padding: 23px 21px;
  border: 1px solid #cde2e7;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  margin-bottom: 25px;
  max-width: 572px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.card-testimonial-list a {
  text-decoration: none;
}
.card-testimonial-list .rating {
  width: 40%;
  min-width: 75px;
  max-width: 75px;
}
.card-testimonial-list .box-author {
  width: 100%;
}

.card-plan {
  border-radius: 0px;
  padding: 37px 34px;
  background-color: #fff;
  border: 1px solid #cde2e7;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.card-plan .desc-plan {
  margin-bottom: 17px;
}
.card-plan .title-plan {
  margin-bottom: 12px;
}
.card-plan.popular {
  background-color: #034460;
}
.card-plan.popular .color-brand-2 {
  color: #fec201 !important;
}
.card-plan.popular .list-ticks li svg {
  color: #fec201;
}
.card-plan.popular .color-grey-500,
.card-plan.popular .list-ticks li {
  color: #e8e9ed;
}
.card-plan.card-plan-2:hover {
  border-color: #afeae4;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}

.card-offer {
  border-bottom: 8px solid #fec201;
  padding: 40px 40px 40px 40px;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  background-color: #ffffff;
}
.card-offer:hover {
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.card-offer .card-image {
  height: 100px;
  margin-bottom: 24px;
}
.card-offer .card-image img {
  max-height: 100px;
}

.cardTeam {
  position: relative;
}
.cardTeam .cardImage {
  position: relative;
}
.cardTeam .cardImage img {
  width: 100%;
}
.cardTeam .cardInfo {
  position: absolute;
  bottom: -20px;
  left: 18px;
  right: 40px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  justify-content: space-between;
}
.cardTeam .cardInfo .info-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.cardTeam .cardInfo .info-bottom p a {
  display: inline-block;
  margin-left: 10px;
}
.cardTeam .cardInfo .info-bottom p a svg {
  fill: #818692;
}
.cardTeam .cardInfo:hover {
  background-color: #034460;
}
.cardTeam .cardInfo:hover .color-brand-2 {
  color: #fec201 !important;
}
.cardTeam .cardInfo:hover .info-bottom p {
  color: #fff;
}
.cardTeam .cardInfo:hover .info-bottom p a svg {
  fill: #fff;
}

.cardService {
  position: relative;
}
.cardService .cardImage {
  position: relative;
}
.cardService .cardImage img {
  width: 100%;
}
.cardService .cardInfo {
  position: absolute;
  bottom: -20px;
  left: 18px;
  right: 40px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  justify-content: space-between;
}
.cardService .cardInfo img {
  max-height: 34px;
}
.cardService .cardInfo h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cardService .cardInfo:hover {
  background-color: #034460;
}
.cardService .cardInfo:hover .color-brand-2 {
  color: #fec201 !important;
}
.cardService .cardInfo:hover .color-grey-900 {
  color: #fff !important;
}

.cardServiceStyle3:hover {
  background-color: #034460;
}
.cardServiceStyle3:hover .card-info .color-brand-2 {
  color: #fec201 !important;
}
.cardServiceStyle3:hover .card-info .color-grey-900 {
  color: #fff !important;
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #069;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

.swiper-pagination {
  text-align: center;
  bottom: 0px !important;
}
.swiper-pagination .swiper-pagination-customs {
  background: #ffffff;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
  background: #fff;
}
.swiper-pagination .swiper-pagination-customs-active {
  background: #069;
}
.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader img {
  max-width: 250px;
}

.page-loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.page-loading-inner div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  margin: -10px -20px;
}
.page-loading-inner div:nth-child(1) {
  background: #024430;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: -0.5s;
}
.page-loading-inner div:nth-child(2) {
  background: #ffe7bb;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: 0s;
}
.page-loading-inner div:nth-child(3) {
  background: #024430;
  animation: page-loading-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

@keyframes page-loading-inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(30px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes page-loading-inner {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0%,
  49.999%,
  100% {
    transform: none;
  }
  50%,
  99.999% {
    transform: rotate(90deg);
  }
}
@keyframes shift-left {
  0%,
  100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(-75%);
  }
}
@keyframes shift-right {
  0%,
  100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(75%);
  }
}
.preloader-dots {
  --uib-size: 30px;
  --uib-speed: 0.9s;
  --uib-color: #425a8b;
  position: relative;
  height: calc(var(--uib-size) / 2);
  width: var(--uib-size);
  filter: url("#uib-jelly-ooze");
  animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}
.preloader-dots::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-right var(--uib-speed) ease infinite;
}

/*select 2 style*/
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #069;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #069 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #069;
}

.modal-header .btn-close {
  margin: -0.5rem 0rem -0.5rem auto;
}

iframe {
  width: 100% !important;
}

.icon-16 {
  height: 16px;
  color: #041c2f;
}

.banner-1 {
  padding: 130px 0px 200px 0px;
  height: 700px;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-2 {
  background: url(../imgs/page/homepage2/bg-banner.html) no-repeat right center;
}

.banner-3 {
  background-color: #ebf5f8;
}
.banner-3 .banner-1 {
  padding-bottom: 0px;
}
.banner-3 .img-banner-1 {
  width: 53%;
}
.banner-3 .img-banner-2 {
  width: 47%;
}
.banner-3 .image-chart {
  position: absolute;
  bottom: 30px;
  right: -60px;
  z-index: 3;
}
.banner-3 .box-image-main {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-3 .box-image-main::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../imgs/page/homepage3/bg-banner.html) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.banner-3 .box-image-main img {
  position: relative;
  z-index: 2;
  left: -70px;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
  animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.box-container-sw {
  max-width: 700px;
  margin: auto;
  position: relative;
  min-height: 22px;
  line-height: 18px;
  padding: 10px 0px;
}

.header {
  padding: 0px 0;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 0px solid #f2f3f4;
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .main-header .header-left .header-logo {
  max-width: 150px;
  width: 100%;
  min-width: 130px;
}
.header .main-header .header-left .header-logo a {
  display: block;
}
.header .main-header .header-left .header-logo a img {
  min-height: 37px;
}
.header .main-header .header-left .header-nav {
  display: inline-block;
  width: 75%;
  text-align: left;
  padding-left: 50px;
}
.header .main-header .header-left .header-right {
  width: 35%;
  text-align: right;
  min-width: 337px;
}
.header .main-header .header-left .header-right .icon-list {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  position: relative;
  font-size: 16px;
  color: #afeae4;
  line-height: 24px;
  cursor: pointer;
}
.header .main-header .header-left .header-right .icon-list:hover {
  color: #fec201;
}
.header .main-header .header-left .header-right .icon-list .arrow-down {
  display: inline-block;
  vertical-align: middle;
}
.header .main-header .header-left .header-right .icon-list .arrow-down svg {
  height: 18px;
  margin-right: 5px;
  margin-top: -3px;
}
.header .main-header .header-left .header-right .icon-list .arrow-down:hover {
  color: #fec201;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .main-menu {
  padding-top: 3px;
}
.header .main-menu li {
  float: left;
  position: static !important;
  text-align: left;
  padding-right: 15px;
}
.header .main-menu li.has-children > a::after {
  content: "";
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat center;
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #f2f3f4;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #041c2f;
  line-height: 28px;
  display: block;
  padding: 28px 18px 28px 15px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover {
  color: #034460;
}
.header .main-menu li a:hover i {
  opacity: 1;
  transition: 0.2s;
}
.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}
.header .main-menu li div.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  z-index: 999999;
  min-width: 220px;
  border-radius: 0px;
  padding: 25px 30px 10px 30px;
  background-color: #fff;
  border-top: 8px solid #fec201;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  display: none;
}
.header .main-menu li div.sub-menu.five-col {
  display: none;
  padding: 30px 19px;
  margin: 0px -15px;
}
.header .main-menu li div.sub-menu.five-col .menu-col {
  width: 20%;
  padding: 0px 15px;
}
.header .main-menu li div.sub-menu.five-col .menu-col .megamenu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  top: auto;
  left: auto;
  background: transparent;
  border: 0px;
  box-shadow: none;
}
.header .main-menu li div.sub-menu.five-col .menu-col .megamenu li a {
  color: #041c2f;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0px;
}
.header .main-menu li div.sub-menu.five-col .menu-col .megamenu li a:hover {
  color: #fec201;
}
.header .main-menu li div.sub-menu .menu-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
}
.header .main-menu li div.sub-menu .menu-inner li {
  width: 50%;
  padding-right: 0px;
}
.header .main-menu li div.sub-menu .menu-inner li a {
  padding-left: 0px;
  padding-right: 0px;
  color: #fec201;
}
.header .main-menu li div.sub-menu .menu-inner li a svg {
  color: #8ea4ac;
  margin-right: 5px;
}
.header .main-menu li div.sub-menu .menu-inner li a:hover {
  color: #041c2f;
}
.header .main-menu li div.sub-menu .menu-inner li a:hover * {
  color: #041c2f;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 999999;
  min-width: 220px;
  max-width: 280px;
  border-radius: 0px;
  padding: 8px 0px 8px 0;
  background-color: #fff;
  border-top: 8px solid #fec201;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: #041c2f;
  position: relative;
  padding: 6px 22px 6px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
  padding-left: 25px;
  transition: 0.2s;
  color: #fec201;
}
.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li:hover > ul,
.header .main-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header .main-menu li:hover > ul li,
.header .main-menu li:hover > ul.sub-menu li {
  width: 100%;
}
.header .main-menu li:hover > div.sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.header .main-menu li:hover > div.sub-menu li {
  width: 100%;
}
.header.header2 .header-left .header-right {
  display: flex;
  align-items: center;
  place-content: end;
  width: 65%;
}

.box-notify svg {
  height: 14px;
  color: #034460;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #f2f3f4;
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: calc(100vh - 55px);
  width: 100%;
  position: relative;
  max-width: 370px;
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  border: 1px solid #818692;
  border-radius: 4px;
}

.dropdown-item {
  font-size: 14px;
  color: #afeae4;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #afeae4;
  text-decoration: none;
  background-color: #818692;
}

.dropdown-language .dropdown-item img {
  margin-right: 5px;
}

.box-dropdown-cart {
  position: relative;
}
.box-dropdown-cart .dropdown-account {
  padding: 25px 25px;
  width: 150px;
}
.box-dropdown-cart .dropdown-account ul li {
  margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a {
  color: #041c2f;
  text-decoration: none;
}
.box-dropdown-cart .dropdown-account ul li a img {
  float: left;
  margin: 4px 10px 0px 0px;
}

.dropdown-cart {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -70px;
  top: calc(100% + 22px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  padding: 22px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #818692;
}
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}

.dropdown-account {
  width: 200px;
  right: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 30px);
  border-radius: 8px;
  z-index: 99;
  width: 220px;
  background-color: #fff;
  padding: 22px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #cde2e7;
}
.dropdown-account.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
  margin: 0;
}
.dropdown-account ul li a {
  color: #afeae4;
}
.dropdown-account ul li a:hover {
  color: #fec201;
}

.item-cart {
  display: flex;
  text-align: left;
}
.item-cart .cart-image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}
.item-cart .cart-image img {
  width: 100%;
}
.item-cart .color-brand-3:hover {
  color: #fec201 !important;
}

.search-post svg {
  height: 16px;
  color: #041c2f;
}

.swiper-button-prev-notify,
.swiper-button-next-notify {
  background: none;
  height: 14px;
}
.swiper-button-prev-notify:hover,
.swiper-button-next-notify:hover {
  background: none;
}

.swiper-button-next-notify {
  left: auto;
  right: 0px;
  top: 12px;
}

.swiper-button-prev-notify {
  left: auto;
  right: 22px;
  top: 12px;
}

.btn-close {
  position: absolute;
  top: 5px;
  background: none;
  right: 0px;
  padding: 7px 22px 5px 22px;
  line-height: 14px;
  opacity: 1;
}
.btn-close svg {
  height: 16px;
}

.swiper-notify.swiper-container {
  padding-bottom: 0px;
}

.box-search-top {
  position: relative;
}
.box-search-top .form-search-top {
  position: absolute;
  top: 54px;
  width: 220px;
  right: -20px;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #fafbfc;
  z-index: 123;
  display: none;
  overflow: hidden;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.box-search-top .form-search-top .input-search {
  border: 0px solid #fafbfc;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}
.box-search-top .form-search-top .btn-search {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 12;
  padding: 10px;
  height: 46px;
}
.box-search-top .form-search-top .btn-search svg {
  height: 16px;
  color: #4e6770;
}

.box-bar {
  padding: 13px 0px;
  color: #fff;
}
.box-bar .icon-socials {
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.box-bar .icon-socials:last-child {
  margin-right: 0px;
}
.box-bar .icon-socials svg {
  color: #fff;
  fill: #fff;
  display: inline-block;
  vertical-align: top;
}

.phone-icon {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  color: #fff;
}
.phone-icon svg {
  color: #fec201;
  height: 16px;
  margin-right: 10px;
}

.email-icon {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  color: #fff;
}
.email-icon svg {
  color: #fec201;
  height: 16px;
  margin-right: 10px;
}

.header-style-2 .main-header .header-left .header-nav {
  padding-left: 0px;
}
.header-style-2 .main-menu > li:first-child a {
  padding-left: 0px;
}
.header-style-2 .main-menu > li:first-child ul li a {
  padding-left: 22px;
}
.header-style-2 .header-middle {
  padding: 35px 0px;
  border-bottom: 1px solid #e8e9ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-style-2 .header-contact {
  display: flex;
  align-items: center;
}
.header-style-2 .box-header-contact-1,
.header-style-2 .box-header-contact-2 {
  display: flex;
  align-items: center;
  max-width: 200px;
}
.header-style-2 .box-header-contact-1 .icon-contact,
.header-style-2 .box-header-contact-2 .icon-contact {
  min-width: 36px;
  max-width: 36px;
  margin-right: 10px;
}
.header-style-2 .box-header-contact-1 .icon-contact img,
.header-style-2 .box-header-contact-2 .icon-contact img {
  display: block;
}
.header-style-2 .box-header-contact-1 .info-contact,
.header-style-2 .box-header-contact-2 .info-contact {
  font-size: 14px;
  line-height: 16px;
  color: #041c2f;
}

.stick .header-middle {
  display: none;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  max-width: 370px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  z-index: 1003;
}
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 0px 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid #cde2e7;
  padding: 9px 26px 9px 26px;
  background-color: #e0f0f6;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 60px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: 0;
  margin-bottom: 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a {
  display: block;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a
  img {
  width: 100px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area {
  padding: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu {
  max-width: 370px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;
  position: relative;
  padding: 13px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #041c2f;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand
  svg {
  color: #818692;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand
  i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand
  i::before {
  content: "\f113";
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 16px;
  line-height: 28px;
  font-family: "Kanit", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #041c2f;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i {
  margin-right: 5px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a:hover {
  color: #fec201;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul {
  padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children
  .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #041c2f;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul {
  margin-top: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.hr {
  padding: 0 0 0 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.hr
  span {
  background-color: #f2f3f4;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  color: #fec201;
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .categories-dropdown-wrap
  ul
  li
  a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #041c2f;
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #041c2f;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover {
  color: #041c2f;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  i {
  font-size: 14px;
  color: #041c2f;
  margin-right: 8px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover {
  color: #041c2f;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a {
  color: #041c2f;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright {
  font-size: 12px;
  color: #041c2f;
  padding-bottom: 20px;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 8px;
  right: 0px;
  z-index: 1004;
}
.burger-icon.burger-close {
  width: 15px;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}
.burger-icon.burger-close {
  position: fixed;
  top: 16px;
  right: 30px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #818692;
}

.burger-icon.burger-close.burger-icon-white > span::before,
.burger-icon.burger-close.burger-icon-white > span::after {
  background-color: #034460;
}

.mobile-search form {
  background-color: #ffe799;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #122830;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #f2f3f4;
  border-bottom: thin solid #f2f3f4;
}
.mobile-account ul.mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 8px 0;
}
.mobile-account ul li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #041c2f;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #041c2f;
}

.box-download-app {
  padding-top: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e8e9ed;
  border-top: 1px solid #e8e9ed;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-tabs-mobile {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.nav-tabs-mobile li {
  padding: 0px;
  position: relative;
}
.nav-tabs-mobile li a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fec201;
}
.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #fec201;
}
.nav-tabs-mobile li a:hover,
.nav-tabs-mobile li a:hover *,
.nav-tabs-mobile li a.active {
  color: #16ba8f;
}
.nav-tabs-mobile li a:hover::before,
.nav-tabs-mobile li a:hover *::before,
.nav-tabs-mobile li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #16ba8f;
}
.nav-tabs-mobile li a.active * {
  color: #16ba8f;
}

.notifications-item {
  padding: 20px 0px 0px 0px;
}
.notifications-item .item-notify {
  margin-bottom: 30px;
  display: flex;
}
.notifications-item .item-notify .item-image {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  margin-right: 15px;
}
.notifications-item .item-notify .item-info {
  width: 100%;
}
.notifications-item .item-notify .item-time {
  width: 63px;
  max-width: 63px;
  margin-left: 20px;
  min-width: 63px;
}

.footer .width-20 {
  width: 20%;
}
.footer .width-25 {
  width: 25%;
}
.footer .width-22 {
  width: 22%;
}
.footer .width-23 {
  width: 23%;
}
.footer .width-16 {
  width: 19%;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 8px;
}
.footer .menu-footer li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  color: #fec201;
  transition-duration: 0.2s;
  padding-left: 2px;
}
.footer .footer-bottom {
  padding: 30px 0px;
  color: #f2f3f4;
  font-size: 14px;
}
.footer .footer-bottom a {
  text-decoration: none;
}

.galleries-footer {
  position: relative;
}

.list-imgs {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.list-imgs li {
  width: 33.33%;
  padding: 5px;
}

.bg-map {
  position: relative;
}
.bg-map::before {
  content: "";
  height: 50%;
  bottom: 0px;
  width: 100%;
  background-color: #034460;
  z-index: 1;
  position: absolute;
}
.bg-map .container {
  position: relative;
  z-index: 2;
}

#scrollUp {
  width: 56px;
  height: 56px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  transition-duration: 0.2s;
  background-color: #034460;
  line-height: 56px;
}
#scrollUp svg {
  height: 28px;
}
#scrollUp i {
  display: block;
  line-height: 56px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  background-color: #fec201;
}

.menu-bottom li {
  display: inline-block;
}
.menu-bottom li a {
  display: block;
  padding: 0px 15px;
}
.menu-bottom li:first-child a {
  padding-left: 0px;
}

.footer-1 {
  background-color: #034460;
  margin: 0px 0px 0px 0px;
  padding: 90px 0px 25px 0px;
}

.footer-2 {
  background-color: #041c2f;
  color: #f2f3f4;
}

.footer-3 {
  border-top: 1px solid #6a838c;
  padding-top: 30px;
}

.list-info-footer {
  width: 100%;
  padding-left: 28px;
}
.list-info-footer li {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  margin-top: 10px;
}
.list-info-footer li .cardImage {
  min-width: 57px;
  margin-right: 10px;
}
.list-info-footer li .cardImage .icon-brand-1 {
  width: 57px;
  height: 57px;
  background-color: #fec201;
  border-radius: 50%;
  line-height: 57px;
  text-align: center;
  display: inline-block;
}
.list-info-footer li .cardImage .icon-brand-1 img {
  display: inline-block;
  vertical-align: middle;
}

.box-newsletter {
  position: relative;
  border-radius: 0px;
  background-color: #ffe799;
  padding: 66px;
  display: inline-block;
  width: 100%;
}
.box-newsletter::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 37px;
  height: 57px;
  width: 167px;
  background: url(../imgs/page/homepage2/bg-newsletter-1.png) no-repeat center;
  background-size: cover;
}
.box-newsletter::after {
  content: "";
  position: absolute;
  bottom: 27px;
  right: 37px;
  height: 45px;
  width: 45px;
  background: url(../imgs/page/homepage2/bg-newsletter-2.png) no-repeat center;
  background-size: cover;
}
.box-newsletter .img-main {
  border-radius: 565px;
  max-width: 100%;
  width: 100%;
}
.box-newsletter .image-1 {
  position: absolute;
  left: 0px;
  bottom: -45px;
}
.box-newsletter .box-image-newsletter {
  position: relative;
}
.box-newsletter .form-newsletter form {
  display: flex;
}
.box-newsletter .form-newsletter form input[type="text"],
.box-newsletter .form-newsletter form textarea {
  width: 100%;
  border: 0px;
  outline: 0;
  box-shadow: none;
  color: #041c2f;
}
.box-newsletter .box-map-2 {
  max-width: 303px;
  width: 100%;
  height: 278px;
  margin-left: 20px;
  border: 5px solid #fff;
}
.box-newsletter .box-map-2 iframe {
  height: 100%;
}
.box-newsletter.box-newsletter-2 {
  background-color: #ffffff;
  border: 1px solid #afeae4;
  padding-bottom: 50px;
  background-image: url(../imgs/page/homepage3/tree.html);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom right;
}
.box-newsletter.box-newsletter-2 .form-newsletter {
  border: 1px solid #cde2e7;
  border-radius: 8px;
}
.box-newsletter.box-newsletter-2 > .row {
  position: relative;
  z-index: 2;
}
.box-newsletter.box-newsletter-2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 140px;
  height: 70px;
  width: 165px;
  background: url(../imgs/page/homepage3/ellipse1.html) no-repeat top right;
  background-size: contain;
  z-index: 1;
}
.box-newsletter.box-newsletter-2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 60px;
  height: 50px;
  width: 346px;
  background: url(../imgs/page/homepage3/ellipse2.html) no-repeat top right;
  background-size: contain;
}

.box-footer-2 {
  background-color: #cde2e7;
  border-radius: 8px;
  padding: 40px 30px 30px 30px;
}

.footer-home2 {
  padding: 0px;
}
.footer-home2 .footer-1 {
  padding-bottom: 0px;
}

footer a {
  text-decoration: none;
}

.icon-socials {
  display: inline-block;
  margin-right: 24px;
  height: 14px;
  width: 14px;
  transition-duration: 0.2s;
  vertical-align: middle;
  background-size: contain !important;
}
.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/fb.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/fb.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter {
  background: url(../imgs/template/icons/tw.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter:hover {
  background: url(../imgs/template/icons/tw.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/inst.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/inst.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/in.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/in.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-youtube {
  background: url(../imgs/template/icons/youtube.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-youtube:hover {
  background: url(../imgs/template/icons/youtube.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-skype {
  background: url(../imgs/template/icons/skype.svg) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-skype:hover {
  background: url(../imgs/template/icons/skype.svg) no-repeat center;
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ml-3 {
  margin-left: 3px;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.title-favicon {
  background-image: url(../imgs/template/icons/favicon.svg);
  background-repeat: no-repeat;
  background-position: left top 4px;
  padding-left: 55px;
  min-height: 40px;
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author img {
  max-width: 72px;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}
.box-author .author-info .author-name {
  display: block;
}
.box-author .author-info img {
  width: 12px;
  height: auto;
  border-radius: 0;
  margin-right: 0px;
  max-width: 100%;
}

.box-pagination-customers {
  position: relative;
  margin-top: 48px;
}

.swiper-button-prev-style-1 {
  left: 0px;
  right: auto;
  top: 0px;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #f2f3f4;
}
.swiper-button-prev-style-1:hover {
  background-color: #fec201;
  background-image: none;
}
.swiper-button-prev-style-1 svg {
  height: 12px;
  color: #034460;
}

.swiper-button-next-style-1 {
  left: 58px;
  right: auto;
  top: 0px;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #f2f3f4;
}
.swiper-button-next-style-1:hover {
  background-color: #fec201;
  background-image: none;
}
.swiper-button-next-style-1 svg {
  height: 12px;
  color: #034460;
}

.bg-what-done {
  background: url(../imgs/page/homepage1/bg-what-done.png) no-repeat bottom left;
}

.swiper-group-4 .swiper-button-prev-style-1 {
  left: 0px;
  right: 65px;
  margin: auto;
}
.swiper-group-4 .swiper-button-next-style-1 {
  left: 0px;
  right: -55px;
  margin: auto;
}

.line-border {
  border-bottom: 1px solid #e8e9ed;
  margin: 20px 0px;
}

.box-button-sliders {
  position: relative;
  display: inline-block;
  min-width: 100px;
}

.box-map {
  position: relative;
}

.map-info {
  position: absolute;
  top: 48px;
  bottom: 48px;
  right: 38px;
  max-width: 340px;
  z-index: 12;
  background-color: #ffffff;
  padding: 35px 31px;
  margin-left: 38px;
}

.swiper-group-1 .swiper-pagination-banner {
  position: absolute;
  bottom: 37px !important;
  left: 0px;
  width: 100%;
}

.box-swiper .swiper-banner-1 {
  padding-bottom: 0px;
}

.bg-worldmap {
  background: url(../imgs/page/homepage1/world-map.png) no-repeat top center;
}

.box-image-how {
  position: relative;
}

.box-info-bottom-img {
  position: absolute;
  bottom: -50px;
  left: 55px;
  right: 55px;
  z-index: 23;
  background-color: #034460;
  color: #fff;
  padding: 30px;
  display: flex;
}
.box-info-bottom-img .image-play {
  max-width: 71px;
  margin-right: 20px;
  width: 100%;
  min-width: 71px;
}
.box-info-bottom-img .info-play {
  width: 100%;
}

.list-how-works {
  padding-top: 50px;
  padding-left: 45px;
}
.list-how-works li {
  display: flex;
  width: 100%;
  padding-bottom: 45px;
  align-items: center;
}
.list-how-works li .image-how {
  max-width: 84px;
  min-width: 84px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  line-height: 84px;
}
.list-how-works li .image-how .img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #ffe799;
  border: 1px solid #fec201;
  display: inline-block;
}
.list-how-works li .image-how .img img {
  display: inline-block;
  vertical-align: middle;
}
.list-how-works li .image-how::before {
  content: "";
  height: 45px;
  width: 2px;
  background: url(../imgs/template/dashed.png) no-repeat top left;
  position: absolute;
  top: 100%;
  left: 41px;
}
.list-how-works li .info-how {
  width: 100%;
}
.list-how-works li:last-child .image-how::before {
  display: none;
}

.bg-customers-say {
  background-color: #034460;
  background-image: url(../imgs/page/homepage1/ship.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 133px 0px 100px 0px;
  position: relative;
}
.bg-customers-say::before {
  content: "";
  position: absolute;
  bottom: 0px;
  top: 165px;
  right: 0px;
  max-width: 50%;
  width: 100%;
  background-image: url(../imgs/page/homepage1/bg-testimonial.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-customers-say::after {
  content: "";
  position: absolute;
  top: 195px;
  right: 30px;
  max-width: 72px;
  height: 73px;
  width: 100%;
  background-image: url(../imgs/page/homepage1/quotation.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-customers-say .container {
  position: relative;
  z-index: 2;
}

.box-bg-leading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 940px;
  background-color: #034460;
  background-image: url(../imgs/page/homepage1/container.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.bg-leading-company {
  position: relative;
  background-color: #f2f3f4;
}
.bg-leading-company .container {
  position: relative;
  z-index: 2;
}

.box-form-contact-leading {
  background-color: #ffffff;
  background-image: url(../imgs/page/homepage1/bg-contact.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 40px 60px 60px;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  margin-top: 40px;
}

.box-image-contact {
  position: relative;
  padding-left: 20px;
}
.box-image-contact img {
  width: 100%;
  border-radius: 8px;
}
.box-image-contact::before {
  content: "";
  height: 95px;
  width: 80px;
  position: absolute;
  bottom: -30px;
  right: -25px;
  background-image: url(../imgs/page/homepage1/icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  border-radius: 0px;
  color: #818692;
  font-size: 12px;
  line-height: 18px;
  height: 51px;
}

select {
  background-image: url(../imgs/template/icons/arrow-down.svg);
  background-position: right 18px top 22px;
  background-repeat: no-repeat;
}

textarea.form-control {
  height: auto;
}

.cd-form {
  float: left;
  margin: 1px 10px 0px 0px;
}

.box-cb-form .form-group {
  margin-bottom: 12px;
}

.list-ticks {
  display: flex;
  flex-wrap: wrap;
}
.list-ticks li {
  width: 50%;
  color: #818692;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}
.list-ticks li svg {
  color: #16ba8f;
  height: 22px;
  margin-right: 10px;
}
.list-ticks.list-ticks-2 li {
  width: 100%;
}
.list-ticks.list-ticks-2 li:last-child {
  margin-bottom: 0px;
}
.list-ticks.list-ticks-2 li svg {
  color: #034460;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.bg-choose-plan {
  position: relative;
  background-image: url(../imgs/page/homepage1/bg-plan-left.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.bg-choose-plan::before {
  background-image: url(../imgs/page/homepage1/bg-plan-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -240px;
  right: 0px;
  height: 600px;
  width: 600px;
  z-index: 1;
  content: "";
}
.bg-choose-plan .container {
  position: relative;
  z-index: 2;
}

.box-accordion {
  padding-left: 0px;
}

.box-faqs-left {
  padding-right: 40px;
}

.accordion .accordion-item {
  margin-bottom: 16px;
}
.accordion .accordion-button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #034460;
  border: 0px;
  padding: 25px 30px 20px 30px;
  border-radius: 0px;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}
.accordion .accordion-collapse {
  border-width: 0 0 0 0 !important;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.accordion .accordion-body {
  padding: 20px 50px 10px 30px;
}

.accordion-button::after {
  background-image: url("../imgs/page/homepage1/down.svg");
}

.accordion-button:not(.collapsed) {
  background-color: #fec201;
  color: #034460;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../imgs/page/homepage1/up.svg");
  transform: rotate(0deg);
}

.box-gallery-faqs {
  position: relative;
}
.box-gallery-faqs .image-top {
  margin-bottom: 20px;
}
.box-gallery-faqs .image-bottom {
  margin: 0px -10px;
  display: flex;
}
.box-gallery-faqs .image-faq-1 {
  width: 46%;
  padding: 0px 10px;
}
.box-gallery-faqs .image-faq-2 {
  width: 54%;
  padding: 0px 10px;
}

.bg-get-quote {
  background-color: #034460;
  background-image: url(../imgs/page/homepage1/bg-get-quote.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.box-get-quote {
  display: flex;
  width: 100%;
  align-items: center;
}

.get-quote-left {
  width: 100%;
}

.get-quote-right {
  min-width: 253px;
  max-width: 253px;
  width: 100%;
}

.box-background-offer {
  position: relative;
}
.box-background-offer .bg-under {
  position: absolute;
  bottom: -30px;
  top: 140px;
  left: -100px;
  right: -100px;
  background: url(../imgs/page/homepage1/bg-offer.png) no-repeat top center;
  z-index: 1;
}
.box-background-offer .bg-under::before {
  content: "";
  position: absolute;
  bottom: 160px;
  left: -30px;
  height: 95px;
  width: 113px;
  background: url(../imgs/page/homepage1/quote.png) no-repeat top center;
  z-index: 1;
}
.box-background-offer .row {
  z-index: 2;
  position: relative;
}

.box-images {
  position: relative;
  padding: 20px;
}
.box-images img {
  z-index: 2;
  position: relative;
}
.box-images::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  top: 0px;
  z-index: 1;
  right: 0px;
  left: 0px;
  background: url(../imgs/page/homepage1/subtract.png) no-repeat center;
  background-size: contain;
}

.image-2 {
  position: absolute;
  bottom: 120px;
  right: -10px;
  z-index: 3;
  width: 111px;
  height: 136px;
}

.box-info-pround {
  padding: 0px 0px 0px 40px;
}

.box-image-touch {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 50%;
  background: url(../imgs/page/homepage1/port.png) no-repeat left top;
  background-size: cover;
}
.box-image-touch::before {
  content: "";
  height: 100%;
  width: 265px;
  background: url(../imgs/page/homepage1/bg-touch.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  left: -1px;
}

.chart-title {
  background: url(../imgs/page/homepage1/chart.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 7px;
}

.feature-title {
  background: url(../imgs/page/homepage1/feature.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 7px;
}

.box-why-choose-us {
  padding-left: 50px;
}

.box-image-why {
  position: relative;
  padding: 0px 50px;
}
.box-image-why::before {
  content: "";
  background-image: url(../imgs/page/homepage2/bg-why.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-size: contain;
}
.box-image-why .quote {
  background-image: url(../imgs/page/homepage2/quote.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 70px;
  height: 95px;
  width: 113px;
  z-index: 3;
  background-size: contain;
}
.box-image-why img {
  position: relative;
  z-index: 2;
}

.feature2-title {
  background: url(../imgs/page/homepage2/feature.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 7px;
}

.feature3-title {
  background: url(../imgs/page/homepage2/feature2.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 7px;
}

.box-request-quote-2 {
  padding: 140px 0px 40px 0px;
}

.box-form-request-quote-2 {
  position: relative;
  top: -160px;
  padding: 0px 40px;
  background-image: url(../imgs/page/homepage2/bg-quote.png);
  background-position: bottom 15px center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-form-request-quote-2 .box-form-contact-leading {
  position: relative;
  background-image: none;
  border: 5px solid #fec201;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}

.box-info-bottom-img-2 {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}

.box-images-info-3 {
  padding: 0px 0px 0px 130px;
  position: relative;
}

.box-info-3-bottom {
  position: absolute;
  bottom: -61px;
  left: 0px;
  z-index: 2;
  background-color: #ffe799;
  padding: 31px 28px;
  max-width: 291px;
}

.text-billed {
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #034460;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #fec201;
  transition: 0.4s;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #034460;
}

input:checked + .slider:before {
  transform: translateX(34px);
}

.pricing-style-2 .card-plan {
  background-color: #e0f0f6;
}
.pricing-style-2 .card-plan.popular {
  background-color: #034460;
}

.box-slide-customers-2 {
  width: calc(100% + 200px);
  overflow: hidden;
}

.list-ticks-3 li {
  display: flex;
  margin-bottom: 21px;
}
.list-ticks-3 li svg {
  min-width: 24px;
  max-width: 24px;
  width: 100%;
  margin-right: 7px;
}
.list-ticks-3 li h6 {
  width: 100%;
}

.bg-info-4 {
  position: relative;
}
.bg-info-4::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 165px;
  background-color: #e0f0f6;
  z-index: 1;
}
.bg-info-4 .container {
  position: relative;
  z-index: 2;
}

.box-why-choose-us-2 {
  background-color: #ffffff;
  padding: 78px 78px 0px 78px;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}

.box-images-info-4 {
  padding: 36px 28px;
  position: relative;
}
.box-images-info-4::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 399px;
  max-height: 399px;
  height: 100%;
  background-color: #034460;
}
.box-images-info-4 .box-images-inner {
  position: relative;
  z-index: 2;
}

.box-banner-homepage2 {
  position: relative;
  padding: 86px 0px 40px 0px;
}
.box-banner-homepage2 .bg-image-home2 {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 45%;
  z-index: 1;
  background-image: url(../imgs/page/homepage2/banner.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.box-slider-homepage2 {
  position: relative;
  z-index: 3;
  margin-top: 105px;
  max-width: 1260px;
  padding: 81px 81px 0px 81px;
}
.box-slider-homepage2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 378px;
  width: 100%;
  background-color: #e0f0f6;
}
.box-slider-homepage2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #818692;
  opacity: 1;
}
.box-slider-homepage2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fec201;
}
.box-slider-homepage2 .card-offer {
  box-shadow: none;
  border-bottom-color: #e8e9ed;
  border-top: 1px solid #e8e9ed;
  border-left: 1px solid #e8e9ed;
  border-right: 1px solid #e8e9ed;
  padding: 30px 20px 30px 20px;
}
.box-slider-homepage2 .card-offer:hover {
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  border-bottom-color: #fec201;
}

.swiper-button-prev-style-2 {
  left: -106px;
  top: 30%;
}

.swiper-button-next-style-2 {
  left: auto;
  right: -106px;
  top: 30%;
}

.certified-icon {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin: auto;
  text-align: center;
}

.top-bar-style-2 .box-bar.bg-grey-900 {
  background-color: #e8e9ed;
}
.top-bar-style-2 .phone-icon,
.top-bar-style-2 .email-icon {
  color: #034460;
}
.top-bar-style-2 .box-bar .icon-socials svg {
  color: #034460;
  fill: #034460;
}

.banner-left {
  background-color: #034460;
  padding: 70px 53px;
  position: relative;
}
.banner-left::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 100px;
  background-image: url(../imgs/page/homepage3/union.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-banner-homepage3 {
  position: relative;
}
.box-banner-homepage3 .banner-under {
  position: absolute;
  top: 0px;
  left: -96px;
  right: -96px;
  height: 662px;
  z-index: 1;
  background: url(../imgs/page/homepage3/banner.png) no-repeat top center;
  background-size: cover;
}
.box-banner-homepage3 .row {
  position: relative;
  z-index: 2;
}
.box-banner-homepage3 .container {
  padding-top: 230px;
}

.item-feature {
  position: relative;
  display: flex;
  align-items: center;
}
.item-feature .icon-feature {
  min-width: 48px;
  max-width: 48px;
  margin-right: 19px;
}
.item-feature .info-feature {
  width: 100%;
}

.title-favicon-2 {
  background-image: url(../imgs/page/homepage3/favicon-w.png);
  background-position: left 4px;
  padding-left: 60px;
  background-repeat: no-repeat;
}

.bg-testimonial-3 {
  background-color: #034460;
  background-image: url(../imgs/page/homepage3/bg-testimonial-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 46px 90px 46px;
}

.box-testimonial-3-right {
  position: absolute;
  top: -220px;
  left: 15px;
  right: 15px;
}

.box-testimonial-3-left {
  position: absolute;
  top: -40px;
  left: 15px;
  right: 15px;
}

.box-form-request-quote-3 {
  position: relative;
  background-image: none;
}

.bg-request-quote-3 {
  background-image: url(../imgs/page/homepage3/bg-requestquote-3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.bg-whychooseus-2 {
  position: relative;
  background-image: url(../imgs/page/homepage3/bg-whychooseus.png);
  background-size: cover;
}
.bg-whychooseus-2::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #034460;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
}
.bg-whychooseus-2 .container {
  position: relative;
  z-index: 2;
}

.box-item-number {
  position: relative;
  padding: 35px 26px;
}
.box-item-number::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 96px;
  height: 100%;
  z-index: 1;
  background-color: #fec201;
}
.box-item-number .item-number {
  position: relative;
  z-index: 2;
}
.box-item-number.box-item-number-white::before {
  background-color: #ffffff;
}
.box-item-number.box-item-number-2 {
  position: relative;
  padding: 35px 5px 35px 35px;
  margin-left: 40px;
}
.box-item-number.box-item-number-3 {
  position: relative;
  padding: 35px 5px 35px 45px;
}
.box-item-number.box-item-number-4 {
  position: relative;
  padding: 35px 5px 35px 60px;
  margin-left: 40px;
}

.box-button-play {
  background-color: #034460;
  padding: 36px 38px 36px 38px;
  max-width: 325px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  right: -30px;
  z-index: 12;
}
.box-button-play .btn-play {
  display: flex;
  align-items: center;
}
.box-button-play .btn-play img {
  margin-right: 10px;
  float: left;
}
.box-button-play .btn-play span {
  display: block;
  padding-left: 0px;
  text-align: left;
  line-height: 22px;
  font-size: 15px;
}

.box-info-6 {
  padding-left: 45px;
}

.top-bar-style-3 .box-bar {
  background-color: #ffe799;
}
.top-bar-style-3 .box-bar .icon-socials svg {
  fill: #034460;
}
.top-bar-style-3 .phone-icon,
.top-bar-style-3 .email-icon {
  color: #034460;
}
.top-bar-style-3 .phone-icon svg,
.top-bar-style-3 .email-icon svg {
  color: #034460;
}

.box-slider-homepage-4 {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -100px;
  text-align: center;
}
.box-slider-homepage-4::before {
  display: none;
}
.box-slider-homepage-4 .swiper-button-prev-style-2 {
  left: -66px;
}
.box-slider-homepage-4 .swiper-button-next-style-2 {
  right: -66px;
}

.banner-4 {
  padding-bottom: 250px;
  height: 685px;
  padding-top: 80px;
}

.box-slider-homepage-4 .card-offer {
  background-color: #fafbfc;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.box-slider-homepage-4 .card-offer .box-button-offer {
  display: none;
}
.box-slider-homepage-4 .card-offer .mb-35 {
  margin-bottom: 0px !important;
}
.box-slider-homepage-4 .card-offer .card-image {
  height: 64px;
}
.box-slider-homepage-4 .card-offer .card-image img {
  max-height: 64px;
}

.box-info-testimonial-4 {
  position: absolute;
  bottom: 20px;
  left: -40px;
  padding: 30px 28px;
  background-color: #ffe799;
  max-width: 291px;
  z-index: 3;
  text-align: left;
}

.box-img-testimonials-4 {
  position: relative;
  text-align: right;
}
.box-img-testimonials-4::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 565px;
  height: 100%;
  background: url(../imgs/page/homepage4/bg-testimonial-4.png) no-repeat bottom
    right;
  background-size: contain;
  z-index: 1;
}
.box-img-testimonials-4 img {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto 0 auto auto;
}

.box-testimonial-4-item {
  padding: 55px;
  max-width: 629px;
  width: 100%;
  position: relative;
}
.box-testimonial-4-item::before {
  position: absolute;
  content: "";
  top: 15px;
  right: 22px;
  width: 72px;
  height: 73px;
  background: url(../imgs/page/homepage4/quotation.png) no-repeat center;
}
.box-testimonial-4-item .card-testimonial-grid {
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  border-color: #fec201;
}

.bg-how-it-work-2 {
  background: url(../imgs/page/homepage4/bg-how-it-work.png) no-repeat top
    center;
  background-size: cover;
  padding: 61px 0px 10px 0px;
  position: relative;
}

.box-list-how-it-work .list-how-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1200px;
  margin: auto;
}
.box-list-how-it-work .list-how-works li {
  width: 33.33%;
  padding: 0px 15px;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.box-list-how-it-work .list-how-works li .image-how {
  max-width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-bottom: 21px;
}
.box-list-how-it-work .list-how-works li .image-how .img img {
  max-height: 100%;
  max-width: 87%;
}
.box-list-how-it-work .list-how-works li .image-how::before {
  display: none;
}
.box-list-how-it-work .list-how-works li::before {
  content: "";
  width: 100%;
  top: 41px;
  left: 50%;
  height: 2px;
  background: url(../imgs/page/homepage4/bg-dashed.png) repeat-x top left;
  position: absolute;
}
.box-list-how-it-work .list-how-works li:last-child::before {
  display: none;
}
.box-list-how-it-work .list-how-works li.dashed-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 60px;
  background: url(../imgs/page/homepage4/bg-dashed-2.png) no-repeat top left;
}

.box-button-play-2 {
  background-color: #ffe799;
  padding: 36px 38px 36px 38px;
  max-width: 325px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 12;
}
.box-button-play-2 .btn-play {
  display: flex;
  align-items: center;
}
.box-button-play-2 .btn-play img {
  margin-right: 10px;
  float: left;
}
.box-button-play-2 .btn-play span {
  display: block;
  padding-left: 0px;
  text-align: left;
  line-height: 22px;
  font-size: 15px;
}

.item-reason .card-offer {
  border-bottom: 0px;
  border: 1px solid #e8e9ed;
  text-align: center;
}

.box-whychooseus-3 {
  padding-left: 95px;
}

.for-month,
.for-year {
  display: none;
}

.display-month,
.display-year {
  display: block;
}

.support-title {
  background: url(../imgs/page/homepage4/support.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 7px;
}

.box-image-info-7 {
  padding: 0px 30px;
  position: relative;
  background: url(../imgs/page/homepage4/bg-info-7.png) no-repeat top 20px
    center;
  background-size: contain;
}
.box-image-info-7 .quote {
  background: url(../imgs/page/homepage2/quote.png) no-repeat center;
  position: absolute;
  bottom: -40px;
  right: 50px;
  height: 95px;
  width: 115px;
  z-index: 2;
}

.box-info-7 {
  padding-left: 60px;
}

.box-pageheader-1 {
  background: #034460 url(../imgs/page/about/banner.png) no-repeat top center;
  background-size: cover;
  padding: 81px 0px;
}

.box-pageheader-services {
  background-color: #ffffff;
  background-image: none;
  padding-bottom: 55px;
}

.quote-center {
  position: absolute;
  bottom: -40px;
  left: 34%;
  width: 113px;
  height: 95px;
  background: url(../imgs/page/homepage2/quote.png) no-repeat center;
  background-size: contain;
}

.item-about-2 .col-lg-6 {
  padding-right: 0;
}
.item-about-2 .col-lg-6:last-child {
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.item-about-2 .col-lg-6 img {
  display: block;
}
.item-about-2.item-about-2-revert .col-lg-6 {
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.item-about-2.item-about-2-revert .col-lg-6:last-child {
  padding-left: 0;
}
.item-about-2.item-about-2-revert .col-lg-6 img {
  display: block;
}

.box-info-aabout-2 {
  padding: 20px;
}

.box-image-info-2-2 {
  background: url(../imgs/page/about/img-info-2.png) no-repeat left top;
  background-size: cover;
}

.content-detail {
  max-width: 898px;
  margin: auto;
}
.content-detail p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #041c2f;
  margin-bottom: 24px;
}
.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
  color: #034460;
  margin-bottom: 24px;
}

.box-slider-service-4 {
  top: auto;
  padding: 0px;
}
.box-slider-service-4 .card-offer {
  padding: 30px 20px 30px 20px;
}
.box-slider-service-4 .box-swiper .swiper-container {
  padding-top: 30px;
}

.box-slider-service-4 .swiper-button-prev-style-2 {
  background-color: #e8e9ed;
  border-color: #f2f3f4;
  top: 40%;
}
.box-slider-service-4 .swiper-button-prev-style-2:hover {
  background-color: #fec201;
}
.box-slider-service-4 .swiper-button-next-style-2 {
  background-color: #e8e9ed;
  border-color: #f2f3f4;
  top: 40%;
}
.box-slider-service-4 .swiper-button-next-style-2:hover {
  background-color: #fec201;
}

.box-image-why-info-8::before {
  display: none;
}
.box-image-why-info-8 .box-button-play {
  left: -20px;
}

.box-info-8 {
  padding-left: 0px;
}

.banner-trackyourparcel {
  position: absolute;
  top: 0px;
  left: -96px;
  right: -96px;
  height: 570px;
  background-color: #e0f0f6;
  background-image: url(../imgs/page/trackyourparcel/world-map.png);
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.box-info-trackyourparcel {
  position: relative;
  z-index: 2;
  padding: 81px 0px;
  text-align: center;
  max-width: 645px;
  margin: auto;
}

.form-trackparcel {
  margin-top: 55px;
  margin-bottom: 60px;
}
.form-trackparcel form .form-group {
  display: flex;
  position: relative;
}
.form-trackparcel form .form-group .form-control {
  font-size: 12px;
  line-height: 18px;
  color: #818692;
  border: 0px;
}
.form-trackparcel form .form-group .btn-track {
  font-size: 15px;
  line-height: 15px;
  color: #034460;
  font-weight: 500;
  height: 51px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.form-trackparcel form .form-group .btn-track:hover {
  color: #fff;
}

.box-comingsoon .phone-icon {
  color: #034460;
}
.box-comingsoon .phone-icon svg {
  color: #034460;
}
.box-comingsoon .email-icon {
  color: #034460;
}
.box-comingsoon .email-icon svg {
  color: #034460;
}
.box-comingsoon .form-trackparcel form .form-group .form-control {
  border: 1px solid #e8e9ed;
}
.box-comingsoon .form-trackparcel {
  margin-top: 32px;
  margin-bottom: 50px;
}
.box-comingsoon .form-trackparcel {
  max-width: 464px;
}

.box-comingsoon-cover {
  padding-top: 100px;
  padding-bottom: 50px;
}

.box-login-right {
  background: url(../imgs/page/login/bg-login.png) no-repeat top left;
  background-size: cover;
  height: 917px;
  position: relative;
}

.box-login-left {
  max-width: 501px;
  margin: auto 100px auto auto;
  padding: 40px 0px;
}

.box-or-login {
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
.box-or-login::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e8e9ed;
  position: absolute;
  top: 12px;
  left: 0px;
}
.box-or-login .text-or {
  position: relative;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ffffff;
}

#rememberme {
  float: left;
  margin: 1px 10px 0px 0px;
  border: 1px solid #e8e9ed;
}

a.color-brand-2:hover {
  color: #fec201 !important;
}

.box-info-bottom-img-3 {
  position: absolute;
  bottom: 57px;
  left: 66px;
  right: auto;
  z-index: 12;
  max-width: 622px;
  width: 100%;
}

.quote-shape {
  position: absolute;
  bottom: 50px;
  left: -60px;
  height: 95px;
  width: 113px;
  background-image: url(../imgs/page/homepage2/quote.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-info-bottom-img-3 .box-info-3-bottom {
  bottom: auto;
  position: relative;
}

.box-register-right {
  background: url(../imgs/page/register/bg-register.png) no-repeat top left;
  background-size: cover;
}

.box-info-howitwork-3 {
  max-width: 754px;
  margin: auto;
}

.banner-howitwork3 {
  padding: 0px 0px;
  background-color: #e0f0f6;
  background-image: url(../imgs/page/trackyourparcel/world-map.png);
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.box-contactform-right {
  position: relative;
  padding: 60px 60px 60px 40px;
}
.box-contactform-right .map-info {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: 0px;
}

.box-contactform-left {
  padding: 68px 86px;
  background-color: #e0f0f6;
}

.box-cover-contactform {
  background-color: #ffe799;
}

.hero-faqs .banner-trackyourparcel {
  height: auto;
  bottom: 0px;
}

.item-faqs-2 {
  position: relative;
}

.box-socials a svg {
  fill: #818692;
}
.box-socials a:hover svg {
  fill: #034460;
}

.box-bg-requestaquote-4 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 679px;
  z-index: 1;
  background-color: #e0f0f6;
  background-image: url(../imgs/page/requestaquote/banner.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.box-requestaquote-4 {
  position: relative;
}
.box-requestaquote-4 .container {
  position: relative;
  z-index: 2;
}
.box-requestaquote-4 .box-form-contact-leading {
  margin-top: 100px;
}

.bg-right-blog {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 50%;
  width: 100%;
  bottom: 0px;
  background-image: url(../imgs/page/blog/banner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.quote-blog {
  position: absolute;
  bottom: -30px;
  left: -80px;
  height: 95px;
  width: 113px;
  background-image: url(../imgs/page/homepage2/quote.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box-hero-blog {
  padding-top: 155px;
  padding-bottom: 155px;
}

.box-tags .btn-tags {
  margin: 4px;
}

.box-banner-left {
  padding: 30px;
  background-image: url(../imgs/page/blog/bg-banner.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}

.banner-786 {
  max-width: 786px;
  margin: auto;
}

.box-banner-ads {
  display: flex;
  width: 100%;
  background: url(../imgs/page/blog/banner-ads.png) no-repeat top right;
  background-size: auto 100%;
}
.box-banner-ads .box-banner-left {
  width: 60%;
  padding-right: 100px;
}
.box-banner-ads.box-banner-ads-team {
  background: url(../imgs/page/our-team/banner.png) no-repeat top right;
  background-size: 55% auto;
}

.header.header-newsletter {
  position: relative;
}
.header.header-newsletter .main-header .header-left {
  justify-content: space-between;
}
.header.header-newsletter .main-header .header-left .header-nav {
  width: auto;
}
.header.header-newsletter .main-menu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header.header-newsletter .main-menu li:last-child {
  padding-right: 0px;
}
.header.header-newsletter .main-menu li:last-child a {
  padding-right: 0px;
}
.header.header-newsletter .icon-socials {
  margin-right: 20px;
}
.header.header-newsletter .burger-icon {
  display: none !important;
}

.container-sub {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-1-newsletter {
  padding: 55px 0px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-favicon-newsletter {
  background-image: url(../imgs/template/icons/favicon.svg);
  background-repeat: no-repeat;
  background-position: left top 0px;
  padding-left: 55px;
  min-height: 46px;
  padding-top: 11px;
}

.card-offer-newsletter {
  box-shadow: none;
  border-top: 1px solid #e8e9ed;
  border-left: 1px solid #e8e9ed;
  border-right: 1px solid #e8e9ed;
  padding: 15px;
  border-bottom: 8px solid #e8e9ed;
  border-radius: 0px;
  background-color: #ffffff;
}
.card-offer-newsletter .card-image {
  height: 64px;
}
.card-offer-newsletter .card-image img {
  max-width: 64px;
}
.card-offer-newsletter .card-info {
  position: relative;
}
.card-offer-newsletter:hover {
  border-bottom-color: #fec201;
}

.box-info-pround-newsletter {
  position: relative;
}
.box-info-pround-newsletter h6 {
  line-height: 18px;
}
.box-info-pround-newsletter .list-ticks li {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 7px;
}
.box-info-pround-newsletter .list-ticks li svg {
  height: 15px;
  margin-right: 5px;
}

.box-images-pround-newsletter .box-images {
  padding: 10px 0px;
  position: relative;
}

.font-16 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.font-16-bold {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.font-xxs-medium {
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
}

.font-xxs-bold {
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
}

.newsletter-style .btn.btn-tag {
  padding: 5px 8px;
}
.newsletter-style .btn.btn-brand-2 {
  padding: 8px 15px;
}
.newsletter-style .certified-icon {
  top: 28px;
}
.newsletter-style .certified-icon img {
  width: 46px;
}
.newsletter-style .item-reason .card-offer {
  padding: 32px;
}
.newsletter-style .item-reason .card-offer .card-image {
  height: 64px;
  margin-bottom: 15px;
}
.newsletter-style .item-reason .card-offer .card-image img {
  max-height: 64px;
}
.newsletter-style .item-reason .card-offer .card-info h5 {
  font-size: 14px;
  line-height: 18px;
}
.newsletter-style .item-reason .card-offer .card-info .font-sm {
  font-size: 12px;
  line-height: 15px;
}
.newsletter-style .chart-title,
.newsletter-style .feature-title {
  background-size: 10px;
  padding-left: 15px;
}
.newsletter-style .box-image-touch::before {
  display: block;
  width: 180px;
}
.newsletter-style.block-info-3 .container-sub {
  z-index: 2;
}
.newsletter-style .box-image-touch {
  display: block;
  max-width: 55%;
}
.newsletter-style .cardTeam .cardInfo {
  padding: 12px 12px;
}
.newsletter-style .cardTeam .cardInfo h6 {
  font-size: 12px;
  line-height: 15px;
}
.newsletter-style .cardTeam .cardInfo .info-bottom p {
  font-size: 10px;
  line-height: 14px;
}
.newsletter-style .cardTeam .cardInfo .info-bottom p a {
  margin-left: 3px;
}
.newsletter-style .cardTeam .cardInfo .info-bottom p a svg {
  height: 10px;
}
.newsletter-style .box-author img {
  max-width: 46px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}
.newsletter-style .box-author .author-info .author-name {
  font-size: 12px !important;
  line-height: 18px;
}
.newsletter-style .box-author .author-info .department {
  font-size: 10px !important;
  line-height: 15px;
}
.newsletter-style .card-testimonial-grid {
  padding: 21px;
}
.newsletter-style .card-testimonial-grid .font-md {
  font-size: 10px !important;
  line-height: 18px !important;
}
.newsletter-style .card-testimonial-grid .card-bottom-info {
  padding: 8px 15px !important;
  margin-top: 15px;
}
.newsletter-style .card-testimonial-grid .card-bottom-info .font-sm {
  font-size: 10px !important;
  line-height: 15px !important;
}
.newsletter-style .card-testimonial-grid .card-bottom-info .rate-post {
  font-size: 10px !important;
  line-height: 12px !important;
}
.newsletter-style .card-testimonial-grid .mb-25 {
  margin-bottom: 15px !important;
}
.newsletter-style .card-blog-grid .card-info {
  padding: 20px;
}
.newsletter-style .card-blog-grid .card-info h5 {
  font-size: 16px !important;
  line-height: 20px !important;
}
.newsletter-style .card-blog-grid .card-info .font-sm.color-grey-500 {
  font-size: 10px !important;
  line-height: 17px !important;
  margin-top: 10px !important;
}
.newsletter-style .card-blog-grid .card-info .btn-link,
.newsletter-style .card-blog-grid .card-info .date-post {
  font-size: 10px !important;
  line-height: 10px !important;
}

.footer-newsletter .footer-1 {
  padding: 30px 0px 0px 0px;
}
.footer-newsletter .footer-1 .menu-footer li a {
  font-size: 14px;
  line-height: 24px;
}
.footer-newsletter .footer-bottom {
  padding: 23px 0px;
}

@media (max-width: 1399.98px) {
  .card-plan {
    padding: 20px 15px;
  }
  .card-plan .card-image-plan .icon-plan {
    max-width: 72px;
    min-width: 72px;
    margin-right: 10px;
    height: 72px;
    line-height: 72px;
  }
  .box-register {
    padding-right: 0px;
  }
  .box-background-offer .bg-under {
    left: -10px;
    right: -10px;
  }
  .box-image-touch::before {
    width: 277px;
    background-size: auto 100%;
  }
  .cardTeam .cardInfo {
    left: 10px;
    right: 10px;
    padding: 20px 10px;
  }
  .box-whychooseus-3 {
    padding-left: 15px;
  }
  .box-info-7 {
    padding-left: 10px;
  }
  .box-image-info-7 {
    padding: 0px 20px;
  }
  .banner-left {
    padding: 40px 23px 0px 23px;
  }
  .bg-testimonial-3 {
    padding: 120px 26px 90px 26px;
  }
  .box-form-request-quote-2 {
    padding: 0px;
  }
  .box-banner-homepage2 .bg-image-home2 {
    max-width: 41%;
  }
  .banner-trackyourparcel {
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    padding: 10px 0 10px 0;
  }
  .header .header-right .btn.btn-brand-1 {
    padding: 8px 16px;
  }
  .header-style-2 .header-middle {
    padding: 5px 0px 15px 0px;
    margin-bottom: 10px;
  }
  .burger-icon {
    display: inline-block;
  }
  .header .burger-icon {
    display: block;
  }
  .header .main-header .header-left .header-right {
    width: 100%;
    text-align: right;
    padding-right: 40px;
    min-width: 135px;
  }
  .header .main-header .header-left .header-nav {
    width: 0%;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .card-plan {
    padding: 20px;
  }
  .card-plan .card-image-plan .icon-plan {
    max-width: 82px;
    min-width: 82px;
    margin-right: 15px;
    height: 82px;
    line-height: 82px;
  }
  .box-image-touch::before {
    display: none;
  }
  .box-testimonial-3-left {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .box-testimonial-3-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .box-form-contact-leading {
    padding: 40px 30px 40px 30px;
  }
  .quote-blog {
    left: -10px;
  }
  .quote-center {
    width: 77px;
    height: 65px;
  }
  .box-contactform-left {
    padding: 48px 30px;
  }
  .box-contactform-right {
    padding: 40px 30px 40px 10px;
  }
}
@media (max-width: 991.98px) {
  .box-container-sw .box-swiper {
    padding-left: 30px;
  }
  .box-container-sw .box-button-slider {
    left: 30px;
  }
  .footer .width-20,
  .footer .width-16 {
    width: 50%;
  }
  .footer .width-23 {
    width: 100%;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .footer .width-20 {
    margin-bottom: 20px;
  }
  .footer .width-16 {
    margin-bottom: 20px;
  }
  .lists-logo {
    flex-wrap: wrap;
  }
  .lists-logo li {
    width: 25%;
    margin-bottom: 20px;
  }
  .box-image-touch {
    display: none;
  }
  .box-bar .phone-icon {
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 10px !important;
  }
  .box-topbar-newsletter.box-bar .phone-icon,
  .box-topbar-newsletter.box-bar .email-icon {
    width: auto;
  }
  .box-bar .email-icon {
    overflow: hidden;
    width: 20px;
    height: 20px;
  }
  .box-get-quote {
    flex-wrap: wrap;
  }
  .get-quote-left {
    margin-bottom: 30px;
  }
  .box-accordion {
    padding-left: 0px;
    margin-top: 30px;
  }
  .box-image-contact {
    padding-left: 0px;
    margin-top: 30px;
  }
  .box-form-contact-leading {
    padding: 40px 30px 40px 30px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .box-form-contact-leading {
    background: #ffffff;
  }
  .bg-customers-say::after {
    display: none;
  }
  .bg-customers-say::before {
    max-width: 36%;
  }
  .banner-1 {
    padding: 90px 0px 130px 0px;
    height: 600px;
  }
  .box-images {
    padding: 20px 0px;
  }
  .box-info-pround {
    padding: 0px 0px 0px 0px;
  }
  .image-2 {
    bottom: 50px;
    right: -10px;
    height: 106px;
    width: 81px;
  }
  .list-how-works {
    padding-left: 0px;
  }
  .box-list-how-it-work {
    margin-bottom: 120px;
  }
  .box-list-how-it-work .list-how-works li {
    width: 100%;
  }
  .box-list-how-it-work .list-how-works li::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3px;
    height: 60px;
    background: url(../imgs/page/homepage4/bg-dashed-2.png) no-repeat top left;
  }
  .banner-4 {
    height: auto;
    min-height: 680px;
  }
  .box-form-request-quote-2 {
    top: 0px;
    padding: 0px 10px;
  }
  .box-newsletter .box-map-2 {
    margin-left: 0px;
  }
  .box-info-6 {
    padding-left: 0px;
  }
  .box-request-quote-2 {
    padding: 60px 0px 40px 0px;
  }
  .bg-2.mt-200 {
    margin-top: 100px !important;
  }
  .box-info-testimonial-4 {
    left: 0px;
  }
  .box-image-why {
    padding: 0px 10px;
  }
  .banner-left {
    padding: 70px 33px 0px 33px;
    margin-bottom: 40px;
  }
  .box-banner-homepage3 .banner-under {
    left: 0px;
    right: 0px;
  }
  .box-banner-homepage3 .container {
    padding-top: 530px;
  }
  .bg-request-quote-3 {
    background-image: none;
  }
  .bg-request-quote-3 .box-form-request-quote-2 {
    top: -70px;
    padding: 0px;
  }
  .bg-request-quote-3 .list-how-works {
    padding-top: 0px;
  }
  .box-banner-homepage2 .bg-image-home2 {
    display: none;
  }
  .box-slider-homepage2 {
    padding: 31px 31px 0px 31px;
  }
  .box-slider-service-4 {
    padding: 0px;
  }
  .box-banner-homepage2 {
    padding-bottom: 0px;
  }
  .box-why-choose-us {
    padding-left: 0px;
  }
  .box-why-choose-us-2 {
    padding: 38px 28px 0px 28px;
  }
  .item-about-2.item-about-2-revert .col-lg-6:last-child {
    padding-left: 12px;
    margin-bottom: 30px;
  }
  .item-about-2 .col-lg-6 {
    padding-right: 12px;
  }
  .box-info-aabout-2 {
    padding: 30px 0px;
  }
  .bg-right-blog {
    max-width: 40%;
  }
  .box-contactform-right {
    padding: 40px;
  }
  .box-map-contact iframe {
    height: 450px;
    width: 100%;
  }
  .box-comingsoon-left {
    padding-left: 0px;
  }
  .box-comingsoon-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .box-login-left {
    margin: auto auto auto auto;
  }
  .box-login-right .quote-shape {
    bottom: -30px;
    left: -10px;
    height: 75px;
    width: 93px;
  }
  .box-login-right .box-info-bottom-img-3 {
    max-width: 292px;
  }
  .box-faqs-left {
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-top
    .mobile-header-logo
    a
    img {
    max-width: 140px;
  }
  .width-16 {
    width: 16%;
  }
  .width-18 {
    width: 24%;
  }
  .width-50 {
    width: 40%;
  }
  .lists-logo li {
    width: 33.33%;
  }
  .accordion .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .width-20,
  .footer .width-16,
  .footer .width-23 {
    width: 100%;
  }
  .box-info-bottom-img {
    left: 5px;
    right: 5px;
    padding: 20px 15px;
  }
  .box-button-play {
    right: 15px;
  }
  .box-newsletter-right {
    flex-wrap: wrap;
  }
  .box-newsletter {
    padding: 106px 25px 56px 25px;
  }
  .box-newsletter .box-map-2 {
    margin-bottom: 30px;
  }
  .list-info-footer {
    padding-left: 0px;
  }
  .box-testimonial-4-item {
    padding: 55px 5px;
  }
  .header-style-2 .header-middle {
    display: none;
  }
  .header {
    padding: 10px 0 10px 0;
  }
  .swiper-button-next-style-2,
  .swiper-button-prev-style-2 {
    display: none;
  }
  .swiper-group-4 .swiper-button-next-style-1,
  .swiper-group-4 .swiper-button-prev-style-1 {
    display: flex;
  }
  .quote-center {
    width: 73px;
    height: 62px;
  }
  .card-blog-grid.card-blog-grid-2 {
    flex-wrap: wrap;
  }
  .card-blog-grid.card-blog-grid-2 .card-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .card-blog-grid.card-blog-grid-2 .card-info {
    width: 100%;
    padding: 20px 15px;
  }
  .bg-right-blog {
    display: none;
  }
  .box-hero-blog {
    padding-top: 75px;
    padding-bottom: 95px;
  }
  .box-map-contact iframe {
    height: 400px;
    width: 100%;
  }
  .box-comingsoon-cover {
    padding-top: 55px;
  }
  .box-info-trackyourparcel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 10px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .box-container-sw .swiper-button-next,
  .box-container-sw .swiper-button-prev {
    display: block;
  }
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .list-ticks li {
    width: 100%;
  }
  .bg-customers-say {
    padding: 73px 0px 0px 0px;
  }
  .box-testimonial-4-item::before {
    right: -2px;
  }
  .box-info-testimonial-4 {
    position: relative;
    margin: 10px 0px 0px 0px;
    max-width: 400px;
  }
  .box-images-info-3 {
    padding: 0px 0px 0px 0px;
  }
  .box-image-why-info-8 .box-button-play {
    left: 10px;
    right: 10px;
    width: auto;
    padding: 20px 18px 20px 18px;
  }
  .quote-blog {
    left: 10px;
  }
  .box-map-contact iframe {
    height: 350px;
    width: 100%;
  }
  .box-image-why {
    padding: 0px 0px;
  }
  .newsletter-style .box-image-touch {
    display: none;
  }
  .box-topbar-newsletter.box-bar .phone-icon,
  .box-topbar-newsletter.box-bar .email-icon {
    width: 20px;
  }
  .header.header-newsletter .burger-icon {
    display: block !important;
  }
}
@media (max-width: 499.98px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .box-form-request-quote-2 {
    padding: 0px;
  }
  .box-form-contact-leading {
    padding: 20px 20px 20px 20px;
  }
  .box-banner-ads .box-banner-left {
    width: 80%;
    padding: 20px;
    padding-right: 50px;
  }
  .box-map-contact iframe {
    height: 300px;
    width: 100%;
  }
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 58px;
    height: 60px;
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .accordion .accordion-body {
    padding: 15px 15px 10px 15px;
  }
  .accordion .accordion-button {
    padding: 15px 15px 15px 15px;
  }
  .btn.btn-tags {
    padding: 10px 17px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 449.98px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .box-background-offer .bg-under {
    left: 0px;
    right: 0px;
  }
  .image-2 {
    right: 0px;
  }
  .image-2 img {
    height: 100px;
  }
  .card-testimonial-grid .card-bottom-info {
    align-items: center;
    padding: 10px 15px;
  }
  .card-testimonial-grid .card-bottom-info .rate-post {
    width: 50%;
  }
  .card-testimonial-grid .card-bottom-info .rating {
    width: 50%;
  }
  .card-testimonial-grid {
    padding: 20px 20px 20px 20px;
  }
  .box-info-bottom-img {
    position: relative;
    bottom: auto;
  }
  .box-info-bottom-img .image-play {
    margin-right: 15px;
  }
  .box-info-bottom-img {
    left: 0px;
    right: 0px;
    flex-wrap: wrap;
  }
  .list-how-works {
    padding-top: 20px;
  }
  .pagination li a {
    font-size: 14px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
  .pagination li .page-prev,
  .pagination li .page-next {
    min-height: 32px;
    padding: 5px 0px;
  }
  .box-contactform-right {
    padding: 40px 15px;
  }
  .box-contactform-left {
    padding: 40px 15px;
  }
  .box-info-bottom-img-3 {
    left: 15px;
    width: auto;
    right: 15px;
    max-width: 100%;
  }
  .btn.btn-signin {
    padding-left: 20%;
  }
  .form-trackparcel form .form-group .btn-track {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px;
  }
  .box-info-trackyourparcel {
    padding-left: 0px;
    padding-right: 0px;
  }
  .box-image-contact::before {
    height: 75px;
    width: 60px;
    bottom: -10px;
    right: -10px;
    background-size: contain;
  }
}
@media (max-width: 349.98px) {
  .mobile-header-wrapper-style {
    width: 310px;
  }
  .perfect-scroll {
    width: 100%;
  }
  .nav-tabs-mobile li a {
    padding: 10px 8px;
  }
  .join-thousands {
    max-width: 140px;
  }
  .item-tick.font-xl-bold {
    line-height: 14px;
    font-size: 12px;
  }
  .item-tick {
    padding: 8px 0px 8px 38px;
  }
  .header .main-header .header-left .header-logo {
    max-width: 110px;
    min-width: 110px;
  }
  .btn.btn-signin {
    padding-left: 15%;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
/*OTHER SCREEN*/
.page-content p {
  margin-bottom: 15px;
} /*# sourceMappingURL=style.css.map */
