@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("/templates/default/fonts/SVN-Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "GothamBold";
  src: url("/templates/default/fonts/SVN-Gotham Bold.otf") format("woff");
}
main {
  background-color: rgb(242, 243, 245);
  padding-bottom: 48px;
  padding-top: 24px;
}

body {
  padding-right: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Gotham", sans-serif !important;
  color: #000 !important;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

#memberModal .modal-content {
  padding: 40px;
  border-radius: 16px;
}
#memberModal .modal-content .label_error {
  font-size: 13px;
  line-height: 12px;
  color: red;
  margin-top: 5px;
}
#memberModal .modal-content .text_normal_top {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgb(117, 117, 117);
}
#memberModal .modal-content .text-blue {
  color: rgb(36, 118, 255);
}
#memberModal .modal-content .logo_text_top img {
  width: 170px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 24px;
  display: block;
}
#memberModal .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#memberModal .modal-content .form-control {
  padding: 8px 16px;
  height: 48px;
  border-radius: 4px;
  border-color: #f5f5f5;
  color: inherit;
  font-size: inherit;
  background: #f5f5f5;
  box-shadow: 0px 0px 6px 0px rgba(214, 61, 0, 0);
  border-radius: 8px;
}
#memberModal .modal-content .form-control.form-otp {
  background: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 32px;
  height: 58px;
  padding: 2px;
  -moz-appearance: textfield;
}
#memberModal .modal-content .form-control.form-otp.active, #memberModal .modal-content .form-control.form-otp:focus {
  border-color: #d53c00;
}
#memberModal .modal-content .form-control.form-otp::-webkit-inner-spin-button, #memberModal .modal-content .form-control.form-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#memberModal .modal-content .form-submit {
  padding: 8px 16px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  background: rgba(28, 175, 71, 0.4);
}
#memberModal .modal-content .form-submit:hover {
  background: rgb(28, 175, 71);
}
#memberModal .modal-content .btn-log-with {
  height: 48px;
  border-radius: 8px;
  background: #f5f5f5;
}
#memberModal .modal-content .text-red {
  color: rgb(28, 175, 71);
}

.password-rule {
  color: #a3a3a3;
  display: flex;
  align-items: center;
  gap: 2px;
}
.password-rule svg {
  display: none;
}
.password-rule.success {
  color: #3ba500;
}
.password-rule.success svg:nth-child(1) {
  display: inline-block;
}
.password-rule.error {
  color: #e71313;
}
.password-rule.error svg:nth-child(2) {
  display: inline-block;
}

.mar-bot-48 {
  margin-bottom: 48px;
}

.pagination {
  margin-top: 20px;
  gap: 10px;
}
.pagination .other-page,
.pagination .next-page,
.pagination .last-page,
.pagination .current,
.pagination .pre-page,
.pagination .first-page {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--Black, #222);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.pagination .current {
  background: #02457a;
  color: #fff;
}
.pagination .next-page,
.pagination .last-page,
.pagination .pre-page,
.pagination .first-page {
  background: #fff;
}

.bread-border {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

ul {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: unset !important;
  color: #333;
}
a:hover {
  color: #333;
}

.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}

.active-backdrop {
  display: block;
  opacity: 0.5;
  z-index: 1;
}

img,
iframe {
  max-width: 100%;
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0.8) !important;
}

.container {
  max-width: 1230px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container h1 {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: 40%;
  margin-left: 1%;
  font-family: "Gotham";
  text-transform: uppercase;
}
.container .blocks-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .blocks-banner .item-image {
  width: 100%;
  height: auto; /* Keeps the aspect ratio */
}

.box-fff {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}

#hotdealModal .modal-dialog {
  max-width: 442px;
}
#hotdealModal .modal-dialog .modal-content {
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
#hotdealModal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}
#hotdealModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#hotdealModal .modal-dialog .modal-content .modal-body .title_modal {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee {
  background-color: rgb(242, 243, 245);
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee,
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_quantity {
  padding: 24px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .title_tee,
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_quantity .title_tee {
  font-size: 14px;
  color: rgb(117, 117, 117);
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-bottom: 16px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee {
  border-right: 1px solid #fff;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee.live {
  border: 1px solid #39bd2e;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee.live .top_box {
  background: #1f9915;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee.live .box-special_rate_weekday {
  color: #e41010 !important;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee {
  border: 1px solid #00334c;
  border-radius: 12px;
  overflow: hidden;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .top_box {
  background-color: #00334c;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .top_box.api-live {
  background: linear-gradient(180deg, #39bd2e 0%, #2d9624 100%) !important;
  color: #fff !important;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .bot_box {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .bot_box .p-bot_box {
  display: flex;
  align-items: center;
  color: rgb(87, 87, 87);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  gap: 5px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .bot_box .box-public_rate_weekday {
  color: rgb(102, 102, 102);
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: line-through;
}
#hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee .box_tee .bot_box .box-special_rate_weekday {
  color: rgb(248, 153, 28);
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .btn_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}
#hotdealModal .modal-dialog .modal-content .modal-body .btn_box #add_cart_modal {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 15px 0;
  color: rgb(28, 175, 71);
  border: 1px solid rgb(28, 175, 71);
  border-radius: 8px;
  cursor: pointer;
}
#hotdealModal .modal-dialog .modal-content .modal-body .btn_box #buy_now_modal {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  border: 1px solid rgb(0, 103, 152);
  background-color: rgb(0, 103, 152);
  border-radius: 8px;
  cursor: pointer;
}

.flash-message-container {
  background: rgba(0, 0, 0, 0);
  display: none;
  z-index: 1056;
}
.flash-message-container#msgModal {
  background: rgba(0, 0, 0, 0.3);
}
.flash-message-container .flash-message {
  border-radius: 4px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
  width: 320px;
}
.flash-message-container .flash-message.success, .flash-message-container .flash-message.alert {
  background: #ebf6e6;
  color: #2a7500;
}
.flash-message-container .flash-message.success .svg-success, .flash-message-container .flash-message.alert .svg-success {
  display: inline-block;
}
.flash-message-container .flash-message.success .svg-error, .flash-message-container .flash-message.alert .svg-error {
  display: none;
}
.flash-message-container .flash-message.error {
  background: #fbece6;
  color: #d53c00;
}
.flash-message-container .flash-message.error .svg-success {
  display: none;
}
.flash-message-container .flash-message.error .svg-error {
  display: inline-block;
}

header {
  position: relative;
}
header .btn-menu_mobile {
  display: none;
}
header .members_header {
  position: relative;
  cursor: pointer;
}
header .members_header .user_login_btn {
  font-size: 14px;
  line-height: 14px;
  color: #000;
}
header .members_header .user_login_btn img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
header .members_header .box_members_click {
  display: none;
  width: 250px;
  padding: 8px;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #ddd;
}
header .members_header .box_members_click .btn-guest {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 12px;
  border-radius: 8px;
}
header .members_header .box_members_click .btn-guest svg {
  position: relative;
  left: 0;
  transition: 0.3s ease-in-out;
}
header .members_header .box_members_click .btn-guest span {
  position: relative;
  transition: 0.3s ease-in-out;
}
header .members_header .box_members_click .btn-guest:hover {
  background-color: rgb(0, 103, 152);
  color: #fff;
}
header .members_header .box_members_click .btn-guest:hover svg path {
  stroke: white;
}
header .members_header .box_members_click .btn-guest:hover svg {
  left: calc(100% - 12px);
  transition: 0.3s ease-in-out;
}
header .members_header .box_members_click .btn-guest:hover span {
  left: -32px;
  transition: 0.3s ease-in-out;
}
header .members_header .show {
  display: block;
}
header {
  border-bottom: 1px solid rgb(235, 235, 235);
}
header .header_main-section .logo_header {
  max-width: 178px;
  height: auto;
  overflow: hidden;
}
header .header_main-section .logo_header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .cart_header {
  position: relative;
  cursor: pointer;
}
header .cart_header .cart-hover-bg .cart-hover {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  width: 400px;
  right: 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 22px 16px;
  z-index: 11;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-header {
  margin-bottom: 22px;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-header span {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-header .normal_text {
  color: rgb(117, 117, 117);
  text-transform: uppercase;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-header .total_all {
  color: #02457a;
  font-weight: 700;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body {
  padding: 16px;
  border-radius: 12px;
  background-color: rgb(242, 243, 245);
  height: 240px;
  overflow-y: scroll;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eee;
  background-color: #f5f5f5;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body::-webkit-scrollbar {
  width: 5px;
  background-color: #4d4d4d;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4d4d4d;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item {
  display: grid;
  grid-template-columns: 124px auto;
  grid-gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: unset;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .info-box .course_name {
  color: #000;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .info-box .date_teetime {
  margin-bottom: 6px;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .info-box .date_teetime span {
  color: rgb(117, 117, 117);
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .info-box .date_teetime span:first-child {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgb(191, 191, 191);
}
header .cart_header .cart-hover-bg .cart-hover .cart-hover-body .cart-hover-item .info-box .quantity_price {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
header .cart_header .cart-hover-bg .cart-hover .btn-link-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
  border: 1px solid rgb(28, 175, 71);
  border-radius: 8px;
  height: 48px;
  color: rgb(28, 175, 71);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.count-number {
  display: flex;
  border: 1px solid #dedede;
  border-radius: 8px;
  height: 48px;
  width: 100%;
}
.count-number .toggle-quantity {
  width: calc((100% - 40px) / 2);
}
.count-number .toggle-quantity button {
  height: 100%;
  border: unset;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  width: 100%;
}
.count-number .toggle-quantity button svg {
  display: inline-block;
}
.count-number .quantity {
  width: 40px;
  border: unset;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.count-number .quantity:focus-visible {
  outline: unset;
}

.owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
}
.owl-nav .disabled {
  display: none !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  padding: 13px 16px !important;
  background: #fff !important;
  border-radius: 50% !important;
  border: unset !important;
  margin: 0px !important;
  position: absolute;
  color: #333 !important;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: rgb(0, 103, 152) !important;
  color: #fff !important;
}

.search-header-mobile {
  display: none;
}

.toggle-menu-side-bar {
  display: none;
}

.side-right_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}
.side-right_btn .circle-tel {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #9a0000;
  border: 6px solid rgba(154, 0, 0, 0.72);
}
.side-right_btn .circle-tel::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 4px solid rgba(190, 32, 47, 0.56);
  border-radius: 100%;
  animation: shake-bottom-detail 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@media (max-width: 1025px) {
  .side-right_btn .circle-tel {
    left: 10px;
    bottom: 66px;
  }
  .side-right_btn .circle-tel::before {
    width: 50px;
    height: 50px;
  }
  .side-right_btn .circle-tel svg {
    width: 26px;
    height: auto;
  }
}
.side-right_btn .circle-tel .examm {
  display: none;
  position: absolute;
  left: 40px;
  background-color: rgba(190, 32, 47, 0.56);
  padding: 5px 5px 5px 20px;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
}
.side-right_btn .circle-tel:hover .examm {
  display: block;
}
.side-right_btn .shake-bottom {
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@keyframes shake-bottom-detail {
  0%, 100% {
    box-shadow: 0 0 0px 6px rgba(154, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 0px 2px rgba(154, 0, 0, 0.5);
  }
}

footer {
  background: rgb(2, 69, 122);
  padding: 48px 0;
}
footer .htlk-box p {
  color: #8ab3ce;
}
footer .grid_footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  grid-gap: 110px;
}
footer .grid_footer .grid_footer-col .site_name-footer {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
footer .grid_footer .grid_footer-col .info_company {
  display: grid;
  grid-template-columns: 16px auto;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}
footer .grid_footer .grid_footer-col .info_company p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgb(138, 179, 206);
}
footer .grid_footer .grid_footer-col .menu-footer .menu-item {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(138, 179, 206);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer .grid_footer .grid_footer-col .menu-footer .menu-item {
    text-align: left !important;
  }
}
footer .grid_footer .grid_footer-col .htlk-box p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: rgb(138, 179, 206);
}
footer .grid_footer .grid_footer-col:first-child .site_name-footer {
  text-transform: uppercase;
}

.prominent_course .home-title,
.courses_nearby .home-title {
  text-transform: uppercase;
}
.prominent_course .list_courses_hot,
.prominent_course .list_courses_nearby,
.courses_nearby .list_courses_hot,
.courses_nearby .list_courses_nearby {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
.prominent_course .list_courses_hot .item-course_hot,
.prominent_course .list_courses_nearby .item-course_hot,
.courses_nearby .list_courses_hot .item-course_hot,
.courses_nearby .list_courses_nearby .item-course_hot {
  background-color: rgb(244, 248, 250);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #c5c5c5;
}
@media (max-width: 768px) {
  .prominent_course .list_courses_hot .item-course_hot,
  .prominent_course .list_courses_nearby .item-course_hot,
  .courses_nearby .list_courses_hot .item-course_hot,
  .courses_nearby .list_courses_nearby .item-course_hot {
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
.prominent_course .list_courses_hot .item-course_hot .img-box,
.prominent_course .list_courses_nearby .item-course_hot .img-box,
.courses_nearby .list_courses_hot .item-course_hot .img-box,
.courses_nearby .list_courses_nearby .item-course_hot .img-box {
  width: 100%;
  aspect-ratio: 16/9; /* 👉 Tỉ lệ 16:9 */
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.prominent_course .list_courses_hot .item-course_hot .img-box img,
.prominent_course .list_courses_nearby .item-course_hot .img-box img,
.courses_nearby .list_courses_hot .item-course_hot .img-box img,
.courses_nearby .list_courses_nearby .item-course_hot .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  display: block;
}
.prominent_course .list_courses_hot .item-course_hot .img-box .position_name-c_h,
.prominent_course .list_courses_nearby .item-course_hot .img-box .position_name-c_h,
.courses_nearby .list_courses_hot .item-course_hot .img-box .position_name-c_h,
.courses_nearby .list_courses_nearby .item-course_hot .img-box .position_name-c_h {
  transition: 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
}
.prominent_course .list_courses_hot .item-course_hot .img-box .position_name-c_h .name-c_h,
.prominent_course .list_courses_nearby .item-course_hot .img-box .position_name-c_h .name-c_h,
.courses_nearby .list_courses_hot .item-course_hot .img-box .position_name-c_h .name-c_h,
.courses_nearby .list_courses_nearby .item-course_hot .img-box .position_name-c_h .name-c_h {
  color: #fff;
  font-weight: 500;
  line-height: 17px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.prominent_course .list_courses_hot .item-course_hot .info-box,
.prominent_course .list_courses_nearby .item-course_hot .info-box,
.courses_nearby .list_courses_hot .item-course_hot .info-box,
.courses_nearby .list_courses_nearby .item-course_hot .info-box {
  padding: 14px 8px;
  background: #fff;
  border-radius: 8px;
  margin-top: -8px;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .top_info-box,
.prominent_course .list_courses_nearby .item-course_hot .info-box .top_info-box,
.courses_nearby .list_courses_hot .item-course_hot .info-box .top_info-box,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .top_info-box {
  display: grid;
  grid-template-columns: auto 80px;
  grid-gap: 8px;
  margin-bottom: 16px;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .top_info-box .address_point .address-c_h,
.prominent_course .list_courses_nearby .item-course_hot .info-box .top_info-box .address_point .address-c_h,
.courses_nearby .list_courses_hot .item-course_hot .info-box .top_info-box .address_point .address-c_h,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .top_info-box .address_point .address-c_h {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .top_info-box .btn-box,
.prominent_course .list_courses_nearby .item-course_hot .info-box .top_info-box .btn-box,
.courses_nearby .list_courses_hot .item-course_hot .info-box .top_info-box .btn-box,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .top_info-box .btn-box {
  background: rgb(0, 103, 152);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  height: 35px;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid,
.prominent_course .list_courses_nearby .item-course_hot .info-box .price-c_h_grid,
.courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side p,
.prominent_course .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side p,
.courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side p,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side p {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side .fl_price,
.prominent_course .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side .fl_price,
.courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side .fl_price,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side .fl_price {
  color: rgb(231, 19, 19);
  font-size: 18px;
  line-height: 18px;
  font-family: "GothamBold";
  margin-bottom: 8px;
}
.prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side:last-child,
.prominent_course .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side:last-child,
.courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side:last-child,
.courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid rgb(176, 204, 222);
}
.prominent_course .list_courses_hot .item-course_hot:hover .img-box img,
.prominent_course .list_courses_nearby .item-course_hot:hover .img-box img,
.courses_nearby .list_courses_hot .item-course_hot:hover .img-box img,
.courses_nearby .list_courses_nearby .item-course_hot:hover .img-box img {
  transform: scale(1.2);
  transition: 0.4s ease-in-out;
}
.prominent_course .list_courses_hot .item-course_hot:hover .position_name-c_h,
.prominent_course .list_courses_nearby .item-course_hot:hover .position_name-c_h,
.courses_nearby .list_courses_hot .item-course_hot:hover .position_name-c_h,
.courses_nearby .list_courses_nearby .item-course_hot:hover .position_name-c_h {
  padding-bottom: 24px;
  transition: 0.4s ease-in-out;
}

.list-products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
@media (max-width: 768px) {
  .list-products_grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.list-products_grid .item-course_hot,
.list-products_grid .item-product_all {
  border-radius: 12px;
  background-color: rgb(244, 248, 250);
}
.list-products_grid .item-course_hot .img-box,
.list-products_grid .item-product_all .img-box {
  padding: 24px;
  width: 100%;
  height: auto;
}
.list-products_grid .item-course_hot .img-box img,
.list-products_grid .item-product_all .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
.list-products_grid .item-course_hot .info-box,
.list-products_grid .item-product_all .info-box {
  padding: 12px 16px;
}
.list-products_grid .item-course_hot .info-box .name-c_h,
.list-products_grid .item-product_all .info-box .name-c_h {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.list-products_grid .item-course_hot .info-box .grid_price,
.list-products_grid .item-product_all .info-box .grid_price {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.list-products_grid .item-course_hot .info-box .grid_price .left_price .text_normal,
.list-products_grid .item-course_hot .info-box .grid_price .right_price .text_normal,
.list-products_grid .item-product_all .info-box .grid_price .left_price .text_normal,
.list-products_grid .item-product_all .info-box .grid_price .right_price .text_normal {
  color: rgb(87, 87, 87);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.list-products_grid .item-course_hot .info-box .grid_price .left_price .price,
.list-products_grid .item-course_hot .info-box .grid_price .right_price .price,
.list-products_grid .item-product_all .info-box .grid_price .left_price .price,
.list-products_grid .item-product_all .info-box .grid_price .right_price .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}
.list-products_grid .item-course_hot .info-box .grid_price .left_price,
.list-products_grid .item-product_all .info-box .grid_price .left_price {
  border-right: 1px solid rgb(222, 222, 222);
}
.list-products_grid .item-course_hot .info-box .grid_price .right_price,
.list-products_grid .item-product_all .info-box .grid_price .right_price {
  padding-left: 16px;
}
.list-products_grid .item-course_hot .info-box .grid_price .right_price .price,
.list-products_grid .item-product_all .info-box .grid_price .right_price .price {
  color: rgb(0, 103, 152);
}
.list-products_grid .item-course_hot .info-box .grid_price .right_price .text_red,
.list-products_grid .item-product_all .info-box .grid_price .right_price .text_red {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(231, 19, 19);
}
.list-products_grid .item-course_hot:hover .img-box img,
.list-products_grid .item-product_all:hover .img-box img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.list_grid_news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.list_grid_news .item_new .img-box {
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-height: 188px;
  overflow: hidden;
  margin-bottom: 15px;
}
.list_grid_news .item_new .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.list_grid_news .item_new .info-box .created_cat {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.list_grid_news .item_new .info-box .created_cat span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgb(163, 163, 163);
}
.list_grid_news .item_new .info-box .created_cat span:last-child {
  color: rgb(28, 175, 71);
}
.list_grid_news .item_new .info-box .title_new {
  font-weight: 200;
  font-size: 14px;
  line-height: 19px;
  color: red;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.list_grid_news .item_new .info-box .summary_new {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgb(117, 117, 117);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.list_grid_news .item_new:hover .img-box img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.list_grid_news .item_new:hover .info-box .title_new {
  color: rgb(28, 175, 71);
}
.list_grid_news .item_big {
  grid-area: 1/1/3/3;
}
.list_grid_news .item_big .img-box {
  max-height: 392px;
}
.list_grid_news .item_big .info-box .created_cat span {
  font-size: 14px;
  line-height: 18px;
}
.list_grid_news .item_big .info-box .title_new {
  font-size: 20px;
  line-height: 28px;
}
.list_grid_news .item_big .info-box .summary_new {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgb(117, 117, 117);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.list_discount_box {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  width: 340px;
  overflow-x: scroll;
}
.list_discount_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eee;
  background-color: #f5f5f5;
}
.list_discount_box::-webkit-scrollbar {
  width: 1px;
  background-color: #4d4d4d;
  height: 5px;
}
.list_discount_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4d4d4d;
}
.list_discount_box .item_discount {
  border: 1px solid #02457a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #1b1b1b;
  cursor: pointer;
  width: 50%;
  margin-bottom: 5px;
  background: #ccc;
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .container.header_main-section {
    flex-direction: unset;
  }
  .footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(45deg, #f5f7fa, #c3cfe2);
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .menu-item {
    text-align: center;
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 12px;
  }
  .menu-item img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
  }
  .menu-item span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .offcanvas-top {
    height: 90vh;
  }
  header {
    padding: 10px 0;
  }
  header .btn-menu_mobile {
    display: block;
    border: unset;
    background-color: #fff;
    outline: unset;
  }
  header .menu-header {
    display: none;
  }
  header .members_header .user_login_btn span {
    display: none;
  }
  header .header_main-section .logo_header {
    width: 130px;
    margin-left: 15%;
  }
  .block-members_cart_lang {
    gap: 10px !important;
  }
  .block-members_cart_lang .header_language .dropdown .dropdown-toggle img {
    display: none;
  }
  footer .grid_footer {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  footer .grid_footer .menu-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .courses_nearby .list_courses_hot,
  footer .courses_nearby .list_courses_nearby {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  footer .courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid,
  footer .courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid {
    grid-gap: 5px;
  }
  footer .courses_nearby .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side:last-child,
  footer .courses_nearby .list_courses_nearby .item-course_hot .info-box .price-c_h_grid .grid_side:last-child {
    padding-left: 5px;
  }
  footer #hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee,
  footer #hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_quantity {
    padding: 16px;
  }
  footer .list-products_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .list_grid_news {
    gap: 16px;
  }
  footer .list_discount_box {
    width: 100%;
  }
  .mar-bot-48 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) and (max-width: 500px) {
  header .cart_header {
    position: unset;
  }
  header .cart_header .cart-hover-bg .cart-hover {
    width: 100%;
    right: 0;
    top: 100%;
  }
  footer .grid_footer {
    grid-gap: 15px;
  }
  .search_booking {
    display: block;
  }
  .btn_golf-plus {
    margin-top: 15px;
    height: 35px;
  }
}
@media (max-width: 1200px) {
  .courses_nearby .list_courses_hot,
  .courses_nearby .list_courses_nearby {
    grid-template-columns: repeat(1, 1fr);
  }
  #hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_tee,
  #hotdealModal .modal-dialog .modal-content .modal-body .box_quant_tee .grid_quantity {
    padding: 8px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .list_grid_news {
    grid-template-columns: unset;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .list_grid_news .item_big {
    grid-area: unset;
  }
}
@media (max-width: 1200px) {
  .list_discount_box {
    width: auto;
    max-width: 100%;
    height: 100%;
    padding: 1px;
    box-sizing: border-box;
  }
}
.zalo-chat-widget {
  right: 1em !important;
  bottom: 6em !important;
}

.dropdown-menu .dropdown-menu {
  display: flex;
}

#ctaMenu a:nth-of-type(n + 2) img {
  padding: 0 !important;
}

.header_main-section {
  background: #fff;
}

@media (max-width: 1200px) {
  header .menu-header {
    display: none;
  }
}
@media (min-width: 480px) {
  .footer-menu {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
