/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Poppins-vn';
  src: url('assets/fonts/DesignerVN-Poppins-ExtraBold.ttf');
}

:root {
  --color-pri: #0036DC;
  --color-sec: #FCEE1F;
  --color-text: #111111;
}

/* cusom ALL */

.title-pri h1 {
  color: var(--color-pri);
  text-shadow: 2px 1px 2px #a2a2a2;
  font-size: 2em;
  margin-bottom: 10px;
}

.title-animation {
  position: relative;
}

.header-main #logo img {
	padding: 10px;	
}
.header-main .nav>li>a {
  line-height: 1.4 !important;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 2px 1px 2px #c5c4c4;
}

.header-button .button span {
  font-size: 14px;
}

.header-button .button {
  padding: 10px;
}

.title-animation h2 {
  color: #fff;
  font-size: 4em;
  font-family: 'Poppins-vn';
  font-weight: 800;
}

.title-animation h2:nth-child(2) {
  color: var(--color-pri);
  animation: animate 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

.title-animation h2:nth-child(1) {
  color: #fff;

  -webkit-text-stroke: 1px var(--color-pri);
}


@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 80%,
        70% 81%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 85%,
        34% 76%,
        51% 72%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.row-about .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.titlte-style-2 {
  font-size: 30px;
  text-align: left;
  color: var(--color-text);

}

.titlte-style-2 strong {
  color: var(--color-pri);
  font-size: 40px;
  font-weight: 900;
}

.row-style-3 .icon-box {
  background-color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border-radius: 20px;
  transition: all 0.4s;
}

.row-style-3 .section-bg.bg-loaded {

  background-size: contain !important;
  background-position: center bottom;
  background-repeat: no-repeat !important;
  opacity: 0.5;
}

.titlte-style-2 {
  margin-bottom: 50px;
}

.row-style-3 .icon-box p {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-pri)
}

.row-style-3 .icon-box h4 {
  font-weight: 400;
}

.row-style-3 .icon-box:hover {
  box-shadow: rgb(37 107 255) 0px 18px 50px -10px;
  transform: rotate3d(1, 1, 1, 4deg);
}

.title-style-2 h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}

.title-style-2 img,
.titlte-style-4 img {
  margin-bottom: 8px;
}

.image-sk .img-inner {
  border: 10px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.4) -5px 5px, rgba(255, 255, 255, 0.3) -10px 10px, rgba(255, 255, 255, 0.2) -15px 15px, rgba(255, 255, 255, 0.1) -20px 20px, rgba(255, 255, 255, 0.05) -25px 25px;
}

.info-sk .col-inner {
  border: 2px solid;
  border-radius: 8px;
  padding: 0;
}

.info-sk .col-inner>h4 {
  background: #fff;
  color: #0932ec;
  padding: 7px 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.info-sk .icon-box {
  padding-left: 20px;
}

/* button style */


.button.primary {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, var(--color-pri) 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;

  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button.primary:focus {
  box-shadow: var(--color-pri) 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, var(--color-pri) 0 -3px 0 inset;
}

.button.primary:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, var(--color-pri) 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button.primary:active {
  box-shadow: var(--color-pri) 0 3px 7px inset;
  transform: translateY(2px);
}

.button.white {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  color: var(--color-pri) !important;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button.white:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button.white:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button.white:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.info-sk a.button {
  margin-left: 20px;
}

.step p svg {
  width: 45px;
  height: 45px;
}

.step p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  font-family: 'Alumni Sans Collegiate One', sans-serif;
}

.step::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 3px;
  bottom: 3px;
  z-index: 2;
  border-radius: 10px
}

.step {
  z-index: 3;
  position: relative;
  width: 92px;
  height: 82px;
  background-color: var(--color-pri);
  box-shadow: -20px 20px 5px rgb(172 172 172 / 35%);
  transition: 0.5s 0.15s;
  position: relative;
  transform: perspective(1000px) rotate(-25deg) skew(25deg);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

  border-radius: 10px;
}

.step-1 p {
  color: var(--color-pri);
}

.step-2 {
  background-color: #008deb;
}

.step-2 p,
.col-step-2 .text-step h4 {
  color: #008deb;
}

.step-3 {
  background-color: #08c59e;
}

.step-3 p,
.col-step-3 .text-step h4 {
  color: #08c59e;
}

.step-4 {
  background-color: #ebc800;
}

.step-4 p,
.col-step-4 .text-step h4 {
  color: #ebc800;
}

.col:hover .step-1,
.col.active .step-1 {
  transform: perspective(1000px) rotate(-25deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 20px #002beb8f;
}

.col:hover .step-2,
.col.active .step-2 {
  transform: perspective(1000px) rotate(-25deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 20px #008debe9;
}

.col:hover .step-3,
.col.active .step-3 {
  transform: perspective(1000px) rotate(-25deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 20px #08c59fd1;
}

.col:hover .step-4,
.col.active .step-4 {
  transform: perspective(1000px) rotate(-25deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 20px #ebc800cf;
}

.step-1 {
  margin-top: 150px;
}

.step-3 {
  margin-top: 150px;
}

.col-step-1 .divider,
.col-step-3 .divider {
  content: '';
  position: absolute;
  width: 110%;
  height: 13px !important;
  top: -53px;
  right: -56%;
  transform: rotate(336deg);
  background: linear-gradient(to right, var(--color-pri) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s
}

.col-step-3 .divider {
	display: none;
  background: linear-gradient(to right, #08c59e 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.col-step-1.active .divider,
.col-step-2.active .divider,
.col-step-3.active .divider,
.col-step-4.active .divider {
  background-position: left bottom;
}

.col-step-2 .divider {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px !important;
  background: linear-gradient(to right, #008deb 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s;
  /* top: 105px; */
    top: 83px;
    left: 49%;
    transform: rotate(23deg);
}

.text-step {

  margin-top: 60px;

}

.titlte-style-3 h3 {
  font-size: 2rem;
  color: var(--color-pri);
}

.text-step h4 {

  color: var(--color-pri);
}

.button.primary.small-btn {
  border-radius: 10px;
  font-size: 10px;
  padding: 10px;
  line-height: 1;
  height: 30px;
}

.titlte-style-4 h3 {
  color: var(--color-pri);
  font-size: 35px;
  margin-bottom: 0;
}

.row-khachmoi .box-image {

  position: relative;

  height: 220px;
  width: 220px;
  overflow: hidden;
  border: 4px solid var(--color-pri);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;

}

.row-khachmoi .box-text {
  width: 70%;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: var(--color-pri);
}

.row-khachmoi .box-text:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: var(--color-pri);
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.absolute-footer.dark {
  display: none;
}

.row-khachmoi .col-inner {
  position: relative;
  border-radius: 20px;
  padding: 20px 0;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.row-khachmoi .box-text {
  margin-top: 20px;
}

.row-khachmoi .box-text-inner {
  position: relative;
  z-index: 3;
  color: #fff;
}

.row-khachmoi .box-text-inner h4 {

  color: #fff;
}

.row-khachmoi .col:hover .col-inner {
  box-shadow: rgb(37 107 255) 0px 18px 50px -10px;

}

.row-khachmoi .col:hover .box-image {
  border-radius: 30px;
}

.logo-brand .titlte-style-3 h3 {
  color: #fff;
}

.logo-brand .box-image {
  background-color: #fff;
  border-radius: 5px;
}

.logo-brand .box-image img {
	padding: 10px;
  aspect-ratio: 5/4;
  object-fit: contain;
}

.logo-brand .gallery-col {
  padding: 0 5px 10px;
}

.logo-brand .row {
  justify-content: center;
}

.khachmoi .section-bg.bg-loaded {
  background-size: cover !important;
  background-position: center bottom;
  background-repeat: no-repeat !important;
  opacity: 0.5;
}

.col-ticket .col-inner {
  max-width: 450px;
  text-align: center;
  padding: 75px 30px;
  background: #d9eeff;
  -webkit-mask-image: url(/wp-content/uploads/2023/10/pricing-default-bg-1.svg);
  mask-image: url(/wp-content/uploads/2023/10/pricing-default-bg-1.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  transition: all .3s ease-in-out;
  margin-left: auto !important;
  margin-right: auto !important;

}

.col-ticket .col-inner h2 {
  color: var(--color-pri);
}

.col-countdown .titlte-style-1 h3 {
  color: var(--color-pri);
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px #968d8d;
}

.col-countdown img {
  border-radius: 20px;
}

.ticket-price {
  color: red;
  font-size: 25px;
  font-weight: 600;

}

.col-ticket .img {
  margin: auto;
}

.ux-timer span {
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, var(--color-pri) 100%);
}

.ux-timer span strong {
  color: #fff;
  opacity: 1 !important;
}

.col-ticket .icon-box-text h3 {
  font-weight: 400;
  font-size: 17px;
}

.col-ticket .button {
  margin-top: 30px;
}
/* checkout cusstom */
.alg_checkout_files_upload_result_file_name{
  display: none;
}
.alg_checkout_files_upload_result_1 img,.alg_checkout_files_upload_result_1,.alg_checkout_files_upload_result_image{
  /* display: block!important; */
  margin: 10px;
  width: 150px!important;
  border-radius: 20px;
  height: 152px;
  object-fit: cover;
  margin: 0!important;
}
.alg_checkout_files_upload_result_1{
  margin-top: -10px!important;
}
#alg_checkout_files_upload_form_1 td {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 152px!important;
  border-radius: 20px;
  height: 152px;
  object-fit: cover;
  display: block;
  border: 1px solid #03a9f4;
  background: #fff;
  margin: auto;
}

 #alg_checkout_files_upload_button_1{
  /* //font-size: 0; */
    height: 100%;
    width: 100%;
  color: var(--color-pri);
  font-size: 10px;
  } 
.labeladdimg{
  text-align: center;
}
.woocommerce-billing-fields {

  margin-top: 0px;
  border-top: 0;
}
 #alg_checkout_files_upload_form_1 td > div:first-child{
  margin-bottom: 0!important;
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.woocommerce-billing-fields > h3{
  display: none;
}
#customer_details .title-pri h1{
  font-size: 1.6em;
  text-shadow: none;
  text-align:center;
}
#customer_details
  .title-animation h2 {
    text-align:center;
    font-size: 2.2em;
    
  }
#alg_checkout_files_upload_button_1:hover{
  box-shadow: none;

} 
.label-checkout{
  padding: 0 20px;
}
.label-checkout img{
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
.alg_checkout_files_upload_result_delete{
  position: absolute;
  top: 0;

  z-index: 99;
  font-size: 20px;
  width: 100%;
  height: 100%;
  left: 0;
}
#billing_danhxung_field{
  width: 150px;
}
#billing_danhxung_field input{
  padding-right: 5px!important;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
#billing_last_name_field{
  width: calc(100% - 160px);
}
#billing_email_field,#billing_billing_la_ai_field,#billing_phone_field,#quan_huyen_field{
  width: 100%;
}
#billing_number_field{display: none;}
.block-img{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.labeladdimg{
  color: var(--color-text);
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.labeladdimg .required{
 
  color: red;
}

#customer_details{
  background-color: #d6f6fc;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 20px;
}
form.checkout.woocommerce-checkout #customer_details .col-11{
  padding: 30px;
  background: #f8f8f8;
    border-radius: 20px;

   
    border-radius: 20px;
}

.woocommerce form .form-row label{
  color:  #323232;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.woocommerce form .form-row{
  margin-bottom: 0px;
}
.woocommerce form .form-row input,
.woocommerce form .form-row select,#coupon_code{
  height: 40px !important;
  background: #fff !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border: none;
}
.coupon .button {
  border-radius: 4px;
  text-transform: capitalize;
}
#place_order{
  margin: 0 !important;
  align-items: center;
  appearance: none;
  border: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, var(--color-pri) 100%);
  width: 100%;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}
.product-quantity{
  display: none;
}
.woocommerce #order_review, .woocommerce-page #order_review {
    margin-top: 0px !important;
    display: block;
    border-radius: 20px;
}
.woocommerce-checkout-payment li.wc_payment_method.payment_method_momo img{
  width: 24px !important;
}
.woocommerce-invalid label{
  color: red!important;
}
form.checkout_coupon.woocommerce-form-coupon{
  width: 50%;
  text-align: center;
  display: block!important;

  margin-left: auto;
  border-radius: 20px;
  padding: 13px;
  text-align: left;
}
.coupon-wrap{
  position: relative;
}
.coupon-wrap .form-row-lasts{
  position: absolute;
  right: 0;
  top: 0;
}
.coupon-wrap .form-row-lasts button{
  padding: 9px 12px !important;
}
.woocommerce-checkout-review-order-table thead{
  display: none;
}
.woocommerce-checkout-review-order-table  .cart-subtotal{
  display: none;
}
.woocommerce #order_review, .woocommerce-page #order_review {

 
}
.woocommerce-checkout-review-order-table td,.order-total th,.woocommerce-checkout-review-order-table span.amount{
 color: var(--color-pri);
  font-size: 17px!important;
  font-weight: 600;
  text-transform: uppercase!important;
  text-shadow: none;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th,.shop_table .cart_item td{
  border-bottom: 0;
}
.payment_methods p{
  display: none;
}
.woocommerce-order-thank{
  text-align: center;
    background: #d6f6fc;
    padding: 0 50px 50px 50px;
    border-radius: 30px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.woocommerce-order-thank h1{
  color: var(--color-pri);
}
.woocommerce-order-thank p{
  margin-bottom: 10px;
}
#alg_checkout_files_upload_form_1 tr:first-child{
  display: none;
}
.woocommerce-form-coupon-toggle .message-container{
text-align: center;
}
.woocommerce-form-coupon-toggle{
  display: none;
}
@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .title-pri h1 {

    font-size: 28px;

  }
	form.checkout_coupon.woocommerce-form-coupon{
	width:100%;
	}
  .title-animation h2 {
    margin-bottom: 0;
    font-size: 2.1em;
  }

  .title-style-2 h2 {

    font-size: 30px;
    line-height: 1.4;

  }

  .step-1,
  .step-3 {
    margin-top: 0;
  }

  .step-2,
  .step-4 {
    margin-top: 100px;
  }

  .col-step-1 .divider,
  .col-step-3 .divider {

    top: 0;
    top: 26%;
    right: -58%;
    transform: rotate(25deg);

  }

  .col-step-2 .divider {
    width: 200%;
    top: 155px;
    max-width: 500px !important;
    left: -106%;
    transform: rotate(128deg);
  }

  .titlte-style-4 h3 {

    font-size: 31px;

  }

  .col-countdown .titlte-style-1 h3 {

    font-size: 23px;

  }

  .off-canvas .nav-vertical>li>a {

    color: var(--color-pri);
    font-size: 17px;
  }
  .label-checkout {
    padding: 20px;
}
#customer_details .title-animation h2 {
  text-align: center;
  font-size: 1.8em;
}
#billing_danhxung_field ,#billing_last_name_field{
  width: 100%;
}
}