/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
* {
  margin: 0 auto;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: 15px !important;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
}

/* ---------- Global Style ---------- */
.expand {
  display: block !important;
}

.custom_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cta {
    display: none;
  }
}

.divider {
  height: 2px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 30px;
  width: 100%;
}

.pagination_row .paginationjs .paginationjs-pages ul .active {
  background: #0000ff !important;
}
.pagination_row .paginationjs .paginationjs-pages ul .active a {
  background: #0000ff !important;
}

/* Active dot */
.owl-dots .owl-dot.active span {
  background: #0071C5 !important; /* active color */
}

.owl-dots .owl-dot span {
  background: #99c6e8 !important;
}

.float-content {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
}
.float-content .float-contact {
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-contact {
    display: none;
  }
}
.float-content .float-contact .float-contact-item {
  border-radius: 20px;
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px;
}
.float-content .float-contact .item-zalo {
  width: 110px;
  background: #8eb22b;
}
.float-content .float-contact .item-mess {
  width: 145px;
  background: #125c9e;
}
.float-content .float-contact .item-phone {
  width: 185px;
  background: #d11a59;
}
.float-content .float-contact-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-contact-mobile {
    display: flex;
    align-items: center;
    box-shadow: 2px 1px 9px #000000;
    border-top: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    justify-content: space-around;
    text-align: center;
  }
  .float-content .float-contact-mobile .float-contact-item a img {
    width: 35px;
    margin-top: 2px;
    margin-bottom: 0px;
  }
  .float-content .float-contact-mobile .float-contact-item a span {
    font-size: 12px;
    color: #000;
  }
}
.float-content .float-back-to-top {
  padding-right: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-back-to-top {
    display: none;
  }
}
.float-content .float-back-to-top a {
  background: white !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5215686275);
  border-radius: 999px !important;
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.97em;
}

ul.social_link {
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  ul.social_link {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.social_link {
    text-align: center;
  }
}
ul.social_link li {
  display: inline-block;
}
ul.social_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 28px;
  height: 28px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.4em;
}
ul.social_link li .cir-facebook {
  background: #125c9e;
}
ul.social_link li .cir-envelope {
  background: #000;
}
ul.social_link li .cir-phone {
  background: #51cb5a;
}
ul.social_link li .cir-youtube {
  background: #c33223;
}
ul.social_link li .cir-pinterest {
  background: #e60023;
}

.post_share ul {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  gap: 0.11em;
}
.post_share ul li .social_icon_wrapper a {
  border: 1px solid #d9d9d9;
  min-width: 2.5em;
  display: block;
  background-color: transparent;
  line-height: 2.19em;
  border-radius: 999px !important;
  -o-object-fit: cover;
     object-fit: cover;
  color: silver;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_fb {
  background: #3a589d;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_twitter {
  background: #2478ba !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_mail {
  background: #111;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_pinterest {
  background: #cb2320 !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_google_plus {
  background: #dd4e31 !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_tumblr {
  background: #36455d !important;
  color: #fff;
}

.navbar-header {
  background-color: #ff6600;
}

.dropdown-toggle::after {
  display: none !important;
}

/* ---------- Header ---------- */
#menuHeader {
  padding: 18px 0px;
}
#menuHeader .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav {
    background: #fff;
  }
}
#menuHeader .navbar-wrapper nav #mobile_menu_btn {
  border: none;
}
#menuHeader .navbar-wrapper nav #navbar_logo {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #navbar_logo {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #navbar_logo {
    display: block;
  }
}
#menuHeader .navbar-wrapper nav #navbar_logo img {
  height: 50px;
  width: auto;
}
#menuHeader .navbar-wrapper nav #logo_desktop {
  display: flex;
  align-items: center;
  gap: 10px;
}
#menuHeader .navbar-wrapper nav #logo_desktop img {
  width: 40px;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #logo_desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #logo_desktop {
    display: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu {
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu {
    width: 260px;
    padding: 30px 0;
    background: #f8f8f8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu {
    width: 260px;
    padding: 30px 0;
    background: #f8f8f8;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body {
  padding: 0;
  margin: 0;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul {
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li {
    margin: 0;
    width: 100%;
    border-top: 1px solid #ececec;
  }
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li:first-child {
    border-top: 0;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
  color: #000;
  line-height: 16px;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.2s;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a:hover {
  color: #0071c5;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
    color: rgba(102, 102, 102, 0.85);
    transition: all 0.2s;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
    color: rgba(102, 102, 102, 0.85);
    transition: all 0.2s;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a i {
  margin-left: 5px;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li #btn-menu-download {
  color: #fff;
  background: #0071C5;
  border-radius: 60px;
  padding: 0 32px;
  line-height: 65px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li #btn-menu-download {
    border-radius: 0;
    color: rgba(102, 102, 102, 0.85);
    font-size: 16px;
    font-weight: bold;
    background-color: initial;
    padding: 15px 0 15px 20px;
    line-height: unset;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle span {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle span {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle i {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle i {
    margin-right: 10px;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu {
  border-radius: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu {
    background: #ebebeb;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu {
    background: #ebebeb;
    border: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li {
  padding: 8px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li {
    border: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
  color: #000;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #666666;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #666666;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .active {
  color: #fff;
}

/* ---------- Main ---------- */
.sliderbox .custom-row .custom-md-12 .textbox {
  text-align: center;
  padding-bottom: 30px;
}
.sliderbox .custom-row .custom-md-12 .textbox h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 30px;
  font-weight: bold;
}
.sliderbox .custom-row .custom-md-12 .textbox p span {
  color: rgba(1, 1, 1, 0.6);
}
.sliderbox .custom-row .custom-md-12 .textbox #btn-top-download {
  border-radius: 99px;
  color: #fff !important;
  background: #0071C5;
  font-size: 19px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  font-weight: bold;
  padding-left: 1.2em;
  padding-right: 1.2em;
  text-align: center;
  line-height: 40px;
}
.sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  display: block !important;
  border: 0px solid black !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav button i {
  color: #fff;
}
.sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-prev {
  top: 50%;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-prev {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-prev {
    top: 50%;
  }
}
.sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-next {
  top: 50%;
  right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-next {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sliderbox .custom-row .custom-md-12 div.home_slider .owl-nav .owl-next {
    top: 50%;
  }
}
.sliderbox .custom-row .custom-md-12 div.home_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgb(0, 0, 0) !important;
}
.sliderbox .custom-row .custom-md-12 div.home_slider #main_slide .item img {
  height: 800px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mainbox {
  padding-top: 60px;
}
.mainbox .textbox {
  padding-top: 30px;
  padding-bottom: 60px;
}
.mainbox .textbox .col-inner h1 {
  color: #555;
  margin-bottom: 0.5em;
  font-size: 1.7em;
  line-height: 1.3;
}
.mainbox .textbox .col-inner h3 {
  color: #555;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}
.mainbox .textbox .col-inner h4 {
  color: #555;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.125em;
}
.mainbox .textbox .col-inner p {
  margin-bottom: 1.3em;
  font-size: 16px;
  color: #777;
}
.mainbox .textbox .col-inner ul {
  list-style-type: disc;
}
.mainbox .textbox .col-inner ul li {
  margin-left: 1.3em;
  margin-bottom: 0.6em;
  color: #777;
}
.mainbox .custom-row .custom-md-12 .textbox h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 30px;
  font-weight: bold;
}
.mainbox .custom-row .custom-md-12 .textbox p span {
  color: rgba(1, 1, 1, 0.6);
}
.mainbox .custom-row .custom-md-4 .col-inner {
  padding: 0px 20px;
}
.mainbox .custom-row .custom-md-4 .col-inner .imagebox {
  background: rgb(229, 243, 254);
  border-radius: 24px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainbox .custom-row .custom-md-4 .col-inner .imagebox img {
  width: 53px;
  height: 53px;
}
.mainbox .custom-row .custom-md-4 .col-inner .textbox h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.mainbox .custom-row .custom-md-4 .col-inner .textbox p {
  color: rgba(1, 1, 1, 0.6);
  font-size: 20px;
}

/* ---------- Footer ---------- */
.section_footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}
.section_footer .custom-row .custom-md-4 .textbox .wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section_footer .custom-row .custom-md-4 .textbox .wrapper img {
  width: 40px;
  height: auto;
  margin: 0;
}
.section_footer .custom-row .custom-md-4 .textbox .wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.section_footer .custom-row .custom-md-4 .textbox p {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.6);
  padding-left: 50px;
}
.section_footer .custom-row .custom-md-4 .textbox #btn-download {
  border-radius: 99px;
  color: #0071C5 !important;
  background: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  font-weight: bold;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.section_footer .custom-row .custom-md-5 .textbox h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.section_footer .custom-row .custom-md-5 .textbox a {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.6);
}
.section_footer .custom-row .custom-md-5 .textbox ul li a {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.6);
}
.section_footer .custom-row .custom-md-3 .textbox h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.section_footer .custom-row .custom-md-3 .textbox h6 {
  font-weight: 700;
  color: #000;
}
.section_footer .custom-row .custom-md-3 .textbox p {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.6);
}
.section_footer .custom-row .custom-md-3 .textbox .formbox {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 10px;
}
.section_footer .custom-row .custom-md-3 .textbox .formbox form .input-group input {
  border: none;
  outline: none;
}
.section_footer .custom-row .custom-md-3 .textbox .formbox form .input-group input:focus {
  outline: none;
}
.section_footer .custom-row .custom-md-3 .textbox .formbox form .input-group #button-submit {
  border-radius: 10px;
}

.cta {
  position: fixed;
  right: 0px;
  bottom: 80px;
  width: 90px;
  z-index: 9999;
}

.ctaitem {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.ctabg {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  position: absolute;
  box-shadow: 0 0 0 0 #dd3333;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: zigzag 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.ctaimg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  animation: zigzag 2s infinite ease-in-out;
}

.ctaimg a {
  display: block;
}

.ctacontent {
  color: #fff;
  padding: 10px 15px;
  border-radius: 99px;
  position: absolute;
  z-index: 0;
  top: 22px;
  transition-duration: 2s;
  display: none;
  margin-left: -120px;
  font-size: 100%;
  width: 180px;
  transition-duration: 2s;
}

.ctaitem:hover .ctacontent {
  display: block;
}

.ctamobile {
  position: fixed !important;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99999 !important;
}
@keyframes zigzag {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 549px) {
  .cta {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99999 !important;
  }
}/*# sourceMappingURL=custom_style.css.map */