#wrapper {
 width: 100%;
 overflow: hidden;
}
.orange-bg {
 background-color: #FA5923;
}
a.btn-primary-link,
a.btn-primary-link:hover,
a.btn-primary-link:focus {
  color: #F06024;
  background-color: transparent;
}
.orange-color-primary {
  color: #FA5923;
}
#wrapper-content {
  padding-top: 100px;
}
.desktop-header {
  display: none;
}
.mobile-header {
  display: block;
  padding: 0;
}
.hero-sm,
.img-sm {
  display: none !important;
}
/*Sticky social icons*/
.sticky-icons {
  position: relative;
  z-index: 99;
  width: 85px;
}
.sticky-icons nav {
  background-color: transparent;
  width: 59px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -141px;
  border-radius: 10px 0 0 10px;
  
}
/* .sticky-icons nav.position-fixed {
  top: 200px;
} */
.sticky-icons ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: transparent;
  box-shadow: -3px 3px 5px -2px rgba(0,0,0,0.59);
-webkit-box-shadow: -3px 3px 5px -2px rgba(0,0,0,0.59);
-moz-box-shadow: -3px 3px 5px -2px rgba(0,0,0,0.59);
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #FA5923;
}
.sticky-icons li {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 15px;
  flex-direction: row;
  background-color: #FA5923;
  width: 85px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.sticky-icons li:first-child {
  border-radius: 10px 0 0 0;
}
.sticky-icons li:last-child {
  border-radius: 0 0 0 10px;
  cursor: pointer;
}
.sticky-icons li:first-child img {
  width: 34px;
}
.sticky-icons li:nth-child(2) img {
  width: 37px;
}
.sticky-icons li:nth-child(3) img {
  width: 33px;
}
.sticky-icons li {
  background-color: #FA5923;
  position: relative;
  width: 260px;
  z-index: 2;
}
.sticky-icons li:hover {
  margin-left: -170px;
  background-color: #E53A00;
}
.sticky-icons li:hover {
  border-radius: 10px 0 0 10px;
  z-index: 3;
}
.sticky-icons li:last-child:hover {
  margin-left: 0;
}
.sticky-icons li.hide-icon:last-child:hover {
  border-radius: 0;
}
.sticky-icons li:last-child {
  padding-left: 25px;
}
.sticky-icons li a {
  font-family: 'DB Ozone X';
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  
}
.sticky-icons li a span {
  display: inline-block;
  color: transparent;
  padding-left: 5px;
}
.sticky-icons li:hover a span {
  color: #fff;
}

.sticky-icons li:nth-child(2)  {
  position: relative;
  margin-top: 1px;
  margin-bottom: 1px;
}
.sticky-icons ul::after,
.sticky-icons ul::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  background-color: #fff;
  height: 10px;
  border-right: solid 5px #FA5923;
  border-left: solid 5px #FA5923;
  border-bottom: solid 4px #FA5923;
  border-top: solid 5px #FA5923;
  z-index: 2;
}
.sticky-icons ul::before {
  top: 105px;
}
.sticky-icons li:nth-child(3) {
  padding-bottom: 12px;
}
.sticky-icons li:last-child {
  height: 33px;
  background-color: #FE7040;
}
.sticky-icons li:last-child img {
  width: 15px;
}


/*header*/
header.main-header {
 width: 100%;
 font-family: 'DB Ozone X';
 background-color: #fff;
 z-index: 101;
}
header.main-header ul {
	list-style: none;
}
header.main-header .col-2 {
  max-width: 170px;
}
header.main-header .wrap-nav {
 background-color: #FA5923;
}
header.main-header a {
 text-decoration: none;
 color: #fff;
}
.wrap-nav ul {
 padding: 0;
 display: flex;
}
.wrap-nav ul li a {
 color: #fff;
 text-decoration: none;
}
.wrap-nav--user {
 background-color: #DE4F1E;
 padding-top: 15px;
}
.wrap-nav--user img {
 border-radius: 50%;
 max-width: 55px;
}
.btn-language {
 padding: 1px 10px;
 border: solid 1px #fff;
 border-radius: 2px;
}
.wrap-nav--items hr {
 background-color: #fff;
 opacity: .3;
 max-width: 100%;
 margin: 10px 0 15px;
}

.brand-logo img {
  width: 37px;
}
.mobile-header .orange-bg {
  background: #FA5923;
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  padding-top: 15px;
  position: relative;
}
.mobile-header .orange-bg::before {
  content: '';
  width: 70px;
  height: 76px;
  top: 0;
  left: 0;
  background: url("../images/mobile-bg-3.png") no-repeat left top;
  position: absolute;
  z-index: 2;
}
/*Start custome mobile menu*/
.mm-ocd--open .mm-ocd__content {
  background-color: #FA5923;
}
.mm-ocd--left .mm-ocd__backdrop {
  background-color: #fff;
}
.menu-icon span {
  background: #fff;
  display: block;
  height: 4px;
  margin: 6px 0;
  width: 30px;
  display: flex;
  border-radius: 10px;
}
.menu-icon::before,
.menu-icon::after {
  content: '';
  display: block;
  background: #fff;
  height: 4px;
  border-radius: 10px;

}
/*End custome mobile menu*/


#menu .current-menu-item::after {
 width: 100%;
 height: 2px;
 position: absolute;
 left: 0;
 bottom: 1px;
 content: '';
 background-color: #fff;
}
#menu ul {
 justify-content: flex-end;
 margin-bottom: 0;
}
#menu li {
 position: relative;
 margin-left: 20px;
}
#menu li a {
 line-height: 1;
}
.branding {
 padding-top: 16px;
 position: relative;
}
.branding img {
  max-width: 55px;
}
.branding::before {
  content: '';
  position: absolute;
  background-image: url("../images/header-bg-small.png");
  background-repeat: no-repeat;
  background-position: 3px -47px;
  top: 0;
  left: 100%;
  width: 137px;
  height: 132px;
  z-index: 2;
}
.branding::after {
  content: '';
  top: 100%;
  height: 18px;
  right: 100%;
  background: #fff;
  width: 1000px;
  position: absolute;
  z-index: 2;
}
.branding a {
  display: inline-block;
  position: relative;
}
.branding .d-flex {
  position: relative;
}
.branding .d-flex::after {
  content: '';
  top: 100%;
  height: 18px;
  left: 0;
  background: #fff;
  width: 103%;
  position: absolute;
  z-index: 1;
}
/*Footer*/
footer.main-footer {
 width: 100%;
 background-color: #DF4F1F;
 font-family: 'DB Ozone X';
 color: #fff;
 padding-top: 25px;
}
.footer-main--menu .sub-menu {
  display: none;
}
footer.main-footer h6 {
 font-size: 24px;
 font-weight: bold;
 line-height: 1;
 margin: 0;
}
footer.main-footer h5 {
 font-size: 21px;
 font-weight: bold;
 line-height: 1;
 margin: 0 0 10px 0;
}
footer.main-footer h4 {
 font-size: 24px;
 font-weight: bold;
 line-height: 1;
 margin: 10px 0 25px;
}
footer.main-footer .dark-organge-bar {
 background-color: #C3380A;
 min-height: 63px;
}
footer.main-footer .dark-organge-bar a {
 color: #fff;
 font-size: 18px;
 line-height: 1;
 text-decoration: none;
}
footer.main-footer .dark-organge-bar p {
 padding: 25px 0 0;
 margin: 0;
}
footer.main-footer #menu-main-menu-2 li:nth-child(4) {
	display: none;
}
.social-nav ul {
 margin: 0;
}
.social-nav ul li {
 margin-left: 30px;
}
.social-nav ul li a::after {
  display: none;
}
.social-nav ul li:first-child {
 margin-left: 0;
}
footer.main-footer hr {
 background-color: #fff;
 opacity: 1;
 margin-bottom: 50px;
}
footer.main-footer hr.last {
 margin-bottom: 15px;
}
.nav-contact {
 padding: 0;
 margin: 0;
 flex-direction: column;
 max-width: 236px;
}
.nav-contact li {
 display: flex;
 padding: 25px 0 5px 0;
 align-items: flex-start;
}
.nav-contact li img {
 margin-right: 11px;
 position: relative;
 top: 5px;
 width: 38px;
}
.nav-contact li:first-child {
 border-bottom: solid 1px #fff;
}
.nav-contact li p {
 font-size: 24px;
 line-height: 1;
 font-weight: 500;
}
.nav-contact li a {
 text-decoration: none;
 color: #fff;
 display: block;
}
.nav-service ul {
 margin: 0;
 list-style: disc;
 font-size: 23px;
 line-height: 1;
}
.nav-service ul li {
 margin-bottom: 2px;
}
.nav-service ul li a {
 color: #fff;
 text-decoration: none;
 font-size: 20px;
 position: relative;
 margin-left: -6px;
 font-weight: 500;
}
.footer-main--menu {
 margin-bottom: 5px;
}
.footer-main--menu ul {
 padding: 0;
 margin: 0;
}
.footer-main--menu ul li {
 margin-bottom: 8px;
}
.footer-main--menu ul li a {
 color: #fff;
 text-decoration: none;
 font-size: 20px;
 line-height: 1;
 font-weight: 500;
}

/*Hero banner slide*/
.carousel-indicators {
 bottom: 4px;
}
.carousel-indicators [data-bs-target] {
 width: 9px;
 height: 9px;
 border-radius: 50%;
 opacity: 1;
 background-color: transparent;
 border: solid 2px #FA5923;
}
.carousel-indicators .active {
 background-color: #FA5923;
}
.carousel-control-prev-icon {
 background-image: url("../images/prev.svg");
}
.carousel-control-next-icon {
 background-image: url("../images/next.svg");
}
.carousel-control-next,
.carousel-control-prev {
 opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
 width: 16px;
 height: 33px;
}
.carousel-caption {
 /* text-align: left;
 font-family: 'DB Ozone X';
 top: 136px;
 bottom: 0;
 padding-top: 0; */
  text-align: left;
  font-family: 'DB Ozone X';
  top: 0;
  bottom: 0;
  padding: 15px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

}
.carousel-control-next,
.carousel-control-prev {
 width: 20%;
}
.carousel-caption h5 {
 color: #343D3D;
 font-weight: bold;
 font-size: 44px;
 line-height: 1;
}
.carousel-caption p {
 color: #343D3D;
 font-size: 22px;
 line-height: 1;
 padding-bottom: 15px;
}
.carousel-caption .btn-orange {
  display: inline;
 background-color: #F06024;
 border-radius: 5px;
 color: #fff;
 min-height: 60px;
 text-decoration: none;
 padding: 8px 32px;
 font-size: 18px;
 margin-top: 5px;
}
.carousel-caption .btn-orange img {
  width: 14px;
}
.carousel-caption .btn-orange:hover {
 color: #fff;
 background-color: #ee4905;
}

.btn-orange {
  display: inline-block;
  vertical-align: middle;
  background-color: #F06024;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 8px 32px;
  font-size: 18px;
  margin-bottom: 8px;
 }

 .btn-orange-v2 {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFAC4A;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  font-size: 18px;
  margin: 8px 0;
  position: relative;
  width: max-content;
 }

.btn-orange img {
   width: 14px;
 }
 .btn-orange:hover {
  color: #fff;
  background-color: #ee4905;
 }

/*home banner*/
.home-banner {
 padding: 70px 0;
}
/*home service*/
.home-service,
.home-vdo,
.home-how-to {
 color: #343D3D;
 font-family: 'DB Ozone X';
 font-size: 22px;
 line-height: 1;
}
.home-service h2,
.home-vdo h2,
.home-how-to h2 {
 font-size: 42px;
 font-weight: bold;
 line-height: 1;
}
.container-service {
 margin-top: 40px;
 margin-bottom: 40px;
 padding-bottom: 38px;
}
.container-service .card {
 border-radius: 0;
 border: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 box-shadow: 0px 4px 28px 2px rgba(0,0,0,0.46);
-webkit-box-shadow: 0px 4px 28px 2px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 4px 28px 2px rgba(0,0,0,0.46);
margin-bottom: 12px;
}
.container-service .card-body {
 padding: 0 15px 10px 15px;
}
.container-service  .card-img-top {
 border-radius: 0;
 height: 300px;
}
.container-service .card-body,
.container-service .card-body a {
 color: #fff;
}
.container-service .card-body a,
.container-service .card-body a:hover,
.container-service .card-body a:focus {
 text-decoration: none;
 font-size: 18px;
}
.container-service .card-body .position-absolute {
  left: 0;
  bottom: 100%;
}

.container-service .card-title {
 font-size: 32px;
 font-weight: 500;
 line-height: 1;
 height: 71px;
 max-height: 71px;
 position: relative;
 top: -8px;
 align-content: flex-end;
 display: flex;
 flex-grow: 1;
 align-items: flex-end;
 justify-content: center;
}

.container-regist-form {
 width: 100%;
 background: url("../images/form-bg.png") no-repeat center;
 font-family: 'DB Ozone X';
 padding: 50px 0;
 background-size: cover;
}

.container-regist-form.no-bg {
  background: #fff;
  padding-top: 0;
}

.container-regist-form .container {
 background: #fff;
 padding-top: 110px;
 padding-bottom: 45px;
 border-bottom: solid 17px #FA5923;
}

.container-regist-form p {
 font-size: 22px;
 line-height: 1;
 color: #343D3D;
}

.container-regist-form .form-title {
 color: #343D3D;
 font-size: 42px;
 line-height: 1;
 font-weight: bold;
 margin-bottom: 15px;
}

.container-regist-form.form-bottom {
  padding: 50px 0 40px 0;
}

.container-regist-form.form-bottom .container {
  padding-top: 50px;
  padding-bottom: 10px;
}

.container-regist-form.form-bottom .form-title {
  font-size: 42px;
  line-height: 32px;
}

.container-regist-form form {
 max-width: 725px;
 margin: 0 auto;
}

.container-regist-form form input[type="text"],
.container-regist-form form select,
.container-regist-form form textarea {
 border: solid 1px #7F7F7F;
 border-radius: 5px;
 font-size: 22px;
 padding: 6px 25px;
}

.container-regist-form.no-bg form input[type="text"],
.container-regist-form.no-bg form select,
.container-regist-form.no-bg form textarea {
 border: solid 1px #7F7F7F;
 border-radius: 5px;
 font-size: 21px;
 padding: 6px 15px;
}

.container-regist-form form textarea {
  resize: none;
}

.container-regist-form form label {
 font-size: 18px;
 color: transparent;
 padding-left: 10px;
 transition: ease-in color 500ms;
}

.container-regist-form form .input--filled label{
  color: #6D6D6D;
}

.img-car {
  margin-top: 20px;
}

.img-car img {
  margin-left: 50px;
}

.logo-cer {
  color: #171717;
}

.logo-cer h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.logo-cer img:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.mb-50 {
 margin-bottom: 15px;
}

.mb-50-v2 {
  margin-bottom: 45px;
 }

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

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

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

.container-regist-form button[type="submit"],
.container-regist-form button[type="submit"]:hover {
 background-color: #F06024;
 border-radius: 5px;
 color: #fff;
 text-align: center;
}
.container-regist-form button[type="submit"]:hover {
  background-color: #ee4905;
}

.container-regist-form button[type="submit"] {
 min-width: 134px;
 font-size: 18px;
 padding-left: .325rem .75rem;
}

.container-regist-form button[type="submit"] img {
  width: 14px;
}

.container-regist-form.form-bottom button[type="submit"] {
  min-width: 124px;
}

/*Home vdo*/
.home-vdo {
 padding: 75px 0;
}

.home-vdo i {
 left: 50%;
 top: 50%;
 margin-left: -60px;
 margin-top: -60px;
}

.home-vdo a {
 font-size: 18px;
}

.home-vdo .outline-black,
.promotion .outline-black {
 border-radius: 5px;
 background-color: #fff;
 border: solid 1px #4F4F4F;
 color: #4F4F4F;
 line-height: 1;
 padding: 9px 20px;
 min-width: 102px;
 margin-top: 40px;
}

.home-vdo .outline-black:hover,
.promotion .outline-black:hover {
  color: #fff;
  background-color: #F06024;
}

.vdo-item {
  margin-top: 60px;
}

.vdo-item img {
  max-width: 100%;
}


/*Hom how to */
.how-to-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.how-to-list li {
  display: flex;
  max-width: 296px;
  height: 370px;
  margin-right: 20px;
  position: relative;
  background-color: transparent;
}
.how-to-list li:nth-child(4),
.how-to-list li:nth-child(5){
  top: -110px;
}
.home-how-to .card-service {
  background: url("../images/white-bg.svg") no-repeat;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 70px 20px 70px 50px;
  margin: 0;
  /* -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); */
  width: 296px;
  max-height: 348px;
  background-size: contain;
}
.home-how-to .card-service img {
  width: 96px;
}
.how-to-list li:nth-child(2) .card-service {
  background: url("../images/orange-bg.svg") no-repeat;
  background-size: contain;
}
.how-to-list li:nth-child(2) .card-service {
  padding: 70px 30px;
}
.home-how-to .card-service .title-1 h3 {
  color: #FA5923;
  font-size: 25px;
  line-height: 19px;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}
.home-how-to .card-service .title-1 h3 span {
  position: absolute;
  font-size: 66px;
  line-height: 51px;
  top: -7px;
  left: 27px;
}
.how-to-list li:nth-child(2) .card-service .title-1 h3 span {
  left: 12px;
}
.how-to-list li:nth-child(3) .card-service .title-1 h3 span {
  left: -2px;
  top: 2px;
}
.how-to-list li:nth-child(3) .card-service .title-1 h3,
.how-to-list li:nth-child(4) .card-service .title-1 h3,
.how-to-list li:nth-child(5) .card-service .title-1 h3 {
  line-height: 1;
}
.how-to-list li:nth-child(4) .card-service .title-1 h3 span,
.how-to-list li:nth-child(5) .card-service .title-1 h3 span {
  top: 2px;
}
.how-to-list li:nth-child(4) .card-service .title-1 h3 span {
  left: 22px;
}
.how-to-list li:nth-child(5) .card-service .title-1 h3 span {
  left: 2px;
}
.home-how-to .card-service .title-1 h3 strong {
  margin-left: 30px;
  font-weight: 500;
}
.how-to-list li:nth-child(2) .title-1 h3 {
  color: #fff;
}
.how-to-list li:nth-child(2) .title-1 h3 strong {
  color: #fff;
  padding-left: 15px;
}
.home-how-to .card-service .title-1 p {
  margin-bottom: 0;
  font-size: 18px;
}
/*Promotion*/
.promotion {
  font-family: 'DB Ozone X';
  max-width: 1410px;
  margin: -35px auto 0;
}
.promotion h2 {
  font-size: 42px;
  font-weight: bold;
  color: #F06024;
  margin-bottom: 30px;
}

.promotion .outline-black {
  font-size: 18px;
}

.promotion.home-blog {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 60px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.promotion .swiper-container {
  padding-bottom: 35px;
}

.promotion .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

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

.promotion .swiper-button-prev, .promotion .swiper-container-rtl .swiper-button-next {
  left: 120px;
  right: auto;
}

.promotion .swiper-button-next, .promotion .swiper-container-rtl .swiper-button-prev {
  right: 120px;
  left: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion .swiper-button-prev,
.promotion .swiper-button-next {
  margin-top: -60px;
}

.swiper-button-prev:after {
  color: transparent;
  background: url("../images/promo-prev.svg") no-repeat;
}

.swiper-button-next:after {
  color: transparent;
  background: url("../images/promo-next.svg") no-repeat;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: solid 3px #FA5923 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #FA5923 !important;
}

.promotion .card {
  border: none;
  border-radius: 0;
  border-bottom: solid 8px #FA5923;
  box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.4);
-webkit-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.4);
  height: 100%;
}

.promotion .swiper-slide {
  padding: 10px;
  height: auto;
}

.promotion .card-body {
  padding: 25px 9px 0;
}

.promotion .card-img-top {
  border-radius: 0;
  height: 200px;
}

.promotion .card-title {
  color: #4F4F4F;
  font-size: 27px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}

.promotion .card-text {
  font-size: 18px;
  line-height: 1;
  color: #6D6D6D;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.promotion a.btn-primary-link {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.promotion-recommend {
  margin: 0 auto;
  padding-bottom: 90px;
}

.promotion.promotion-recommend .card-title {
  min-height: auto;
}

.promotion-recommend .card-body {
  display: flex;
  flex-direction: column;
}

.promotion-recommend .btn-primary-link {
  margin-top: auto;
}

/*End Home page*/


/*hero banner in each page*/
.hero-banner {
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'DB Ozone X';
  background-size: cover;
}

.hero-banner h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  padding: 0;
  margin-left: 50px;
  margin-bottom: 0;
}

.hero-banner p {
  line-height: 23px;
  margin-left: 50px;
}

/*Breadcrumb*/
.breadcrumb {
  font-family: 'DB Ozone X';
  border-bottom: solid 1px #D1D1D1;
  font-size: 18px;
}

.breadcrumb a {
  color: #343D3D;
  text-decoration: none;
}

.breadcrumb-item.active,
.breadcrumb_last {
  font-weight: bold;
  color: #6c757d;
}

.breadcrumb-item,
.breadcrumb span {
  padding: 12px 0 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-weight: normal;
}


/*Service page*/
.service-content,
.main-content {
  font-family: 'DB Ozone X';
  padding: 45px 0 70px;
}
/*Mixer Edit Start*/
/* .service-content h2,
.main-content h2 {
  font-size: 42px;
  font-weight: bold;
  color: #343D3D;
  line-height: 32px;
  margin-bottom: 15px;
} */
.service-content .h2,
.main-content .h2 {
  font-size: 42px;
  font-weight: bold;
  color: #343D3D;
  line-height: 32px;
  margin-bottom: 15px;
}
/*Mixer Edit Start*/
.service-content p,
.main-content p {
  font-size: 22px;
  line-height: 23px;
  color: #343D3D;
}
.service-content .nav-item {
  width: 25%;
}
.service-content.two-tabs .nav-item {
  width: 50%;
}
.service-content .nav-item,
.service-content .nav-link {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #343D3D;
  border-radius: 0;
  min-height: 105px;
}
.service-content .nav-item .nav-link {
  border-right: solid 1px #D1D1D1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.service-content .nav-item .nav-link.active::after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 24px;
  height: 18px;
  background-image: url('../images/service/arrow-down.png');
  background-repeat: no-repeat;
  content: '';
  margin-left: -12px;
}
.service-content .nav-item:last-child .nav-link {
  border-right: none;
}
.service-content .nav-pills .nav-link.active {
  background-color: #FA5923;
  border-right: solid 1px transparent;
}
.service-content .nav-pills {
  margin-top: 45px;
}
.service-content .tab-content {
  background-color: #F8F8F8;
}
.service-content .tab-content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #FA5923;
  margin-bottom: 25px;
}
.service-content .card {
  background-color: transparent;
  border: none;
  margin: 70px 40px 0 80px;
  padding-bottom: 30px;
}
.service-content.two-tabs .card {
  margin: 70px 80px 0 90px;
  padding-bottom: 50px;
}
.service-content .card p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
.service-content .card-body {
  padding: 0;
}
.service-content .card-title {
  margin-bottom: 40px;
}
.service-content .card-link,
.main-content .card-link {
  color: #fff;
  background: url('../images/service/link-bg.svg') no-repeat right;
  text-decoration: none;
  font-size: 23px;
  line-height: 16px;
  padding: 4px 34px 4px 23px;
  background-size: cover;
}
.service-content .card-link:hover,
.main-content .card-link:hover {
  background: url('../images/service/link-bg-hover.svg') no-repeat right;
  background-size: cover;
}
.service-content .card-link img,
.main-content .card-link img {
  width: 14px;
}
.service-content .card-link::after,
.main-content .card-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.service-content .link-group,
.main-content .link-group {
  width: 180px;
  border-bottom: solid 1px #707070;
  justify-content: space-evenly;
  padding-bottom: 16px;
  padding: 16px 18px;
  margin-top: 70px;
}
.service-content .img-content img {
  /* height: 100%; */
  width: 100%;
  max-width: 100%;
}
.service-content .link-group.social-center,
.main-content .link-group.social-center {
  padding-top: 30px;
}
.main-content .link-group.social-center {
  padding-top: 10px;
}
.service-content .detail-content p {
  font-size: 22px;
  line-height: 25px;
  color: #343D3D;
  margin-bottom: 30px;
}
.service-content .detail-content p img.img-fluid {
  margin-bottom: 10px;
}

.service-content.two-tabs .card .link-group {
  margin-left: auto;
}

.service-content.two-tabs .card .card-link {
  padding: 6px 34px 6px 23px;
}

.service-content .icon-tab .nav-link {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #E2DFDD;
  padding: 0 !important;
  min-height: 109px;
  position: relative;
  border: none;
  margin-left: 35px;
}

.service-content .icon-tab .nav-link::after {
  width: 100px;
  height: 100px;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  border: solid 3px #fff;
  z-index: 1;
}

.service-content.two-tabs .icon-tab {
  margin-top: 70px;
  border-bottom: none;
  margin-left: 10px;
  justify-content: center;
}
.service-content.two-tabs .icon-tab .nav-link::before {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  content: '';
}

.service-content.two-tabs .icon-tab .nav-link span {
  color: #343D3D;
  font-size: 24px;
  font-weight: normal;
  line-height: 25px;
  position: absolute;
  width: 149px;
  left: -15px;
  top: 100%;
  bottom: -52px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
}
.service-content.two-tabs .icon-tab .nav-link.active span {
  color: #343D3D;
  font-weight: bold;
}

.service-content.two-tabs .icon-tab .nav-link.icon-1::before {
  background: url(../images/service/icon-service-1.svg) no-repeat center;
  background-size: 69px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-1.active::before {
  background: url(../images/service/icon-service-1-active.svg) no-repeat center;
  background-size: 69px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-2::before {
  background: url(../images/service/icon-service-2.svg) no-repeat center;
  background-size: 52px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-2.active::before {
  background: url(../images/service/icon-service-2-active.svg) no-repeat center;
  background-size: 52px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-3::before {
  background: url(../images/service/icon-service-3.svg) no-repeat center;
  background-size: 45px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-3.active::before {
  background: url(../images/service/icon-service-3-active.svg) no-repeat center;
  background-size: 45px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-4::before {
  background: url(../images/service/icon-service-4.svg) no-repeat center;
  background-size: 47px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-4.active::before {
  background: url(../images/service/icon-service-4-active.svg) no-repeat center;
  background-size: 47px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-5::before {
  background: url(../images/service/icon-service-5.svg) no-repeat center;
  background-size: 51px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-5.active::before {
  background: url(../images/service/icon-service-5-active.svg) no-repeat center;
  background-size: 51px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-6::before {
  background: url(../images/service/icon-service-6.svg) no-repeat center;
  background-size: 41px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-6.active::before {
  background: url(../images/service/icon-service-6-active.svg) no-repeat center;
  background-size: 41px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-7::before {
  background: url(../images/service/icon-service-7.svg) no-repeat center;
  background-size: 43px;
}
.service-content.two-tabs .icon-tab .nav-link.icon-7.active::before {
  background: url(../images/service/icon-service-7-active.svg) no-repeat center;
  background-size: 43px;
}
.service-content .icon-tab .active.nav-link::after,
.service-content .icon-tab .active.nav-link {
  background-color: #FA5923;
}
.service-content.two-tabs .card-body img {
  max-width: 100%;
}

/*Blog*/
.main-content {
  padding-bottom: 52px;
}
.blog-item {
  margin-top: 15px;
}
.blog-item .card {
  height: 100%;
}
.blog-item .col-md-7 {
  margin-bottom: 20px;
}
.blog-item .card,
.blog-item .card-img, 
.blog-item .card-img-top {
  border: none;
  border-radius: 0;
}
.blog-item .card-img-top {
  height: 300px;
}
.blog-item .card-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  position: relative;
  z-index: 2;
}

.blog-item .card-body {
  background-color: #E53A00;
  color: #fff;
  padding: 5px 20px 0;
  position: relative;
}

.blog-item .card-body::before {
  width: 100%;
  height: 108%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(../images/blog/blog-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

.blog-item p {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.blog-item .btn-primary-link,
.blog-item .btn-primary-link:hover,
.blog-item .btn-primary-link:focus {
  color: #fff;
  font-size: 19px;
  line-height: 37px;
  position: relative;
  z-index: 2;
  margin-top: auto;
  box-shadow: none;
}

.blog-item .page-item:first-child .page-link,
.blog-item .page-item:last-child .page-link,
.pagination-main .page-item:first-child .page-link,
.pagination-main .page-item:last-child .page-link {
  border: none;
}

.blog-item .page-item:first-child .page-link,
.pagination-main .page-item:first-child .page-link  {
  padding-right: 5px;
  padding-left: 0;
}


.blog-item .page-link,
.pagination-main .page-link {
  border: none;
  border-right: solid 1px #343D3D;
  font-size: 26px;
  font-weight: normal;
  font-family: 'DB Ozone X';
  color: #343D3D;
  padding: 0 13px;
  line-height: 14px;
}

.page-item.active .page-link,
.pagination-main.active .page-link {
  border-right: solid 1px #343D3D;
}

.blog-item .page-link:hover,
.pagination-main .page-link:hover {
  background-color: transparent;
}

.blog-item .page-item.active .page-link,
.blog-item .page-item.active .page-link:hover,
.blog-item .page-item.active .page-link:focus,
.pagination-main .page-item.active .page-link,
.pagination-main .page-item.active .page-link:hover,
.pagination-main .page-item.active .page-link:focus {
  color: #FA5923;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.blog-item .page-item:not(:first-child) .page-link,
.pagination-main .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.blog-item .link-prev,
.blog-item .link-next,
.pagination-main .link-prev,
.pagination-main .link-next {
  display: flex;
  width: 7px;
  height: 12px;
  background-image: url("../images/blog/page-prev.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  top: 1px;
}

.blog-item .link-next,
.pagination-main .link-next {
  background-image: url("../images/blog/page-next.svg");
}

.blog-item .page-item.disabled .link-prev,
.pagination-main .page-item.disabled .link-prev {
  background-image: url("../images/blog/page-prev-disable.svg");
}

.blog-item .page-item.disabled .link-next,
.pagination-main .page-item.disabled .link-next  {
  background-image: url("../images/blog/page-next-disable.svg");
}

/*Technology page*/
.img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-wrapper::after {
  position: relative;
  height: 11px;
  width: 88%;
  content: "";
  background: url("../images/technology/img-border.svg") no-repeat;
  background-size: 100%;
  left: -1px;
  display: block;
  top: -1px;
}

.img-wrapper .card-img-top {
  border-radius: 0;
  border: none;
}

.tech-item .card {
  margin-bottom: 45px;
  font-family: 'DB Ozone X';
}

.tech-item .card-body {
  padding: 0 25px;
}

.tech-item .card-title {
  font-size: 42px;
  color: #FA5923;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tech-item p {
  color: #343D3D;
  font-size: 22px;
}

.tech-item .card-link {
  padding: 12px 40px 11px 30px;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}


/*Scroll top*/
.scroll-top {
  width: 100px;
  height: 104px;
  background: url('../images/scroll-bg.svg') no-repeat;
  right: 0;
  left: auto;
  background-size: 100%;
  color: #343D3D;
  cursor: pointer;
  z-index: 100;
  padding-top: 36px;
  top: 65px;
}
.scroll-top p {
  font-size: 16px;
  line-height: 12px;
  margin: 0;
}
.scroll-top p img {
  position: relative;
  top: -10px;
}

/*Job*/
.accordion {
  padding-top: 30px;
  margin-bottom: 40px;
}
.accordion-item {
  border: solid 1px #707070;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 1px 6px 1px rgba(0,0,0,0.21);
  -webkit-box-shadow: 0 1px 6px 1px rgba(100, 60, 60, 0.21);
  -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.21);
  position: relative;
}
.accordion-item:not(:first-of-type) {
  border-top: solid 1px #707070;
}
.accordion-button:not(.collapsed) {
  color: #343D3D;
  background-color: #fff;
  box-shadow: none;
  padding-bottom: 35px;
}
.accordion-button span {
  font-size: 16px;
}
.accordion-button span,
.accordion-button strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion-button .orange-color-primary {
  font-size: 22px;
  padding-bottom: 5px;
}
.accordion-button:not(.collapsed) span {
  font-size: 22px;
}
.accordion-button {
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.main-content h2.accordion-header {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-button:not(.collapsed) .orange-color-primary {
  font-size: 24px;
  padding-bottom: 10px;
}
.accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion-button:focus {
  outline: none;
}
.accordion-button::before {
  position: absolute;
  top: 0;
  right: 40px;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #D1D1D1;
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: url("../images/icon-accordian.svg");
  background-repeat: no-repeat;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-item:last-of-type,
.accordion-collapse,
.accordion-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.accordion-collapse {
  overflow: hidden;
}
.accordion-body {
  background-color: #F1F5F4;
  padding: 20px 15px;
  position: relative;
}
.accordion-body ul {
  padding: 0 20px;
  list-style: circle;
  margin-bottom: 20px;
}
.accordion-body ul li {
  font-size: 16px;
  line-height: 28px;
}
.accordion-body h3 {
  font-size: 26px;
}
.accordion-body a[href^="mailto:"] {
  text-decoration: none;
  color: #343D3D;
  font-weight: bold;
}
.accordion-body .date-posted {
  font-size: 18px;
  line-height: 35px;
  border-top: solid 1px #707070;
  display: flex;
  justify-content: center;
}
.accordion-body p {
  text-align: center;
  margin-bottom: 0;
}

/*Contact*/
.contact-container .card {
  color: #343D3D;
  background-color: #F8F8F8;
  padding: 80px 0 50px 35px;
  border-radius: 0;
}
.contact-container .card h3 {
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 2px;
}
.contact-container .card p {
  font-size: 22px;
  line-height: 28px;
}
.contact-container .card a {
  color: #343D3D;
  text-decoration: none;
}
.contact-container .card .row {
  margin-bottom: 5px;
}
.contact-container .btn-orange {
  background-color: #F06024;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 5px 27px;
  font-size: 18px;
  margin-top: 55px;
}
.contact-container .btn-orange:hover {
  color: #fff;
  background-color: #ee4905;
}

/*Customer*/
.service-content .tab-content.customer-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.service-content .tab-content.customer-content h3 {
  color: #343D3D;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 0;
}
.service-content .tab-content.customer-content .tab-pane {
  padding: 0 100px;
}
.service-content .tab-content.customer-content .tab-pane.customer-review {
  padding: 0 40px;
}
.service-content .tab-content.customer-content .tab-pane.customer-review h3 {
  margin-bottom: 50px;
}
.container-logo {
  margin-top: 30px;
}
.service-content .tab-content.customer-content .tab-pane .btn-orange {
  background-color: #F06024;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 5px 27px;
  font-size: 18px;
  margin-top: 55px;
}
.marginleft-auto {
  margin-left: auto;
}
.link-group.marginleft-auto {
  width: 160px;
}
.review-name {
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
  color: #343D3D;
  margin: 20px 0 10px 0;
}
.review-date {
  color: #6D6D6D;
  font-size: 18px;
  line-height: 20px;
}
.service-content .tab-content.customer-content .tab-pane.customer-review .nav li {
  margin-bottom: 75px;
}

/*About us page*/
.about-wrapper .img-fluid {
  margin: 10px 0 15px 0;
}
.about-wrapper h3 {
  margin-bottom: 20px;
}
.card-about {
  background-color: #FAFAFA;
  padding: 150px 50px 0;
  border-radius: 0;
  overflow: hidden;
  margin-top: 75px;
}
.hexagon {
  position: relative;
  /* width: 300px; 
  height: 176.21px; */
  width: 158px;
  height: 93.21px;
  background-color: #FA5923;
  margin: 86.60px 0;
  transform: rotate(-90deg);
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  /* border-left: 150px solid transparent;
  border-right: 150px solid transparent; */
  z-index: 1;
  border-left: 79px solid transparent;
  border-right: 79px solid transparent;
}

.hexagon:before {
  bottom: 100%;
   /*border-bottom: 86.60px solid #FA5923; */
  border-bottom: 45px solid #FA5923;
}

.hexagon:after {
  top: 100%;
  width: 0;
  /* border-top: 86.60px solid #FA5923; */
  border-top: 45px solid #FA5923;
}

.hexagon img {
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  bottom: 0;
  /* top: -57px;
  right: 19px; */
  width: 177px;
  top: -30px;
  right: 10px;
}
.card-about ul {
  width: 460px;
  margin: 0 auto;
  position: relative;
}
.card-about ul::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 10px;
  background-color: #CECECE;
  top: 0;
  left: 50%;
  margin-left: -5px;
}
.card-about ul li {
  /* background: url("../images/about-us/line-circle.png") no-repeat left top; */
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.card-about ul li:nth-child(odd) {
  margin-bottom: 140px;
}

.card-about ul li:first-child {
  margin-bottom: 140px;
}

.card-about ul li:last-child {
  margin-bottom: 0 !important;
  max-height: 280px;
}

.card-about ul li:nth-child(odd) .hexagon {
  left: 320px;
  top: -15px;
  /* left: 95px;
  top: -181px !important; */
  margin-top: -10px !important;
  margin-bottom: 0 !important;
}

.card-about ul li:nth-child(even) .hexagon {
  /* left: -180px;
  top: -152px; */
  left: -30px;
  top: -91px;
}

.about-detail {
  width: 240px;
  background: url("../images/about-us/line-circle.svg") no-repeat left 1px;
  background-size: 100%;
  padding-top: 35px;
  color: #343D3D;
  top: -2px;
  display: flex;
  flex-direction: column;
  min-height: 128px;
}

.card-about ul li:nth-child(even) .about-detail {
  background: url("../images/about-us/line-circle-2.svg") no-repeat left top;
  left: 220px;
  padding-left: 176px;
  width: 435px;
}

.card-about ul li:last-child .about-detail {
  background-color: #FAFAFA;
  height: 110%;
}

.about-detail h4 {
  font-size: 35px;
  line-height: 19px;
  font-weight: bold;
}

.about-detail span {
  font-size: 23px;
  line-height: 1;
}

.about-detail label {
  font-size: 65px;
  color: #FA5923;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  left: 148px;
  transform: rotate(-90deg);
  top: 70px;
}

.card-about ul li:nth-child(even) .about-detail label {
  left: -5px;
}

.policy-page .main-content p {
  margin-bottom: 30px;
}


@media (min-width: 1400px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl,
 .container-xxl,
 .container-service {
  max-width: 1098px;
 }

}

@media (max-width: 1399px) {
  .promotion .card-title {
    font-size: 31px;
  }
  .promotion .card-img-top {
    max-height: 198px;
  }
  .service-content .img-content img {
    height: auto;
  }
  .service-content .icon-tab .nav-link {
    margin-left: 30px;
  }
  /* .how-to-list li,
  .home-how-to .card-service {
    width: 350px;
    height: 415px;
  } */
  .promotion .swiper-button-prev, .promotion .swiper-container-rtl .swiper-button-next {
    left: 100px;
    right: auto;
  }
  
  .promotion .swiper-button-next, .promotion .swiper-container-rtl .swiper-button-prev {
    right: 100px;
    left: auto;
  }
}

@media (min-width: 992px) {

  .hero-banner {
    height: 500px;
  }

  .blog-item {
    margin-top: 25px;
  }
  .tech-item {
    margin-top: 45px;
  }
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
  /* .sticky-icons--nav.hide-nav {
    transform: rotate(90deg);
    right: -19px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 40px;
  } */
  .sticky-icons--nav.hide-nav ul li,
  .sticky-icons--nav.hide-nav ul::after,
  .sticky-icons--nav.hide-nav ul::before {
    display: none;
  }
  .sticky-icons--nav.hide-nav ul li:last-child {
    display: block;
    width: 86px;
    cursor: pointer;
  }
  .sticky-icons--nav.hide-nav ul li:last-child:hover {
    cursor: pointer;
  }
  /* .sticky-icons--nav.hide-nav li:last-child img {
    width: 18px;
    transform: rotate(90deg);
    left: -3px;
    position: relative;
  } */
  /* .sticky-icons--nav.hide-nav ul li:last-child {
    background: url("../images/btn-hide.svg") no-repeat;
    width: 20px;
    height: 59px;
  } */
  .sticky-icons--nav.hide-nav ul li:last-child img {
    display: none;
  }
  .sticky-icons--nav.hide-nav {
    width: 20px;
    height: 59px;
    margin-top: -28px;
  }
  .sticky-icons--nav.hide-nav ul,
  .sticky-icons--nav.hide-nav ul li:last-child  {
    background-color: transparent;
    width: 20px;
    height: 59px;
  }
  .sticky-icons--nav.hide-nav ul li:last-child {
    background-image: url("../images/btn-hide.svg");
    background-repeat: no-repeat;
    background-position: -12px -8px;
  }
  .accordion {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .accordion-item {
    margin-bottom: 25px;
  }
  .accordion-body .date-posted {
    font-size: 19px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: auto;
    width: 149px;
    justify-content: flex-start;
    padding: 10px 0 0 10px;
  }
  .accordion-body {
    padding: 40px 0 55px 60px;
  }
  .accordion-body ul li {
    font-size: 26px;
    line-height: 1;
  }
  .accordion-body h3 {
    font-size: 23px;
  }
  .accordion-body p {
    text-align: left;
    margin-bottom: 15px;
  }
  .accordion-button {
    font-size: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .accordion-button strong {
    font-size: 28px;
  }
  .accordion-button span,
  .accordion-button:not(.collapsed) span {
    font-size: 20px;
  }
  .accordion-button .orange-color-primary,
  .accordion-button:not(.collapsed) .orange-color-primary {
    font-size: 33px;
    padding-bottom: 0;
  }
  .accordion-button span {
    padding-bottom: 10px;
  }
  .accordion-button::before {
    right: 70px;
  }
  .contact-container .row.g-0.mb-4 {
    margin-bottom: 70px !important;
  }
  .contact-container h2 {
    margin-top: 35px;
  }
  .container-logo {
    margin-top: 80px;
  }
  .play-icon {
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -52px;
  }
}

@media (min-width: 1366px) {
   .hero-banner {
     height: 400px;
   }
 }

 @media (min-width: 1600px) {
  .hero-banner {
    height: 400px;
  }
}

@media (min-width: 768px) {
 .wrap-nav--items {
  min-width: 589px;
  padding-right: 12px;
  padding-top: 10px;
 }
 .wrap-nav--user {
  min-width: 87px;
 }
 .wrap-nav--user span {
  font-size: 15px;
  padding: 4px 0 2px;
 }
 .wrap-nav {
  height: 100px;
 }
 .wrap-nav::after {
  width: 100%;
  height: 100%;
  background-color: #FA5923;
  position: absolute;
  right: -100%;
  top: 0;
  content: "";
 }
 .job-nav {
  padding-right: 15px;
 }
 #menu ul {
   margin-right: 15px;
 }
 #menu ul li ul.sub-menu {
   display: none;
 }
 #menu ul li.menu-item-has-children:hover ul.sub-menu {
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   padding-top: 16px;
   border-radius: 0 0 3px 3px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li,
 #menu ul li.menu-item-has-children ul.sub-menu li:first-child {
   margin: 0;
   width: 154px;
   background-color: #E2DFDD;
   padding: 13px 28px 13px 15px;
   line-height: 1;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children {
  background-image: url("../images/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: 128px center;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li:last-child {
   border-radius: 0 0 3px 3px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li a {
   color: #343D3D;
   font-size: 16px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li::before {
   width: 6px;
   height: 36px;
   top: 50%;
   margin-top: -18px;
   left: 0;
   background-color: #FA5923;
   position: absolute;
   content: '';
   display: none;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li:hover {
  background-color: #fff;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li:hover::before {
  display: block;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li::after {
  width: auto;
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 1px;
  content: '';
  background-color: #AAAAAA;
  display: block;
  right: 20px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li:last-child::after,
 #menu ul li.menu-item-has-children ul.sub-menu li:hover::after {
   display: none;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
   left: 100%;
   top: 0;
   padding-top: 0;
   display: none;
   border-radius: 0 0 3px 3px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li,
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li:first-child {
   width: 165px;
   background-color: #fff;
   line-height: 1;
   padding: 10px 20px 10px 15px;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li::after {
   display: none;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover {
  background-color: #FA5923;
 }
 #menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
   color: #fff;
 }
 .job-nav a {
  font-size: 16px;
 }
 .job-nav li {
  margin-left: 20px;
 }
 .job-nav li:last-child a {
   font-size: 14px;
   line-height: 10px;
   padding: 0px 9px;
 }
 .wrap-nav--items hr {
  max-width: 767px;
  margin-left: auto;
 }
 #menu {
  padding-top: 0;
 }
 #menu li:first-child {
  margin-left: 12px;
 }
 #menu li a {
  font-size: 18px;
 }
 .service-content .nav-link {
   padding: .5rem !important;
 }
}

@media (max-width: 1199px) {
  #menu li {
    margin-left: 16px;
  }
  #wrapper-content {
    padding-top: 99px;
  }
  #menu ul li.menu-item-has-children:hover ul.sub-menu {
    padding-top: 12px;
  }
  
  .promotion .swiper-button-prev, .promotion .swiper-container-rtl .swiper-button-next {
    left: 40px;
  }
  
  .promotion .swiper-button-next, .promotion .swiper-container-rtl .swiper-button-prev {
    right: 40px;
  }
  .how-to-list li:nth-child(3) .card-service .title-1 h3,
  .how-to-list li:nth-child(4) .card-service .title-1 h3,
  .how-to-list li:nth-child(5) .card-service .title-1 h3,
  .home-how-to .card-service .title-1 h3 {
    line-height: 20px;
    font-size: 20px;
    margin-top: 10px;
  }
  .home-how-to .card-service img {
    width: 80px;
  }
  .container-service  .card-img-top {
    height: 277px;
  }
  .promotion .card-title {
    font-size: 28px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .promotion {
    max-width: 90%;
  }
  .promotion .card-text {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .promotion .card-body {
    padding: 15px 15px 0;
  }
  .promotion a.btn-primary-link {
    font-size: 22px;
  }
  .promotion .card-text br {
    display: none;
  }
  .img-car img {
    margin-left: 10px;
  }
  .service-content .nav-item,
  .service-content .nav-link {
    font-size: 26px;
    line-height: 28px;
  }
  .service-content .tab-content h3 {
    font-size: 35px;
  }
  .service-content .card-title {
    margin-bottom: 25px;
  }
  .service-content .card p {
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .service-content .card-link,
  .main-content .card-link {
    background-size: cover;
    font-size: 21px;
  }
  .service-content .icon-tab .nav-link {
    margin-left: 18px;
  }
  .service-content.two-tabs .icon-tab .nav-link span {
    font-size: 26px;
  }
  .how-to-list li,
  .home-how-to .card-service {
    width: 292px;
    height: 370px;
  }
  .how-to-list li:nth-child(3) .card-service .title-1 h3 span {
    left: -2px;
    top: -7px;
  }
  .home-how-to .card-service .title-1 p {
    font-size: 20px;
  }
  .home-how-to .card-service .title-1 h3 span {
    font-size: 70px;
  }
  .how-to-list li:nth-child(2) .card-service .title-1 h3 span {
    left: 22px;
  }
  .how-to-list li:nth-child(4) .card-service .title-1 h3 span,
  .how-to-list li:nth-child(5) .card-service .title-1 h3 span {
    top: -6px;
  }
  .home-how-to .card-service .title-1 h3 strong {
    margin-left: 15px;
  }

  .blog-item .card-img-top {
    height: 290px;
  }

  .blog-item.card-two-lists .card-img-top {
    height: 246px;
  }

  /*Footer*/
  footer.main-footer h6,
  footer.main-footer h4,
  .nav-contact li p {
    font-size: 26px;
  }
  footer.main-footer h5 {
    font-size: 24px;
  }
  footer.main-footer .dark-organge-bar p {
    padding: 20px 0 0;
  }
  footer.main-footer .dark-organge-bar {
    min-height: 60px;
  }
  .footer-main--menu ul li a,
  .nav-service ul li a,
  footer.main-footer .dark-organge-bar a {
    font-size: 20px;
  }
  .job-nav a {
    font-size: 18px;
  }
  .wrap-nav {
    max-height: 99px;
    min-height: auto;
  }
  /* #menu {
    padding-top: 5px;
  }
  #menu ul {
    margin-bottom: 0;
  }
  #menu li a {
    font-size: 20px;
  }
  .wrap-nav--items {
    padding-top: 8px;
    position: relative;
    z-index: 99;
  }
  .wrap-nav--user span {
    font-size: 18px;
    padding: 8px 0 8px;
  }
  .wrap-nav--user img {
    max-width: 75%;
  }
  .branding .d-flex::after, .branding::after {
    height: 18px;
  }
  .wrap-nav--user {
    min-width: 80px;
  }
  #wrapper-content {
    padding-top: 98px;
  }
  .branding .d-flex::after {
    width: 100px;
  }
  .branding::before {
    height: 147px;
  }
  header hr {
    margin: .6rem 0;
  } */
}

@media (max-width: 1149px) {
  .promotion {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .container-service .card-title {
    font-size: 28px;
    line-height: 1;
  }
  .container-service .card-img-top {
    height: 277px;
  }
  .promotion .swiper-button-next {
    right: 10px;
  }
  .promotion .swiper-button-prev {
    left: 15px;
  }
}

@media (max-width: 991px) {
  .mb-50-v2 {
    margin-bottom: 35px;
  }
  .mb-60 {
    margin-bottom: 5px;
  }
  .container-regist-form.no-bg form input[type="text"],
  .container-regist-form.no-bg form select,
  .container-regist-form.no-bg form textarea {
    font-size: 18px;
    padding: 5px 15px;
  }
  .container-regist-form.no-bg button[type="submit"] {
    width: auto;
  }
  .container-regist-form.no-bg .capcha {
    max-width: 100%;
  }
  .container-regist-form.no-bg form textarea  {
    height: 103px;
  }
  .container-regist-form.no-bg {
    border-bottom: dashed 2px #707070;
    padding-bottom: 20px;
    margin-bottom: 45px;
  }
  .contact-container .card h3 {
    font-size: 24px;
  }
  .contact-container .card p {
    font-size: 16px;
    line-height: 1;
  }
  .contact-container iframe {
    height: 250px;
  }
  .contact-container .icon-map {
    width: 17px;
  }
  .contact-container .icon-phone {
    width: 19px;
    position: relative;
    top: 2px;
  }
  .contact-container .icon-fax {
    width: 22px;
  }
  .contact-container .icon-email {
    width: 20px;
  }
  .contact-container .card-body {
    padding-left: 10px;
  }
  .contact-container .card {
    padding: 25px 0 30px 15px;
  }
  .contact-container .btn-orange,
  .service-content .tab-content.customer-content .tab-pane .btn-orange {
    font-size: 16px;
    padding: 2px 34px;
    margin-top: 40px;
  }
  .service-content .tab-content.customer-content .tab-pane {
    padding: 0 45px;
  }
  .service-content .tab-content.customer-content {
    padding-bottom: 40px;
  }
  .service-content .tab-content.customer-content .tab-pane .btn-orange {
    margin-top: 10px;
  }
  .service-content .tab-content.customer-content .tab-pane .col-6 {
    text-align: center;
  }
  .service-content .tab-content.customer-content h3 {
    font-size: 28px;
  }
  .service-content .tab-content.customer-content {
    padding-top: 20px;
  }
  .service-content .tab-content.customer-content .link-group.social-center {
    padding-top: 15px;
  }
  .service-content .tab-content.customer-content .tab-pane.customer-review h3 {
    margin-bottom: 20px;
  }
  .service-content .tab-content.customer-content .tab-pane.customer-review .nav li {
    margin-bottom: 45px;
  }
  .play-icon img {
    width: 56px;
  }
  .play-icon {
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
  }
  #customerTab .nav-item:first-child {
    width: 100%;
  }
  #customerTab .nav-item {
    padding-left: 8px;
  }
  .card-about {
    padding: 150px 20px 0;
  }
  .card-about ul {
    width: 320px;
  }
  .card-about ul::before {
    left: 0;
    margin-left: 0;
  }
  .hexagon:before,
  .hexagon:after {
    border-left: 79px solid transparent;
    border-right: 79px solid transparent;
  }
  .hexagon:before {
    border-bottom: 45px solid #FA5923;
  }
  .hexagon:after {
    border-top: 45px solid #FA5923;
  }
  .hexagon {
    width: 158px;
    height: 93.21px;
  }
  .hexagon img {
    width: 177px;
    top: -30px;
    right: 10px;
  }
  .about-detail,
  .card-about ul li:nth-child(even) .about-detail,
  .card-about ul li:nth-child(odd) .about-detail {
    background: url("../images/about-us/line-circle-xs.svg") no-repeat left 1px;
    left: -3px;
    padding-left: 32px;
    position: relative !important;
    padding-top: 66px;
    min-height: 150px;
    width: 240px;
  }
  .card-about ul::before {
    width: 6px;
  }
  .about-detail label,
  .card-about ul li:nth-child(even) .about-detail label {
    font-size: 36px;
    left: -43px;
    top: 35px;
  }
  .card-about ul li:nth-child(even) .hexagon,
  .card-about ul li:nth-child(odd) .hexagon,
  .card-about ul li:last-child .hexagon
  .card-about .hexagon {
    left: 95px;
    top: -181px !important;
    margin-top: -10px !important;
    margin-bottom: 0 !important;
  }
  .card-about ul li:last-child .about-detail {
    background-color: #FAFAFA !important;
    height: auto;
  }
  .card-about ul li:last-child {
    background-color: #FAFAFA;
  }
  /* .card-about ul li:nth-child(odd) .hexagon,
  .card-about ul li .hexagon,
  .card-about ul li:nth-child(even) .hexagon {
    left: 95px;
    top: -80px;
    margin: 0;
  } */
  /* .card-about ul li:first-child .hexagon {
    margin: 0;
    top: -80px;
  } */
  .about-detail h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .about-detail span {
    font-size: 16px;
  }
  .about-detail span br {
    display: none;
  }
  .card-about ul li:first-child,
  .card-about ul li:nth-child(odd),
  .card-about ul li:nth-child(even),
  .card-about ul li {
    margin-bottom: 0;
    display: block;
  }


  .promotion .swiper-button-next {
    right: 90px;
  }
  .promotion .swiper-button-prev {
    left: 90px;
  }
  .blog-item.justify-content-start {
    justify-content: center !important;
  }
  .container-service  .card-img-top {
    height: auto;
  }
  .carousel-caption {
    left: 0;
    right: 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
  }
  .hero-sm,
  .img-sm {
    display: block !important;
  }
  
  .hero-lg,
  .img-lg {
    display: none !important;
  }
  .blog-page .hero-banner.service-banner,
  .blog-detail-page .hero-banner.service-banner,
  .blog-detail-page .hero-banner.technology-banner,
  .service-landing-page .hero-banner.blog-banner,
  .service-landing-page .hero-banner.technology-banner,
  .service-tab-page .hero-banner.blog-banner,
  .service-tab-page .hero-banner.technology-banner,
  .service-detail-page .hero-banner.blog-banner,
  .service-detail-page .hero-banner.technology-banner,
  .technology-page .hero-banner.blog-banner,
  .technology-page .hero-banner.service-banner {
    display: none !important;
  }
  .hero-banner {
    height: 500px;
  }
  .hero-banner h1 {
    margin-left: 15px;
  }
  .hero-banner p {
    font-size: 14px !important;
    line-height: 15px;
    margin-left: 15px;
  }
  .brand-logo {
    position: relative;
    background-color: #fff;
  }
  footer.main-footer {
    padding-bottom: 65px;
  }
  footer.main-footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .nav-service ul {
    padding-left: 24px;
  }
  .scroll-top p {
    font-size: 12px;
    line-height: 10px;
  }
  .scroll-top p img {
    top: -5px;
  }
  .scroll-top {
    width: 80px;
    top: 86%;
    padding-top: 26px;
    height: 76px;
  }
  .sticky-icons {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .sticky-icons nav {
    position: relative;
    top: 100%;
    right: 0;
    width: 100%;
    bottom: 0;
    margin-top: 0;
  }
  .sticky-icons nav.position-fixed {
    position:  relative !important;
    top: 0 !important;
  }
  
  .sticky-icons ul::after, .sticky-icons ul::before {
    display: none;
  }
  .sticky-icons ul {
    right: 0;
    border-radius: 0;
    flex-direction: row;
    width: 100%;
  }
  .sticky-icons li:nth-child(2) a {
    border: none;
    padding: 0;
  }
  .sticky-icons li:nth-child(2) a {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 100%;
  }
  .sticky-icons li:nth-child(3) {
    padding-bottom: 10px;
  }
  .sticky-icons li:first-child img {
    width: 28px;
  }
  .sticky-icons li:nth-child(2) img {
    width: 30px;
  }
  .sticky-icons li:nth-child(3) img {
    width: 27px;
  }
  .sticky-icons li:nth-child(2) {
    margin: 0;
  }
  .sticky-icons li {
    width: 33.333333%;
    border-radius: 0 !important;
    justify-content: center;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-icons li img {
    width: 28px;
  }
  .sticky-icons li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sticky-icons li a span {
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
  }
  .sticky-icons li:hover {
    margin: 0;
  }
  .sticky-icons li:last-child {
    display: none;
  }
  
  .home-banner {
    padding: 10px 0 35px;
  }
  header.main-header {
    background-color: transparent;
  }
  .mm-ocd__content {
    font-family: 'DB Ozone X';
  }
  .mm-ocd__content .menu,
  .mm-ocd__content .menu .sub-menu {
    padding: 0;
  }

  .mm-ocd__content .menu a {
    position: relative;
  }
 
  .open-sub a {
    text-decoration: underline !important;
  }
  .open-sub.sub-menu a {
    text-decoration: none !important;
  }
  .open-sub.sub-menu li a {
    background-color: #E53A00;
    position: relative;
    padding: 11px 0;
  }
  .open-sub.sub-menu li a::before {
    position: absolute;
    left: -100%;
    width: 100%;
    content: '';
    height: 100%;
    background-color: #E53A00;
    top: 0;
  }
  .open-sub.sub-menu li .sub-menu li a,
  .open-sub.sub-menu li .sub-menu li a::before {
    background-color: transparent;
  }

  .sub-menu.item-6,
  .sub-menu.item-7,
  .sub-menu.item-8 {
    display: none;
  }
  .sub-menu.item-6.open-sub,
  .sub-menu.item-7.open-sub,
  .sub-menu.item-8.open-sub {
    display: block;
    margin-top: 5px;
  }

  .mm-ocd__content #service-parent-link::after,
  .mm-ocd__content #service-sub1-link::after,
  .mm-ocd__content #service-sub2-link::after {
    content: '';
    position: absolute;
    left: auto;
    background-image: url('../images/nav-arrow-white.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    display: inline-block;
    right: 50px;
    top: 8px;
    transform: rotate(-180deg);
  }

  #service-sub1-link::after,
  #service-sub2-link::after {
    top: 18px;
  }

  #service-parent-link.link-open::after,
  #service-sub1-link.link-open::after,
  #service-sub2-link.link-open::after {
    transform: none;
  }

  .mm-ocd__content .menu li {
    padding-left: 30px;
    margin-bottom: 16px;
  }
  .mm-ocd__content .menu li {
    font-size: 22px;
    line-height: 1;
  }
  .mm-ocd__content .menu li .sub-menu li {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .mm-ocd__content a {
    color: #fff;
    text-decoration: none;
  }
  .menu-main-menu-container {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .menu-main-menu-container a {
    font-size: 22px;
    line-height: 1;
    display: block;
  }
  .mm-ocd--open .mm-ocd__content {
    width: 85% !important;
  }
  .mm-ocd--left .mm-ocd__backdrop {
    width: 15% !important;
  }
  .mm-ocd--open .mm-ocd__content hr {
    background-color: #fff;
    opacity: 1;
  }
  .mm-ocd__content {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mm-ocd__backdrop::after {
    position: absolute;
    top: 15px;
    right: 50%;
    content: '';
    width: 17px;
    height: 17px;
    background: url('../images/close-menu.svg') no-repeat;
    background-size: 100%;
    margin-right: -7px;
  }
  .bottom-nav {
    position: relative;
    top: auto;
    padding-bottom: 20px;
    display: block;
    padding-left: 30px;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #fff;
    padding-top: 25px;
  }
  .bottom-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .bottom-nav ul li {
    display: inline-block;
    width: 48%;
  }
  .bottom-nav ul li img {
    margin-right: 4px;
  }
  .bottom-nav a {
    font-size: 20px;
    line-height: 15px;
  }
  .btn-lang {
    font-size: 20px;
    line-height: 15px;
    text-decoration: none;
    border-radius: 2px;
    border: solid 1px #fff;
    padding: .22rem .67rem;
    margin: 15px 0 3px 10px;
  }
  .current_page_item a {
    text-decoration: underline;
  }
  .sub-menu .current_page_item a {
    text-decoration: none;
  }
  .brand-logo::before {
    width: 100%;
    background-color: #fff;
    height: 9px;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
  }
  .brand-logo img {
    width: 37px;
    margin: 11px 0 0 30px;
  }
  #wrapper-content {
    padding-top: 55px;
  }
  .carousel-indicators {
    display: none;
  }
  .container-service {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .container-service .row {
    justify-content: center;
  }
  .container-service .card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    height: auto;
    overflow: initial;
    align-items: flex-start;
  }
  .container-service .card-title br {
    display: none;
  }
  .carousel-caption {
    top: 0;
    position: relative;
    display: block !important;
    padding-bottom: 1.65rem;
  }
  .carousel-item {
    background-color: #E2DFDD;
  }
  .carousel-caption p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .carousel-caption .btn-orange {
    font-size: 16px;
    padding: 6px 20px;
  }
  .carousel-caption .btn-orange img {
    width: 10px;
  }
  .carousel-caption h5 {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 2px;
    padding-top: 8px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 10px;
    height: 20px;
  }
  .carousel-caption h5 br {
    display: none;
  }
  .how-to-list li:nth-child(3) {
    width: 100%;
    margin-top: -80px;
    margin-right: 0;
  }
  .how-to-list li:nth-child(3) .card-service {
    margin: 0 auto;
    width: 320px;
  }
  .how-to-list li:nth-child(4), 
  .how-to-list li:nth-child(5) {
    top: -80px;
  }
  .how-to-list li,
  .home-how-to .card-service {
    height: 340px;
    max-width: none;
  }
  .home-how-to .card-service  {
    width: 100%;
    padding: 70px 20px;
  }
  .promotion .card {
    height: auto;
  }
  .container-service .card {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
   -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
   -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
   }
   .home-how-to .card-service .title-1 h3 span {
     left: 45px;
   }
   .how-to-list li:nth-child(3) img {
     position: relative;
     left: -15px;
   }
   .how-to-list li:nth-child(3) .card-service .title-1 h3 span {
    left: 36px;
    top: -1px;
  }
  .how-to-list li:nth-child(4) .card-service .title-1 h3 span {
    left: 38px;
    top: -2px;
  }
  .how-to-list li:nth-child(5) .card-service .title-1 h3 span {
    left: 22px;
    top: -2px;
  }
  .blog-item .card-img-top,
  .blog-item.card-two-lists .card-img-top {
    height: auto;
  }
  /*Footer*/
  .hide-device {
    display: none;
  }
  footer.main-footer h6 {
    font-size: 16px;
  }
  
  .social-nav ul li {
    margin-left: 25px;
  }
  .nav-service ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
  }
  .social-nav ul li:first-child img {
    height: 21px;
  }
  .social-nav ul li:nth-child(2) img,
  .social-nav ul li:nth-child(4) img {
    width: 23px;
  }
  .social-nav ul li:nth-child(3) img {
    width: 28px;
  }
  footer.main-footer hr {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .nav-contact {
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    margin-top: 25px;
  }
  .nav-contact li:first-child {
    border-bottom: none;
    border-right: solid 1px #fff;
    width: 50%;
  }
  .nav-contact li {
    padding: 0;
  }
  .nav-contact li p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .footer-main--menu ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .footer-main--menu ul li {
    margin-bottom: 2px;
  }
  .sm-top {
    padding-top: 30px;
  }
  footer.main-footer h5 {
    font-size: 18px;
    margin: 0 0 14px 0;
  }
  .nav-service ul li a {
    font-size: 16px;
    line-height: 1;
  }
  .row-credit,
  .row-credit .text-end {
    text-align: center !important;
  }
  .row-credit {
    padding-bottom: 20px;
  }
  .row-credit .text-end img {
    max-width: 183px;
  }
  footer.main-footer h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  footer.main-footer hr.last {
    margin-bottom: 10px;
  }
  footer.main-footer .dark-organge-bar p {
    font-size: 14px;
    padding: 12px  0 0;
  }
  .dark-organge-bar p a {
    font-size: 14px !important;
  }
  footer.main-footer .dark-organge-bar {
    min-height: 46px;
  }
  .nav-contact li img {
    max-width: 29px;
    margin-left: 10px;
  }
  .nav-contact li:first-child img {
    margin-left: 0;
  }
  .service-content .card-link, .main-content .card-link {
    font-size: 20px;
  }

  /*Home Register form*/
  .container-service  .card-img-top {
    height: auto;
  }
  .img-car {
    display: none;
  }
  .container-regist-form form .row {
    flex-direction: column;
  }
  .container-regist-form button[type="submit"],
  .container-regist-form.form-bottom button[type="submit"] {
    min-width: initial;
    width: 110px;
    font-size: 16px;
  }
  .container-regist-form button[type="submit"] img,
  .container-regist-form.form-bottom button[type="submit"] img {
    width: 10px;
  }
  .container-regist-form form input[type="text"],
  .container-regist-form form select,
  .container-regist-form form label,
  .container-regist-form form textarea {
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1;
    margin-bottom: 2px;
  }
  .container-regist-form form .form-select {
    min-height: 34px;
  }
  .container-regist-form.form-bottom form input[type="text"],
  .container-regist-form.form-bottom form select,
  .container-regist-form.form-bottom form label,
  .container-regist-form.form-bottom form textarea {
    margin-bottom: 6px;
  }
  .container-regist-form form label,
  .container-regist-form.form-bottom form label {
    margin-bottom: 0;
    width: 100%;
  }
  .container-regist-form form .row.mb-50 {
    margin-bottom: 0;
  }
  .container-regist-form.form-bottom form .row.mb-25 {
    margin-bottom: 15px;
  }
  .container-regist-form.form-bottom .text-end {
    margin-bottom: 20px;
  }
  .container-regist-form.form-bottom .form-title {
    font-size: 28px;
    line-height: 25px;
  }
  .container-regist-form .text-end {
    text-align: center !important;
  }
  
  .capcha {
    max-width: 257px;
    margin: 0 auto 45px;
  }

  .container-service .card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    overflow: initial;
  }
  .promotion .card-title {
    min-height: auto;
  }
  .container-service .card-title br {
    display: none;
  }
  .logo-cer h3 {
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .logo-cer img {
    max-width: 56px;
  }
  .logo-cer img:nth-child(2) {
    width: 39px;
    margin-left: 9px;
    margin-right: 11px;
  }
  .container-regist-form {
    padding: 25px 0 30px;
  }
  .container-regist-form .container {
    border-bottom: solid 8px #FA5923;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .container-regist-form .form-title,
  .home-service h2,
  .home-vdo h2,
  .home-how-to h2,
  .promotion h2,
  .service-content h2,
  .main-content h2 {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .container-regist-form p,
  .home-vdo p,
  .home-how-to p,
  .service-content p,
  .service-content .detail-content p,
  .service-content p,
  .main-content p {
    font-size: 16px !important;
    line-height: 15px;
  }
  .policy-page .main-content p {
    margin-bottom: 15px;
  }
  .service-content .detail-content p {
    margin-bottom: 15px;
  }
  .service-content .detail-content p.pt-3 {
    padding-top: 0 !important;
  }
  .service-content .detail-content p.mt-5 {
    margin-top: 2rem!important;
  }
  .container-regist-form p br {
    display: none;
  }
  .promotion {
    max-width: 96%;
  }
  .promotion h2 {
    margin-bottom: 10px;
  }
  .promotion.home-blog {
    padding-top: 20px;
  }
  .promotion.promotion-recommend {
    max-width: 720px;
    padding-bottom: 35px;
  }
  .home-vdo i {
    margin-left: -24px;
    margin-top: -24px;
  }
  .home-vdo .outline-black,
  .promotion .outline-black {
    font-size: 16px;
    padding: 6px 20px;
    min-width: 122px;
    margin-top: 15px;
  }
  .promotion .outline-black {
    height: auto;
  }
  .promotion.home-blog {
    padding-bottom: 15px;
  }
  .vdo-item i img {
    max-width: 48px;
  }
  .home-vdo {
    padding: 75px 0 35px;
  }
  .how-to-list {
    margin-top: 0;
  }
  .promotion .card-title {
    font-size: 22px;
  }
  .promotion .card-title br {
    display: none;
  }
  .promotion .card-text {
    font-size: 16px;
  }
  .service-content .img-content {
    order: -1;
  }
  .service-content .tab-pane {
    padding: 15px;
  }
  .service-content .img-content img.d-none-md {
    display: none !important;
  }
  .service-content .img-content img.d-block-md {
    display: block !important;
  }
  .service-content .card {
    margin: 15px 0 0 0;
    padding-bottom: 10px;
  }
  .service-content .tab-content h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .service-content .card p {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .service-content .link-group {
    margin-top: 45px;
    width: 147px;
    padding: 16px 1px;
  }
  .service-content .link-group .fb-icon img {
    width: 10px;
  }
  .service-content .link-group .line-icon img,
  .service-content .link-group .link-icon img {
    width: 22px;
  }
  .service-content .nav-item,
  .service-content .nav-link {
    font-size: 18px;
    line-height: 20px;
    min-height: auto;
  }
  .service-content .nav-item,
  .service-content.two-tabs .nav-item {
    width: 49.5%;
    margin-bottom: 7px;
  }
  .service-content .nav-item .nav-link.active::after {
    display: none;
  }
  .service-content .nav-item .nav-link {
    border-radius: 5px;
    border: solid 1px #D1D1D1;
    height: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    background-color: #F8F8F8;
    min-height: 60px;
  }
  .service-content .nav-item:last-child .nav-link {
    border-right: solid 1px #D1D1D1;
  }
  .service-content .nav-item .nav-link.active {
    border: solid 1px #FA5923;
  }
  .service-content .nav-pills {
    justify-content: space-between;
    margin: 10px 0;
  }
  .container-regist-form.form-bottom .container {
    margin-top: 20px;
  }
  .container-regist-form.form-bottom {
    background: #E4E4E4;
  }
  .service-content.two-tabs .icon-tab {
    margin-left: 0;
    justify-content: center;
  }
  .service-content .icon-tab .nav-link {
    width: 71px;
    height: 71px;
    min-height: 71px;
    margin-right: 15px;
    margin-bottom: 70px;
    margin-left: 0;
  }
  .service-content .icon-tab .nav-link::after {
    width: 65px;
    height: 65px;
    left: 3px;
    top: 3px;
    border: solid 2px #fff;
  }
  .service-content.two-tabs .icon-tab .nav-link.icon-1.active::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-1::before {
    background-size: 60%;
  }
  .service-content.two-tabs .icon-tab .nav-link.icon-2::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-2.active::before {
    background-size: 50%;
  }
  .service-content.two-tabs .icon-tab .nav-link.icon-3::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-3.active::before {
    background-size: 42%;
  }
  .service-content.two-tabs .icon-tab .nav-link.icon-4::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-4.active::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-5::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-5.active::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-6::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-6.active::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-7::before,
  .service-content.two-tabs .icon-tab .nav-link.icon-7.active::before {
    background-size: 45%;
  }
  .service-content.two-tabs .icon-tab .nav-link span {
    font-size: 18px;
    line-height: 20px;
    width: 90px;
    left: -11px;
  }
  .service-content.two-tabs .card {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
  }
  .service-content.two-tabs .tab-pane {
    padding: 0 10px;
  }
  .service-content.two-tabs .card .link-group {
    margin-left: 0;
    margin-top: 10px !important;
    padding-top: 5px;
  }
  .service-content.two-tabs .card-body .d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .service-content.two-tabs .tab-content.mt-2.pt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .service-content.two-tabs .tab-content h3 {
    font-size: 28px;
  }
  .blog-item .col-md-7 {
    margin-bottom: 10px;
  }
  .blog-item .card-title {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-item .btn-primary-link,
  .blog-item .btn-primary-link:hover,
  .blog-item .btn-primary-link:focus {
    font-size: 15px;
    line-height: 1;
  }
  .blog-item .card-body p {
    display: none;
  }
  .main-content {
    padding-bottom: 36px;
  }
  .blog-item .page-link {
    font-size: 20px;
  }
  .blog-item nav.pt-5 {
    padding-top: 1.5rem !important;
  }
  /*Technology page*/
  .img-wrapper::after {
    height: 6px;
  }
  .tech-item .card-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .tech-item .card-body {
    padding: 20px 0 0;
  }
  .tech-item .card-body p {
    margin-bottom: 10px;
  }
  .tech-item .card {
    margin-bottom: 40px;
  }
  .pagination-main nav {
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .service-content .nav-item {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* .hero-banner {
    height: auto !important;
  } */
  .btn-orange, .btn-orange-v2 {
      padding: 8px 24px;
      font-size: 14px;
  }
  
  .carousel-caption .btn-orange {
    display: inline;
    padding: 8px 24px;
      font-size: 14px;
    }
  .how-to-list li {
    width: 46%;
  }
  .h
  .how-to-list li:nth-child(3) img {
    left: 0;
  }
  .how-to-list li .card-servic {
    width: 100%;
  }
  .home-how-to .card-service img {
    width: 54px;
  }
  .home-how-to .card-service .title-1 h3 span {
    font-size: 34px;
    line-height: 45px;
    left: 40px;
  }
  .how-to-list li .title-1 h3 strong {
    font-size: 16px;
    line-height: 1;
  }
  .how-to-list li:nth-child(3) .card-service {
    margin: 0 auto;
    width: 250px;
    position: relative;
    left: -10px;
  }
  .how-to-list li:nth-child(3) img {
    left: 0;
  }
  .home-how-to .card-service .title-1 h3 strong {
    margin-left: 20px;
  }
  .home-how-to .card-service .title-1 p {
    font-size: 12px;
  }
  .how-to-list li,
  .home-how-to .card-service {
    height: 290px;
  }
  .how-to-list li:nth-child(4),
  .how-to-list li:nth-child(5) {
    top: -66px;
  }
  .how-to-list li:nth-child(4) .card-service .title-1 h3 span {
    left: 12px;
  }
  .img-wrapper .card-img-top {
    max-height: 319px;
  }
  .how-to-list li:nth-child(3) .card-service .title-1 h3 span {
    line-height: 1;
  }
  .how-to-list li:nth-child(4) .card-service .title-1 h3 span {
    left: 42px;
    line-height: 1;
    top: 0;
  }
  .how-to-list li:nth-child(5) .card-service .title-1 h3 span {
    left: 27px;
    line-height: 1;
    top: 0;
  }
  .link-group.marginleft-auto {
    margin-left: 0 !important;
    padding-top: 8px;
  }
  .review-name {
    font-size: 22px;
    margin-bottom: 0;
  }
  .review-date {
    font-size: 16px;
  }
  .about-wrapper h3 {
    font-size: 18px !important;
    line-height: 20px ;
  }
  .about-wrapper h3 br {
    display: none;
  }
  .card-about {
    margin-top: 50px;
    padding-top: 100px;
  }
}

@media (max-width: 640px) {
  .promotion {
    max-width: 100%;
  }
  
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: solid 1px  #FA5923 !important;
  }
  .promotion .swiper-container {
    padding-bottom: 25px;
  }
  .promotion .outline-black {
    margin-top: 5px;
    font-size: 16px;
  }

}

@media (max-width: 523px) {
  .how-to-list li,
  .how-to-list li:nth-child(3) .card-service {
    width: 167px;
    height: 225px;
  }
  .how-to-list li:nth-child(3) .card-service {
    left: -7px;
  }
  .how-to-list li {
    margin-right: 10px;
  }
  .how-to-list li:nth-child(3) {
    width: 100%;
  }
  .home-how-to .card-service,
  .how-to-list li:nth-child(2) .card-service {
    padding: 40px 15px 0;
  }
  .how-to-list li:nth-child(2) .card-service .title-1 h3 span {
    left: 9px;
  }
  .how-to-list li:nth-child(3) .card-service .title-1 h3 span {
    left: 4px;
    top: -7px;
  }
  .home-how-to .card-service .title-1 p {
    font-size: 11px !important;
    line-height: 1;
  }
  .home-how-to .card-service .title-1 h3 strong {
    margin-left: 16px;
  }
  .how-to-list li .title-1 h3 strong {
    font-size: 14px;
    line-height: 1;
  }
  .how-to-list li:nth-child(4) .card-service .title-1 h3 span {
    left: 16px;
  }
  .how-to-list li:nth-child(5) .card-service .title-1 h3 span {
    left: 5px;
  }
  .how-to-list li:nth-child(4), .how-to-list li:nth-child(5) {
    top: -78px;
  }
  .home-how-to .card-service .title-1 h3 span {
    left: 23px;
  }
  .home-service p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .card-about ul {
    width: 100%;
    margin-left: 20px;
  }
  .card-about ul li:nth-child(even) .hexagon,
  .card-about ul li:nth-child(odd) .hexagon,
  .card-about ul li:last-child .hexagon .card-about .hexagon {
    left: 80px;
  }
  .service-content .tab-content.customer-content .tab-pane {
    padding: 0 15px;
  }
  .container-service  .card-img-top {
    max-height: 260px;
  }
  .promotion .swiper-container {
    width: 80%;
  }
  .service-content.two-tabs .icon-tab .nav-link span {
    font-size: 16px;
    line-height: 1;
  }
  .service-content .icon-tab .nav-link {
    margin-right: 10px;
  }
  .how-to-list li {
    margin-right: 8px;
  }
  .promotion .swiper-button-next {
    right: 15px;
  }
  .promotion .swiper-button-prev {
    left: 15px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after,
  .swiper-button-next::before  {
    background-size: 100%;
    width: 15px;
  }
  .home-how-to p {
    font-size: 16px !important;
  }
  .how-to-list li:nth-child(3) .card-service {
    left: -4px;
  }
  .card-about {
    padding-left: 40px;
  }
}

@media (max-width: 375px) {
  .how-to-list li {
    margin-right: 0;
  }
  .how-to-list li:nth-child(3) .card-service {
    left: 0px;
  }
  .how-to-list li:nth-child(3) .card-service .title-1 h3 span {
    top: -2px;
  }
}

@media (max-width: 320px) {
  .service-content .icon-tab .nav-link::after {
    width: 50px;
    height: 50px;
    left: 4px;
    top: 4px;
    border: solid 1px #fff;
  }
  .service-content .icon-tab .nav-link {
    width: 58px;
    height: 58px;
    min-height: 58px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 0;
  }
  .service-content.two-tabs .icon-tab .nav-link span {
    font-size: 15px;
    line-height: 14px;
    width: 90px;
    left: -13px;
  }
  .menu-main-menu-container {
    padding-top: 20px;
  }
  .nav-contact li p {
    font-size: 15px;
    line-height: 18px;
  }
  .nav-contact li:first-child {
    width: 52%;
  }
  .how-to-list li, .how-to-list li:nth-child(3) .card-service {
    width: 147px;
    height: 212px;
  }
  .how-to-list li {
    margin-right: 0;
  
  }
  .home-how-to .card-service, .how-to-list li:nth-child(2) .card-service {
    padding: 26px 10px 0;
  }
  .how-to-list li:nth-child(2) .title-1 h3 strong {
    padding-left: 4px;
  }
  .how-to-list li:nth-child(2) .card-service .title-1 h3 span {
    left: 4px;
  }
  .home-how-to p {
    font-size: 10px !important;
  }
  .card-about {
    padding-left: 20px;
  }
}

@media screen and (orientation:landscape) {
  .bottom-nav {
    position: relative;
  }
}

.form-capcha {
  margin: 15px auto;
  width: max-content;
}

/* Hero Banner Section */
.hero-banner {
  display: flex !important;
  align-items: center;  /* Vertically center the content */
  background-size: cover;  /* Make the background image cover the entire section */
  background-position: center;  /* Ensure the background is centered */
}

.hero-banner .container {
  width: 100%;  /* Ensure container takes up full width */
  display: flex !important;
  justify-content: start;  /* Center content horizontally in container */
  align-items: center;  /* Center content vertically in container */
}

.hero-banner-text {
  padding-top: 15px;
  text-align: left;  /* Center the text */
  max-width: 600px;  /* Optional: Limit text width for better readability */
}
.hero-banner-text a {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #FA5923;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  align-items: center;
}

.hero-banner-text a img {
  margin-left: 10px;  /* Space between text and image */
}

.search-results {
  margin: 20px;
}

.search-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.search-item h2 {
  font-size: 18px;
}

.search-item p {
  color: #555;
}

.search-item a {
  color: #0073e6;
  text-decoration: none;
}

.search-item a:hover {
  text-decoration: underline;
}

/* Styling for the search results container */
.search-results-container {
  margin: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* Style for the search results heading */
.search-results-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
    /* .search-form {
        display: block;
        text-align: center;
    } */
}


/* Style for the search query text */
.search-query {
  font-weight: bold;
  color: #0073e6;
}

/* Results list container */
.results-list {
  margin-top: 20px;
}

/* Individual result item */
.search-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.search-item h2 {
  font-size: 20px;
  margin: 0;
}

.search-item a {
  text-decoration: none;
  color: #0073e6;
}

.search-item a:hover {
  text-decoration: underline;
}

/* Message for no search results */
.search-item p {
  color: #555;
}
