@import url("main_v1.9.1.css");
/*

// @mixin desktop {
//   @media (min-width: 1024px) {
//     @content;
//   }
// }

// @mixin pad {
//   @media (max-width: 1024px) {
//     @content;
//   }
// }

@mixin pad-mini {
  @media (max-width: 768px) {
    @content;
  }
}

// @mixin mobile {
//   @media (max-width: 640px) {
//     @content;
//   }
// }


@mixin desktop{
	@media (min-width: 821px) { //1200
		@content;
	}
}
@mixin pad{
	@media (max-width: 820px) { //1199
		@content;
	}
}
@mixin mobile{
	@media (max-width: 767px) {
		@content;
	}
}
*/
/**
 * @date    2024-05-30
 * @version 2
 */
.luckydraw-content {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 1199px) {
  .luckydraw-content {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .luckydraw-content {
    padding: 0px;
  }
}
.luckydraw-col {
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 767px) {
  .luckydraw-col {
    border-radius: 8px;
  }
}

.txt-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .txt-head {
    font-size: 0.9rem;
  }
}
.txt-head h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .txt-head h4 {
    font-size: 0.9rem;
  }
}
.txt-org {
  color: #ff6700;
}
.txt-pink {
  color: #ce2874;
}
.txt-highlight {
  background-color: #ce2874;
  border-radius: 50%;
  padding: 2px 4px;
  margin: 2px;
  color: white;
  display: inline-block;
}
.txt-highlight-org {
  background-color: #ff6700;
  border-radius: 50%;
  padding: 2px 4px;
  margin: 2px;
  color: white;
  display: inline-block;
}
.txt-hot {
  color: #ff6700;
}

.flag {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .flag {
    left: -31px;
  }
}
@media (max-width: 1199px) {
  .flag {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flag {
    left: -8px;
  }
}
.flag:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #a7212e;
}

.luckydraw-column .luckydraw-img {
  width: 26%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .luckydraw-column .luckydraw-img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .luckydraw-column .luckydraw-img {
    width: 42%;
  }
}
.luckydraw-column .txt-box {
  color: #333;
  width: 74%;
  padding: 0 10px 10px 15px;
}
@media (max-width: 1199px) {
  .luckydraw-column .txt-box {
    width: 68%;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .luckydraw-column .txt-box {
    width: 100%;
    padding: 0 10px;
  }
}
.luckydraw-column .txt-box p {
  font-size: 0.9rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .luckydraw-column .txt-box p {
    font-size: 0.875rem;
  }
}
.luckydraw-column .mobi-txt {
  width: 100%;
}
.luckydraw-column .mobi-img {
  width: 35%;
  padding: 1rem 0;
  max-width: 240px;
}
@media (max-width: 1199px) {
  .luckydraw-column .mobi-img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .luckydraw-column .mobi-img {
    width: 50%;
    padding: 0;
  }
}
.luckydraw-column .img-coupon-MO {
  width: 75% !important;
}
@media (max-width: 767px) {
  .luckydraw-column .img-coupon-MO {
    width: 90% !important;
  }
}
.luckydraw-column .img-coupon {
  width: 50% !important;
}
@media (max-width: 767px) {
  .luckydraw-column .img-coupon {
    width: 90% !important;
  }
}

.luckydraw-column-4 .luckydraw-img {
  width: 26%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .luckydraw-column-4 .luckydraw-img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .luckydraw-column-4 .luckydraw-img {
    width: 42%;
  }
}
.luckydraw-column-4 .txt-box {
  color: #333;
  width: 74%;
  padding: 0 10px 10px 15px;
}
@media (max-width: 1199px) {
  .luckydraw-column-4 .txt-box {
    width: 68%;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .luckydraw-column-4 .txt-box {
    width: 100%;
    padding: 0 10px;
  }
}
.luckydraw-column-4 .txt-box p {
  font-size: 0.9rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .luckydraw-column-4 .txt-box p {
    font-size: 0.875rem;
  }
}
.luckydraw-column-4 .mobi-img {
  width: 24%;
  max-width: 124px;
}
@media (max-width: 767px) {
  .luckydraw-column-4 .mobi-img {
    width: 50%;
  }
}

.txt-box.opcard-txt {
  width: 78% !important;
}

.opcard-img {
  width: 10% !important;
  max-width: 75px !important;
}

@media (max-width: 1199px) {
  .txt-box.opcard-txt {
    width: 68% !important;
  }
}
@media (max-width: 767px) {
  .txt-box.opcard-txt {
    width: 100% !important;
  }
  .opcard-img {
    width: 18% !important;
    max-width: 80px !important;
  }
}
.container-table {
  max-width: 1000px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.container-table h2 {
  position: relative;
}
.container-table h2 small {
  position: absolute;
  right: 3%;
  bottom: 6px;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .container-table h2 small {
    position: initial;
    display: block;
    padding-bottom: 8px;
  }
}
.container-table small {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
}
.container-table div.table-fixedHead {
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.container-table div.table-fixedHead table {
  table-layout: fixed;
  width: 976px;
  line-height: 1.6rem;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table {
    width: 100%;
  }
}
.container-table div.table-fixedHead table th:first-child,
.container-table div.table-fixedHead table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #cccccc;
  text-align: center;
  width: 176px !important;
  height: 75px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table th:first-child,
  .container-table div.table-fixedHead table td:first-child {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table th:first-child,
  .container-table div.table-fixedHead table td:first-child {
    font-size: 0.75rem;
    width: 84px !important;
    height: 85px;
    line-height: 1.75rem;
  }
}
.container-table div.table-fixedHead table td {
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table td {
    padding: 6px 0;
  }
}
.container-table div.table-fixedHead table td .btnrow {
  margin: 8px auto;
}
.container-table div.table-fixedHead table td .btnrow a {
  margin: 0 auto !important;
  line-height: 1.5rem;
  width: 100px !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table td .btnrow a {
    width: unset !important;
    padding: 0.4rem 0.8rem;
  }
}
.container-table div.table-fixedHead table tr {
  border-bottom: 1px solid #dee2e6;
}
.container-table div.table-fixedHead table tr:last-child {
  border-bottom: 0px;
}
.container-table div.table-fixedHead table thead {
  display: table-header-group;
}
.container-table div.table-fixedHead table thead tr th {
  position: sticky;
  top: 0;
  background-color: #ff6700 !important;
  color: white;
  padding: 1vw 0 !important;
}
.container-table div.table-fixedHead table thead tr th small {
  color: white;
}
.container-table div.table-fixedHead table thead tr th:first-child {
  border-top-left-radius: 12px;
  border: 0;
}
.container-table div.table-fixedHead table thead tr th:last-child {
  border-top-right-radius: 12px;
}
.container-table div.table-fixedHead table tbody {
  border: 0;
  border-top: none;
  background-color: white;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table tbody {
    border: 0px solid white;
  }
}
.container-table ::-webkit-scrollbar {
  height: 6px;
}
.container-table ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.container-table ::-webkit-scrollbar-thumb {
  background: #ff6700;
}
.container-table ::-webkit-scrollbar-thumb:hover {
  background: #ff9b0b;
}

.selectText {
  cursor: pointer;
}

/* mfo table  */
.myfone-container-table-sm {
  max-width: 960px !important;
  margin: 0 auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.myfone-container-table-sm div.table-fixedHead {
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.myfone-container-table-sm div.table-fixedHead table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.6rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table {
    width: 100%;
  }
}
.myfone-container-table-sm div.table-fixedHead table th:first-child,
.myfone-container-table-sm div.table-fixedHead table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border-top: 0;
  border-left: 0;
  text-align: center;
  width: 90px !important;
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table th:first-child,
  .myfone-container-table-sm div.table-fixedHead table td:first-child {
    font-size: 0.75rem;
    width: 84px !important;
    line-height: 1rem;
  }
}
.myfone-container-table-sm div.table-fixedHead table td {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #dee2e6;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table td {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table td {
    font-size: 12px;
  }
}
.myfone-container-table-sm div.table-fixedHead table thead {
  display: table-header-group;
}
.myfone-container-table-sm div.table-fixedHead table thead tr th {
  position: sticky;
  top: 0;
  background-color: #ff6700;
  color: white;
  padding: 10px 4px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
  width: auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
    width: 12vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(4) {
    width: 25vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(5) {
    width: 25vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(6) {
    width: 12vw;
  }
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
    width: 24vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(4) {
    width: 50vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(5) {
    width: 50vw;
  }
}
.myfone-container-table-sm div.table-fixedHead table tbody {
  border-top: 2px solid white;
  background-color: white;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table tbody {
    border: 0px solid white;
  }
}
.myfone-container-table-sm table.plan-table th {
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.myfone-container-table-sm table.plan-table td small {
  line-height: 0.75;
  opacity: 0.85;
}
.myfone-container-table-sm table.plan-table tr:nth-child(odd) {
  background-color: #fff;
}
.myfone-container-table-sm ::-webkit-scrollbar {
  height: 6px;
}
.myfone-container-table-sm ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.myfone-container-table-sm ::-webkit-scrollbar-thumb {
  background: #ff6700;
}
.myfone-container-table-sm ::-webkit-scrollbar-thumb:hover {
  background: #ff9b0b;
}

#sharebar {
  display: none !important;
  visibility: hidden !important;
  display: none !important;
  visibility: hidden !important;
}

.max-w-1200 {
  width: 100%;
  max-width: 1200px;
}
.max-w-1000 {
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .w-75 {
    width: 100% !important;
  }
}

.ms-n6 {
  margin-left: -6px;
}
.ms-n24 {
  margin-left: -24px;
}

img {
  width: auto !important;
  max-width: 100%;
}

.kv {
  width: 100%;
  max-width: 2560px;
  height: auto;
  margin: 0 auto;
  background-color: #191919;
  position: relative;
}
.kv-center {
  max-width: 1100px;
  height: 595px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1199px) {
  .kv-center {
    height: 575px;
  }
}
.kv img.kv-phone {
  max-width: 668px;
  left: 0%;
  bottom: -10px;
}
@media (max-width: 1199px) {
  .kv img.kv-phone {
    max-width: 62%;
  }
}
.kv img.kv-word {
  max-width: 579px;
  right: 0%;
  bottom: -4px;
}
@media (max-width: 1199px) {
  .kv img.kv-word {
    max-width: 50%;
  }
}
.kv img.kv-tag {
  width: 100%;
  max-width: 484px;
  top: 0;
  left: 0;
}
.kv h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.section-head {
  text-align: center;
  color: #333;
}
.section-head h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-head h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    padding-top: 10px;
  }
}
.section-head h5 {
  line-height: 1.45;
  font-size: 1.25rem;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .section-head h5 {
    font-size: 1rem;
  }
}
.section-head .topic-dot {
  width: 14px;
  height: 14px;
  margin: 14px;
  color: #ff6700;
}

.sub-txt h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sub-txt h4 {
    font-size: 1.375rem;
    margin: 0 auto 10px;
  }
}
.sub-txt h4:before, .sub-txt h4:after {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 2px;
  border-top: 2px solid #333;
  content: "";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .sub-txt h4:before, .sub-txt h4:after {
    width: 40px;
  }
}

.txt-more {
  color: #3E1EE6;
}
.txt-more a {
  color: #3E1EE6;
}
.txt-more a svg {
  width: 12px;
}
.txt-more:hover a {
  transition: all 0.3s ease-out;
  color: #ff6700;
}

.card {
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  overflow: hidden;
  outline: transparent solid 3px;
}
.card:hover {
  outline: #ff6700 solid 3px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .card {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .card {
    font-size: 0.875rem;
    border-radius: 8px !important;
  }
}
.card-title {
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .card-title {
    line-height: 1.45;
    font-size: 0.875rem;
  }
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06) !important;
}
.shadow-darken {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.tips-new {
  display: inline-block;
  background-color: #ff6700;
  color: white;
  line-height: 1.25;
  padding: 4px 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767px) {
  .tips-new {
    font-size: 0.75rem;
    padding: 2px 8px;
    border-bottom-right-radius: 10px;
  }
}
.tips-txt {
  display: inline-block;
}
.tips-txt span {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.375em;
  font-weight: 500;
  padding: 5px 12px;
  color: white;
  background-color: black;
}
@media (max-width: 767px) {
  .tips-txt span {
    line-height: 1.5;
    font-size: 1em;
    padding: 4px 12px;
  }
}
.tips-txt p {
  display: inline-block;
  padding: 10px;
  margin: 0;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .tips-txt p {
    padding: 5px;
    font-size: 1em;
    line-height: 1;
  }
}

.btn {
  width: 100%;
  max-width: 180px;
  padding: 0.65rem;
}
.btn-title {
  text-align: right;
  font-size: 20px;
}
@media (max-width: 767px) {
  .btn-title {
    font-size: 1rem;
    text-align: center;
  }
}
.btn-outline-bk {
  border: 1px solid;
}
.btn-outline-bk:hover {
  color: white;
  background: linear-gradient(to right, #ff6700, #ff8f08);
  transition: all 0.3s ease-out;
  border-color: transparent;
}
.btn.-primary-orange.active {
  background-image: none;
  background: linear-gradient(to right, #ff6700, #ff8f08);
}
.btn-primary-orange.btn:active {
  background-image: none;
  background: linear-gradient(to right, #ff6700, #ff8f08);
}
.btn-brand-blue {
  color: white;
  background-color: #3E1EE6 !important;
  border-color: #3E1EE6 !important;
}
.btn-brand-blue:hover {
  background-color: #2d2d6c !important;
  border-color: #2d2d6c !important;
  background-position: 100% 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .btnrow {
    margin-top: 1rem !important;
  }
}
.btnrow a {
  font-size: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .btnrow a {
    font-size: 1.125rem;
    padding: 0.5rem 2rem;
  }
}

.d-invalid .card {
  opacity: 0.75 !important;
}
.d-invalid .card:hover {
  outline: none;
}
.d-invalid .btn-disable {
  cursor: auto;
  background: #cccccc !important;
  color: #333 !important;
}

@media (max-width: 767px) {
  .twm-content-note {
    background: white;
  }
}
.twm-content-note h4 {
  padding-left: 10px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.twm-content-note ul {
  list-style: none;
}
.twm-content-note ul li {
  margin-bottom: 2px;
}
.twm-content-note ul li ol {
  padding-bottom: 4px;
  padding-left: 12px;
  padding-top: 5px;
}
.twm-content-note .note-content {
  display: block;
  padding: 0 10px;
  width: 100%;
  max-width: 1320px;
}
.twm-content-note .note-content > li {
  font-size: 14px;
}
.twm-content-note .note-content > li ol > li {
  list-style: disc;
}
.twm-content-note .note-content > li ol > li > ol > li {
  list-style: decimal;
}
.twm-content-note .note-content li {
  text-align: justify;
  margin-left: 14px;
  list-style: decimal;
}
.twm-content-note a, .twm-content-note u {
  color: #3662a5;
}
.twm-content-note a:hover, .twm-content-note u:hover {
  text-decoration: underline;
}

.bg-black {
  background-color: #191919;
}
.bg-org {
  background-color: #ff6700;
  color: white;
}
.bg-pink {
  background-color: #ce2874;
  color: white;
}
.bg-lighten-grey {
  background-color: #f5f5f5;
}
.bg-darken-grey {
  background-color: #cccccc;
}
.bg-feature {
  background: rgb(240, 240, 240);
  background: linear-gradient(45deg, rgb(240, 240, 240) 0%, rgb(185, 184, 184) 50%, rgb(151, 149, 150) 80%);
}
.bg-feature-lighten {
  background: rgb(240, 240, 240);
  background: linear-gradient(45deg, rgb(185, 184, 184) 0%, rgb(240, 240, 240) 80%);
}

.menu-fixed-Scrollspy {
  z-index: 2;
  right: 10px !important;
  opacity: 0.9;
}

.list-group-item {
  padding: 6px 12px;
}
.list-group-item.active {
  color: white;
  background-color: #ff6700;
  border: 1px solid #ff6700;
}

.top-45 {
  top: 45% !important;
}
.top-40 {
  top: 40% !important;
}

.faq_wrap {
  counter-reset: num;
}
.faq_wrap #QandA {
  background-color: white;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
}
.faq_wrap #QandA:last-child {
  border-bottom: none;
}
.faq_wrap #QandA span.item-title {
  font-size: 18px;
  line-height: 45px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq_wrap #QandA span.item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq_wrap #QandA span.item-title:before {
  counter-increment: num;
  content: "Q" counter(num) ".";
  font-size: 24px;
  color: #ff6700;
}
.faq_wrap #QandA .Question {
  align-items: center;
}
.faq_wrap #QandA .Answer {
  border-radius: 0;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 2em 24px;
  word-wrap: break-word;
}

.nav-pills .nav-link {
  padding: 0 12px !important;
  font-size: 1.125em !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: none !important;
}

.nav-pills .nav-link, .nav-pills .show {
  background: none !important;
  border-bottom: 2px solid #cccccc;
}

#feature h4 {
  font-size: 1rem;
  line-height: 1.25;
  text-shadow: 0.5px 0.5px 0 white;
}
@media (max-width: 1199px) {
  #feature h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #feature h4 {
    font-size: 0.75rem;
  }
}

.section-feature {
  background-color: #191919;
}
.section-feature img {
  height: 56px;
}
@media (max-width: 767px) {
  .section-feature img {
    height: 45px;
  }
}
.section-warranty .col {
  border-right: 1px solid black;
  width: 14.28%;
}
@media (max-width: 767px) {
  .section-warranty .col {
    border-right: none;
    width: 33.33%;
  }
}
.section-warranty .col:nth-last-of-type(1) {
  border-right: 0px !important;
}
@media (max-width: 1199px) {
  .section-grade img {
    max-height: 24vw;
  }
}
.card-inner h4 {
  font-size: 1.25rem;
}
.card-inner p {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6;
  font-weight: 400;
}
.card-text {
  animation-name: fadeInRight;
}
@media (max-width: 767px) {
  .card-text {
    animation-name: fadeIn;
  }
}
.card-text li {
  position: relative;
  padding-left: 24px;
}
.card-text li::before {
  content: "";
  opacity: 0.75;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url(../images/icon-select.png) no-repeat center center/contain;
}/*# sourceMappingURL=main_SecondHandPhone.css.map */