body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  background-color: #f5f5f5;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.page-home {
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: 0.3s;
  color: #383838;
}
a:hover {
  text-decoration: none;
  color: #c31a12;
}
.font-weight-semibold {
  font-weight: 600;
}
@media (min-width: 767px) {
  h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    margin: 0 0 20px;
  }
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
}
/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
}
.header__top {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 8px;
  padding: 12px 0;
}
.header__top__users > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  gap: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  height: 32px;
  border-radius: 16px;
  font-weight: bold;
}
.page-home .header__top {
  color: #fff;
}
.header__menu {
  font-weight: 500;
}
.header__left {
  background-color: #fff;
  border-radius: 40px;
  width: 747px;
  height: 80px;
  padding: 8px;
}
.header__left .logo a {
  display: block;
  background-color: #f4f6f6;
  border-radius: 32px;
  width: 262px;
  height: 64px;
}
.gnav {
  padding: 0 20px;
}
.gnav .is-active a {
  color: #c31a12;
}
.header__right {
  background-color: #fff;
  border-radius: 40px;
  width: 496px;
  height: 80px;
  padding: 8px 8px 8px 80px;
  position: relative;
  display: flex;
  gap: 20px;
}
.header__right::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/online247.svg) no-repeat center;
  position: absolute;
  left: 8px;
  top: 10px;
}
.header__right li:not(:last-child) {
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.sp_contact {
  display: none;
}
@media (max-width: 1350px) {
  .header__right {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 11;
  }
  .header__left {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header__top li {
    margin-left: 40px;
  }
  .header__top .header__top__users > li {
    margin-left: 20px;
    position: relative;
  }
  .header__top__users > li:last-child > a {
    background: url(../img/chevron-down.svg) no-repeat right 15px center #fff;
    padding-right: 56px;
  }
}
.header__top .header__top__users > li {
  position: relative;
}
.submenu {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 11;
  padding: 12px;
  border-radius: 12px;
  margin-top: 5px;
  display: none;
}
.header__top__users .submenu li {
  margin-left: 0 !important;
}
.header__top__users .submenu li:not(:last-child) {
  border-bottom: 1px dashed #bdbdbd;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.submenu a {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 0 15px;
  }
  .header__top ul {
    gap: 20px;
  }
  .header__top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px;
  }
  .header__right {
    display: none;
  }
  .header__menu {
    position: relative;
  }
  .header__left {
    height: 50px;
    padding: 5px;
  }
  .header__left .logo a {
    width: 164px;
    height: 40px;
    padding: 0 10px;
  }
  .gnav {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 12;
    padding: 20px;
    margin-top: 10px;
    display: none;
  }
  .gnav li {
    margin-bottom: 10px;
  }
  .gnav a {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .sp_contact {
    display: block;
    border: 1px dashed #bdbdbd;
    border-radius: 12px;
    padding: 10px 12px 1px;
  }
  .sp_contact li:not(:last-child) {
    border-bottom: 1px dashed #bdbdbd;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .hamburger {
    border-radius: 20px;
    background-color: #f4f6f6;
    margin: 0 5px 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 11;
  }
  .hamburger span {
    display: block;
    width: 18px;
    height: 3px;
    background-color: #c31a12;
    border-radius: 2px;
    position: absolute;
    left: 11px;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 19px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
  .menu-open .hamburger span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-open .hamburger span:nth-child(2) {
    opacity: 0;
    left: -10px;
  }
  .menu-open .hamburger span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
  .header__top {
    padding: 0;
  }
  .header__top__users {
    position: absolute;
    right: 65px;
    top: 15px;
    padding: 0;
    z-index: 11;
    gap: 5px !important;
  }
  .header__top__users > li > a {
    background-color: #f4f6f6;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 20px;
    box-shadow: none;
  }
  .submenu-langs {
    padding: 0;
  }
  .submenu-langs a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
  }
}
/*  */
.page-home .main {
  background: url(../img/bg2.png) no-repeat center 812px;
}
@media screen and (min-width: 992px) {
  .page-home .main {
    background-size: 650px auto;
  }
}
section {
  padding: 40px 0;
}
.mv {
  color: #fff;
  padding: 180px 0 0;
  position: relative;
}
.mv-bg {
  background: url(../img/bg1.jpg) no-repeat center bottom / cover;
  border-radius: 0 0 80px 80px;
  height: 812px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mv .container-fluid {
  position: relative;
}
.mv h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 28px;
}
.text-size48 {
  font-size: 48px;
}
.text-size64 {
  font-size: 64px;
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mv {
    color: #fff;
    height: auto;
    padding: 70px 0 0;
  }
  .mv-bg {
    border-radius: 0 0 20px 20px;
    height: 812px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mv h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .text-size48 {
    font-size: 24px;
  }
  .text-size64 {
    font-size: 32px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
}
.box {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  padding: 20px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 25px;
}
.btn {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #c31a12;
  border-radius: 24px;
  padding: 11px 20px;
  font-weight: 600;
}
.icon {
  display: inline-block;
  padding-left: 34px;
}
.is-email {
  background: url(../img/email.svg) no-repeat left center;
}
.is-whatsapp {
  background: url(../img/whatsapp.svg) no-repeat left center;
}
.is-telegram {
  background: url(../img/telegram.svg) no-repeat left center;
}
.view-all {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c31a12;
  color: #c31a12;
  width: 138px;
  height: 42px;
  margin: 0 auto;
  font-weight: 600;
}
/*  */
.w-800 {
  max-width: 800px;
}
.w-960 {
  max-width: 960px;
}
.w-1440 {
  max-width: 1440px;
}
.legit-list {
  gap: 40px;
}
.legit-list li {
  flex: 1;
  line-height: 40px;
}
.legit-list li .img {
  margin-bottom: 5px;
}
@media (max-width: 1320px) {
  .legit-list {
    gap: 20px;
  }
  .legit-list li {
    flex: none;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .legit-list {
    gap: 10px;
  }
  .legit-list li {
    width: calc(50% - 5px);
    padding: 15px 5px 5px;
  }
}
/*  */
.why-list {
  gap: 20px;
}
.why-list li {
  flex: 1;
}
.why-list li h3 {
  margin-bottom: 14px;
}
.why-list li .img {
  margin-bottom: 20px;
}
.why .view-all {
  background-color: #c31a12;
  color: #fff;
  font-size: 20px;
  width: 256px;
  height: 48px;
  margin-top: 40px;
}
@media (max-width: 1320px) {
  .why-list li {
    flex: none;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .why-list li {
    width: 100%;
  }
}
._buttonOne,
._buttonSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid #c31a12;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  background-color: #c31a12;
  color: #fff;
  cursor: pointer;
}
._buttonSubmit {
  width: 200px;
}
/*  */
.apply {
  background: url(../img/bg3_2.png) no-repeat center bottom,
    url(../img/bg3.jpg) no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.bubble1 {
  background: url(../img/buble1.png) no-repeat center / cover;
  width: 343px;
  height: 372px;
  padding: 35px 0 0;
  margin: 0 auto;
}
.bubble2 {
  background: url(../img/buble2.png) no-repeat center / cover;
  width: 465px;
  height: 525px;
  padding: 80px 0 0;
  margin: 0 auto;
}
.bubble3 {
  background: url(../img/buble3.png) no-repeat center / cover;
  width: 361px;
  height: 375px;
  padding: 35px 0 0;
  margin: 0 auto;
}
.apply-list .img,
.apply-list h3 {
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .apply {
    height: 800px;
  }
  .bubble1 {
    position: absolute;
    left: 70px;
    bottom: 65px;
  }
  .bubble2 {
    position: absolute;
    left: 50%;
    bottom: 85px;
    transform: translateX(-52%);
  }
  .bubble3 {
    position: absolute;
    right: 65px;
    bottom: 65px;
  }
}
@media (max-width: 1320px) {
  .bubble2 {
    width: 360px;
    height: 406px;
    padding: 35px 0 0;
  }
  .apply-list .img,
  .apply-list h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .bubble1 {
    background: url(../img/bubble1_sp.png) no-repeat center / cover;
    width: 300px;
    height: 270px;
    padding: 35px 0 0;
  }
  .bubble2 {
    background: url(../img/bubble2_sp.png) no-repeat center / cover;
    width: 300px;
    height: 300px;
  }
  .bubble3 {
    background: url(../img/bubble3_sp.png) no-repeat center / cover;
    width: 300px;
    height: 270px;
  }
  .bubble1 img,
  .bubble2 img,
  .bubble3 img {
    width: 50px;
  }
  .apply-list .img {
    margin-bottom: 10px;
  }
  .apply-list h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/*  */
.support {
  background: url(../img/bg4.jpg) no-repeat center / cover;
  height: 390px;
  padding: 80px 0;
}
.support a {
  color: #333;
}
@media (min-width: 1160px) {
  .support p {
    font-size: 24px;
  }
  .support-list a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .support {
    background: url(../img/bg4.jpg) no-repeat center / cover;
    height: auto;
    padding: 40px 0;
  }
  .support li:not(:last-child) {
    margin-bottom: 20px;
  }
  .support a {
    width: 260px;
  }
}
/*  */
.testimonials {
  background: url(../img/bg5.jpg) no-repeat center / cover;
}
.testimonials-in {
  max-width: 584px;
  margin: 0 auto;
}
.testimonials dl {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  position: relative;
}
.testimonials dl::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #bdbdbd transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
}
.testimonials dl dt {
  margin-bottom: 10px;
}
.testimonials dl dd {
  font-size: 14px;
  margin: 0;
}
.testimonials-in p {
  margin: 8px 0 0;
}
.testimonials-in p span {
  font-size: 12px;
}
/* slick */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 3;
  border: none;
  margin-top: -25px;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}
/* .slick-prev {
	background-image: url(../img/prev.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: -15px;
}
.slick-next {
	background-image: url(../img/next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right: -15px;
} */

/* slick */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  background-color: #fff;
  position: relative;
  list-style: none;
}
.slick-dots li.slick-active {
  background-color: #c31a12;
  width: 32px;
}
.slick-dots li button {
  opacity: 0;
}
/*  */
.footer {
  background: url(../img/bgf.jpg) no-repeat center / cover;
  color: #fff;
  padding: 40px 0;
}
.footer h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 14px;
}
.fnav-label {
  font-size: 40px;
  line-height: 47px;
}
.fnav-info li {
  line-height: 30px;
  padding: 0 0 0 36px;
  margin: 0 0 25px;
  font-weight: 600;
}
.fnav-info li.home {
  background: url(../img/ico-home.svg) no-repeat left top;
}
.fnav-info li.phone {
  background: url(../img/ico-phone.svg) no-repeat left center;
}
.fnav-info li.mail {
  background: url(../img/ico-mail.svg) no-repeat left center;
}
.fnav-info li a {
  color: #fff;
  font-weight: bold;
}
.contact-info .fnav-info li.home {
  background: url(../img/ico-home-on.svg) no-repeat left top;
}
.contact-info .fnav-info li.phone {
  background: url(../img/ico-phone-on.svg) no-repeat left center;
}
.contact-info .fnav-info li.mail {
  background: url(../img/ico-mail-on.svg) no-repeat left center;
}
.contact-info .fnav-info li a {
  color: #4d1b14;
}
.map img {
  width: 100%;
}
.copyright {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  font-size: 14px;
  padding: 20px 0 14px;
  margin: 40px 0 0;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .footer .col-md-6 {
    margin: 0 0 30px;
  }
  .footer p:last-child {
    margin-bottom: 0;
  }
  .footer h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 14px;
  }
  .fnav-label {
    font-size: 20px;
    line-height: 1.5;
  }
  .copyright {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
  .copyright {
    font-size: 12px;
  }
  .fnav-info li.home {
    font-size: 12px;
  }
}
/* news */
.news-list {
  margin-bottom: 40px;
}
.news-list img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .news-list li {
    width: 360px;
  }
  .news-list li:nth-child(1) {
    width: 560px;
    grid-area: 1 / 2 / 3 / 3;
    position: relative;
  }
  .news-list li:nth-child(1) .text {
    border-radius: 0 0 8px 8px;
    background-image: linear-gradient(rgba(153, 153, 153, 0), #000);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 40px 55px;
  }
  .news-list li:nth-child(1) .text .p-date {
    color: #fff;
  }
  .news-list li:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .news-list li:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .news-list li:nth-child(4) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .news-list li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
  }
}
@media screen and (max-width: 992px) {
  .news-list {
    margin: 0 -15px 30px;
  }
  .news-list li {
    padding: 0 15px;
  }
  .news-list li img {
    height: 64vw;
    object-fit: cover;
    object-position: center;
  }
}
.p-title {
  font-weight: 600;
  margin: 16px 0;
}
.p-date {
  color: #808080;
  font-size: 12px;
  margin-bottom: 0;
}
.news-list img {
  border-radius: 8px;
}

/*  */
body:not(.page-home) main {
  padding-top: 146px;
}
@media screen and (max-width: 767px) {
  body:not(.page-home) main {
    padding-top: 70px;
  }
}
.page-about main {
  background: url(../img/bg2.png) no-repeat center top;
}
@media screen and (max-width: 992px) {
  .page-about main {
    background-size: 650px auto;
  }
}
.here-wa {
  background: url(../img/about-us/bg1.jpg) no-repeat center / cover;
}
.here-wa p {
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff;
}
@media screen and (min-width: 992px) {
  .here-wa {
    min-height: 548px;
  }
  .here-wa .container-fluid {
    padding: 0 80px;
    margin: 40px 0;
  }
}
.here-wa-cont {
  padding: 20px;
}
.star-list li {
  margin: 20px 0 0;
  padding: 0 0 0 34px;
  background: url(../img/ico-star.svg) no-repeat left top;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .how-to {
    background: url(../img/about-us/bg2.jpg) no-repeat left top / cover;
    min-height: 560px;
    margin: 40px 0 0;
  }
}
.how-to-cont {
  padding: 20px 0;
}
.how-to-cont > p {
  font-size: 36px;
  margin: 0 0 30px;
}
.how-to-cont ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.how-to-cont li {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px 10px 58px;
  line-height: 1.875;
  margin: 0 0 20px;
  font-weight: 500;
}
.how-to-cont li:last-child {
  margin-bottom: 0;
}
.is-flag1 {
  background: url(../img/vi.svg) no-repeat 20px 10px;
}
.is-flag2 {
  background: url(../img/us.svg) no-repeat 20px 10px;
}
.is-phone {
  background: url(../img/phone.svg) no-repeat 20px 10px;
}
.is-mail {
  background: url(../img/mail.svg) no-repeat 20px 10px;
}
.slider {
  padding: 80px 0;
}
.slider .slick-item {
  padding: 0 10px;
}
.slider img {
  border-radius: 8px;
}
.c-red {
  font-weight: bold;
  color: #c31a12;
}
@media screen and (min-width: 992px) {
  .how-to {
    padding: 40px 40px 40px 675px;
  }
}
@media screen and (max-width: 992px) {
  .sp-fullw {
    margin: 0 -40px 20px;
  }
  .sp-fullw img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    padding: 0 0 40px;
  }
  .slider img {
    width: 163px;
  }
  .sp-fullw {
    margin: 0 -15px;
  }
  .how-to {
    padding-top: 0;
  }
  .how-to-cont li {
    padding-left: 45px;
    font-size: 12px;
  }
  .is-flag1,
  .is-flag2,
  .is-phone,
  .is-mail {
    background-position: left 10px center;
  }
  .how-to-cont > p {
    font-size: 20px;
    margin: 0 0 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .ask {
    background: url(../img/apply/bg1.jpg) no-repeat left bottom #dfdee3;
    min-height: 655px;
    padding: 100px 60px 100px 600px;
  }
}
.faq-list dl {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
.faq-list dl dt {
  background: url(../img/chevron-down.svg) no-repeat right top 4px;
  font-size: 16px;
  padding: 0 30px 0 0;
  cursor: pointer;
}
.faq-list dl dt.is-open {
  background: url(../img/chevron-up.svg) no-repeat right top 4px;
}
.faq-list dl dd {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  display: none;
}
.faq-list dl:first-child dd {
  display: block;
}
.apply .view-all {
  background-color: #c31a12;
  color: #fff;
  font-size: 20px;
  width: 256px;
  height: 48px;
}
@media screen and (min-width: 992px) {
  .apply .container-fluid {
    padding: 0;
  }
  .apply .view-all {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
  }
}
@media screen and (max-width: 992px) {
  .ask {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ask {
    padding-top: 0;
  }
  .ask .sp-fullw {
    margin-bottom: 20px;
  }
}
.page-faq main {
  background: url(../img/faq/bg.jpg) no-repeat right bottom;
  padding-bottom: 430px;
}
.entry {
  margin-top: 40px;
}
.faq .faq-list dl {
  padding: 20px;
}
.entry .box {
  margin-bottom: 20px;
}
.sidebar h4,
.entry h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .entry .content {
    width: calc(66% - 10px);
  }
  .entry .sidebar {
    width: calc(34% - 10px);
  }
}
@media screen and (max-width: 992px) {
  .entry .content {
    margin-bottom: 40px;
  }
}
.btn-chat {
  border-radius: 4px;
  background-color: #c31a12;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 15px 0;
}
.btn-chat:hover,
.why .view-all:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-chat span {
  background: url(../img/faq/chat.png) no-repeat left center / 24px;
  display: inline-block;
  padding-left: 36px;
}
.form-control {
  padding: 0.5rem 0.75rem;
}
.form-saerch .btn-search {
  width: 48px;
  border: none;
  background-color: #c31a12;
  color: #fff;
}
.form-saerch .btn-apply {
  width: 76px;
  border: none;
  background-color: #c31a12;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.form-saerch .form-group {
  flex: 1;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .page-faq main {
    background-size: 110%;
    padding-bottom: 230px;
  }
  .entry {
    margin-top: 30px;
  }
}
.box-summary {
  border-color: #c31a12;
  border-top-width: 4px;
}
.check-list li {
  background: url(../img/apply-online/check.png) no-repeat left 2px;
  margin: 20px 0 0;
  padding: 0 0 0 40px;
}
.total dl {
  margin-bottom: 20px;
}
.total-list dt {
  font-weight: normal;
}
.total-main {
  border-top: 1px dashed #bdbdbd;
  padding: 15px 0 0;
}
.total-main dl {
  font-size: 20px;
  margin-bottom: 10px;
}
.total-main p {
  font-size: 12px;
}
.content label {
  font-weight: 600;
}
.form-group {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .content-row li {
    width: calc(50% - 10px);
  }
}
select {
  background: url(../img/chevron-down.svg) no-repeat right 10px center;
  appearance: none;
  -moz-appearance: none;
  height: 42px !important;
}
input[type="radio"] {
  accent-color: #c31a12;
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
.time-list {
  margin: 0 0 20px;
}
.time-list li {
  margin-top: 16px;
}
.time-list label {
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.time-list input {
  position: absolute;
  left: 0;
  top: 4px;
}
.time-list span {
  display: block;
}
/* .time-list span.ico {
	position: relative;
	top: -2px;
} */
.faster {
  border: 1px dashed #c31a12;
  padding: 12px;
}
.faster a {
  border-radius: 4px;
  background-color: #c31a12;
  color: #fff;
  width: 110px;
  height: 40px;
}
.faster p {
  margin: 0 0 16px;
}
.input-group-text {
  background-color: #fff;
  padding-right: 0;
}
.input-group input {
  border-left: none;
}
.pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #c31a12;
  color: #c31a12;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
}
.pagenavi li:last-child a {
  background-color: #c31a12;
  color: #fff;
}
.pagenavi li a.btn-purchase {
  width: 314px;
}
.custom-file input {
  display: none;
}
.custom-pass {
  border: 1px solid #bdbdbd;
  padding: 20px;
  border-radius: 8px;
  font-weight: normal;
}
.custom-file img {
  border: 1px solid #bdbdbd;
}
.custom-file h3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pagenavi li {
    margin-bottom: 10px;
  }
  .pagenavi a,
  .pagenavi li a.btn-purchase {
    width: 100%;
  }
  .content-row .custom-file {
    height: auto;
  }
  .time-list label {
    padding-left: 24px;
  }
}
/*  */
.p-modal {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  font-size: 14px;
}
.p-modal-heading {
  border-bottom: 1px dashed #bdbdbd;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.p-modal-heading h3 {
  margin: 20px 0 0;
}
.p-modal .pagenavi li {
  width: calc(50% - 10px);
}
.p-modal .pagenavi li a {
  width: 100%;
}
.table-confirm {
  width: 100%;
}
.table-confirm th,
.table-confirm td {
  font-size: 14px;
  font-weight: normal;
  padding: 20px 0;
  border-bottom: 1px dashed #bdbdbd;
}
.table-confirm td {
  font-weight: bold;
}
.table-confirm tr:last-child th,
.table-confirm tr:last-child td {
  border-bottom-color: #fff;
  padding-bottom: 10px;
}
.table-confirm tr:first-child th,
.table-confirm tr:first-child td {
  padding-top: 10px;
}
.table-confirm th {
  width: 200px;
}
.note-box {
  padding: 8px 12px;
  border: 1px dashed #c31a12;
  border-radius: 4px;
}
hr {
  border-top: 1px dashed #bdbdbd;
}
.confirm-list li {
  width: calc(50% - 10px);
}
.confirm-list p {
  margin-bottom: 6px;
}
.confirm-list .img {
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  text-align: center;
  padding: 20px;
}
.confirm-list img {
  border: 1px solid #bdbdbd;
}
@media screen and (max-width: 992px) {
  .confirm-list li {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-modal {
    margin: 0 15px;
    padding: 20px 15px;
  }
  .table-confirm tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #bdbdbd;
  }
  .table-confirm tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table-confirm tr:first-child {
    padding-top: 0;
  }
  .table-confirm th,
  .table-confirm td {
    width: 100%;
    display: block;
    padding: 0 !important;
    border-bottom: none;
  }
}
.calen {
  background: url(../img/calen.png) no-repeat right 12px center;
}
.visa {
  background: url(../img/visa2.png) no-repeat right 12px center;
}
.visa-group {
  background: url(../img/visa.png) no-repeat right center;
}
.booking {
  background: url(../img/bb.png) no-repeat center top;
  padding: 25px 30px;
  width: 500px;
  height: 780px;
  font-size: 14px;
}
.booking .form-control {
  background-color: #fff;
}
.booking p,
.booking .time-list {
  margin-bottom: 16px;
}
.text-note {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c31a12;
  color: #c31a12;
  padding: 8px 12px;
  margin-bottom: 20px;
}
.pricing {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 28px 0 20px;
}
.booking a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #c31a12;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
}
.booking .mt-0 {
  margin-bottom: 16px;
}
.booking .mt-0 li {
  margin-top: 0 !important;
}
.booking .form-control {
  padding: 0.375rem 0.75rem;
}
.booking .form-group {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .booking {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .booking {
    background-size: 100% 100%;
    width: auto;
    height: auto;
    margin: 20px -10px 0;
    padding: 25px 25px 40px;
  }
  .sp-color-black {
    color: #333;
  }
}
.privacy {
  max-height: 100px;
  overflow: auto;
}
