/* TABLE */
#list-price {
  margin: 30px auto;
  border-collapse: separate;
  text-align: center;
  color: #00358F;
  background: transparent;
}

#list-price tr td,
table tr th {
  padding: 0px 0px;
  line-height: 30px;
  background: #fef9f5;
}

#list-price.table-bordered-custom>tbody>tr>td,
#list-price.table-bordered-custom>tfoot>tr>td {
  border: 1px solid #00358F;
}

#list-price .head-border-left {
  border-top: 2px solid #00358F;
  border-left: 2px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-top-left-radius: 20px;
}

#list-price .head-border-right {
  border-top: 2px solid #00358F;
  border-right: 2px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-top-right-radius: 20px;
}

#list-price tr:last-child>td:first-child {
  border-bottom-left-radius: 20px;
}

#list-price tr:last-child>td:last-child {
  border-bottom-right-radius: 20px;
}

#list-price tr:last-child>td {
  border-bottom: 2px solid #00358F;
}

.custom_table_premium {
  width: 100%;
}

.custom_table_premium>tbody>tr>th:nth-child(1) {
  text-align: center;
  min-width: 100px;
}

.custom_table_premium>tbody>tr>td:nth-child(1) {
  text-align: center;
  min-width: 100px;
  border-top: 1px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-right: 1px solid #00358F;
  border-left: 2px solid #00358F;
}

.custom_table_premium>tbody>tr>th:nth-child(2) {
  min-width: 500px;
  border-top: 2px solid #00358F;
  border-bottom: 1px solid #00358F;
}

.custom_table_premium>tbody>tr>td:nth-child(2) {
  min-width: 500px;
  border-top: 1px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-right: 1px solid #00358F;
  border-left: 1px solid #00358F;
}

.header_round {
  background: #00358F;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-family: 'MyriadProBold';
  /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
}

.header_round>span {
  color: #ffffff !important;
  text-align: center;
}

.custom_table_premium>tbody>tr>th:nth-child(3) {
  min-width: 120px;
  border-top: 2px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-right: 1px solid #00358F;
  text-align: center;
}

.custom_table_premium>tbody>tr>td:nth-child(3) {
  min-width: 120px;
  border-top: 1px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-right: 1px solid #00358F;
  border-left: 1px solid #00358F;
}

.custom_table_premium>tbody>tr>th:nth-child(4) {
  min-width: 150px;
  border-left: 1px solid #00358F;
  text-align: center;
}

.custom_table_premium>tbody>tr>td:nth-child(4) {
  min-width: 150px;
  border-top: 1px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-right: 2px solid #00358F;
  border-left: 1px solid #00358F;
}

.custom_table_premium .head-border-left {
  border-top: 2px solid #00358F;
  border-left: 2px solid #00358F;
  border-bottom: 1px solid #00358F;
  border-top-left-radius: 20px;
}

/* TABLE OPTION PRODUCT  */

.icon_phone {
  position: fixed;
  z-index: 19;
  bottom: 90px;
  right: 0;
}

.icon_phone>div>img {
  width: 96px;
}

.icon_phone>div>a>img {
  width: 96px;
}

/* TABLE */
#product_option {
  margin: 30px auto;
  border-collapse: separate;
  text-align: center;
  color: #E31B23;
  background: transparent;
}

#product_option tr td,
table tr th {
  padding: 0px 0px;
  line-height: 36px;
  background: #ffffff;
}

#product_option.table-bordered-custom>tbody>tr>td,
#product_option.table-bordered-custom>tfoot>tr>td {
  border: 1px solid #E31B23;
}

#product_option .head-border-left {
  border-top: 2px solid #E31B23;
  border-left: 2px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-top-left-radius: 20px;
}

#product_option .head-border-right {
  border-top: 2px solid #E31B23;
  border-right: 2px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-top-right-radius: 20px;
}

#product_option .body-border-left {
  border-left: 2px solid #E31B23;
  background: #E31B23;
  border-top-left-radius: 20px;
}

#product_option .body-border-right {
  border-left: 2px solid #E31B23;
  background: #E31B23;
  border-top-right-radius: 20px;
}

#product_option tr:last-child>td:first-child {
  border-bottom-left-radius: 20px;
}

#product_option tr:last-child>td:last-child {
  border-bottom-right-radius: 20px;
}

#product_option tr:last-child>td {
  border-bottom: 2px solid #E31B23;
}

.custom_table {
  width: 100%;
}

.custom_table>tbody>tr>th:nth-child(1) {
  text-align: center;
  min-width: 100px;
}

.custom_table>tbody>tr>td:nth-child(1) {
  text-align: center;
  min-width: 100px;
  border-top: 1px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-right: 1px solid #E31B23;
  border-left: 2px solid #E31B23;
}

.custom_table>tbody>tr>th:nth-child(2) {
  min-width: 500px;
  border-top: 2px solid #E31B23;
  border-bottom: 1px solid #E31B23;
}

.custom_table>tbody>tr>td:nth-child(2) {
  min-width: 500px;
  border-top: 1px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-right: 1px solid #E31B23;
  border-left: 1px solid #E31B23;
}

.custom_table_blue {
  width: 100%;
}

.custom_table_blue>tbody>tr>th:nth-child(1) {
  text-align: center;
  min-width: 100px;
}

.custom_table_blue>tbody>tr>td:nth-child(1) {
  text-align: center;
  min-width: 100px;
  border-top: 1px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  border-right: 1px solid #bd2227;
  border-left: 2px solid #bd2227;
}

.custom_table_blue>tbody>tr>th:nth-child(2) {
  min-width: 500px;
  border-top: 2px solid #bd2227;
  border-bottom: 1px solid #bd2227;
}

.custom_table_blue>tbody>tr>td:nth-child(2) {
  min-width: 500px;
  border-top: 1px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  border-right: 1px solid #bd2227;
  border-left: 1px solid #bd2227;
}

.header_round_blue {
  background: #bd2227;
  display: flex;
  justify-content: center;
}

.custom_table_blue>tbody>tr>th:nth-child(3) {
  min-width: 120px;
  border-top: 2px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  text-align: center;
}

.custom_table_blue>tbody>tr>td:nth-child(3) {
  min-width: 120px;
  border-top: 1px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  border-right: 1px solid #bd2227;
  border-left: 1px solid #bd2227;
}

.custom_table_blue>tbody>tr>th:nth-child(4) {
  min-width: 150px;
  text-align: center;
}

.custom_table_blue>tbody>tr>td:nth-child(4) {
  min-width: 150px;
  border-top: 1px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  border-right: 2px solid #bd2227;
  border-left: 1px solid #bd2227;
}

.custom_table_blue .head-border-left {
  border-top: 2px solid #bd2227;
  border-left: 2px solid #bd2227;
  border-bottom: 1px solid #bd2227;
  border-top-left-radius: 20px;
}

.header_round {
  background: #E31B23;
  display: flex;
  justify-content: center;
}

.header_round>span {
  color: #ffffff !important;
  text-align: center;
}

.header_round>div {
  color: #ffffff !important;
  text-align: center;
}


.head-border-left>span {
  color: #ffffff !important;
  text-align: center;
}

.head-border-right>span {
  color: #ffffff !important;
  text-align: center;
}

.custom_table>tbody>tr>th:nth-child(3) {
  min-width: 120px;
  border-top: 2px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  text-align: center;
}

.custom_table>tbody>tr>td:nth-child(3) {
  min-width: 120px;
  border-top: 1px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-right: 1px solid #E31B23;
  border-left: 1px solid #E31B23;
}

.custom_table>tbody>tr>th:nth-child(4) {
  min-width: 150px;
  text-align: center;
}

.custom_table>tbody>tr>td:nth-child(4) {
  min-width: 150px;
  border-top: 1px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-right: 2px solid #E31B23;
  border-left: 1px solid #E31B23;
}

.custom_table .head-border-left {
  border-top: 2px solid #E31B23;
  border-left: 2px solid #E31B23;
  border-bottom: 1px solid #E31B23;
  border-top-left-radius: 20px;
}

.font_Remachine {
  font-family: "Remachine_Script";
}

.bg_price {
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background: url("./images/album_image/mooncake_2023/logo/background_price.png");
}

.bg_dowload {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.btn_dowload {
  width: 356px;
  height: 52px;
  background: #00358F;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
  border-radius: 50px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  font-family: "UTM Times";
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  cursor: pointer;
}

.btn_dowload>img {
  margin-right: 5px;
}

/* .frames {
  background-image: url("./images/bg_price_mooncake.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 40px;
} */

/* .banner_list_price_1 {
  background-image: url("./images/bang-gia/banner_list_price_1.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  padding: 40px 40px 20px;
} */

/* .banner_list_price_2 {
  background-image: url("./images/bang-gia/banner_list_price_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  margin-top: 30px;
} */

/* .code_price_red {
  background-image: url("./images/bg_code_red.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 170px;
  padding: 5px 0px 10px;
  text-align: center;
} */

/* .code_price_blue {
  background-image: url("./images/bg_code_blue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 170px;
  padding: 5px 0px 10px;
  text-align: center;
} */

/* .code_price_orange {
  background-image: url("./images/bg_code_orange.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 170px;
  padding: 5px 0px 10px;
  text-align: center;
} */

/* .group_title {
  display: flex;
  align-items: center;
} */

/* .code_title {
  font-size: 20px;
  font-weight: 800;
} */

/* .title_price {
  font-size: 52px;
  margin-left: 20px;
} */
/* 
.code_title>span {
  font-size: 24px;
} */

/* .text_red {
  color: #ed1c24;
} */

/* .text_orange {
  color: #db4827;
} */

/* .text_blue {
  color: #00358f;
} */

/* .list-item {
  padding: inherit;
  margin: 10px 0px 10px 10px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 500;
} */

/* .list-item>ul {
  list-style: disc;
} */
/* 
.frames_price_red {
  background: #ffffff;
  width: 230px;
  border-radius: 50px;
  border: 2px solid #ed1c24;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ed1c24;
} */

/* .frames_price_red>span {
  font-size: 26px;
  font-weight: 900;
} */

/* .frames_price_red>top {
  vertical-align: top;
} */

/* .frames_price_orange {
  background: #ffffff;
  width: 230px;
  border-radius: 50px;
  border: 2px solid #db4827;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #db4827;
}

.frames_price_orange>span {
  font-size: 26px;
  font-weight: 900;
}

.frames_price_orange>top {
  vertical-align: top;
} */

/* .frames_price_blue {
  background: #ffffff;
  width: 230px;
  border-radius: 50px;
  border: 2px solid #00358f;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #00358f;
}

.frames_price_blue>span {
  font-size: 26px;
  font-weight: 900;
}

.frames_price_blue>top {
  vertical-align: top;
} */

/* .price_box_KC {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.list_product {
  list-style: disc;
  text-align: initial;
  font-size: 11px;
  font-weight: 500;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.name_product {
  font-size: 24px;
  margin-right: 10px;
}

.product_line {
  color: #00358F;
  text-align: center;
  padding: 40px 10px;
}

.product_line_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product_tt_2 {
  width: 115px;
  position: absolute;
  left: 50px;
  top: 35px;
}

.product_tt_3 {
  width: 100px;
  position: absolute;
  left: 150px;
  top: 55px;
}

/* HERE FOOTER*/

/* .order_footer {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}

.hotline_order {
  width: 220px;
  height: 62px;
  border-radius: 12px;
  margin-right: 10px;
}

.zalo_order {
  width: 220px;
  height: 62px;
  text-align: center;
  font-size: 18px;
  padding: 12px;
  color: #ffffff;
  background: linear-gradient(90deg, #0079ff 0%, #00a9fc 100%);
  border-radius: 12px;
}

.zalo_order > img {
  width: 36px;
  height: 36px;
}

.hotline_order_header {
  background: #ff6300;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 14px;
}

.hotline_number_phone {
  font-family: "UTM Times";
  font-size: 28px;
  text-align: center;
  color: #00358F;
  border-bottom: 2px solid #ff6300;
  border-right: 2px solid #ff6300;
  border-left: 2px solid #ff6300;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
} */

.col-span-2 {
  display: flex;
  justify-content: space-around;
}

.new_product {
  background: #FDE8E3;
}

.new_product_blue {
  background: #DCF1FC;
}

.content_mobile .products>ul>::marker {
  font-size: 22px;
}

.bg_new {
  background: #EA1F28;
  padding: 2px 4px 0px 2px;
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
  border-radius: 10px 2px;
}

.bg_new_mobile {
  background: #EA1F28;
  padding: 2px 4px 0px 2px;
  font-style: italic;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px 2px;
  margin-left: 3px;
}

.col-span-2>span:first-child {
  width: 300px;
  font-weight: 500;
  text-align: initial;
  font-family: 'MyriadProBold';
  padding-left: 20px;
}

.col-span-2>span:last-child {
  width: 200px;
  text-align: end;
  font-family: 'MyriadProBoldRegular';
  padding-right: 20px;
}

.font_text_bold {
  font-family: 'MyriadProBold';
}

.font_text {
  font-weight: 700;
  font-family: 'MyriadPro';
}

.pr_50 {
  padding-right: 75px !important;
}

.logo_price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_price_mb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_price>img {
  max-width: 220px;
  margin-right: 20px;
}

.logo_price_mb>img {
  max-width: 185px;
  margin-right: 20px;
}

.title_logo {
  color: #00358F;
  font-family: "RobotoBold";
  font-size: 26px;
}

.title_logo_mb {
  color: #00358F;
  font-family: "RobotoBold";
  font-size: 26px;
}

.title_logo>h1 {
  font-family: "RobotoBold";
  font-size: 26px;
}

.title_logo_mb>h1 {
  font-family: "RobotoBold";
  font-size: 20px;
}

.title_logo>div {
  font-size: 56px;
  font-family: "RobotoBold";
  text-align: justify;
  letter-spacing: 2px;
}

.title_logo_mb>div {
  font-size: 42px;
  font-family: "RobotoBold";
  text-align: justify;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  /* .order_footer {
    display: inline-table;
  }
  .zalo_order {
    margin-top: 10px;
  } */
}

@media (max-width: 767px) {
  .logo_price_mb>img {
    max-width: 180px;
    margin-right: 10px;
  }
}

@media (max-width: 536px) {
  .logo_price_mb>img {
    max-width: 150px;
    margin-right: 10px;
  }

  .title_logo_mb>h1 {
    font-family: "RobotoBold";
    font-size: 17px;
  }

  .title_logo_mb>div {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .logo_price_mb>img {
    max-width: 120px;
  }

  .title_logo_mb>h1 {
    font-family: "RobotoBold";
    font-size: 14px;
  }

  .title_logo_mb>div {
    font-size: 24px;
  }
}

@media (max-width: 385px) {
  .logo_price_mb>img {
    max-width: 100px;
  }

  .title_logo_mb>h1 {
    font-family: "RobotoBold";
    font-size: 11px;
  }

  .title_logo_mb>div {
    font-size: 22px;
  }
}

.background_mobile {
  padding: 0% 20%;
}

@media (max-width: 992px) {
  .background_mobile {
    padding: 0%;
  }

  .bg_price {
    padding: 76px 0px 00px 0px;
  }
}

.logo_kido {
  display: flex;
  justify-content: center;
}

.mobile_premium_gift {
  border: 1px solid #00358F;
  border-radius: 50px;
  color: #00358F;
  padding: 5px 40px;
  text-align: center;
  margin: 10px 0px;
  font-family: "Roboto";
  font-weight: 700;
}

.mobile_premium_bg {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
  font-family: "Roboto";
}

.header_mobile_premium {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}

.header_mobile_premium>img {
  width: 40%;
  padding: 10px 35px;
}

.header_mb_premium_title {
  width: 60%;
}

.mb_title {
  font-family: "Roboto";
  font-weight: 800;
  font-size: 16px;
  color: #00358F;
  margin-bottom: 5px;
}

.mb_subtitle {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: #828282;
  margin-bottom: 3px;
}

.mb_header_title {
  font-family: "Remachine_Script";
  font-size: 26px;
}

.mb_header_code {
  font-family: "Roboto";
  font-weight: 800;
  font-size: 14px;
  color: #754d24;
  margin-bottom: 5px;
}

.mb_header_price {
  font-family: "Roboto";
  font-weight: 800;
  font-size: 14px;
  color: #00358F;
}

.mb_header_price>span {
  font-size: 16px;
}

.body_mobile_premium {
  padding: 10px 30px;
  color: #754d24;
}

.mb_list_product {
  list-style: disc;
  text-align: initial;
  font-weight: 500;
}

.mb_list_product>li {
  margin-bottom: 5px;
}

.three_box {
  padding: 0% 5%;
}

.mb_table {
  margin: 10px 0px;
  padding: 0px;
  font-family: "Roboto";
}

.mb_table_header {
  background: #E82E2D;
  border-radius: 12px 12px 0px 0px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}

.mb_table_body {
  background: #ffffff;
  border-radius: 0px 0px 12px 12px;
}

.mb_table_items {
  /* border-bottom: 1px solid #f2f2f2; */
  padding: 0px 10px;
}

.product_new {
  background: #FFF0F0;
}

.w60 {
  width: 60%;
}

.w40 {
  width: 40%;
}

.text_end {
  text-align: end;
}

.mb_product_name {
  margin: 5px 0px;
  font-family: 'MyriadProBold';
  font-size: 14px;
  color: #E82E2D;
}

.mb_product_code {
  font-size: 14px;
  color: #A52028;
  margin-bottom: 7px;
}

.mb_banner_box {
  margin: 10px 0px;
  font-family: "Roboto";
}

.mb_banner_box_header {
  padding: 14px 14px 0px 14px;
  border-bottom: 1px solid #f2f2f2;
}

.title_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.bg_mb_banner {
  background: #ffffff;
  border-radius: 0px 0px 13px 13px;
}

.btn_see_more {
  text-align: center;
  padding-bottom: 20px;
}

.btn_see_more>a {
  padding: 4px 20px;
  color: #00358F;
  border-radius: 20px;
  border: 1px solid #00358F;
}

@media (max-width: 567px) {
  .header_mobile_premium>img {
    padding: 10px;
  }
}

.title_mooncake {
  margin-top: 20px;
  color: #ffffff;
  background: #00358F;
  padding: 10px 20px;
  border-radius: 30px;
}

.title_mooncake>p {
  margin: 0px !important;
}




/* ============== */

.table_price {
  margin-top: 70px;
}

.table_price .banner {
  background: #174990;
  position: relative;
}

.table_price .banner .icon_1 {
  width: 10%;
  position: absolute;
  top: 0%;
}

.table_price .banner .icon_2 {
  width: 10%;
  right: 0;
  top: 0%;
  position: absolute;
}

.table_price .banner .header {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.border_bottom_left_radius {
  border-bottom-left-radius: 22px;
}

.border_bottom_right_radius {
  border-bottom-right-radius: 22px;
}

.table_price .banner .header .icon_3 {
  width: 14%;
  bottom: 0;
  right: 10%;
  position: absolute;
}

.table_price .banner .logo>img {
  width: 165px;
  padding-top: 40px;
  position: absolute;
  left: 10%;
}

.table_price .banner .header .title {
  font-family: 'SFUEurostile';
  font-size: 26px;
  padding-top: 65px;
}

.table_price .banner .gift {
  background: #ffffff;
  border-radius: 12px;
  position: relative;
}

.table_price .banner .bg_gift {
  padding: 0px 20px 20px
}

.table_price .banner .gift .header {
  display: flex;
  justify-content: center;
}

.table_price .banner .gift .header .background_header {
  background: linear-gradient(90.15deg, #F2D673 0.13%, #FFF3B9 51.46%, #F7EA86 98.68%);
  padding: 10px 60px 5px;
  color: #00358F;
  font-size: 22px;
  font-family: 'MyriadProBold';
  margin-top: -20px;
  text-transform: uppercase;
  border-radius: 12px;
}

.table_price .banner .header .name {
  font-family: 'SVNPaulaNatalie';
  font-size: 39px;
  padding: 20px 0px;
}

.table_price .banner .header .sub_title {
  font-family: 'PlayfairDisplay-Italic';
  font-size: 20px;
  margin-bottom: 45px;
}

.table_price .banner .bg_gift .gift .name_product {
  font-family: 'MyriadProBold';
  font-size: 20px;
  text-transform: uppercase;
  color: #EA1F28;
}

.table_price .banner .bg_gift .gift .sub_name_product {
  font-size: 16px;
  color: #174990;
  font-family: 'MyriadProBoldRegular';
  margin-bottom: 5px;
  font-style: italic;
}

.table_price .banner .bg_gift .gift .name_product>span {
  font-family: "MyriadPro";
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.table_price .banner .bg_gift .gift .price_product {
  font-family: 'MyriadProBold';
  font-size: 16px;
  background: #174990;
  color: #ffffff;
  border-radius: 0px 12px 0px 12px;
  padding: 2px 5px 0px 5px;
  width: fit-content;
  margin-bottom: 10px;

  >span {
    font-size: 14px;
  }
}

.code {
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.table_price .banner .bg_gift .gift .product_code {
  color: #EA1F28;
  font-size: 11px;
  width: 80px;
  margin-left: 5px;
  border: 1px solid #EA1F28;
  border-radius: 8px;
  padding: 2px 5px 0px;
  font-family: 'MyriadProBold';
}

.table_price .banner .bg_gift .gift .product_title {
  color: #606060;
  font-size: 13px;
  margin-top: 3px;
  font-style: italic;
  font-family: 'MyriadProBoldRegular';
}

.table_price .banner .bg_gift .gift .dot {
  list-style: disc;
  color: #174990;
  margin-left: 33px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'MyriadProBold';
}

.table_price .banner .bg_gift .gift .dot>li>span {
  color: #606060;
  font-size: 12px;
  font-family: 'MyriadProBoldRegular';
  text-transform: lowercase;
  font-style: italic;
}

.info_company {
  font-size: 13px;
  color: #00358F;
  font-family: 'MyriadProBold';
}

.driver {
  width: 100%;
  border-bottom: 1px dashed #00358F;
}

.info_company>div>span {
  font-family: 'MyriadProBoldRegular';
}

.title_product {
  position: relative;
  height: 175px;
}

.title_product_icon_1 {
  width: 135px;
  position: absolute;
  left: 10%;
}

.title_product_icon_2 {
  width: 135px;
  position: absolute;
  left: 45%;
}

.title_product_icon_3 {
  width: 150px;
  position: absolute;
  left: 65%;
  bottom: 10%;
}

.optional_product {
  font-family: 'SFUEurostile';
  color: #bd2227;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 36px;
}

.header_mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.header_mobile>img {
  width: 20%;
  margin-right: 20px;
}

.header_mobile .title {
  color: #bd2227;
  font-family: 'MyriadProBold';
}

.header_mobile .title .kido_name {
  font-size: 64px;
}

.gift_premium {
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gift_normal {
  background: #ffffff;
  padding: 15px 20px 0px;
  border-radius: 20px 20px 0px 0px;
}

.btn_gift {
  background: #bd2227;
  color: #F5E786;
  width: 100%;
  text-align: center;
  padding: 10px 50px 7px;
  border-radius: 22px;
  font-family: 'MyriadProBoldRegular';
  font-size: 22px;
}

.content_mobile {
  background: #ffffff;
  padding: 10px 20px;
  margin-bottom: 14px;
  border-radius: 0px 0px 20px 20px;
}

.content_mobile .name_gift {
  color: #E82E2D;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 36px;
}

.gift_normal .name_gift {
  color: #E82E2D;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 36px;
}

.content_mobile .name_gift>span {
  font-family: "EduQLDBeginner";
}

.gift_normal .name_gift>span {
  font-family: "MyriadPro";
  font-weight: 400;
}

.content_mobile .gift_code {
  color: #A52028;
  margin-top: 4px;
  font-size: 26px;
  font-family: 'Roboto';
}

.gift_normal .gift_code {
  color: #A52028;
  margin-top: 4px;
  font-size: 26px;
  font-family: 'Roboto';
}

.content_mobile .gift_code>span {
  color: #606060;
  font-size: 26px;
  font-family: 'Roboto';
}

.gift_normal .gift_code>span {
  color: #606060;
  font-size: 26px;
  font-family: 'Roboto';
}

.content_mobile .price {
  font-size: 28px;
  font-family: 'Roboto';
  margin-top: 10px;
  color: #ffffff;
  width: fit-content;
  padding: 3px 15px;
  background: #bd2227;
  font-weight: bold;
  border-radius: 25px 0px;
}

.gift_normal .price {
  font-size: 28px;
  font-family: 'Roboto';
  margin-top: 10px;
  color: #ffffff;
  width: fit-content;
  padding: 3px 15px;
  background: #bd2227;
  font-weight: bold;
  border-radius: 0px 20px;

  >span {
    font-size: 24px;
  }
}

.content_mobile .drive_bottom {
  padding: 10px 0px;
  border-bottom: 1px solid #F2F2F2;
}

.content_mobile .products>ul {
  list-style: disc;
  text-align: initial;
  font-weight: 600;
  color: #bd2227;
  font-size: 22px;
  padding: 20px;
  font-family: 'Roboto';
}

.content_mobile .products>ul>li>span {
  color: #A52028;
  font-style: italic;
  font-family: 'Roboto';
  font-weight: 500;
}

.content_mobile .products>ul>::marker {
  color: #bd2227;
  font-size: 28px;
}

.content_mobile .see_more {
  text-align: center;
  padding-bottom: 20px;
}

.content_mobile .see_more>a {
  padding: 4px 20px 8px;
  color: #00358F;
  font-size: 22px;
  border-radius: 20px;
  border: 1px solid #00358F;
}

@media (max-width: 992px) {
  .header_mobile {
    margin-top: 5%;
  }

  .header_mobile>img {
    width: 25%;
  }

  .header_mobile .title>h1 {
    font-size: 28px;
  }

  .header_mobile .title .kido_name {
    font-size: 52px;
  }

  .content_mobile .name_gift {
    font-size: 32px;
  }

  .content_mobile .gift_code {
    font-size: 22px;
  }

  .content_mobile .gift_code>span {
    font-size: 22px;
  }

  .content_mobile .price {
    font-size: 24px;
  }

  .content_mobile .products>ul {
    font-size: 18px;
  }

  .content_mobile .see_more>a {
    font-size: 18px;
  }

  .gift_normal .name_gift {
    font-size: 32px;
  }

  .gift_normal .gift_code {
    font-size: 22px;
  }

  .gift_normal .gift_code>span {
    font-size: 22px;
  }

  .gift_normal .price {
    font-size: 24px;

    >span {
      font-size: 20px;
    }
  }

  .banner_3 .icon_1 {
    width: 17%;
  }

  .banner_3 .icon_2 {
    width: 17%;
  }
}

@media (max-width: 767px) {
  .btn_gift {
    padding: 7px 50px 3px;
  }

  .content_mobile .products>ul>::marker {
    font-size: 16px;
    line-height: 30px;
  }

  .banner_3 {
    min-height: 678px;
  }

  .banner_3 .icon_1 {
    width: 22%;
  }

  .banner_3 .icon_2 {
    width: 22%;
  }

  .header_mobile {
    margin-top: 3%;
  }

  .header_mobile>img {
    width: 25%;
  }

  .header_mobile .title>h1 {
    font-size: 24px;
  }

  .header_mobile .title .kido_name {
    font-size: 42px;
  }

  .content_mobile .name_gift {
    font-size: 28px;
  }

  .content_mobile .gift_code {
    font-size: 18px;
  }

  .gift_normal .name_gift {
    font-size: 28px;
  }

  .gift_normal .gift_code {
    font-size: 18px;
  }

  .content_mobile .drive_bottom {
    padding: 5px 0px
  }

  .content_mobile .gift_code>span {
    font-size: 18px;
  }

  .gift_normal .gift_code>span {
    font-size: 18px;
  }

  .content_mobile .products>ul {
    font-size: 16px;
    padding: 16px
  }

  .content_mobile .see_more {
    padding-bottom: 6px;
  }

  .content_mobile .see_more>a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .mb_product_name {
    font-size: 13px;
  }

  .content_mobile .products>ul>::marker {
    font-size: 16px;
  }

  .mb_product_code {
    font-size: 13px;
  }

  .gift_premium {
    padding: 10px;
  }

  .container {
    padding: 0px 35px 35px;
  }

  .header_mobile {
    margin-top: 0%;
  }

  .header_mobile .title>h1 {
    font-size: 18px;
  }

  .header_mobile .title .kido_name {
    font-size: 36px;
  }

  .btn_gift {
    font-size: 18px;
    padding: 7px 30px 3px;
  }

  .content_mobile .name_gift {
    font-size: 22px;
  }

  .content_mobile .gift_code {
    font-size: 16px;
  }

  .content_mobile .gift_code>span {
    font-size: 16px;
  }

  .content_mobile .price {
    font-size: 20px;
    padding: 3px 13px;
    border-radius: 18px 0px;
  }

  .gift_normal .name_gift {
    font-size: 22px;
  }

  .gift_normal .gift_code {
    font-size: 16px;
  }

  .gift_normal .gift_code>span {
    font-size: 16px;
  }

  .gift_normal .price {
    font-size: 20px;
    padding: 3px 10px;
    border-radius: 0px 15px;

    >span {
      font-size: 17px;
    }
  }

  .content_mobile .see_more>a {
    padding: 1px 12px 4px;
  }

  .bg_new_mobile {
    font-size: 10px;
  }
}

@media (max-width: 435px) {
  .mb_product_name {
    font-size: 11px;
  }

  .mb_product_code {
    font-size: 11px;
  }

  .bg_new_mobile {
    font-size: 9px;
  }

  .header_mobile .title>h1 {
    font-size: 14px;
  }

  .header_mobile .title .kido_name {
    font-size: 32px;
  }

  .btn_gift {
    font-size: 16px;
  }

  .content_mobile .name_gift {
    font-size: 18px;
  }

  .content_mobile .gift_code {
    font-size: 14px;
  }

  .content_mobile .gift_code>span {
    font-size: 14px;
  }

  .content_mobile .price {
    font-size: 16px;
  }

  .gift_normal .name_gift {
    font-size: 18px;
  }

  .gift_normal .gift_code {
    font-size: 14px;
  }

  .gift_normal .gift_code>span {
    font-size: 14px;
  }

  .gift_normal .price {
    font-size: 16px;

    >span {
      font-size: 14px;
    }
  }

  .content_mobile .products>ul {
    font-size: 13px;
    padding: 12px;
  }

  .content_mobile .see_more>a {
    font-size: 14px;
  }
}

@media (max-width: 365px) {
  .header_mobile>img {
    margin-right: 10px;
  }

  .btn_gift {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .header_mobile .title>h1 {
    font-size: 12px;
  }

  .header_mobile .title .kido_name {
    font-size: 28px;
  }

  .content_mobile .gift_code>span {
    font-size: 11px;
  }

  .gift_normal .gift_code>span {
    font-size: 11px;
  }

  .btn_gift {
    font-size: 12px;
  }

  .content_mobile .products>ul {
    font-size: 12px;
  }
}

.info_gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
}

.banner_3 {
  min-height: 768px;
  display: flex;
  align-items: center;
  background-color: #00358F;
  position: relative;
}

.banner_3 .icon_1 {
  position: absolute;
  top: 0;
  left: 12%;
  width: 15%;
}

.banner_3 .icon_2 {
  position: absolute;
  top: 0;
  right: 12%;
  width: 15%;
}

.banner_3 .title_info {
  text-align: center;
  color: #ffffff;
  font-family: "UTM Bebas";
  font-size: 42px;
  margin-bottom: 50px;
}

.banner_3 .body_info {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
}

.banner_3 .body_info .form {
  max-width: 550px;
  width: 100%;
}

.banner_3 .body_info .form>div>label {
  color: #ffffff;
  margin-top: 10px;
  font-weight: 400;
}

.banner_3 .body_info .footer_info>button {
  width: 214px;
  background: #1b77ff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 10px;
  color: red;
}

.title_info_order {
  text-transform: uppercase;
  color: #00358F;
  font-family: 'MyriadProBold';
  font-size: 16px;
  text-decoration: underline;
}

.light_info {
  border-bottom: 1px dashed #00358F;
  margin-top: 30px;
  margin-bottom: 20px;
}

.note_info {
  font-family: 'MyriadProBoldRegular';
  font-size: 12px;
  color: #606060;
  font-style: italic;
  margin-top: 5px;
}