.canhcam-exchange-rate-1 .exchange-rate .list-nav .view {
  cursor: pointer;
  outline: 0;
}

.canhcam-exchange-rate-1 .currency .calc input[type='submit'] {
  background: #f37721;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  margin-top: 1rem;
  width: 140px;
  height: calc(2.25rem + 2px);
  font-weight: 600;
  cursor: pointer;
}

.canhcam-exchange-rate-1 .calculator-result .calculator-section.detail {
  background-color: #1d2452;
  padding: 1.5rem;
  margin-top: 2.25rem;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.canhcam-exchange-rate-1
  .calculator-result
  .calculator-section.detail
  .information {
  text-align: right;
  color: #78ccd2;
  margin-bottom: 0.25rem;
}

.canhcam-exchange-rate-1 .calculator-result .detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.canhcam-exchange-rate-1 .calculator-result .detail-container .detail-item {
  text-align: right;
  padding-right: 1rem;
  position: relative;
  color: #fff;
  padding-top: 15px;
}

.canhcam-exchange-rate-1
  .calculator-result
  .detail-container
  .detail-item:first-child {
  padding-top: 0;
}

.canhcam-exchange-rate-1
  .calculator-result
  .detail-container
  .detail-item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 1;
}

.canhcam-exchange-rate-1
  .calculator-result
  .detail-container
  .detail-item
  label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.canhcam-exchange-rate-1
  .calculator-result
  .detail-container
  .detail-item
  .detail-data {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.canhcam-exchange-rate-1 .calculator-result .detail-container .detail-grid {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

@media (max-width: 768px) {
  .canhcam-exchange-rate-1 .calculator-result .detail-container .detail-grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .canhcam-exchange-rate-1
    .calculator-result
    .detail-container
    .detail-item
    label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .canhcam-exchange-rate-1
    .calculator-result
    .detail-container
    .detail-item
    .detail-data {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 575.999px) {
  .canhcam-exchange-rate-1 .calculator-result .detail-container .detail-grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.canhcam-exchange-rate-2 .list-input > .col-lg-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.canhcam-exchange-rate-2 .list-input .calc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.canhcam-exchange-rate-2 .list-input input[type='submit'] {
  background: #f37721;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  height: 34px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 1rem;
}

.canhcam-exchange-rate-2 .list-input .date-input span {
  position: absolute;
  margin-top: 0.5rem;
  color: #8b0000;
}

@media (max-width: 765.999px) {
  .canhcam-exchange-rate-2 .list-input .calc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.canhcam-look-1 .form-group h5 {
  margin-bottom: 0.75rem;
  padding-bottom: 0;
}

.canhcam-look-1 .RadCaptcha {
  position: relative;
}

.canhcam-look-1 .RadCaptcha #ctl00_mainContent_ctl02_captcha_ctl00 {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1rem;
  color: #f37721;
  font-weight: 600;
  font-style: italic;
}

.canhcam-look-1
  .RadCaptcha
  #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}

.custom-service .service,
.custom-service .service .headings,
.custom-service .service .links a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.canhcam-look-1
  .RadCaptcha
  #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel
  label {
  display: none;
}

.canhcam-look-1 #ctl00_mainContent_ctl02_captcha_ctl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.canhcam-look-1 .rcRefreshImage {
  font-size: 0;
  position: relative;
  text-decoration: none;
  color: transparent;
}

.canhcam-look-1 .rcRefreshImage:before {
  font-size: 1.5rem;
  color: #1d2452;
  margin-left: 1rem;
  font-family: 'Font Awesome 5 Free';
  content: '\f2f9';
  font-weight: 900;
}

.canhcam-look-1 .acc-fill,
.canhcam-look-1 .number-fill {
  position: relative;
}

.canhcam-look-1 .acc-fill span,
.canhcam-look-1 .number-fill span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #f37721;
  font-size: 1rem;
}

.canhcam-look-1 #ctl00_mainContent_ctl02_divNotFound {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 600;
  color: #f37721;
}

.canhcam-cl-1 #ctl00_mainContent_ctl03_reqPaymentMethod {
  color: #f37721;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
}

.canhcam-cl-1 #ctl00_mainContent_ctl03_reqPaymentMethod:before {
  color: #f37721;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  margin-right: 0.5rem;
}

.canhcam-look-result-1 article .title {
  font-weight: 700;
}

.canhcam-news-3 .img {
  width: 100%;
  height: 250px;
}

.canhcam-news-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-news-2 .img {
  width: 100%;
  height: 419px;
}

.canhcam-news-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-news-page-1 .other-news .img {
  width: 100%;
  height: 150px;
}

.canhcam-news-page-1 .other-news .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-news-page-1 .klb-news .img {
  width: 100%;
  height: 150px;
}

.canhcam-news-page-1 .klb-news .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-kl-1 .top-list .img {
  width: 100%;
  height: 250px;
}

.canhcam-kl-1 .top-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-kl-1 .part-list .img {
  width: 100%;
  height: 150px;
}

.canhcam-kl-1 .part-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.canhcam-kl-1 .img {
  overflow: hidden;
}

.canhcam-kl-1 .item a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.canhcam-kl-1 .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.canhcam-net-1 article {
  background-color: #ffffff;
}

.canhcam-net-1 {
  background: #f5f5f5;
}

.news-detail-page .canhcam-KLShareholders .Module-249,
.news-detail-page .canhcam-KLShareholders .Module-400,
.news-detail-page .canhcam-KLShareholders .Module-402,
.news-detail-page .canhcam-KLShareholders ~ .Module-402 {
  display: none;
}

.news-detail-page .canhcam-KLAbout .Module-249,
.news-detail-page .canhcam-KLAbout .Module-400,
.news-detail-page .canhcam-KLAbout .Module-402 {
  display: none;
}

.news-detail-page .canhcam-KLAbout .Module-400 ~ .canhcam-news-page-1 {
  padding: 0 !important;
}

.news-detail-page .canhcam-KLAbout .Module-400 ~ .canhcam-news-page-1 article {
  padding: 0 !important;
}

.news-detail-page
  .canhcam-KLAbout
  .Module-400
  ~ .canhcam-news-page-1
  article
  .other-news {
  display: block !important;
}

.Module-402 .ActionMenu:hover .ActionMenuBody,
.Module-400 .ActionMenu:hover .ActionMenuBody {
  display: block !important;
}

.klb-tinlienquan h5 {
  color: #1d2452;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.klb-tinlienquan a.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.klb-tinlienquan i {
  font-size: 12px;
  line-height: 20px;
}

.klb-tinlienquan a.item:hover {
  text-decoration: underline !important;
}

.klb-tinlienquan .news-title {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.klb-tinlienquan .news-time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.klb-tinnoibat,
.klb-tinlienquan {
  border-bottom: 2px solid #f37721;
}

.klb-tinlienquan {
  padding-bottom: 32px;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .klb-tinlienquan h5 {
    color: #1d2452;
    font-size: 1.7142857143rem;
  }
}

@media (max-width: 992px) {
  .klb-tinxemnhieu {
    margin-top: 3rem;
  }

  .Module-241 ~ .Module-402 {
    border-top: 2px solid #f37721;
  }
}

.news-detail-page .canhcam-KLShareholders h1 {
  margin-bottom: 0.8rem;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7142857143rem;
}

.news-detail-page .canhcam-KLShareholders .main-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 0;
}

.news-detail-page .canhcam-KLShareholders .full-content {
  margin-top: 2rem;
}

.news-detail-page .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail-page .social #___plusone_0,
.news-detail-page .social .fb-like {
  margin-right: 0.75rem !important;
}

@media (min-width: 992px) {
  .canhcam-nav-1 .btn-list .item a figure:hover,
  .canhcam-nav-7 .btn-list .item a figure:hover {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #1d2452;
    color: #fff;
  }
}

.canhcam-home-1 .list-item .item a .icon,
.canhcam-need-1 .list-item .item a .icon,
.canhcam-need-2 .list-item .item a .icon,
.canhcam-need-3 .list-item .item a .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.canhcam-home-1 .list-item .item a:hover,
.canhcam-need-1 .list-item .item a:hover,
.canhcam-need-2 .list-item .item a:hover,
.canhcam-need-3 .list-item .item a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.canhcam-home-1 .list-item .item a:hover .icon,
.canhcam-need-1 .list-item .item a:hover .icon,
.canhcam-need-2 .list-item .item a:hover .icon,
.canhcam-need-3 .list-item .item a:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.custom-service .service {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 5rem 2rem;
  height: 420px;
  -webkit-box-shadow: 1px 0 10px transparent;
  box-shadow: 1px 0 10px transparent;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service::after,
.custom-service .service::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.custom-service .service::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service::after {
  z-index: 2;
  opacity: 0;
  background: linear-gradient(-45deg, #1d2452 0, #00506e 100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .headings {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.custom-service .service .headings .plus {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .headings .plus em,
.custom-service .service .headings .plus i {
  font-size: 2rem;
  color: #fff;
}

.custom-service .service .description p,
.custom-service .service .headings h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
}

.custom-service .service .description p {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

.custom-service .service .headings h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .description,
.custom-service .service .links {
  position: relative;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.custom-service .service .description {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .description p {
  font-size: 15px;
  margin-top: 1.5rem;
}

.custom-service .service .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
  height: 90px;
}

.custom-service .service .links a img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-service .service .links a span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.custom-service .service .links a:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-service .service.active {
  z-index: 4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.custom-service .service.active::after {
  opacity: 0.5;
}

.custom-service .service.active .description {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.custom-service .service.active .links {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.custom-service .service.active .headings .plus {
  opacity: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  .expanded {
    width: 65% !important;
  }

  .collapsed {
    width: 35% !important;
  }
}

@media (max-width: 991px) {
  .custom-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-service .service {
    width: 100%;
  }
}

.canhcam-need-1 .content .viewmore,
.canhcam-need-2 .content .viewmore {
  width: 160px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  color: #ffffff;
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-style: normal;
  text-shadow: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.canhcam-need-1 .content .viewmore:hover,
.canhcam-need-2 .content .viewmore:hover {
  background: linear-gradient(to right, #f37721 0%, #ef4e24 100%);
  box-shadow: 0 0 0 1px #ef4e24;
}

.canhcam-net-1 .map-nav {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background-color: #dceeef;
}

.canhcam-net-1 .map-nav h2.dealer-main-title {
  color: #1d2452;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.canhcam-net-1 .map-nav p.dealer-zone-mapper {
  padding: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.canhcam-net-1 .map-nav select {
  margin-left: 0 !important;
  width: 100% !important;
  margin-top: 1rem !important;
}

.canhcam-net-1 .inf .content {
  max-height: 304px !important;
}

.canhcam-net-1 .inf {
  height: initial !important;
}

.canhcam-net-2 .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.canhcam-net-2 .item:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.canhcam-home-1 .list-item .item figure .icon {
  border-radius: 50%;
  border: double 4px transparent;
  border-radius: 80px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(white)
    ),
    radial-gradient(circle at top left, #f37721 0%, #ef4e24 100%);
  background-image: -webkit-linear-gradient(white, white),
    -webkit-radial-gradient(top left, circle, #f37721 0%, #ef4e24 100%);
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #f37721 0%, #ef4e24 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.canhcam-news-1 .news-slide p {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}

.canhcam-need-detail-7,
.table-responsive {
  text-align: center;
}

#hiddenTable .table th {
  border-top: 0;
  color: #ffffff;
  padding: 1.25rem;
  font-weight: 500;
}

#hiddenTable .table td {
  border-top: 1px dashed #a0a0a0;
  color: #ffffff;
  padding: 1.25rem;
  font-weight: 400;
}

#hiddenTable {
  background: linear-gradient(-45deg, #1d2452 0%, #00506e 100%);
}

#hiddenTable .fancybox-close-small {
  color: #ffffff;
}

.canhcam-person-list-3 .item:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.canhcam-person-list-3 .item .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.canhcam-need-detail-3 {
  padding-top: 3rem;
}

.canhcam-home-3 .cover {
  display: none;
}

@media (max-width: 992px) {
  .canhcam-home-3 h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
  }
}

@media (min-width: 992px) {
  .ban-can-gi-page .canhcam-need-1,
  .ban-can-gi-page .canhcam-need-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ban-can-gi-page .canhcam-need-1 > .row,
  .ban-can-gi-page .canhcam-need-2 > .row {
    height: 100%;
  }

  .canhcam-header-14 .mainnav .nav .nav-sub li a {
    padding: 0.5rem 1rem !important;
  }

  .canhcam-header-14 .mainnav .nav .nav-sub li a:hover {
    text-decoration: underline !important;
    text-underline-position: under;
  }

  .canhcam-header-14 .mainnav .nav .sub-menu {
    padding: 0.75rem 0;
    background: rgb(29, 36, 82, 0.95) !important;
  }

  .canhcam-header-14 .k-responsive-menu .navbar-brand img {
    max-height: 2.25rem;
  }

  .Module-313 .row:last-child figure {
    margin-bottom: 0 !important;
  }

  .Module-312 figure {
    margin-bottom: 0;
  }

  .canhcam-home-3 .cover {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background:linear-gradient(to top, #1d2452c9 0%, #051934b3 100%)
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .canhcam-home-3 .cover h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .canhcam-home-3 .cover time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 300;
  }

  .canhcam-home-3 a.item:hover .cover {
    bottom: -85px;
  }
}

@media (min-width: 1200px) {
  .canhcam-header-14 .mainnav .nav .nav-sub li a {
    padding: 0.5rem 1rem !important;
  }

  .canhcam-header-14 .mainnav .nav .nav-sub li a:hover {
    text-decoration: underline !important;
    text-underline-position: under;
  }

  .canhcam-header-14 .mainnav .nav .sub-menu {
    padding: 0.75rem 0;
  }

  .canhcam-header-14 .k-responsive-menu .navbar-brand img {
    max-height: 4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .canhcam-header-14 .phone {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .canhcam-header-14 .btn-banking {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .canhcam-header-14 .phone figure figcaption h5 {
    font-size: 1rem;
  }

  .canhcam-header-14 > .container.k-responsive-menu#demoResAllInOneMenu {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: initial !important;
  }
}

.giaithuong-popup {
  padding-top: 40px;
}

.giaithuong-popup .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.giaithuong-popup img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.giaithuong-popup h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1d2452;
  text-align: center;
}

.giaithuong-popup p {
  font-size: 14px;
  font-weight: 400;
}

.kl-giaithuong .fancybox-slide::before {
  display: none !important;
}

.kl-giaithuong .fancybox-slide {
  padding-top: 50px;
  width: 100%;
}

.canhcam-ps-5 .block-benefit .bg-img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.canhcam-ps-5 .block-benefit:hover .bg-img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.list-card a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list-card a figure .img {
  position: relative;
  overflow: hidden;
}

.list-card a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.canhcam-footer-2 .social .Module-154 {
  width: 100%;
}

.canhcam-person-list-1 .item .img {
  overflow: hidden;
}

.canhcam-person-list-1 .item .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.canhcam-person-list-1 .item a:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.canhcam-card-1 .item .block .title ul li a,
.canhcam-card-2 .item .block .title ul li a {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.canhcam-card-1 .item .block .title ul li a:hover,
.canhcam-card-2 .item .block .title ul li a:hover {
  color: #f37721;
  top: -5px;
}

.canhcam-card-1 .item .img,
.canhcam-card-2 .item .img {
  overflow: hidden;
}

.canhcam-card-1 .item img,
.canhcam-card-2 .item img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.canhcam-card-1 .item:hover img,
.canhcam-card-2 .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.canhcam-person-list-1.baohiem-phinhantho {
  padding-top: 60px;
  padding-bottom: 2rem;
}

.nhucaubaohiem {
  background-image: url('/Data/Sites/1/media/baohiem/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0;
}

.nhucaubaohiem h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.nhucaubaohiem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nhucaubaohiem .item:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.nhucaubaohiem img {
  width: 160px;
  height: 160px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nhucaubaohiem h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 24px;
}

.block-baohiem .img a {
  overflow: hidden;
  display: block;
  height: 100%;
}

.block-baohiem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.block-baohiem .img a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block-baohiem .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #e7f7f8;
}

.block-baohiem .title {
  font-size: 20px;
  font-weight: 700;
  color: #1d2452;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block-baohiem ul {
  padding: 0;
  padding-left: 15px;
  color: #999999;
}

.block-baohiem li {
  color: #999999;
}

.block-baohiem p {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.block-baohiem-reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.khachhangthanthiet-1 {
  background: #f5f5f5;
}

.khachhangthanthiet-1 article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
  background: #ffffff;
  margin-top: -3rem;
  position: relative;
  padding-bottom: 3rem;
}

.khachhangthanthiet-1 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.khachhangthanthiet-2 {
  background-color: #f5f5f5;
  padding: 3rem 0;
}

.khachhangthanthiet-3 {
  background-color: #fff;
  padding: 3rem 0;
}

.khachhangthanthiet-3 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1d2452;
  text-align: center;
  margin-bottom: 24px;
}

.block-baohiem h3 {
  font-size: 14px;
  line-height: 22px;
  color: #1d2452;
  font-weight: 600;
  margin-bottom: 0;
}

.khachhangthanthiet-2 .item {
  position: relative;
  width: 100%;
  height: 270px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
}

.khachhangthanthiet-2 .col-lg-6 {
  margin-top: 30px;
}

.khachhangthanthiet-2 .col-lg-6:first-child {
  margin-top: 0;
}

.khachhangthanthiet-2 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.khachhangthanthiet-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.khachhangthanthiet-2 .title,
.khachhangthanthiet-2 .btn-detail {
  position: relative;
  z-index: 2;
}

.khachhangthanthiet-2 .title {
  font-size: 24px;
  color: #1d2452;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 28px;
}

.khachhangthanthiet-2 .btn-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 30px;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #1d2452;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.khachhangthanthiet-2 .btn-detail:hover {
  border: 1px solid #1d2452;
  background-color: #fff;
  color: #1d2452;
}

.khachhangthanthiet-2 .btn-detail span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 5px;
}

.khachhangthanthiet-2 .btn-detail i {
  font-size: 14px;
  margin-left: 5px;
}

.edit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #1d2452;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

.edit-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Free' !important;
}

.edit-link i:before {
  content: '\f303' !important;
  font-size: 14px !important;
}

.Module-308,
.Module-308 .ModuleContent,
.Module-308 .ModuleContent > .slide,
.Module-308 .ModuleContent > .slide > .owl-stage-outer,
.Module-308 .ModuleContent > .slide > .owl-stage-outer > .owl-stage,
.Module-308 .ModuleContent > .slide > .owl-stage-outer > .owl-stage > .owl-item,
.Module-308
  .ModuleContent
  > .slide
  > .owl-stage-outer
  > .owl-stage
  > .owl-item
  > a {
  height: 100%;
}

.klb-faqs .canhcam-kl-1 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
}

.hidden {
  display: none !important;
}

.canhan-viewmore-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.canhan-viewmore {
  width: 160px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 1px #1d2452;
  box-shadow: 0 0 0 1px #1d2452;
  color: #1d2452;
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-style: normal;
  text-shadow: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.canhan-viewmore:hover {
  background-color: rgba(29, 36, 82, 1);
  -webkit-box-shadow: 0 0 0 1px #1d2452;
  box-shadow: 0 0 0 1px #1d2452;
  color: #fff;
}

@media (min-width: 992px) {
  .khachhangthanthiet-2 .col-lg-6 {
    margin-top: 0;
  }

  .khachhangthanthiet-1 h2,
  .khachhangthanthiet-3 h2 {
    font-size: 30px;
    width: 80%;
    margin-left: 10%;
  }

  .block-baohiem .img {
    padding-right: 0 !important;
  }

  .block-baohiem .content {
    padding-left: 0 !important;
  }

  .block-baohiem-reverse .img {
    padding-right: 15px !important;
    padding-left: 0;
  }

  .block-baohiem-reverse .content {
    padding-left: 15px !important;
    padding-right: 0;
  }

  .btn-footer {
    display: none;
  }

  .canhcam-footer-1 .zone-title span {
    display: none;
  }

  .canhcam-home-2 .Module-308 .item {
    overflow: hidden;
    height: 100%;
  }

  .canhcam-home-2 .Module-308 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .Module-313 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navbarNavMobileLink {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .phone-mobile {
    margin-right: 20px;
  }

  .search-mobile-toggle em {
    font-size: 18px;
  }

  .search-mobile-toggle {
    margin-right: 20px;
  }

  .Module-308 {
    height: auto;
  }

  .Module-138,
  .Module-140,
  .Module-141 {
    display: none !important;
  }

  .canhcam-home-2 .Module-308 .item img {
    width: 100%;
    height: auto;
  }

  .baohiem-dacdiem,
  .block-baohiem-reverse {
    margin-top: 30px;
  }

  .nhucaubaohiem .item {
    margin-top: 30px;
  }

  .nhucaubaohiem .item:first-child {
    margin-top: 0;
  }

  .nhucaubaohiem h2 {
    font-size: 24px;
  }

  .btn-footer {
    border-top: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    color: #ffffff;
    background-color: #1d2452;
    font-size: 15px;
  }

  .btn-footer em {
    margin-right: 20px;
    font-size: 15px;
  }

  .canhcam-footer-2 .social .Module-154 .ModuleContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .canhcam-footer-1 .zone-title {
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #1d2452;
    margin-bottom: 0.5rem;
  }

  .canhcam-footer-1 .zone-title span {
    width: 24px;
    height: 24px;
    position: relative;
  }

  .canhcam-footer-1 .zone-title span::before,
  .canhcam-footer-1 .zone-title span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #333333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
    content: '';
  }

  .canhcam-footer-1 .zone-title span::before {
    width: 1.5px;
    height: 14px;
  }

  .canhcam-footer-1 .zone-title span::after {
    width: 14px;
    height: 1.5px;
  }

  .canhcam-footer-1 .zone-title.active span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .canhcam-footer-1 h3 {
    margin-bottom: 0 !important;
    line-height: 24px;
    font-size: 14px !important;
  }

  .canhcam-footer-1 nav.list-group {
    display: none;
  }

  .canhcam-home-2 .col-lg-3 {
    margin-top: 30px;
  }

  .Module-310 .item:first-child img {
    max-width: 100%;
    height: auto;
    width: auto !important;
  }

  .canhcam-home-2 .list-card .item + .item {
    margin-top: 0;
  }

  .canhcam-home-2 .list-card .item a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup-navbarNav .fancybox-slide::before {
    display: none;
  }

  .popup-navbarNav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 290px;
    height: 50px;
    margin-bottom: 10px;
  }

  .popup-navbarNav .nav-item:last-child {
    margin-bottom: 0;
  }

  .popup-navbarNav .nav-item img {
    height: 30px;
    display: block;
  }

  .popup-navbarNav .nav-item > .nav-link {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #1d2452;
  }

  .popup-navbarNav .nav-item .hide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    height: 50px;
  }

  .popup-navbarNav .nav-item .hide .nav-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
  }

  .popup-navbarNav .fancybox-slide--current {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-navbarNav .fancybox-bg {
    background: #1d2452 !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .navbarNavMobileLink {
    width: 50px;
    height: 50px;
    background-color: #1d2452;
    color: #ffffff;
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbarNavMobileLink em {
    color: #fff;
    font-size: 18px;
  }

  .canhcam-KLAbout article .canhcam-kl-2 .content .list .item figure .img img {
    max-height: none !important;
  }
}

.popup-searchbar .fancybox-bg {
  background: #1d2452 !important;
}

#searchbar-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchbar-mobile .searchbar {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.searchbar-mobile .searchbar .search-text {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.searchbar-mobile .searchbar .search-text p {
  font-size: 0.8571428571rem;
  font-style: italic;
  padding-left: 0.5rem;
  font-weight: 200;
}

.searchbar-mobile .searchbar .search-main {
  background: #ffffff;
  display: block;
  border-radius: 10px;
}

.searchbar-mobile .searchbar .search-main.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .searchbar-mobile .searchbar .search-main {
    right: -4rem;
    width: 450px;
    padding: 2rem;
    top: calc(100% + 9px);
    -webkit-box-shadow: 0 0 3px #00000057;
    box-shadow: 0 0 3px #00000057;
  }

  .searchbar-mobile .searchbar .search-main:before {
    right: 5rem !important;
  }

  .searchbar-mobile .searchbar .search-main input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 6px);
    flex: 0 0 calc(60% - 6px);
    margin-right: 3px;
    margin-left: 3px;
  }

  .searchbar-mobile .searchbar .search-main .select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 6px);
    flex: 0 0 calc(40% - 6px);
    margin-top: 0 !important;
    margin-right: 3px;
    margin-left: 3px;
  }

  .searchbar-mobile .searchbar .search-main a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 0.9rem;
  }

  .searchbar-mobile .searchbar .search-main a p {
    font-size: 0.9rem !important;
  }

  .searchbar-mobile .searchbar .search-main a.btn-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 6px);
    flex: 0 0 calc(60% - 6px);
  }

  .searchbar-mobile .searchbar .search-main a.btn-search-advanced {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 6px);
    flex: 0 0 calc(40% - 6px);
  }
}

.searchbar-mobile .searchbar .search-main:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  right: 3rem;
}

.searchbar-mobile .searchbar .search-main span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
  color: #333;
  display: block;
}

.searchbar-mobile .searchbar .search-main input {
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
}

.searchbar-mobile .searchbar .search-main .select {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}

.searchbar-mobile .searchbar .search-main .select select {
  width: 100%;
  background: #ebebeb;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.searchbar-mobile .searchbar .search-main .select:before {
  content: '\f140';
  font-size: 1.3rem;
  color: #333;
  display: inline-block;
  font: normal normal normal 24px/1 'Material Design Icons';
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchbar-mobile .searchbar .search-main .btn-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1d2452;
  color: white;
  width: 100%;
  margin-top: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchbar-mobile .searchbar .search-main .btn-search em {
  font-size: 1.2rem;
  margin-right: 0.6rem;
}

.searchbar-mobile .searchbar .search-main .btn-search p {
  text-transform: uppercase;
  font-size: 14px;
}

.searchbar-mobile .searchbar .search-main .btn-search-advanced {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #1d2452;
  padding: 0.5rem;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.searchbar-mobile .searchbar .search-main .btn-search-advanced:hover {
  background: #1d2452;
  color: #fff;
}

.canhcam-huongdansudung .canhcam-kl-2 {
  margin-bottom: 2rem;
}

.canhcam-huongdansudung .canhcam-kl-2 .content + .content {
  margin-top: 2rem;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item + .item {
  margin-top: 10px;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item:last-child {
  margin-bottom: 0 !important;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .name {
  position: relative;
  cursor: pointer;
  background: #f5f5f5;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .name figure {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6rem;
  padding-right: 3rem;
  padding-bottom: 0.6rem;
  padding-left: 1.4285714286rem;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .name figure .img .after {
  display: none;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .name figure figcaption {
  padding-left: 1rem;
}

@media (max-width: 767.98px) {
  .canhcam-huongdansudung
    .canhcam-kl-2
    .content
    .item
    .name
    figure
    figcaption
    h2 {
    font-size: 1rem;
  }
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .name:after {
  content: '\e881';
  font-family: 'Linearicons-Free';
  color: #1d2452;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1428571429rem;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item.active {
  margin-bottom: 2rem;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item.active .name {
  background: #1d2452;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.canhcam-huongdansudung
  .canhcam-kl-2
  .content
  .item.active
  .name
  figure
  .img
  .after {
  display: initial;
}

.canhcam-huongdansudung
  .canhcam-kl-2
  .content
  .item.active
  .name
  figure
  .img
  .before {
  display: none;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item.active .name h2 {
  color: #e3f3f4;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item.active .name:after {
  content: '\e882';
  color: #e3f3f4;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .introduce {
  background: #e3f3f4;
}

.canhcam-huongdansudung .canhcam-kl-2 .content .item .introduce figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.6rem;
  padding-left: 1.4285714286rem;
}

.canhcam-huongdansudung
  .canhcam-kl-2
  .content
  .item
  .introduce
  figure
  figcaption
  ul {
  list-style: none;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
}

.canhcam-huongdansudung
  .canhcam-kl-2
  .content
  .item
  .introduce
  figure
  figcaption
  ul
  li {
  position: relative;
  font-weight: 400;
  font-size: 1.0714285714rem;
  padding-left: 2rem;
}

.canhcam-huongdansudung
  .canhcam-kl-2
  .content
  .item
  .introduce
  figure
  figcaption
  ul
  li:after {
  content: '.';
  font-size: 5rem;
  color: #999999;
  top: -4.5rem;
  left: 0;
  position: absolute;
}

@media (min-width: 992px) {
  .canhcam-huongdansudung .canhcam-kl-2 .content .item .introduce figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .canhcam-huongdansudung .canhcam-kl-2 .content .item .introduce figure .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
  }

  .canhcam-huongdansudung
    .canhcam-kl-2
    .content
    .item
    .introduce
    figure
    figcaption {
    margin-left: 1rem;
    margin-top: 0;
  }
}

.Module-329 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.Module-330 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .Module-329 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }

  .Module-330 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
  }
}

.subscribefrm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  position: relative;
}

.subscribefrm input[type='text'] {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  height: 42px;
  width: 100%;
  padding-left: 30px;
  padding-right: 121px;
}

.subscribefrm .subscribebutton {
  height: 40px;
  width: 120px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  background-color: #f37721;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
}

.subscribefrm span {
  color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 14px;
}

.dealer {
  position: relative;
}

.dealer .map-canvas,
.dealer #map {
  width: 100%;
}

.dealer #map {
  width: 100%;
  height: 784px;
}

.dealer-nav {
  height: 724px;
  width: 430px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dealer-nav .type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dealer-nav .type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9edf0;
  padding: 13px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-decoration: none;
}

.dealer-nav .type img {
  display: block;
  margin-right: 10px;
  height: 30px;
}

.dealer-nav .type span {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dealer-nav .type a:hover span {
  color: #1d2452;
  border-bottom-color: #1d2452;
}

.dealer-nav .type a.active span {
  color: #1d2452;
  font-weight: 700;
  border-bottom-color: #1d2452;
}

.dealer-nav .findby {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
  padding: 0 30px;
}

.dealer-nav .findby a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  padding: 18px 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dealer-nav .findby a:hover {
  color: #ed1c24;
}

.dealer-nav .findby a.active {
  color: #ed1c24;
  border-bottom: 3px solid #ed1c24;
}

.dealer-form {
  padding: 20px 40px;
  background-color: #fff;
}

.dealer-search {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.dealer-search input[type='text'] {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 5px;
  background-color: #e9edf0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.dealer-search input[type='submit'] {
  font-size: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.dealer-search::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-size: 16px;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #1d2452;
}

.dealer-form .form-group {
  margin-bottom: 20px;
}

.dealer-form .form-group:last-child {
  margin-bottom: 0px;
}

.dealer-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  color: #555555;
}

.dealer-form .form-group select {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  width: 100%;
  height: 40px;
  border: 1px solid #d7d7d7;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 0 18px;
}

.dealer-list {
  padding: 0 40px;
}

.dealer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 300px;
  overflow-y: auto;
}

.dealer-list ul::-webkit-scrollbar {
  width: 4px;
}

.dealer-list ul::-webkit-scrollbar-track {
  background: #e1e1e1;
}

.dealer-list ul::-webkit-scrollbar-thumb {
  width: 4px;
  background: #00717c;
}

.dealer-list .number {
  display: none;
}

.dealer-list strong {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dealer-list div,
.dealer-list span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dealer-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #d7d7d7;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dealer-list li:first-child {
  padding-top: 0;
}

.dealer-list li:hover strong {
  color: #f37721;
}

.dealer-list li:hover div,
.dealer-list li:hover span {
  color: #1d2452;
}

.dealer-list li.active strong {
  color: #f37721;
}

.dealer-list li.active div,
.dealer-list li.active span {
  color: #1d2452;
}

@media (max-width: 991px) {
  .dealer-nav {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .dealer-nav {
    width: 375px;
    height: 784px;
  }

  .dealer-nav .findby {
    padding: 0 15px;
  }

  .dealer-nav .findby a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .dealer-form {
    padding: 20px 20px;
  }

  .dealer-list {
    padding: 0 20px;
  }
}

.gmnoprint {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.canhcam-need-detail-5 figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-find-network {
  background: #f37721;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  margin-top: 1rem;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn-find-network:visited,
.btn-find-network:active {
  color: #fff;
}

.canhcam-slider-3 .list-items .slick-list {
  padding: 0 0 !important;
}

.canhcam-need-4 .no-gutters.bord {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.fill-info.frm-custom .Module-368 .wrap-form > div > div,
.fill-info.frm-custom .Module-375 .wrap-form > div > div {
  margin-bottom: 20px;
}

.fill-info.frm-custom
  .Module-368
  .wrap-form
  > div
  > div
  input[type='text']::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.fill-info.frm-custom
  .Module-368
  .wrap-form
  > div
  > div
  input[type='text']:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.fill-info.frm-custom
  .Module-368
  .wrap-form
  > div
  > div
  input[type='text']::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.fill-info.frm-custom
  .Module-368
  .wrap-form
  > div
  > div
  input[type='text']::placeholder {
  font-weight: 300;
  color: #999999;
}

.canhcam-need-4 .no-gutters.bord .fill-info .submit .btn-reg {
  border-radius: 0;
}

.canhcam-need-4 .no-gutters.bord .fill-info .submit .notice {
  margin-bottom: 24px;
  color: #666666;
}

.fill-info.frm-custom .Module-375 .wrap-form > div > div input[type='text'] {
  font-size: 1rem;
  font-style: italic;
  color: #999999;
  border: 2px solid #d7d7d7;
  height: 3.5714285714rem;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.fill-info.frm-custom .Module-370 .wrap-form > div > .form-group {
  margin-bottom: 20px;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .input-group {
  margin: 0 -2.5px;
  width: auto;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .input-group
  > .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2.5px;
  margin-bottom: 0;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  input[type='text'] {
  font-size: 1rem;
  font-style: italic;
  color: #999999;
  border: 2px solid #d7d7d7;
  height: 3.5714285714rem;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
}

.fill-info.frm-custom .Module-370 .wrap-form > div > .form-group > .select {
  margin: 0 -2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2.5px;
  margin-bottom: 0;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group.form-check {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 2.5px;
  margin-bottom: 0;
}

.fill-info.frm-custom .Module-370 .wrap-form > div > .frm-submit {
  margin-bottom: 24px;
}

.fill-info.frm-custom .Module-370 .wrap-form > div > .notice {
  font-size: 12px;
  color: #666666;
  font-style: italic;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group.form-check {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 2.5px;
  margin-bottom: 0;
  margin-top: 15px;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group.form-check
  span.label
  label {
  padding-left: 20px;
  font-size: 12px;
  color: #666666;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group.form-check
  span.label
  label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fill-info.frm-custom
  .Module-370
  .wrap-form
  > div
  > .form-group
  > .select
  > .form-group.form-check
  span.label
  input:checked
  ~ label:before {
  content: '\f00c';
}

.canhcam-need-detail-5 .col-lg-3.item {
  display: none;
}

.canhcam-need-detail-5 .col-lg-3.item:nth-child(1),
.canhcam-need-detail-5 .col-lg-3.item:nth-child(2),
.canhcam-need-detail-5 .col-lg-3.item:nth-child(3),
.canhcam-need-detail-5 .col-lg-3.item:nth-child(4) {
  display: block;
}

.canhcam-need-4 .no-gutters.bord .fill-info {
  padding-bottom: 0;
}

.canhcam-need-detail-3 .wrap-form .fill-info input[type='text'],
.canhcam-need-detail-3 .wrap-form .fill-info textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.canhcam-need-detail-3 .wrap-form .frm-btnwrap > label {
  display: none;
}

.frm-btn {
  text-align: center;
}

.wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
  border-radius: 0;
  background: #f37721;
  color: #ffffff;
  font-weight: 500;
  padding-top: 0.6rem;
  padding-right: 2rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  min-width: 125px;
}

.canhcam-need-detail-3 .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
  border-radius: 0;
  background: #f37721;
  color: #ffffff;
  font-weight: 500;
  padding-top: 0.6rem;
  padding-right: 2rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  min-width: 125px;
}

.canhcam-need-detail-3 .wrap-form .frm-btnwrap .frm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.canhcam-need-detail-3 .wrap-form .frm-btnwrap .frm-btn input[type='reset'] {
  display: none;
}

@media (max-width: 991.99px) {
  .canhcam-need-detail-3 .wrap-form .frm-btnwrap .frm-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .canhcam-need-detail-3 .form-col:first-child {
    padding-right: 0;
  }

  .canhcam-need-detail-3 .form-col:last-child {
    padding-left: 0;
  }

  .canhcam-need-detail-3 .form-col:last-child .fill-info {
    padding-top: 0;
  }
}

.Module-382 {
  display: none;
}
