@import url('https://fonts.googleapis.com/css?family=Roboto');
/*=======  COMMON CSS  =======*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Rajdhani:wght@300;400;500;600;700&display=swap');
:root {
  --thm-color: #ff4a00;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1d2122;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

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

input,
textarea,
select {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 30px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #1d2122;
}

textarea {
  height: 200px;
  padding-top: 20px;
  resize: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a5a5a5;
  background: #f3f3f3
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>")
    no-repeat;
  background-position: right 30px top 50%;
}
select::-ms-expand {
  display: none;
}

select option {
  color: #333;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #1d2122;
}

.input-group {
  position: relative;
  display: block;
}
.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 45px;
  padding-left: 25px;
}
.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: var(--thm-base-color);
  top: 50%;
  transform: translateY(-50%);
}
.input-group.textarea .icon {
  top: 20px;
  transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin: 0px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #1d2122;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  transition: all 0.3s ease-out 0s;
}
a,
a:hover {
  color: var(--thm-base-color);
}

/*=======  Common Classes  =======*/
@media (min-width: 1600px) {
  .container-1500 {
    max-width: 1530px;
  }
}
@media (min-width: 1350px) and (max-width: 1599px) {
  .container-1500 {
    max-width: 1330px;
  }
}

@media (min-width: 1350px) {
  .container-1400 {
    max-width: 1430px;
  }
}

@media (min-width: 1350px) {
  .container-1320 {
    max-width: 1350px;
  }
}

@media (min-width: 1350px) {
  .container-1290 {
    max-width: 1320px;
  }
}

.main-btn {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  background-color: var(--thm-color);
  color: #fff;
  line-height: 50px;
  height: 50px;
  transition: all 0.3s ease-out 0s;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .main-btn {
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    font-size: 15px;
  }
}
.main-btn .icon {
  margin-left: 10px;
  line-height: 1;
}
.main-btn .icon-left {
  margin-right: 10px;
}
.main-btn:hover {
  color: #fff;
  background-color: #1d2122;
}
.main-btn.main-btn-2 {
  border: 2px solid #f1f1f1;
  background-color: transparent;
}
.main-btn.main-btn-2:hover {
  color: #fff;
  background-color: #1d2122;
  border-color: #1d2122;
}
.main-btn.main-btn-3 {
  background-color: #fff;
}
.main-btn.main-btn-3:hover {
  background-color: #1d2122;
  color: #fff;
}
.main-btn.main-btn-4 {
  color: #fff;
  background-color: #1d2122;
}
.main-btn.main-btn-4:hover {
  background-color: var(--thm-base-color);
  color: #1d2122;
}
.main-btn.gradient-btn {
  background: linear-gradient(90deg, #ffaa17 1.43%, #fd7e14 100%);
  position: relative;
  z-index: 1;
}
.main-btn.gradient-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fd7e14 1.43%, #ffaa17 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-btn.gradient-btn:hover {
  color: #1d2122;
}
.main-btn.gradient-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.section-title .title-tag {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #e95922;
  margin-bottom: 15px;
}
.section-title .title-tag-two {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--thm-base-color);
  margin-bottom: 15px;
}
.section-title .title {
  font-size: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .section-title .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}
.section-title .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #1d2122;
  opacity: 0.2;
}
.section-title p {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.4;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .section-title p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-title p {
    font-size: 17px;
  }
}
.section-title.white-color .title,
.section-title.white-color p {
  color: #fff;
}
.section-title.white-color .title span {
  -webkit-text-stroke: 1px #fff;
  opacity: 0.4;
}

.section-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-gap-bottom {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}

.section-gap-top {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .section-gap-top {
    padding-top: 90px;
  }
}

.section-gap-less-top {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-gap-less-top {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.section-gap-less-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-gap-less-bottom {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.grey-bg {
  background-color: #f4f9fa;
}

.smoke-bg {
  background-color: #f6f6f6;
}

.dark-bg {
  background-color: #1d2122;
}

.primary-bg {
  background-color: var(--thm-base-color);
}

.border-top {
  border-top: 2px solid #efefef !important;
}

.body-clippy-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: var(--thm-base-color);
  clip-path: polygon(65% 0, 0 0, 0 100%);
  height: 2085px;
}
@media (max-width: 1349px) {
  .body-clippy-shape {
    clip-path: polygon(70% 0, 0 0, 0 100%);
    height: 1600px;
  }
}
@media (max-width: 767px) {
  .body-clippy-shape {
    clip-path: polygon(60% 0, 0 0, 0 100%);
    height: 1500px;
  }
}

.body-color-2 {
  color: #777a7a;
}

/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1d2122;
  z-index: 9999999;
}
div#preloader .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
  background: #fff;
  animation: spin 1.5s infinite ease;
}
div#preloader .line:nth-of-type(2) {
  animation-delay: 0.1s;
}
div#preloader .line:nth-of-type(3) {
  animation-delay: 0.2s;
}
div#preloader .line:nth-of-type(4) {
  animation-delay: 0.3s;
}

/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

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

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

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

.mt-80 {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

/*=======  Animations  =======*/
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: 'Roboto', sans-serif;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo {
  color: #fff;
}
.navbar-mainbg {
  background-color: #fff;
  padding: 0px;
}
#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}
#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: calc(20 / 1920 * 100vw) calc(40 / 1920 * 100vw);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent > ul > li.active > a {
  color: var(--thm-color);
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
  }
}
/* header */
header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-toggler i {
  font-size: 30px;
}
.navbar-logo img {
  max-height: 60px;
}
.index-main {
  background: #fbf0f4;
}
.index-main-left .title {
  text-align: center;
}
.index-main-left .title h1 {
  font-size: calc(50 / 1920 * 100vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: calc(20 / 1920 * 100vw);
}

.index-main-left .title p {
  color: #333;
  line-height: calc(30 / 1920 * 100vw);
  letter-spacing: calc(26 / 1920 * 100vw);
  font-size: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
}

.tag_name {
  height: calc(60 / 1920 * 100vw);
  background: linear-gradient(135deg, #ff7b5a, #ff4d4c);
  border-radius: calc(35 / 1920 * 100vw) calc(3 / 1920 * 100vw)
    calc(35 / 1920 * 100vw) calc(3 / 1920 * 100vw);
  font-size: calc(24 / 1920 * 100vw);
  color: #fff;
  line-height: calc(32 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: calc(80 / 1920 * 100vw);
  padding: 0 calc(20 / 1920 * 100vw);
}

.Qrcode .Qrcode-title {
  display: flex;
  align-items: center;
}
.Qrcode .Qrcode-title .Qrcode-title-item {
  position: relative;
  cursor: pointer;
}
.Qrcode .Qrcode-title .Qrcode-title-item:nth-of-type(2) {
  margin-left: calc(100 / 1920 * 100vw);
}
.Qrcode .Qrcode-title .Qrcode-title-item span {
  font-size: calc(24 / 1920 * 100vw);
  color: #040818;
}

.Qrcode .Qrcode-title .Qrcode-title-item.active span {
  font-weight: 700;
}
.Qrcode .Qrcode-title .Qrcode-title-item i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAMAAADfuh9AAAAA+VBMVEUAAAD/Ukf/Wj//VEX/VkP/WEL/WEH/dyj/XD7/Yjn/Zjb/civ/eSX/VUT/WUD/XT7/Xj3/YDv/aDX/aTP/ajL/bDD/cC3/dCj/UUj/YDr/Yzj/ZDf/bS//bi7/cSv/eSb/eyP/fCL/fCP/VEX/dSn/VkP/Xj3/azH/azD/dSr/dif/eiT/fSL/Wz//dCv/Tkf/Vz//aiv/U0f/XD7/cyv/azD/U0f/XD7/UEn/dCr/bTH/YTj/eib/dSr/XT3/dSr/YTn/VkD/Wz//XDf/Ukb/Ukj/Xjz/WkD/Wz//YTr/V0P/Yzn/azH/eyP/Zzb/Ukb/ZTj/diX/bTeXQHN6AAAAU3RSTlMA7tbp4t/cg9LAtpN95trPyseyrqmil4nyxLy5n5uPgHZzIxQJ5M2lpIyHeXFkNSQgEbq3kIV9eGxsZ1paVE9JPDIqB9DNy76to6F5bl9eV04pHHVO+jQAAAEKSURBVCjPxZDXdoJAFEUp6khAgRiwBKUZoxRDrLGX9K7+/8d4B3ApuHx0eZ/Ow15nnxni7Oe57kOQqjNHm1SPiWkqkaH//TjWNU4dPMeJBZVM0CSJewxHtzlkjWOE+Z5K3tFk4Qly09FsFVmNSYR4/MiCJ0QM7EH5Cjs82LNsU1nfU/AH/9qcagEiV2Yh5PWFNBV4ekGnzqF8o8OWFaneHf6535/iGw8I9rTCVgMjrFxW6je566tbpijW0tiTIV/NnXkNUwCR7jFSYooCDwh4Xrz9OgN1WFkBBEpKjCgEnpYZeeMg4uGxpxf/zWZ376lBydciBvjQj5QLPe3+kjhxm/lqNJrOTeIitwVjsh8gwRCuVQAAAABJRU5ErkJggg==)
    no-repeat;
  width: calc(34 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
  background-size: contain;
  position: absolute;
  bottom: calc(-24 / 1920 * 100vw);
  transition: all 0.3s ease;
  left: calc(20 / 1920 * 100vw);
  opacity: 0;
}

.Qrcode .Qrcode-title .Qrcode-title-item.active i {
  opacity: 1;
}
.Qrcode .Qrcode-content {
  margin-top: calc(40 / 1920 * 100vw);
}
.Qrcode .Qrcode-content .Qrcode-content-item {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: calc(15 / 1920 * 100vw);
}
.Qrcode .Qrcode-content .Qrcode-content-item img {
  width: calc(120 / 1920 * 100vw);
  height: calc(120 / 1920 * 100vw);
}
.Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text {
  font-size: calc(18 / 1920 * 100vw);
  color: #040818;
  margin-left: calc(20 / 1920 * 100vw);
  line-height: calc(30 / 1920 * 100vw);
}
.Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text h4 {
  margin-bottom: calc(10 / 1920 * 100vw);
  font-size: calc(24 / 1920 * 100vw);
}
.swiperBanner {
  opacity: 0.5;
}
footer {
  background: #fafbfd;
  text-align: center;
  padding: calc(40 / 1920 * 100vw);
}
footer .footer-contact {
  text-align: left;
}
footer .footer-contact .logo {
  max-height: calc(45 / 1920 * 100vw);
  filter: brightness(0) invert(0);
  opacity: 0.4;
  margin-bottom: calc(20 / 1920 * 100vw);
}
footer .footer-contact .logo img {
  max-height: calc(45 / 1920 * 100vw);
}
footer .footer-contact p {
  font-size: calc(14 / 1920 * 100vw);
  color: #040818be;
  line-height: calc(30 / 1920 * 100vw);
}
footer .footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-menu ul li {
  margin-left: calc(20 / 1920 * 100vw);
}
footer .footer-menu ul li a {
  font-size: calc(16 / 1920 * 100vw);
  color: #000;
  line-height: calc(30 / 1920 * 100vw);
  font-weight: 600;
}
footer .copyright {
  margin-top: calc(20 / 1920 * 100vw);
  text-align: right;
}
footer .copyright p {
  font-size: calc(14 / 1920 * 100vw);
  color: #040818be;
  line-height: calc(30 / 1920 * 100vw);
}
.index-main-form {
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.index-main-form h2 {
  font-size: calc(34 / 1920 * 100vw);
  color: var(--thm-color);
  line-height: calc(32 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
}
.index-main-form input {
  display: block;
  padding: 0.375rem 0.75rem;
  height: calc(55 / 1920 * 100vw);
  line-height: calc(55 / 1920 * 100vw);
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: calc(16 / 1920 * 100vw);
  border-radius: 0.26rem;
  font-weight: normal;
}
.index-main-form input::placeholder {
  color: #000;
}
.index-main-form textarea::placeholder {
  color: #000;
}
.index-main-form textarea {
  display: block;
  padding: 0.375rem 0.75rem;
  height: calc(150 / 1920 * 100vw);
  line-height: calc(55 / 1920 * 100vw);
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  font-size: calc(16 / 1920 * 100vw);
  border-radius: 0.26rem;
  font-weight: normal;
}
.index-main-form button {
  font-size: calc(16 / 1920 * 100vw);
  padding: 0 calc(45 / 1920 * 100vw);
  height: calc(55 / 1920 * 100vw);
  line-height: calc(55 / 1920 * 100vw);
}
.page-banner {
  position: relative;
}
.page-banner .page-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-banner .page-banner-title {
  position: relative;
}
.page-banner .page-banner-title h2 {
  font-size: calc(56 / 1920 * 100vw);
  color: #fff;
  line-height: calc(32 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
  position: relative;
  z-index: 100;
}
.page-banner .page-banner-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: calc(140 / 1920 * 100vw);
  color: #fff;
  line-height: calc(30 / 1920 * 100vw);
  font-weight: bold;
  opacity: 0.2;
}
.page-navlist {
  background: #fbf0f4;
  width: 100%;
  line-height: calc(70 / 1920 * 100vw);
  padding-bottom: 20px;
  overflow: hidden;
}
.page-navlist-box {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-navlist-box a {
  position: relative;
  font-size: calc(20 / 1920 * 100vw);
  color: #000;
  line-height: calc(70 / 1920 * 100vw);
  padding: 0 calc(40 / 1920 * 100vw);
}
.page-navlist-box a span {
  display: block;
  line-height: 50px;
}
.page-navlist-box a:hover,
.page-navlist-box a.active {
  color: var(--thm-color);
}
.page-navlist-box i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAMAAADfuh9AAAAA+VBMVEUAAAD/Ukf/Wj//VEX/VkP/WEL/WEH/dyj/XD7/Yjn/Zjb/civ/eSX/VUT/WUD/XT7/Xj3/YDv/aDX/aTP/ajL/bDD/cC3/dCj/UUj/YDr/Yzj/ZDf/bS//bi7/cSv/eSb/eyP/fCL/fCP/VEX/dSn/VkP/Xj3/azH/azD/dSr/dif/eiT/fSL/Wz//dCv/Tkf/Vz//aiv/U0f/XD7/cyv/azD/U0f/XD7/UEn/dCr/bTH/YTj/eib/dSr/XT3/dSr/YTn/VkD/Wz//XDf/Ukb/Ukj/Xjz/WkD/Wz//YTr/V0P/Yzn/azH/eyP/Zzb/Ukb/ZTj/diX/bTeXQHN6AAAAU3RSTlMA7tbp4t/cg9LAtpN95trPyseyrqmil4nyxLy5n5uPgHZzIxQJ5M2lpIyHeXFkNSQgEbq3kIV9eGxsZ1paVE9JPDIqB9DNy76to6F5bl9eV04pHHVO+jQAAAEKSURBVCjPxZDXdoJAFEUp6khAgRiwBKUZoxRDrLGX9K7+/8d4B3ApuHx0eZ/Ow15nnxni7Oe57kOQqjNHm1SPiWkqkaH//TjWNU4dPMeJBZVM0CSJewxHtzlkjWOE+Z5K3tFk4Qly09FsFVmNSYR4/MiCJ0QM7EH5Cjs82LNsU1nfU/AH/9qcagEiV2Yh5PWFNBV4ekGnzqF8o8OWFaneHf6535/iGw8I9rTCVgMjrFxW6je566tbpijW0tiTIV/NnXkNUwCR7jFSYooCDwh4Xrz9OgN1WFkBBEpKjCgEnpYZeeMg4uGxpxf/zWZ376lBydciBvjQj5QLPe3+kjhxm/lqNJrOTeIitwVjsh8gwRCuVQAAAABJRU5ErkJggg==)
    no-repeat;
  width: 34px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.page-navlist-box a.active i {
  opacity: 1;
}
.about-main {
  background: #fff;
}
.about-main .title {
  font-size: calc(28 / 1920 * 100vw);
  margin-bottom: calc(15 / 1920 * 100vw);
  font-weight: bold;
}
.about-main .text {
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(35 / 1920 * 100vw);
}
.page-culture {
  background: #fafbfd;
  width: 100%;
}
.culture_box {
  text-align: center;
  position: relative;
}
.culture_box p {
  font-size: calc(20 / 1920 * 100vw);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 45px;
}
/*------------------- 4.34. FAQ  -------------------*/
.vs-accordion .accordion-item {
  margin-bottom: 38px;
}
.vs-accordion .accordion-body {
  padding: 25px 0 1px 0;
  border: none;
}
.vs-accordion .accordion-collapse {
  border: none;
}
.vs-accordion .accordion-button {
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
  color: var(--title-color);
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.vs-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.vs-accordion .accordion-button:after {
  content: '\f067';
  font-family: var(--icon-font);
  width: auto;
  height: auto;
  background-image: none;
  font-weight: 300;
  transform: none;
  color: var(--title-color);
}
.vs-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  outline: none;
  color: var(--title-color);
}
.vs-accordion .accordion-button:not(.collapsed):after {
  content: '\f068';
}
.service-content-item {
  background: linear-gradient(135deg, #fff3f3, #fff3f3);
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  /* width: 16.25rem; */
}
.service-content-item span {
  display: block;
  border-radius: 50%;
  text-align: left;
  font-size: calc(60 / 1920 * 100vw);
  color: #ff6520;
  margin: 0 auto;
}
.service-content-item h4 {
  color: #000;
  font-size: calc(24 / 1920 * 100vw);
  padding: calc(20 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw);
}
.service-content-item p {
  color: #666;
  font-size: calc(18 / 1920 * 100vw);
  text-align: justify;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-accordion .accordion-button {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-accordion .accordion-button {
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .vs-accordion .accordion-item {
    margin-bottom: 28px;
  }
}
@media (max-width: 1366px) {
  header {
    padding: calc(15 / 1366 * 100vw);
  }
  .navbar-logo img {
    max-height: calc(60 / 1366 * 100vw);
  }
  .navbar-toggler i {
    font-size: calc(30 / 1366 * 100vw);
  }
  .index-main-left .title h1 {
    justify-content: center !important;
    font-size: calc(35 / 1366 * 100vw);
    margin-bottom: 20px;
  }
  .index-main-left .title h1 span:nth-of-type(2) {
    margin-left: 15px;
  }
  .index-main-left .title p {
    line-height: calc(30 / 1366 * 100vw);
    letter-spacing: calc(22 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  .tag_name {
    height: calc(60 / 1366 * 100vw);
    border-radius: calc(35 / 1366 * 100vw) calc(3 / 1366 * 100vw)
      calc(35 / 1366 * 100vw) calc(3 / 1366 * 100vw);
    font-size: calc(24 / 1366 * 100vw);
    line-height: calc(32 / 1366 * 100vw);
    margin-bottom: calc(80 / 1366 * 100vw);
    padding: 0 calc(20 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-title .Qrcode-title-item:nth-of-type(2) {
    margin-left: calc(60 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-title .Qrcode-title-item span {
    font-size: calc(24 / 1366 * 100vw);
    color: #040818;
  }
  .Qrcode .Qrcode-title .Qrcode-title-item i {
    width: calc(34 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
    bottom: calc(-24 / 1366 * 100vw);
    left: calc(20 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-content {
    margin-top: calc(40 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item {
    padding: calc(15 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item img {
    width: calc(120 / 1366 * 100vw);
    height: calc(120 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text {
    font-size: calc(18 / 1366 * 100vw);
    margin-left: calc(20 / 1366 * 100vw);
    line-height: calc(30 / 1366 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text h4 {
    margin-bottom: calc(10 / 1366 * 100vw);
    font-size: calc(24 / 1366 * 100vw);
  }
  footer {
    padding: calc(40 / 1366 * 100vw);
  }
  footer .footer-contact {
    text-align: center;
  }
  footer .footer-contact .logo {
    max-height: calc(45 / 1366 * 100vw);
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  footer .footer-contact .logo img {
    max-height: calc(45 / 1366 * 100vw);
  }
  footer .footer-contact p {
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(30 / 1366 * 100vw);
  }
  footer .footer-menu ul {
    justify-content: center;
  }
  footer .footer-menu ul li {
    margin-left: calc(20 / 1366 * 100vw);
  }
  footer .footer-menu ul li a {
    font-size: calc(16 / 1366 * 100vw);
    line-height: calc(30 / 1366 * 100vw);
  }
  footer .copyright {
    margin-top: calc(20 / 1366 * 100vw);
  }
  footer .copyright p {
    text-align: center;
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(30 / 1366 * 100vw);
  }
  .index-main-right {
    padding: 80px 0;
  }
  .index-main-form {
    max-width: 100%;
    width: 100%;
  }
  .index-main-form h2 {
    font-size: calc(34 / 1366 * 100vw);
    line-height: calc(32 / 1366 * 100vw);
    margin-bottom: calc(40 / 1366 * 100vw);
  }
  .index-main-form .form-group {
    margin-bottom: 10px;
  }
  .index-main-form input {
    display: block;
    height: calc(55 / 1366 * 100vw);
    line-height: calc(55 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
  .index-main-form textarea {
    height: calc(150 / 1366 * 100vw);
    line-height: calc(55 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
  .index-main-form button {
    font-size: calc(18 / 1366 * 100vw);
    padding: 0 calc(45 / 1366 * 100vw);
    height: calc(55 / 1366 * 100vw);
    line-height: calc(55 / 1366 * 100vw);
  }
  .about-main .title {
    font-size: calc(28 / 1366 * 100vw);
    margin-bottom: calc(15 / 1366 * 100vw);
  }
  .about-main .text {
    font-size: calc(18 / 1366 * 100vw);
    line-height: calc(35 / 1366 * 100vw);
  }
  .page-navlist-box a {
    font-size: calc(20 / 1366 * 100vw);
    line-height: calc(70 / 1366 * 100vw);
    padding: 0 calc(40 / 1366 * 100vw);
  }
}

@media (max-width: 767px) {
  header {
    padding: calc(15 / 720 * 100vw);
  }
  .navbar-logo img {
    max-height: calc(60 / 720 * 100vw);
  }
  .navbar-toggler i {
    font-size: calc(30 / 720 * 100vw);
  }
  .index-main-left .title h1 {
    justify-content: center !important;
    font-size: calc(50 / 720 * 100vw);
    margin-bottom: 20px;
  }
  .index-main-left .title h1 span:nth-of-type(2) {
    margin-left: 15px;
  }
  .index-main-left .title p {
    line-height: calc(30 / 720 * 100vw);
    letter-spacing: calc(26 / 720 * 100vw);
    font-size: calc(20 / 720 * 100vw);
    margin-bottom: calc(20 / 720 * 100vw);
  }
  .tag_name {
    height: calc(60 / 720 * 100vw);
    border-radius: calc(35 / 720 * 100vw) calc(3 / 720 * 100vw)
      calc(35 / 720 * 100vw) calc(3 / 720 * 100vw);
    font-size: calc(24 / 720 * 100vw);
    line-height: calc(32 / 720 * 100vw);
    margin-bottom: calc(80 / 720 * 100vw);
    padding: 0 calc(20 / 720 * 100vw);
  }
  .Qrcode .Qrcode-title .Qrcode-title-item:nth-of-type(2) {
    margin-left: calc(60 / 720 * 100vw);
  }
  .Qrcode .Qrcode-title .Qrcode-title-item span {
    font-size: calc(24 / 720 * 100vw);
    color: #040818;
  }
  .Qrcode .Qrcode-title .Qrcode-title-item i {
    width: calc(34 / 720 * 100vw);
    height: calc(20 / 720 * 100vw);
    bottom: calc(-24 / 720 * 100vw);
    left: calc(20 / 720 * 100vw);
  }
  .Qrcode .Qrcode-content {
    margin-top: calc(40 / 720 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item {
    padding: calc(15 / 720 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item img {
    width: calc(120 / 720 * 100vw);
    height: calc(120 / 720 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text {
    font-size: calc(18 / 720 * 100vw);
    margin-left: calc(20 / 720 * 100vw);
    line-height: calc(30 / 720 * 100vw);
  }
  .Qrcode .Qrcode-content .Qrcode-content-item .Qrcode-content-item-text h4 {
    margin-bottom: calc(10 / 720 * 100vw);
    font-size: calc(24 / 720 * 100vw);
  }
  footer {
    padding: calc(40 / 720 * 100vw);
  }
  footer .footer-contact {
    text-align: center;
  }
  footer .footer-contact .logo {
    max-height: calc(45 / 720 * 100vw);
    margin-bottom: calc(20 / 720 * 100vw);
  }
  footer .footer-contact .logo img {
    max-height: calc(45 / 720 * 100vw);
  }
  footer .footer-contact p {
    font-size: calc(14 / 720 * 100vw);
    line-height: calc(30 / 720 * 100vw);
  }
  footer .footer-menu ul {
    justify-content: center;
  }
  footer .footer-menu ul li {
    margin-left: calc(20 / 720 * 100vw);
  }
  footer .footer-menu ul li a {
    font-size: calc(16 / 720 * 100vw);
    line-height: calc(30 / 720 * 100vw);
  }
  footer .copyright {
    margin-top: calc(20 / 720 * 100vw);
  }
  footer .copyright p {
    text-align: center;
    font-size: calc(14 / 720 * 100vw);
    line-height: calc(30 / 720 * 100vw);
  }
  .index-main-right {
    padding: 80px 0;
  }
  .index-main-form {
    max-width: 100%;
    width: 100%;
  }
  .index-main-form h2 {
    font-size: calc(34 / 720 * 100vw);
    line-height: calc(32 / 720 * 100vw);
    margin-bottom: calc(40 / 720 * 100vw);
  }
  .index-main-form .form-group {
    margin-bottom: 10px;
  }
  .index-main-form input {
    display: block;
    height: calc(55 / 720 * 100vw);
    line-height: calc(55 / 720 * 100vw);
    font-size: calc(16 / 720 * 100vw);
  }
  .index-main-form textarea {
    height: calc(150 / 720 * 100vw);
    line-height: calc(55 / 720 * 100vw);
    font-size: calc(16 / 720 * 100vw);
  }
  .index-main-form button {
    font-size: calc(18 / 720 * 100vw);
    padding: 0 calc(45 / 720 * 100vw);
    height: calc(55 / 720 * 100vw);
    line-height: calc(55 / 720 * 100vw);
  }
  .about-main .title {
    font-size: calc(28 / 720 * 100vw);
    margin-bottom: calc(15 / 720 * 100vw);
  }
  .about-main .text {
    font-size: calc(18 / 720 * 100vw);
    line-height: calc(35 / 720 * 100vw);
  }
  .page-navlist-box a {
    font-size: calc(20 / 720 * 100vw);
    line-height: calc(70 / 720 * 100vw);
    padding: 0 calc(40 / 720 * 100vw);
  }
  .service-content-item h4 {
    font-size: calc(24 / 720 * 100vw);
    padding: calc(20 / 720 * 100vw) 0 calc(10 / 720 * 100vw);
  }
  .service-content-item span {
    font-size: calc(60 / 720 * 100vw);
  }
  .service-content-item p {
    font-size: calc(18 / 720 * 100vw);
  }
}
