@charset "UTF-8";
/*===== CONTACT +++ ABOUT +++ SEARCH ======================*/
.layout-pageDetail {
  margin-bottom: 50px; }

.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 10px 15px;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }

.content-pageDetail {
  margin-bottom: 40px; }

.content-pageDetail * {
  max-width: 100%; }

.content-pageDetail p, .content-pageDetail span {
  font-family: 'Montserrat-Regular', sans-serif !important; }

.content-pageDetail table td {
  border: 1px solid #000;
  padding: 8px 10px; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

.layout-pageContact .breadcrumb-shop {
  margin-bottom: 0; }

.box-info-contact, .box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2, .box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//cdn.hstatic.net/themes/200000689681/1001429000/14/iconsearch.png?v=584) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  @media (min-width: 992px) {
    .layout-searchPage .col-lg {
      flex: 0 0 20%;
      -webkit-flex: 0 0 20%; } }

#page-contact .container {
  padding: 0 16px 48px; }

#page-contact .page-title {
  text-align: center;
  text-transform: uppercase; }

#page-contact .page-title--sub {
  text-align: center;
  font-family: 'Baloo2-Regular', sans-serif;
  color: #000; }

#page-contact .contact-content {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
  margin: 50px auto; }
  #page-contact .contact-content > div {
    flex: 0 0 auto;
    width: calc(50% - 40px); }
  #page-contact .contact-content .contact-form .form-group {
    margin-bottom: 15px; }
  #page-contact .contact-content .contact-form .btn-send {
    width: 100%;
    height: 50px;
    background: var(--maincolor); }
  #page-contact .contact-content .contact-infor--des {
    background: #011e60;
    padding: 15px 30px; }
    #page-contact .contact-content .contact-infor--des * {
      color: #ffcd00;
      font-size: 16px; }
    #page-contact .contact-content .contact-infor--des h6 {
      font-size: 20px;
      text-transform: uppercase; }
  #page-contact .contact-content .contact-infor--action {
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
    #page-contact .contact-content .contact-infor--action > div {
      flex: 0 0 auto;
      width: 50%;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      margin: 15px 0 0; }
      #page-contact .contact-content .contact-infor--action > div a {
        text-align: center;
        font-size: 18px; }
      #page-contact .contact-content .contact-infor--action > div div {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px; }
        #page-contact .contact-content .contact-infor--action > div div svg {
          width: 100%;
          height: 100%; }
  @media (max-width: 767px) {
    #page-contact .contact-content {
      max-width: unset;
      margin: 50px auto 0px; }
      #page-contact .contact-content > div {
        width: 100%; }
      #page-contact .contact-content .contact-infor {
        margin-top: 16px; } }

#modalSubmitSuccess .modal-close {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5px 0 0 0; }
  #modalSubmitSuccess .modal-close svg {
    width: 100%;
    height: 100%; }

#modalSubmitSuccess .modal-body {
  padding: 30px 1rem; }

#modalSubmitSuccess p {
  font-size: 18px;
  line-height: 26px; }

#modalSubmitSuccess a#modalSuccess_action {
  background: #ffcd00;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block; }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

/*===========================*/
/*======== ABOUT US =========*/
/*===========================*/
.aspect-ratio {
  position: relative;
  padding-bottom: calc(var(--img-height)/var(--img-width)*100%);
  overflow: hidden;
  display: block; }
  .aspect-ratio picture {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 1640px) {
  .layout-page.about-us .container, .layout-page.about-us .container-lg, .layout-page.about-us .container-md, .layout-page.about-us .container-sm, .layout-page.about-us .container-xl, .layout-page.about-us .container-xxl {
    max-width: 1420px; } }

.layout-page.about-us .section {
  padding: 20px 0; }
  .layout-page.about-us .section .section-heading {
    padding-bottom: 20px;
    justify-content: center;
    flex-direction: column;
    line-height: 1.4;
    text-align: center; }
    .layout-page.about-us .section .section-heading h2 {
      font-size: 26px;
      padding: 0 16px; }
    .layout-page.about-us .section .section-heading p {
      font-size: 16px;
      font-style: italic;
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .layout-page.about-us .section {
      padding: 40px 0; } }
  @media (min-width: 1201px) {
    .layout-page.about-us .section {
      padding: 80px 0 0; }
      .layout-page.about-us .section .section-heading {
        padding-bottom: 30px; }
      .layout-page.about-us .section .section-heading h2 {
        font-size: 48px; }
      .layout-page.about-us .section .section-heading p {
        font-size: 25px; } }

.layout-page.about-us .section-head {
  padding: 0; }
  .layout-page.about-us .section-head .banner-box {
    --img-height: 1026;
    --img-width: 1917; }
    @media (max-width: 600px) {
      .layout-page.about-us .section-head .banner-box {
        padding-bottom: calc(100% * 880 / 600); } }

.layout-page.about-us .section-intro .section-heading {
  width: 80%;
  margin: auto; }
  @media (max-width: 767px) {
    .layout-page.about-us .section-intro .section-heading {
      width: 100%; }
      .layout-page.about-us .section-intro .section-heading p {
        font-size: 14px; } }

.layout-page.about-us .section-intro .list-founder {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .layout-page.about-us .section-intro .list-founder .line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px; }
    .layout-page.about-us .section-intro .list-founder .line .box-left {
      flex: 0 0 auto;
      width: 100%; }
      .layout-page.about-us .section-intro .list-founder .line .box-left .text {
        padding: 15px;
        border-radius: 0 35px;
        background: #f9de78;
        text-align: center; }
        .layout-page.about-us .section-intro .list-founder .line .box-left .text p {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.3; }
          @media (max-width: 600px) {
            .layout-page.about-us .section-intro .list-founder .line .box-left .text p {
              font-size: 12px; } }
        .layout-page.about-us .section-intro .list-founder .line .box-left .text h2 {
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 10px; }
    .layout-page.about-us .section-intro .list-founder .line .box-right {
      flex: 0 0 auto;
      width: 100%; }
      .layout-page.about-us .section-intro .list-founder .line .box-right .img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto; }
        .layout-page.about-us .section-intro .list-founder .line .box-right .img img {
          height: 100%; }
      .layout-page.about-us .section-intro .list-founder .line .box-right h3 {
        text-align: center;
        margin: 12px 0;
        font-size: 14px;
        font-weight: 500; }
    .layout-page.about-us .section-intro .list-founder .line.line_new {
      flex: 0 0 auto;
      width: 100%;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row; }
      .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-left {
        width: calc(50% - 8px); }
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-left .text {
          background: transparent;
          text-align: right; }
      .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-right {
        order: -1;
        width: calc(50% - 8px); }
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-right .img {
          position: relative;
          width: 100%;
          height: auto;
          border-radius: 2.4rem;
          padding-top: 100%; }
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-right .img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(1) .box-right h3 {
          font-size: 32px; }
      .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) {
        align-items: flex-end;
        margin-top: -35%; }
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-left {
          width: calc(50% - 8px); }
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-left .text {
            background: transparent;
            text-align: left; }
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-right {
          width: calc(50% - 8px); }
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-right .img {
            position: relative;
            width: 100%;
            height: auto;
            border-radius: 2.4rem;
            padding-top: 100%; }
            .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-right .img img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%; }
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) .box-right h3 {
            font-size: 32px; }
        @media (max-width: 600px) {
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) {
            margin-top: -25%; } }
        @media (max-width: 400px) {
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2):nth-child(2) {
            margin-top: -15%; } }
      @media (max-width: 400px) {
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2) .box-left .text {
          padding: 15px 0; } }
      @media (max-width: 991px) {
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2) .box-right h3 {
          font-size: 20px !important; } }
      @media (max-width: 600px) {
        .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2) .box-right h3 {
          font-size: 15px !important; }
          .layout-page.about-us .section-intro .list-founder .line.line_new:not(.line_new_2) .box-right h3 span {
            display: none; } }
    .layout-page.about-us .section-intro .list-founder .line.line_new_2 .box-left {
      width: 100%; }
    .layout-page.about-us .section-intro .list-founder .line.line_new_2 .box-right {
      order: -1;
      margin: 0 auto;
      border-radius: 2.4rem; }
      .layout-page.about-us .section-intro .list-founder .line.line_new_2 .box-right .img {
        padding-top: 100%;
        position: relative;
        width: 80%;
        border-radius: 2.4rem; }
        .layout-page.about-us .section-intro .list-founder .line.line_new_2 .box-right .img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .layout-page.about-us .section-intro .list-founder .line.line_new_2 .box-right h3 {
        font-size: 28px; }

.layout-page.about-us .section-intro .list-founder--new {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  column-gap: 20px;
  max-width: 75%;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .layout-page.about-us .section-intro .list-founder--new {
      max-width: 100%; } }

.layout-page.about-us .section-intro .list-founder--new-2 {
  margin: 0 auto; }
  .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    column-gap: 20px;
    justify-content: space-between; }
    .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left {
      flex: 0 0 auto;
      width: calc(50% - 10px);
      padding: 30px 0; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left h2 {
        border-bottom: 1px solid; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left p {
        font-size: 18px;
        line-height: 26px; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left:nth-child(1) .text {
        background: transparent;
        text-align: left; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left:nth-child(2) {
        margin-top: 50px; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left:nth-child(2) .text {
          background: transparent;
          text-align: right; }
    .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right {
      margin: 0 auto;
      flex: 0 0 auto;
      width: calc(50% - 10px); }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right .img {
        position: relative;
        padding-top: 300px;
        width: 300px;
        margin: 0 auto 15px;
        border-radius: 50%;
        overflow: hidden; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right .img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right h3 {
        font-size: 28px;
        text-align: center; }
      @media (max-width: 991px) {
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right h3 {
          text-align: center; }
          .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right h3 span {
            display: block;
            font-size: 0; } }
      @media (max-width: 767px) {
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right .img {
          width: 200px;
          padding-top: 200px; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right h3 {
          font-size: 20px; } }
      @media (max-width: 446px) {
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right .img {
          padding-top: 100px;
          width: 100px; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right h3 {
          font-size: 12px; } }
    @media (min-width: 1200px) {
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 {
        column-gap: 40px; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2:nth-child(2) {
          max-width: 90%;
          margin: 0 auto; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-left, .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2 .box-right {
          width: calc(50% - 20px); } }
  @media (max-width: 640px) {
    .layout-page.about-us .section-intro .list-founder--new-2 {
      max-width: 100%; } }
  @media (max-width: 446px) {
    .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2:last-child {
      flex-wrap: wrap; }
      .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2:last-child .box-left {
        width: 100%;
        padding: 15px; }
        .layout-page.about-us .section-intro .list-founder--new-2 .line_new_2:last-child .box-left:last-child {
          margin-top: 0; } }

@media (min-width: 992px) {
  .layout-page.about-us .section-intro .list-founder {
    gap: 40px; }
    .layout-page.about-us .section-intro .list-founder .line {
      flex-direction: row; }
      .layout-page.about-us .section-intro .list-founder .line .box-left {
        flex: 0 0 auto;
        width: 60%; }
        .layout-page.about-us .section-intro .list-founder .line .box-left .text {
          padding: 30px; }
          .layout-page.about-us .section-intro .list-founder .line .box-left .text p {
            font-size: 28px; }
          .layout-page.about-us .section-intro .list-founder .line .box-left .text h2 {
            font-size: 32px;
            margin-bottom: 20px; }
      .layout-page.about-us .section-intro .list-founder .line .box-right {
        flex: 0 0 auto;
        width: 40%; }
        .layout-page.about-us .section-intro .list-founder .line .box-right .img {
          width: 200px;
          height: 200px; } }

@media (max-width: 991px) {
  .layout-page.about-us .section-intro .section-content {
    padding-bottom: 180px;
    position: relative; }
    .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) {
      gap: 0; }
      .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line .box-left {
        order: 1; }
        .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line .box-left .text {
          border-radius: 0; }
          .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line .box-left .text h2 {
            margin-bottom: 20px;
            text-align: left;
            padding-bottom: 5px;
            border-bottom: 1px solid; }
      .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line .box-right {
        position: absolute;
        bottom: 0;
        width: 50%;
        left: -10px; }
        .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line .box-right span {
          display: block;
          width: 100%;
          font-size: 0; }
      .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line:last-child .box-left .text {
        background: var(--maincolor);
        color: #fff; }
        .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line:last-child .box-left .text h2 {
          color: #fff; }
      .layout-page.about-us .section-intro .section-content .list-founder:not([class*="list-founder--new"]) .line:last-child .box-right {
        right: -10px;
        left: unset; }
  .layout-page.about-us .section-intro--new .section-content {
    padding-bottom: 0px; } }

.layout-page.about-us .section-important .important-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; }
  .layout-page.about-us .section-important .important-list .coll-item {
    flex: 0 0 calc(100%/2 - 10px);
    width: calc(100%/2 - 10px); }
  .layout-page.about-us .section-important .important-list .box-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
    height: 100%; }
    .layout-page.about-us .section-important .important-list .box-wrap .img {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .layout-page.about-us .section-important .important-list .box-wrap .content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .layout-page.about-us .section-important .important-list .box-wrap .content h4 {
        font-size: 16px; }
  @media (min-width: 992px) {
    .layout-page.about-us .section-important .important-list {
      justify-content: space-between; }
      .layout-page.about-us .section-important .important-list .coll-item {
        flex: 0 0 calc(100%/3 - 10px);
        width: calc(100%/3 - 10px); }
      .layout-page.about-us .section-important .important-list .box-wrap .content h4 {
        font-size: 20px; } }
  @media (min-width: 1201px) {
    .layout-page.about-us .section-important .important-list {
      flex-wrap: nowrap; }
      .layout-page.about-us .section-important .important-list .coll-item {
        flex: 1 1 auto; } }

.layout-page.about-us .section-history {
  padding-bottom: 20px; }
  .layout-page.about-us .section-history .section-heading {
    height: 120px; }
  .layout-page.about-us .section-history ul.list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; }
    .layout-page.about-us .section-history ul.list li {
      flex: 1 1 auto;
      padding: 8px;
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
      .layout-page.about-us .section-history ul.list li.active a {
        font-size: 30px; }
    .layout-page.about-us .section-history ul.list.sticky {
      position: fixed;
      top: 108px;
      left: 0;
      z-index: 8;
      background: #fff; }
      @media (max-width: 1199px) {
        .layout-page.about-us .section-history ul.list.sticky {
          top: 61px; } }
    .layout-page.about-us .section-history ul.list.sticky-up {
      opacity: 0;
      visibility: hidden; }
  .layout-page.about-us .section-history .scroll-tab {
    --img-height: 331;
    --img-width: 392;
    margin-bottom: 0px;
    position: relative; }
    .layout-page.about-us .section-history .scroll-tab .banner-text {
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
      .layout-page.about-us .section-history .scroll-tab .banner-text h2 {
        font-size: 40px; }
      .layout-page.about-us .section-history .scroll-tab .banner-text p {
        padding: 0 13vw;
        font-size: 14px;
        line-height: 1.3; }
  @media (min-width: 768px) {
    .layout-page.about-us .section-history {
      padding-bottom: 40px; }
      .layout-page.about-us .section-history ul.list {
        padding: 0; }
        .layout-page.about-us .section-history ul.list li {
          padding: 10px;
          font-size: 20px;
          height: 100%;
          line-height: 70px; }
          .layout-page.about-us .section-history ul.list li.active a {
            font-size: 30px; }
      .layout-page.about-us .section-history .scroll-tab {
        --img-height: 251;
        --img-width: 650; }
        .layout-page.about-us .section-history .scroll-tab .banner-text h2 {
          font-size: 90px; }
        .layout-page.about-us .section-history .scroll-tab .banner-text p {
          font-size: 20px;
          padding: 0 32vw; } }
  @media (min-width: 1024px) {
    .layout-page.about-us .section-history {
      padding-bottom: 80px; } }

.layout-page.about-us .section-brands {
  background: #153473;
  padding-bottom: 80px; }
  .layout-page.about-us .section-brands * {
    color: #fff; }
  .layout-page.about-us .section-brands .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    background: #fff; }
    .layout-page.about-us .section-brands .list-wrapper .brand-item {
      display: flex;
      justify-content: center;
      align-self: center;
      padding: 8px 12px;
      flex: 0 0 calc(100%/3 - 10px);
      width: calc(100%/3 - 10px);
      text-align: center;
      padding: 20px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
      border-radius: 4px;
      scale: 0.9; }
      .layout-page.about-us .section-brands .list-wrapper .brand-item a {
        position: relative;
        padding-top: 75%;
        display: block;
        width: 100%; }
      .layout-page.about-us .section-brands .list-wrapper .brand-item img:not(.img-svg) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain; }
      .layout-page.about-us .section-brands .list-wrapper .brand-item.action {
        box-shadow: none;
        padding: 0; }
        .layout-page.about-us .section-brands .list-wrapper .brand-item.action a {
          padding: 0; }
        .layout-page.about-us .section-brands .list-wrapper .brand-item.action .btn-inner {
          position: relative;
          z-index: 4;
          color: white;
          text-align: center;
          transition: 0.3s ease-in-out;
          transition-delay: 0s;
          padding: 4px;
          font-weight: 600;
          overflow: hidden;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          white-space: nowrap;
          background: #173671;
          border-radius: 30px;
          align-items: center;
          gap: 6px;
          font-size: 10px; }
        .layout-page.about-us .section-brands .list-wrapper .brand-item.action span span {
          width: 11px;
          height: 11px;
          display: inline-flex; }
      .layout-page.about-us .section-brands .list-wrapper .brand-item:not(.action):hover {
        border: 2px solid var(--maincolor);
        margin: -2px 0; }
  @media (min-width: 992px) {
    .layout-page.about-us .section-brands .list-wrapper {
      gap: 30px;
      padding: 40px; }
      .layout-page.about-us .section-brands .list-wrapper .brand-item {
        padding: 10px 20px;
        flex: 0 0 calc(100%/6 - 30px);
        width: calc(100%/6 - 30px); }
        .layout-page.about-us .section-brands .list-wrapper .brand-item a {
          padding-top: 65%; }
        .layout-page.about-us .section-brands .list-wrapper .brand-item.action .btn-inner {
          padding: 12px;
          gap: 10px;
          font-size: 14px; }
        .layout-page.about-us .section-brands .list-wrapper .brand-item.action span span {
          width: 18px;
          height: 18px; } }

.layout-page.about-us .section-process {
  --img-height: 850;
  --img-width: 1200;
  padding-bottom: 50px; }
  .layout-page.about-us .section-process .section-content {
    width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .layout-page.about-us .section-process .section-content {
        width: 70%; } }

.layout-page.about-us .section-about {
  --img-height: 1024;
  --img-width: 1920;
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  .layout-page.about-us .section-about * {
    color: #fff; }
  .layout-page.about-us .section-about .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .layout-page.about-us .section-about .bg-img img {
      object-fit: cover;
      height: 100%; }
    .layout-page.about-us .section-about .bg-img:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
  .layout-page.about-us .section-about .concern-wrap {
    position: relative;
    z-index: 3;
    gap: 20px; }
  @media (min-width: 992px) {
    .layout-page.about-us .section-about {
      padding: 150px 0; }
      .layout-page.about-us .section-about .concern-wrap {
        width: 70%;
        margin: auto;
        gap: 40px; } }
  @media (min-width: 1201px) {
    .layout-page.about-us .section-about {
      padding: 200px 0; } }

.layout-page.about-us .section-project .project-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 1.4rem;
  overflow: hidden; }
  .layout-page.about-us .section-project .project-list .project-item {
    flex: 0 0 calc(100%/1);
    width: calc(100%/1);
    position: relative;
    overflow: hidden; }
    .layout-page.about-us .section-project .project-list .project-item .project-img {
      width: 100%;
      display: block;
      padding-top: calc((1 / 1) * 100%);
      position: relative;
      overflow: hidden; }
      .layout-page.about-us .section-project .project-list .project-item .project-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .layout-page.about-us .section-project .project-list .project-item .project-content {
      position: absolute;
      padding: 12px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .layout-page.about-us .section-project .project-list .project-item .project-content * {
        color: #fff; }
      .layout-page.about-us .section-project .project-list .project-item .project-content h4 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px; }
      .layout-page.about-us .section-project .project-list .project-item .project-content a.seemore {
        font-weight: 600;
        text-decoration: underline;
        font-size: 10px; }
      .layout-page.about-us .section-project .project-list .project-item .project-content .content {
        background: rgba(29, 40, 92, 0.9);
        width: 100%;
        height: 100%;
        color: white;
        transition: all 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 4px; }
  @media (min-width: 480px) {
    .layout-page.about-us .section-project .project-list .project-item {
      flex: 0 0 calc(100%/3);
      width: calc(100%/3); } }
  @media (min-width: 1201px) {
    .layout-page.about-us .section-project .project-list {
      border-radius: 2.4rem; }
      .layout-page.about-us .section-project .project-list .project-item .project-content {
        padding: 20px; }
        .layout-page.about-us .section-project .project-list .project-item .project-content h4 {
          font-size: 20px;
          margin-bottom: 20px; }
        .layout-page.about-us .section-project .project-list .project-item .project-content a.seemore {
          font-size: 14px; }
        .layout-page.about-us .section-project .project-list .project-item .project-content .content {
          transform: translateY(-120%);
          padding: 8px; }
      .layout-page.about-us .section-project .project-list .project-item:hover .project-content .content {
        transform: none; } }
  @media (max-width: 767px) {
    .layout-page.about-us .section-project .project-list {
      flex-wrap: nowrap;
      width: 100%;
      overflow: hidden;
      overflow-x: auto;
      gap: 16px;
      border-radius: 0; }
      .layout-page.about-us .section-project .project-list .project-item {
        flex: 0 0 auto;
        width: calc((100% - 80px)/1); }
        .layout-page.about-us .section-project .project-list .project-item .project-content h4 {
          font-size: 17px;
          line-height: 26px; }
        .layout-page.about-us .section-project .project-list .project-item .project-content a.seemore {
          font-size: 18px; } }

@media (max-width: 767px) {
  .layout-page.about-us .section-project .section-heading {
    padding-bottom: 0; } }

.layout-page.about-us .section-customers .customer-list .customer-item-wrap {
  padding: 35px; }

.layout-page.about-us .section-customers .customer-list .customer-item {
  flex: 0 0 calc(100%/2 - 20px);
  width: calc(100%/2 - 20px);
  position: relative;
  overflow: hidden;
  opacity: 0.7;
  transform: scale(0.8);
  transition: all .5s linear; }
  .layout-page.about-us .section-customers .customer-list .customer-item .customer-img {
    width: 100%;
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    .layout-page.about-us .section-customers .customer-list .customer-item .customer-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .layout-page.about-us .section-customers .customer-list .customer-item .customer-content {
    padding-top: 20px;
    text-align: center; }
    .layout-page.about-us .section-customers .customer-list .customer-item .customer-content h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px; }
  .layout-page.about-us .section-customers .customer-list .customer-item.slick-current.slick-center {
    transform: scale(1.1);
    opacity: 1; }

.layout-page.about-us .section-customers .customer-list:not(.slick-initialized) {
  overflow: hidden;
  display: flex; }
  .layout-page.about-us .section-customers .customer-list:not(.slick-initialized) .customer-item {
    flex: 0 0 100%;
    width: 100%; }

.layout-page.about-us .section-customers .customer-list .slick-track {
  padding-top: 15px; }

.layout-page.about-us .section-customers .customer-list .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2% 0 4%;
  gap: 10px; }
  .layout-page.about-us .section-customers .customer-list .slick-dots li {
    display: inline-flex; }
  .layout-page.about-us .section-customers .customer-list .slick-dots li button {
    font-size: 0;
    padding: 0px;
    border: none;
    height: 2px;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%; }
  .layout-page.about-us .section-customers .customer-list .slick-dots li.slick-active button {
    background: black; }

@media (min-width: 992px) {
  .layout-page.about-us .section-customers .customer-list:not(.slick-initialized) {
    height: 400px; }
    .layout-page.about-us .section-customers .customer-list:not(.slick-initialized) .customer-item {
      flex: 0 0 33%;
      width: 33%; } }

@media (min-width: 1201px) {
  .layout-page.about-us .section-customers .customer-list .customer-item .customer-content h4 {
    font-size: 20px; } }

@media (max-width: 600px) {
  .layout-page.about-us .section-customers .customer-list .customer-item-wrap {
    padding: 15px; } }

@media (max-width: 600px) {
  .layout-page.about-us .section-customers .container {
    padding: 0; } }

.layout-page.about-us .section-values {
  padding: 20px 0;
  background-color: #011e60; }
  .layout-page.about-us .section-values .item-value {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
    .layout-page.about-us .section-values .item-value .col-text, .layout-page.about-us .section-values .item-value .col-banner {
      flex: 0 0 auto;
      width: 100%; }
    .layout-page.about-us .section-values .item-value h4 {
      font-size: 18px;
      font-weight: 600;
      color: #f1f1f1; }
    .layout-page.about-us .section-values .item-value h3 {
      font-weight: 600;
      font-size: 33px;
      color: #ffcd00; }
    .layout-page.about-us .section-values .item-value p {
      border-left: 3px solid #ffcd00;
      font-size: 14px;
      font-weight: 400;
      margin: 15px 0;
      padding: 0 15px;
      color: #ffffff;
      line-height: 1.4; }
  .layout-page.about-us .section-values .slider-values:not(.slick-initialized) {
    overflow: hidden;
    display: flex; }
    .layout-page.about-us .section-values .slider-values:not(.slick-initialized) .item-value {
      flex: 0 0 100%;
      width: 100%; }
  .layout-page.about-us .section-values .slick-btn {
    position: absolute;
    z-index: 9;
    top: 45%;
    bottom: 45%;
    margin: 0;
    padding: 0;
    width: 72px;
    height: 72px;
    color: #111;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s; }
    .layout-page.about-us .section-values .slick-btn.slick-prev {
      left: -72px; }
    .layout-page.about-us .section-values .slick-btn.slick-next {
      right: -72px; }
    .layout-page.about-us .section-values .slick-btn svg {
      width: 30px;
      height: 30px; }
      .layout-page.about-us .section-values .slick-btn svg * {
        fill: #ffffff; }
  .layout-page.about-us .section-values .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1%; }
    .layout-page.about-us .section-values .slick-dots li {
      display: inline-flex;
      flex: 1 1 auto; }
    .layout-page.about-us .section-values .slick-dots li button {
      font-size: 0;
      padding: 0px;
      border: none;
      height: 2px;
      background: rgba(255, 255, 255, 0.4);
      display: block;
      width: 100%;
      font-size: 0; }
    .layout-page.about-us .section-values .slick-dots li.slick-active button {
      background: #fff; }
  @media (min-width: 768px) {
    .layout-page.about-us .section-values .item-value h3 {
      font-size: 55px; } }
  @media (min-width: 992px) {
    .layout-page.about-us .section-values {
      padding: 40px 72px; }
      .layout-page.about-us .section-values .item-value {
        flex-wrap: nowrap; }
        .layout-page.about-us .section-values .item-value .col-text {
          flex: 0 0 auto;
          width: 40%; }
        .layout-page.about-us .section-values .item-value .col-banner {
          flex: 0 0 auto;
          width: 60%; }
        .layout-page.about-us .section-values .item-value h4 {
          font-size: 28px; }
        .layout-page.about-us .section-values .item-value h3 {
          font-size: 66px; }
        .layout-page.about-us .section-values .item-value p {
          font-size: 18px; }
      .layout-page.about-us .section-values .slick-dots {
        width: 40%; } }
  @media (min-width: 1024px) {
    .layout-page.about-us .section-values {
      padding: 80px 72px; } }
  @media (max-width: 767px) {
    .layout-page.about-us .section-values .slick-btn.slick-prev {
      left: 0px; }
    .layout-page.about-us .section-values .slick-btn.slick-next {
      right: 0px; } }

/*=====================================*/
/*======== CHÍNH SÁCH ĐỔI TRẢ =========*/
/*=====================================*/
.ss-pd-b-5 {
  padding-bottom: 150px; }

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

.ss-pd {
  padding: 45px 0; }

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

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

.text-left {
  text-align: left !important; }

.t-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center; }

.tab-item {
  cursor: pointer; }

.tab-item .text {
  text-align: center;
  transition: 0.3s ease-in-out;
  transition-delay: 0s; }

.tab-item.active .text {
  color: #ffffff; }

.tab-content-item {
  position: absolute;
  width: 100%;
  display: none; }

.tab-content-item.active {
  position: relative;
  opacity: 1;
  display: block;
  animation: fadeIn 0.5s; }

.tab-1 .tab-lst {
  margin: 0 -2.4rem; }

.tab-1 .tab-item {
  padding: 0 1.2rem; }

.tab-1 .tab-item .text {
  padding: 15px 30px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25; }

@media screen and (min-width: 1200px) {
  .tab-1 .tab-item .text:hover {
    background: #888888;
    color: white; } }

@media screen and (max-width: 800px) {
  .tab-1 .tab-item .text {
    padding: 12px;
    min-width: auto; } }

@media screen and (max-width: 450px) {
  .tab-1 .tab-item .text {
    min-width: auto; } }

.tab-1 .tab-item.active .text {
  color: white;
  background: #303030; }

.tb .row {
  margin-left: 0;
  margin-right: 0; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.tb .row {
  margin-left: 0;
  margin-right: 0; }

.tb .row:not(:first-child) {
  border-top: 1px solid #cecece; }

.tb .col {
  flex-basis: auto;
  padding: 1.8rem 1.2rem; }

.tb .col:nth-child(1) {
  width: calc(33.3333333333% - 2.4rem);
  text-align: center;
  font-style: normal;
  font-weight: 700; }

.tb .col:nth-child(2) {
  width: calc(66.6666666667% + 2.4rem); }

.tb-head {
  background: #f5f5f5;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700; }

.tb-body .col:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tb-body .col:nth-child(2) {
  letter-spacing: 0.016em; }

.tb ul li {
  list-style: disc;
  margin-left: 2rem; }

.tb ul li:not(:last-child) {
  margin-bottom: 2.4rem; }

@media screen and (max-width: 600px) {
  .tb-1 .tb-head {
    display: none; } }

@media screen and (max-width: 600px) {
  .tb-1 .row {
    flex-direction: column; } }

@media screen and (max-width: 600px) {
  .tb-1 .col {
    width: 100% !important; } }

.pos-abs {
  position: absolute; }

.warning-wrap .decor {
  /*
  left: 50%;
	transform: translateX(-50%) scale(1.2);
	top: 0;
  */
  pointer-events: none; }

.warning-wrap .decor img {
  object-fit: contain; }

.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }

.list-2 .list-item {
  width: calc(50% - 15px); }

.warning-item .num {
  width: 74px;
  padding: 0 12px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #72c3d5; }

.warning-item .content {
  flex: 1;
  padding: 0 12px; }

.warning-item .content h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px; }

.warning-item .desc .mona-content {
  line-height: 160%;
  color: #777777; }

.pos-relative {
  position: relative; }

@media (max-width: 991px) {
  .list-2 .list-item {
    width: 100%; }
  .warning-item .num {
    width: 100%;
    padding: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #72c3d5;
    margin: 0 0 15px 0; }
  .warning-item .content {
    padding: 0; }
  .mb-65 {
    margin-bottom: 35px; } }

/*=====================================*/
/*======== CHÍNH SÁCH BẢO HÀNH =========*/
/*=====================================*/
.ck {
  padding: 48px 0 160px 0; }

.dnor {
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -15px;
  flex-wrap: wrap; }

.ck-side {
  margin-bottom: -3rem; }

.dnor-item {
  padding: 0 15px; }

.ck-side-item {
  width: 50%;
  margin-bottom: 3rem; }

.ck-image {
  display: flex;
  gap: 5px; }

.ck-image-item:nth-child(1) {
  width: 50%; }

.ck-image-item:nth-child(2) {
  flex: 0 0 auto;
  z-index: 1;
  margin-top: 10%;
  width: 50%; }

.ck-content {
  margin-left: 4rem; }

.ck-image-img {
  display: block;
  padding-top: calc((483 / 387) * 100%);
  position: relative;
  overflow: hidden;
  overflow: initial; }

.ck-image-img img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  /*
		transform: translate(-50%, -50%);
		object-fit: cover;
	*/ }

.mona-content {
  color: #000; }

.mona-content ul, .mona-content ol {
  padding-left: 40px;
  margin-bottom: 20px;
  list-style-position: outside; }

.ck-content ul li {
  position: relative; }

.ck-content ul li:not(:last-child) {
  margin-bottom: 32px; }

.ck-content ul li::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(https://file.hstatic.net/200000689681/file/icon-ck_c7aac9166246454380294ea335ca81a0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: -0.8rem;
  transform: translateX(-100%); }

.ck-author-signature {
  width: 260px;
  height: auto;
  margin-left: auto; }

.ck-author-signature img {
  width: 100%;
  height: auto;
  object-fit: contain; }

.ck-author {
  text-align: end; }

.ck-author-name {
  font-weight: 700; }

.question-section {
  background: #fafafa;
  padding: 30px 0; }

.question-section .desc {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px; }

.question-list {
  width: 66%;
  margin-left: auto;
  margin-right: auto; }

.question-item:not(:last-child) {
  margin-bottom: 20px; }

.question-item .title {
  padding-bottom: 11px;
  padding-right: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #cecece; }

.collp {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #72c3d5;
  border-radius: 50%;
  transition: 0.3s ease-in-out; }

.collp .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block; }

.collp .inner::before, .collp .inner::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 24px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.3s ease-in-out;
  z-index: 10; }

.collp .inner::after {
  transform: translate(-50%, -50%) scale(0.5) rotate(90deg); }

.collp.active .inner::after {
  transform: translate(-50%, -50%) scale(0.5); }

.question-sub {
  display: none;
  padding: 21px 20px 10px; }

.mona-content {
  color: #000; }

.mona-content p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px; }

@media (max-width: 991px) {
  .ck-side-item {
    width: 100%; }
  .ck-author-signature {
    width: auto; }
  .question-list {
    width: 100%; }
  .question-item .title {
    font-size: 16px; } }

/*=====================================*/
/*======== ĐẶT LỊCh  =========*/
/*=====================================*/
#page-booking {
  /*
    input::placeholder, textarea::placeholder{
  		color: #fff
  	}
  */ }
  #page-booking .page-title--sub {
    font-size: 20px;
    max-width: 50%;
    margin: 0 auto 30px; }
  #page-booking .booking-content {
    max-width: 80vw;
    margin: 20px auto;
    padding: 0;
    position: relative;
    /*
      max-width: 555px;
  		background: url("//theme.hstatic.net/200000689681/1001138369/14/bg_popup_booking.jpg?v=5035") no-repeat;
  		background-size: cover;
  		min-height: fit-content;
    */ }
    #page-booking .booking-content h2 {
      font-family: 'Montserrat-Regular', sans-serif;
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 0; }
      #page-booking .booking-content h2 strong {
        display: block;
        font-size: 25px;
        font-weight: bold; }
      @media (max-width: 1024px) {
        #page-booking .booking-content h2 {
          font-size: 26px; }
          #page-booking .booking-content h2 strong {
            font-size: 22px; } }
    @media (min-width: 768px) {
      #page-booking .booking-content img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; } }
    #page-booking .booking-content form .row {
      position: relative; }
    @media (min-width: 1025px) {
      #page-booking .booking-content .box-popup-book {
        padding: 10% 30px;
        max-width: 40% !important;
        margin-left: 55% !important; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      #page-booking .booking-content .box-popup-book {
        padding: 10% 25px;
        max-width: 60% !important;
        margin-left: 55% !important; } }
    #page-booking .booking-content .box-popup-book > p {
      max-width: 88%; }
      @media (min-width: 992px) and (max-width: 1024px) {
        #page-booking .booking-content .box-popup-book > p {
          max-width: 100%; } }
  #page-booking input[name="book_date"] {
    background: url(https://file.hstatic.net/200000689681/file/calendar.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right 15px; }
  #page-booking input, #page-booking select, #page-booking textarea {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    background: transparent;
    border: 1px solid #000;
    /*border: none;
		border-bottom: 1px solid #fff;
		color: #fff;*/
    padding: 0 15px; }
    #page-booking input:focus, #page-booking select:focus, #page-booking textarea:focus {
      outline: none; }
  #page-booking textarea {
    padding-top: 10px; }
  #page-booking select option {
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }
  #page-booking .reason {
    overflow: hidden; }
    @media (min-width: 1230px) {
      #page-booking .reason .container {
        max-width: 1230px; } }
    #page-booking .reason-list {
      margin-bottom: -6rem;
      justify-content: center; }
    #page-booking .reason-item {
      width: 33.3333333333%;
      margin-bottom: 60px; }
    #page-booking .reason-head {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      margin-left: 10%; }
    #page-booking .reason-wrap {
      display: flex;
      height: 100%;
      position: relative; }
    #page-booking .reason-number {
      align-self: center;
      margin-right: -5%;
      z-index: 2; }
      #page-booking .reason-number .number {
        position: relative;
        top: 0px;
        font-size: 100px;
        line-height: 1;
        font-weight: 700;
        color: white;
        -webkit-text-stroke: 2px #0e1d61; }
    #page-booking .reason-content {
      padding: 48px;
      background-color: #f5f5f5;
      border-radius: 24px;
      position: relative;
      width: 100%; }
    #page-booking .reason-name {
      color: #0e1d61;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 16px; }
    #page-booking .reason-des {
      font-weight: 600; }
    #page-booking .reason-icon {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      border: 1rem solid white;
      position: absolute;
      top: -40px;
      right: -4px; }
      #page-booking .reason-icon .icon {
        width: 100%;
        height: 100%; }
    #page-booking .reason .t-title {
      font-weight: 700;
      font-size: 32px;
      line-height: 1.2;
      letter-spacing: 0.6px; }
      #page-booking .reason .t-title.pri {
        color: #0e1d61; }
    #page-booking .reason .dnor {
      display: flex;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-align-items: stretch;
      margin: 0 -15px;
      flex-wrap: wrap; }
      #page-booking .reason .dnor-item {
        padding: 0 15px; }
  @media (max-width: 767px) {
    #page-booking .page-title--sub {
      max-width: 100%; }
    #page-booking .booking-content {
      max-width: unset; }
    #page-booking .reason-head {
      margin-left: 0; }
    #page-booking .reason-item {
      width: 100%;
      margin-bottom: 40px; } }
