/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** $gap_support : auto, true, false */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
.ic_home {
  width: 90px;
  position: absolute;
  z-index: 2;
  height: 90px;
  bottom: 0;
  left: 60%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media only screen and (max-width: 39.96875rem) {
  .ic_home {
    display: none;
  }
}

.site_ft {
  color: #C4C4C4;
}
.site_ft .row {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .site_ft .row .col {
    width: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .site_ft .row .col {
    width: 25%;
  }
}
@supports (aspect-ratio: 1/1) {
  .site_ft .row .col.col-1 {
    width: -webkit-calc(16.6666666667% - 1.5625rem);
    width: calc(16.6666666667% - 1.5625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .site_ft .row .col.col-1 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site_ft .row .col.col-1 {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  .site_ft .row .col.col-2 {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .site_ft .row .col.col-2 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site_ft .row .col.col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site_ft .row .col {
    width: 100%;
  }
}
.site_ft .row .col .logo_ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.site_ft .row .col .logo_ft img {
  width: 141px;
}
.site_ft .row .col .title_ft {
  color: #119B45;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.site_ft .row .col ul {
  list-style: none;
  margin-left: 0;
}
.site_ft .row .col ul li a {
  color: #C4C4C4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.site_ft .row .col .des-ft {
  color: #C4C4C4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.site_ft .row .col .des-ft p {
  margin-bottom: 0;
}

.ct_home {
  position: relative;
  max-height: 90vh;
  min-height: 90vh;
}
@media only screen and (max-width: 39.96875rem) {
  .ct_home {
    max-height: unset;
    min-height: auto;
  }
}
.ct_home .bg_home {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.list_content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.list_content .content-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.list_content .content-tab .row-ct {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 3px solid var(--trang, #FFF);
  background: #007DEA;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 90rem) {
  .list_content .content-tab .row-ct {
    width: 63%;
  }
}
@media only screen and (min-width: 75rem) {
  .list_content .content-tab .row-ct {
    width: 63%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct {
    width: 100%;
  }
}
.list_content .content-tab .row-ct .col-l {
  width: 50%;
  padding: 58px 0px 58px 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l {
    padding: 20px;
  }
}
.list_content .content-tab .row-ct .col-l .heading-title {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 60% */
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l .heading-title {
    font-size: 20px;
  }
}
.list_content .content-tab .row-ct .col-l .heading-title::before {
  content: "";
  height: 4px;
  background: #fff;
  bottom: -20px;
  width: 120px;
  position: absolute;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l .heading-title::before {
    height: 2px;
  }
}
.list_content .content-tab .row-ct .col-l .des {
  color: #fff;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 128.571% */
  margin-bottom: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l .des {
    margin-bottom: 20px;
  }
}
.list_content .content-tab .row-ct .col-l .btn_xt a {
  color: var(--trang, #FFF);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  background: #E71D26;
  padding: 10px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-l .btn_xt a {
    font-size: 13px;
  }
}
.list_content .content-tab .row-ct .col-r {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-r {
    width: 100%;
  }
}
.list_content .content-tab .row-ct .col-r .img_right {
  text-align: center;
}
.list_content .content-tab .row-ct .col-r img {
  max-height: 450px;
  min-height: 450px;
}
@media only screen and (max-width: 39.96875rem) {
  .list_content .content-tab .row-ct .col-r img {
    max-height: 200px;
    min-height: 200px;
  }
}
.list_content div#ab1m6m .img_right {
  -webkit-transform: translate(10%, -7%);
          transform: translate(10%, -7%);
}
.list_content div#thepro .row-ct {
  background: #B992FE;
}
.list_content div#thepro .img_right {
  -webkit-transform: translate(0%, -7%);
          transform: translate(0%, -7%);
}
.list_content div#thevip .row-ct {
  background: #031D35;
}
.list_content div#thevip .img_right {
  -webkit-transform: translate(10%, 0%);
          transform: translate(10%, 0%);
  padding: 20px 0;
}
.list_content div#cb_sanpham .row-ct {
  background: #069544;
}

.text_nor {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.page-ab {
  position: relative;
}
.page-ab .col-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.page-ab .col-right .row-ct {
  width: 80%;
  overflow: hidden;
}
@media only screen and (min-width: 90rem) {
  .page-ab .col-right .row-ct {
    width: 70%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .page-ab .col-right .row-ct {
    width: 100%;
  }
}
.page-ab .col-right .row-ct .title-page {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 60% */
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .page-ab .col-right .row-ct .title-page {
    font-size: 25px;
  }
}
.page-ab .col-right .row-ct .des {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 39.96875rem) {
  .page-ab .col-right .row-ct .des {
    width: 90%;
    font-size: 14px;
  }
}
.page-ab .col-right .row-ct .img {
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
}
.page-ab .col-right .row-ct .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 400px;
}
.page-ab .col-right .row-ct .img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec_thanhvien .grid-container {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .grid-container {
    padding: 40px 15px;
  }
}
.sec_thanhvien .grid-container .img_pos {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  width: 46%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .grid-container .img_pos {
    display: none;
  }
}
.sec_thanhvien .grid-container .img_pos_right {
  position: absolute;
  right: -200px;
  top: 60px;
  width: 189px;
  height: 209px;
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .grid-container .img_pos_right {
    display: none;
  }
}
.sec_thanhvien .row {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .sec_thanhvien .row .col-6 {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .sec_thanhvien .row .col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .row .col-6 {
    width: 100%;
  }
}
.sec_thanhvien .row .col-6 .title_tv {
  color: #119B45;
}
.sec_thanhvien .row .col-6 .img_pos_mb {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .row .col-6 .img_pos_mb {
    display: block;
    margin: 0 auto;
    max-height: 400px;
  }
}
.sec_thanhvien .row-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .sec_thanhvien .row-staff .col-item {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .sec_thanhvien .row-staff .col-item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .sec_thanhvien .row-staff .col-item {
    width: 100%;
  }
}
.sec_thanhvien .row-staff .col-item .col-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  background: #119B45;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
}
.sec_thanhvien .row-staff .col-item .col-inner .anh {
  position: absolute;
  bottom: 0;
  height: 120%;
}
.sec_thanhvien .row-staff .col-item .col-inner .anh img {
  height: 100%;
}
.sec_thanhvien .row-staff .col-item .col-inner .info {
  padding: 23px 6px 23px 110px;
}
.sec_thanhvien .row-staff .col-item .col-inner .info .name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.sec_thanhvien .row-staff .col-item .col-inner .info .mt {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.list_combo_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
}
@media only screen and (max-width: 39.96875rem) {
  .list_combo_sp {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding: 40px 0;
  }
}
@supports (aspect-ratio: 1/1) {
  .list_combo_sp .col-item {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .list_combo_sp .col-item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .list_combo_sp .col-item {
    width: 100%;
  }
}
.list_combo_sp .col-item .img {
  position: relative;
  z-index: 9;
  padding: 30px;
  overflow: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.list_combo_sp .col-item .img img {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.list_combo_sp .col-item .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_combo_sp .col-item .box-info {
  position: relative;
  color: #fff;
  background: #001650;
  padding: 80px 30px 30px 50px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
.list_combo_sp .col-item .box-info .title {
  position: relative;
  overflow: hidden;
}
.list_combo_sp .col-item .box-info .title span {
  position: relative;
  color: #FFF;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.list_combo_sp .col-item .box-info .title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 500%;
  left: 110%;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #16B2F5;
  z-index: 5;
}
.list_combo_sp .col-item .box-info .nd {
  padding: 12px 0;
}
.list_combo_sp .col-item .box-info .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.list_combo_sp .col-item .box-info .btn a {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #67BA43;
  padding: 8px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

#form_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#form_popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#form_popup .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#form_popup .main_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

#form_popup .content_popup {
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  border-top: 3px solid var(--title);
}

#form_popup input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  text-indent: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #67BA43;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-bottom: 0;
  background: #67BA43;
}
#form_popup input::-webkit-input-placeholder {
  color: #fff;
}
#form_popup input::-moz-placeholder {
  color: #fff;
}
#form_popup input::-ms-input-placeholder {
  color: #fff;
}
#form_popup input::placeholder {
  color: #fff;
}

#form_popup input:focus {
  outline: none;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}

#form_popup input.wpcf7-form-control.wpcf7-submit:hover {
  background: #174ca1;
  cursor: pointer;
}

#form_popup input[type=submit] {
  background: #119B45;
  color: #fff;
  text-indent: 0;
  margin-bottom: 0;
  position: relative;
  height: 100%;
}

#form_popup .ct_pp {
  position: relative;
  padding: 40px;
}
#form_popup .ct_pp .des {
  padding: 20px 0;
}
#form_popup .ct_pp .row-fpp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
#form_popup .ct_pp .row-fpp .col-r {
  width: 105px;
}
#form_popup .ct_pp .row-fpp .col-l {
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#form_popup .ct_pp .row-fpp .col-l .item {
  width: 100%;
}
#form_popup .image_popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#form_popup .tip_popup {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#form_popup .tip_popup svg {
  margin: 30px auto;
}
#form_popup .tip_popup .title_form {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 96% */
  position: relative;
  margin-bottom: 30px;
}
#form_popup .tip_popup .title_form::before {
  content: "";
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 30%;
}

#form_popup .top_popup {
  position: relative;
}

#form_popup .top_popup:before {
  content: "";
  display: block;
  padding-bottom: 58%;
}

#form_popup .top_popup img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

#form_popup p.title_form {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #007DEA;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

#form_popup .wpcf7 form > div, #form_popup_pro .wpcf7 form > p {
  margin-bottom: 0px;
}

#form_popup .close_popup {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 3;
}

#form_popup .close_popup i {
  font-size: 23px;
}

#form_popup .close_popup:hover i {
  cursor: pointer;
  color: #000;
}

#form_popup .content_popup .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#form_popup .content_popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  width: 33%;
  margin: 0 !important;
}

#form_popup .content_popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 14px;
}

#form_popup .content_popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  margin: 0 !important;
  height: 16px !important;
}

/* end form popup */
/* Image popup */
#popup_km {
  position: relative;
}

#popup_km .img_km {
  position: fixed;
  bottom: -3px;
  left: 0px;
  width: 22%;
  height: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

#popup_km .img_km.show {
  opacity: 1;
  visibility: visible;
}

#popup_km span.close_img {
  position: absolute;
  top: -13px;
  right: -8px;
  z-index: 1;
}

#popup_km span.close_img i {
  font-size: 20px;
  color: #000;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

#popup_km span.close_img:hover i {
  cursor: pointer;
  color: #d5a415;
}

/* end image popup */
@media (max-width: 1024px) {
  #form_popup .main_popup {
    width: 35%;
  }
  #popup_km .img_km {
    bottom: 48px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  #form_popup .main_popup {
    width: 55%;
  }
  #form_popup input {
    height: 30px;
    text-indent: 15px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #form_popup .main_popup {
    width: 70%;
  }
  #popup_km .img_km {
    width: 36%;
  }
}
@media (max-width: 480px) {
  #form_popup .main_popup {
    width: 95%;
  }
  #popup_km .img_km {
    width: 55%;
  }
}
.copyright {
  width: 100% !important;
}

.copyright-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}
.copyright-inner .list_info_bot_ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  gap: 15px;
}
.copyright-inner .list_info_bot_ft li {
  width: 24px;
  height: 24px;
}

.btn_popup_fix {
  position: fixed;
  bottom: 140px;
  right: 8%;
  width: 60px;
  height: 60px;
  z-index: 9999999;
}

.section-slide-tm-new {
  position: relative;
  padding: 300px 0 80px 0;
  overflow: hidden;
}
.section-slide-tm-new:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3960784314);
  z-index: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .section-slide-tm-new {
    padding: 160px 15px 0 15px;
  }
}
.section-slide-tm-new .slide-bg {
  height: 100%;
}
.section-slide-tm-new .slide-bg .slick-list,
.section-slide-tm-new .slide-bg .slick-track {
  height: 100%;
}
.section-slide-tm-new .slide-bg .slick-list img,
.section-slide-tm-new .slide-bg .slick-track img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-slide-tm-new .slide-bg-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.section-slide-tm-new .row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 0 auto;
  max-width: -webkit-calc(50% + 570px);
  max-width: calc(50% + 570px);
}
@media only screen and (min-width: 90rem) {
  .section-slide-tm-new .row {
    max-width: -webkit-calc(50% + 660px);
    max-width: calc(50% + 660px);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-slide-tm-new .row {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
}
.section-slide-tm-new .row .col-left {
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .section-slide-tm-new .row .col-left {
    width: -webkit-calc(40% - 1.125rem);
    width: calc(40% - 1.125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section-slide-tm-new .row .col-left {
    width: 40%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-slide-tm-new .row .col-left {
    width: 100%;
  }
}
.section-slide-tm-new .row .col-right {
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@supports (aspect-ratio: 1/1) {
  .section-slide-tm-new .row .col-right {
    width: -webkit-calc(60% - 0.75rem);
    width: calc(60% - 0.75rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section-slide-tm-new .row .col-right {
    width: 60%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-slide-tm-new .row .col-right {
    width: 100%;
    padding-left: 0;
  }
}
.section-slide-tm-new .row .col-right .slide_banner {
  padding: 60px 0;
}
.section-slide-tm-new .row .col-right .swiper-slide img {
  max-height: 260px;
}

.slick-main1 .col-inner {
  padding-top: 50px;
}
.slick-main1 .tab-content-slide {
  padding: 0 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-main1 .tab-content-slide {
    position: relative;
    left: unset;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.slick-main1 .tab-content-slide .title_tab {
  color: #FFF;
  font-family: Roboto;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 83.333% */
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-main1 .tab-content-slide .title_tab {
    font-size: 2.5rem;
  }
}
.slick-main1 .tab-content-slide .title_tab::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 120px;
  background: #E71D26;
  left: 0;
  top: -12px;
}
.slick-main1 .tab-content-slide .des {
  margin-bottom: 40px;
  color: #FFF;
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.slick-main1 .tab-content-slide .bnt_xt a {
  background: #119B45;
  padding: 6px 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.nub-slde {
  position: absolute;
  width: 74px;
  bottom: 0;
  right: 45px;
}
@media only screen and (max-width: 39.96875rem) {
  .nub-slde {
    right: 0;
    display: none;
  }
}
.nub-slde .num-slide {
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 83.333% */
}

.slick-thumb .slick-dots,
.slick-thumb .slick-arrow {
  position: absolute;
  bottom: -50px;
}
.slick-thumb .slick-list {
  position: relative;
}
.slick-thumb .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  left: 125px;
  list-style-type: none;
}
.slick-thumb .slick-dots li {
  margin: 0 0.25rem;
}
.slick-thumb .slick-dots button {
  display: block;
  width: 80px;
  height: 2px;
  padding: 0;
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 83.333% */
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .slick-dots button {
    width: 25px;
    display: none;
  }
}
.slick-thumb .slick-dots li.slick-active button {
  background-color: #119B45;
  width: 90px;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .slick-dots li.slick-active button {
    width: 25px;
  }
}
.slick-thumb .slick-arrow {
  padding: 6px;
  background: #ccc;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.slick-thumb .slick-arrow i {
  color: #fff;
  font-size: 18px;
}
.slick-thumb .slick-arrow.slick-next {
  left: 60px;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .slick-arrow.slick-next {
    left: 75px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .slick-arrow.slick-prev {
    left: 15px;
  }
}
.slick-thumb .slick-list {
  padding-left: 0 !important;
}
.slick-thumb .col-inner {
  padding: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .col-inner {
    padding: 5px;
  }
}
.slick-thumb .col-inner .img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 4px solid #fff;
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  position: relative;
}
.slick-thumb .col-inner .img .t-h3 {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 98%;
}
.slick-thumb .col-inner .img h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.slick-thumb .col-inner .img h3 a {
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .col-inner .img h3 {
    font-size: 16px;
  }
}
.slick-thumb .col-inner .img h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #E71D26;
  left: 0;
  top: -10px;
}
.slick-thumb .col-inner .img img {
  width: 100%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  min-height: 260px;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 39.96875rem) {
  .slick-thumb .col-inner .img img {
    min-height: 210px;
    max-height: 210px;
  }
}
.slick-thumb .col-inner .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page_the {
  border-bottom: 4px solid #fff;
}
.page_the .icon_cuon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 12px;
}
.page_the .icon_cuon svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.page_the .icon_cuon:hover svg {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tab-content-slide .des {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 30px;
}
.tab-content-slide .des::-webkit-scrollbar-thumb {
  background-color: #119B45;
}
.tab-content-slide .des::-webkit-scrollbar {
  width: 0.2rem;
  height: 0.25rem;
}
