.footer {
  overflow: hidden;
  color: #fff;
}
.footer .menu-footer .logo-footer {
  padding-right: 25px;
}
.footer .menu-footer {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
.footer .menu-footer .logo-footer {
  padding-right: 25px;
}
.footer .menu-footer .logo-footer a img {
  width: 160px;
}
.footer .menu-footer .navbar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.footer .menu-footer .navbar-footer li a {
  padding: 0 20px;
  display: block;
  color: #033e51;
  font-size: 15px;
  white-space: nowrap;
}
.footer .footer-detail {
  margin-left: 0;
  background: #7fc241;
  padding: 35px 0;
}
.footer .footer-detail p {
  line-height: 1.8;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.footer .footer-media .icon-media {
  width: 50px;
  height: 50px;
}
.footer .partner {
  background-color: #033e51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}
.footer .partner p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding-right: 25px;
}
.footer .copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background: #4d8f14;
}
.footer .copyright .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .copyright .contact p a {
  text-decoration: none;
  font-weight: 400;
  color: #565656;
}
.footer .copyright .contact p {
  margin: 0;
  padding-right: 25px;
}
.list_link_footer {
  margin-right: 60px
}
.list_link_footer li {
  margin-bottom: 10px
}
.list_link_footer li a {
  color: #fff
}
.list_link_footer li a:hover {
  text-decoration: underline
}
.footerNav-link {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.footerNav-link li {
  flex: 0 0 calc(33.3333% - 14.333px);
  max-width: calc(33.3333% - 14.333px);
}
.footerNav-link li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.footer-social .title-footer {
  margin-bottom: 15px;
}
.title-footer {
  font-size: 14px;
  color: #fff;
}
.footer-address-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.footer-address-col-wrap {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.footer-address-col-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-address-row a {
  color: #fff;
  font-weight: 600;
}
.footer-address-row .copyright-footer {
  font-weight: 600;
}
.footer-social .footerNav-social li {
  display: inline-block;
  margin-left: 20px;
}
.footer-social .footerNav-social li a {
  width: 32px;
  height: 32px;
  line-height: 36px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #253846;
  display: block;
  text-align: center;
  border-radius: 9px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer-social .footerNav-social li a svg {
  max-width: 20px
}
.footer-social .footerNav-social li:first-child {
  margin-left: 0;
}
.footer .footer-address-row:last-child {
  margin-bottom: 0;
}
/*-------- TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
.fb_dialog_content iframe {
  right: 0px !important;
}
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important;
}
.addThis_contact__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.addThis_contact__icons {
  position: fixed;
  bottom: 105px;
  right: 18px;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
}
.addThis_contact__icons .box-item {
  position: relative;
}
.addThis_contact__icons .box-item + .box-item {
  margin-top: 18px;
}
.addThis_contact__icons .box-item .svgico {
  position: relative;
  z-index: 4;
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: #253846;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.addThis_contact__icons .box-item .svgico svg {
  fill: #ffffff;
  width: 28px;
  height: 100%;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
  position: absolute;
  content: '';
  height: 48px;
  width: 48px;
  left: 0;
  top: 0;
  background: #253846;
  border-radius: 50%;
}
.addThis_contact__icons .box-item:before {
  animation: euiBeaconPulseSmall 2s infinite ease-out;
}
.addThis_contact__icons .box-item:after {
  animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}
.addThis_contact__icons .box-item.box-contact .svgico > svg {
  animation: iconSkew 1s infinite ease-out;
}
.addThis_contact__icons .box-item.box-contact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_contact__icons .box-item.box-contact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 100%;
}
.addThis_contact__icons .box-item.box-live .svgico {
  background: #ff0000;
}
.addThis_contact__icons .box-item.box-live:before, .addThis_contact__icons .box-item.box-live:after {
  background: #ff0000;
}
.addThis_contact__icons .box-item.box-chatmsg:before, .addThis_contact__icons .box-item.box-chatmsg:after {
  display: none;
}
.addThis_contact__icons .box-item.box-chatmsg .svgico {
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear;
}
.addThis_contact__icons .box-item.box-chatmsg .svgico svg {
  width: 100%;
  height: 100%;
}
.addThis_contact__lists {
  position: absolute;
  bottom: 145px;
  border-radius: 12px;
  right: 30px;
  max-width: 300px;
  overflow: hidden;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.addThis_contact__lists .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent;
}
.addThis_contact__lists .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.addThis_contact__lists .addThis_listing {
  padding: 0;
  margin: 0;
}
.addThis_contact__lists .addThis_listing .addThis_item {
  margin: 0;
  padding: 0;
  margin: 0;
}
.addThis_contact__lists .addThis_listing .addThis_item--icon {
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.addThis_contact__lists .addThis_listing .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
.addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 32px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400;
}
.addThis_contact__lists .addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff;
}
.addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
  display: block;
}
.addThis_contact__dialog.active {
  opacity: 1;
  visibility: visible;
}
.addThis_contact__dialog.active .addThis_contact__lists {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.addThis_contact__dialog.active + .addThis_contact__icons .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.addThis_contact__dialog.active + .addThis_contact__icons .svgico > svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
}
.addThis_contact__dialog.active + .addThis_contact__icons .box-live {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover {
    background: #ffffff;
  }
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover .tooltip-text {
    color: #253846;
  }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none;
  }
}
@media (max-width: 991px) {
  .addThis_contact__dialog {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .addThis_contact__icons {
    right: 12px;
    bottom: 80px;
  }
  .addThis_contact__icons .box-item .svgico {
    height: 45px;
    width: 45px;
  }
  .addThis_contact__icons .box-item .svgico svg {
    width: 24px;
  }
  .addThis_contact__icons .box-item .svgico .svgico--close svg {
    width: 16px;
  }
  .addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
    height: 45px;
    width: 45px;
  }
  .addThis_contact__lists {
    left: 15px;
    right: 15px;
    bottom: 110px;
    max-width: 100%;
  }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
  }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__icons {
    bottom: 90px;
  }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__icons .box-item.box-contact {
    display: none;
  }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__lists {
    bottom: 80px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons {
    bottom: 140px;
  }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-contact, .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-chatmsg {
    display: none;
  }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__dialog {
    display: none;
  }
}
.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-wrapper {
  height: 55px;
  padding: 6px 5px 4px;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item {
  flex: 0 0 auto;
  width: 20%;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__btn {
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon {
  width: 20px;
  height: 22px;
  display: block;
  position: relative;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon svg {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon .count {
  display: inline-block;
  vertical-align: top;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  top: -4px;
  left: 12px;
}
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
  margin-top: 4px;
  right: 10px;
  left: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}
.actionToolbar_mobile.toolbar_style_2 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-wrapper {
  margin: 0 -2px;
  padding: 5px;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item {
  padding: 0 1px;
  -webkit-flex: 1 1;
  flex: 1 1;
  max-width: calc(100%/3);
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink {
  border-radius: 20px;
  padding: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #253846;
  color: #ffffff;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink svg {
  display: block;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 30px);
  padding: 2px 6px 2px 4px;
  line-height: 1.3;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media (max-width: 991px) and (min-width: 768px) {
  .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
    font-size: 12px;
  }
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
  position: absolute;
  right: 8px;
  bottom: calc(100% + 10px);
  max-width: 90px;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
  border-radius: 0;
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
  width: 100%;
  padding: 2px 8px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink svg {
  margin: 0 auto 4px;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .iconmap-down {
  animation: downscroll 0.45s ease-in alternate infinite;
  -webkit-animation: downscroll 0.45s ease-in alternate infinite;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
  background: transparent;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
  background: #eb1c24;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-msg .toolbar-item--boxlink {
  background: #0a7cff;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-zalo .toolbar-item--boxlink {
  background: #1272e8;
}
.actionToolbar_mobile.toolbar_style_2 .toolbar-item-phone .toolbar-item--boxlink {
  background: #4D8F14;
}
@media (max-width: 767px) {
  .actionToolbar_mobile.toolbar_style_2 .container-pd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .actionToolbar_mobile {
    display: block;
  }
}
@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes pulselive {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0;
  }
}
/* - Modal contact form */
.fade {
  transition: opacity .15s linear;
}
.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form .input-group input, .contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #eae4e8;
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px;
}
.contact-form .input-group textarea:focus {
  outline: none;
}
.modal-addThis {
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear;
}
.modal-addThis.fade .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
.modal-addThis.fade.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-contactform.show {
  display: block !important
}
.modal-contactform .modal-header h4.modal-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.modal-contactform .modal-header button.close {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none;
}
.modal-contactform .modal-header button.close:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-contactform .modal-header button.close svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3;
}
.modal-contactform .modal-body.body-popupform .form-control {
  background: #f3f5f6;
  border-radius: 0;
}
.modal-contactform .modal-body.body-popupform .form-control:focus {
  background: #fff;
}
.modal-contactform .modal-body.body-popupform .input-group input, .modal-contactform .modal-body.body-popupform .input-group textarea {
  border-color: #eee;
  font-size: 14px;
}
.modal-contactform .modal-body.body-popupform .input-group input:focus, .modal-contactform .modal-body.body-popupform .input-group textarea:focus {
  outline: none;
  box-shadow: none;
}
.modal-contactform .modal-body.body-popupform .btnSubmit-modal {
  padding: 10px 28px;
  outline: none;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .modal-contactform .modal-dialog {
    max-width: 605px;
  }
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
@media screen and (max-width:1200px) {
  .item_list_menu_main:not(:first-child) .link_list_menu_main {
    padding: 15px 10px;
    font-size: 14px
  }
}
@media screen and (max-width:1024px) {
  .footer .menu-footer .navbar-footer {
    display: none
  }
  .footer .justify-content-between {
    justify-content: center !important
  }
  .footer-detail .fs18 {
    font-size: 14px;
    margin-bottom: 20px !important
  }
  .logo_footer {
    height: 50px
  }
  .logo_footer img {
    height: 100%
  }
  .footer-detail .container.d-flex {
    display: block
  }
  .list_link_footer {
    margin: 30px 0
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer-media {
    text-align: center
  }
  .footer .partner {
    display: block;
    text-align: center
  }
  .footer .partner p {
    display: inline-block;
    margin: 5px 0;
    text-align: center;
    padding: 5px 10px
  }
  .footer .copyright .contact p {
    width: 50%;
    ;
    margin-top: 10px;
    text-align: center
  }
  .footer .copyright .contact p a {
    font-weight: 700;
    color: #033e51
  }
  .footer-detail .col20per, .footer-detail .col55per, .footer-detail .col25per {
    width: 100%;
    padding: 0
  }
  .footerNav-link {
    margin-top: 30px;
  }
  .footer-social {
    margin-top: 30px;
    text-align: left;
  }
  .footer .copyright .col20per {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
  }
  .footer-address-col-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .footer-address-row {
    margin-bottom: 20px
  }
  .footer .footer-address-row:last-child {
    margin-bottom: 40px !important;
  }
  .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}