/*
	Theme Name: imaginephilharmonic-theme
	Theme URI: https://elementor.com/hello-theme/
	Description: imaginephilharmonic-theme
	Author: Diem Bui
	Version: 1.0.0
	Stable tag: 2.3.1
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Template: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. Document Setup
	2. Site Header
	3. Site Footer
	4. Page Templates
		Template: Home


----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

/* 2. Site Header */
.menu-main .menu-item {
  border-right: 1px solid #FBB040;
}

.menu-main .menu-item:last-child {
  border: none;
}		
/* Template: Home */

/* banner */

.title-laliga .pp-info-box-title span {
  color: #FBB042;
}

/* section 1 */

.title-section .pp-info-box-description {
    margin: 0 290px;
}

.title-section .pp-info-box-title span {
    color: #fbb042; 
}

.box-lua-chon .pp-info-box-content {
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/bg-title-box.jpg);
    background-size: cover;
}


/* section 2 */

.video-laliga:before {
    content: "";
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/vong.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 150px;
    top: -75px;
    left: -75px;
}

.video-laliga::after {
    content: "";
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/tamgiac.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -55px;
    right: -55px;
	z-index: -1;
}

.video-laliga{
	z-index: 1;
}

.title-section.sec-2 .pp-info-box-description {
    margin: 0 200px;
}

/* section 3 */
.form-contact-all {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 85px;
	width: 760px;

}

.form-contact-all input {

		width: 100% !important;
		border: none;
		border-radius: 0;
		border-bottom: 0.5px solid #4D4D4D !important;
		padding: 10px 0;
}

.flex-box-contact-form  {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-box-contact-form p  {
    width: 70%;
}
.flex-box-contact-form .select-contact-age  {
    width: 25%;
}
.select-contact-age p {
  width: 100%;
}

.form-contact-all select{
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid #CECECE;
    background: #FFF;
	padding: 15px;
	color: #4D4D4D !important;
    font-family: Source Sans Pro !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
}

.form-contact-all select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.form-contact-all span {
    margin-bottom: 0 !important;
}

.flex-box-contact-form {
    margin-top: 25px;
}

.form-contact-all input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto !important;
    height: 60px;
    padding: 18px 51px;
    color: #00001B;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    border-bottom: none !important;
 
    margin-top: 30px;
}

.form-contact-all select {
	/*for firefox*/
	-moz-appearance:none;
	/*for chrome*/
	-webkit-appearance:none;
	appearance: none;
  }
  /*for IE10+*/
  .form-contact-all select::-ms-expand {
	  display: none;
  }
  

  .form-contact-all input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fbb042 !important;
    background: #000;
    transition: .5s all;
}

.form-contact-all  .select-contact-age .wpcf7-form-control-wrap:after {
    content: "";
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/Polygon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-17%);
}

.form-contact-all  .select-contact .wpcf7-form-control-wrap {
    position: relative;
}
  
.form-contact-all input::placeholder{
	color: #4D4D4D !important;
	font-family: Source Sans Pro !important;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 600 !important;
	}

  .flex-box-contact-form select {
    margin-top: 0;
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #4D4D4D !important;
    padding: 10px 10px;
}

.wpcf7-response-output {
  color: #fbb042;
  text-align: center;
}

.select-contact {
  margin-top: 40px;
}

.select-contact label {
  color: #4D4D4D !important;
  font-family: Source Sans Pro !important;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 600 !important;
}

.select-contact .wpcf7-form-control-wrap {
  margin: 10px 0;
}

.select-contact .wpcf7-list-item label {
  display: flex;
}

.select-contact .wpcf7-list-item label input {
  width: 15px !important;
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid #4D4D4D !important;
  padding: 0;
}

.select-contact .wpcf7-list-item label .wpcf7-list-item-label {
    width: 100%!important;
    margin-left: 10px;
}
.select-contact .wpcf7-list-item.first {
  margin-left: 0;
}

/* section 2 */

.title-section.sec-4 .pp-info-box-description {
    margin: 0 !important;
}
.title-section.why .pp-info-box-description {
  margin: 0 250px !important;
}

.box-items-sec .pp-info-box-container {
    min-height: 380px;
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #FBB042;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #FBB040;
}


.video-laliga.video-two:before {
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/vong-red.png);
}

.video-laliga.video-two:after {
    background-image: url(https://laligaacademy.vn/laliga-football-center/wp-content/uploads/2023/10/tamgiaxc-gray.png);
}




.library-facilities-cover .slick-slider {
    margin-left: -15%;
    margin-right: -15%;
  }
  
  .library-facilities-cover .slick-list {
    padding-top: 0%!important;
    padding-bottom: 0%!important;
    padding-left: 20%!important;
    padding-right: 20%!important;
  }
  

  
  .library-facilities-cover .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
  }
  
  .library-facilities-cover .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 0s;
  }
  
  .library-facilities-cover .slick-snext,
  .library-facilities-cover .slick-sprev {
    display: block;
  }
  
  .library-facilities-cover .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 0);
    z-index: 2;
  }
  
  .library-facilities-cover .slick-snext {
    opacity: 1;
    transform: translate3d(100%, 0, -40px);
    z-index: 1;
  }
  
  .library-facilities-cover .slick-sprev {
    opacity: 1;
    transform: translate3d(-100%, 0, -40px);
  }
  
  .facilities-items {
    display: block;
    width: 100%;
    box-shadow: inset 0px 0px 0px 3px #000
  }
  .slides-library-facilities-all .library-facilities-cover .next-arrow, .slides-library-facilities-all .library-facilities-cover-v2  .prev-arrow {
  
    top: 45%;
  }

  .slick-slide img {
    width: 100%;
    height: 100%;
}

  .library-facilities-cover .slick-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.library-facilities-cover .slick-slide.slick-current:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.slides-library-facilities-all .prev-arrow {
    position: absolute;
    left: 15%;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .slides-library-facilities-all .next-arrow {
    position: absolute;
    right: 15%;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }

.slides-library-facilities-all .prev-arrow img {
    transform: rotateY(180deg);
}


div#menu-main {
  transition: 0.3s;
  width: 100% !important;
}


.wpcf7-spinner {
	width: 0 !important; 
	 height:0 !important;

}

@media screen and (min-width: 1921px) {

  .banner-main {
    min-height: 980px !important;
}

.image-slution img {
  width: 73% !important;
}

}



@media screen and (max-width: 1620px) and (min-width: 1024px) {

  #menu-main {
    padding-left: 50px !important;
    padding-right: 50px !important;
  } 

  .elementor-element.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.banner-main.e-flex.e-con.e-parent {
    padding-left: 50px;
    padding-right: 50px;
}
.title-section .pp-info-box-description {
  margin: 0 50px;
}

#vi-sao-chon-laliga, #phuong-phap-laliga {
  padding-left: 50px;
  padding-right: 50px;
}
.elementor-element.elementor-element-2bdf614.e-flex.e-con-boxed.e-con.e-parent {
  padding-left: 100px;
  padding-right: 100px;
}

#menu-main a.elementor-item.elementor-item-anchor {
    font-size: 18px !important;
}


}




@media only screen and (max-width: 1024px) {
  .title-section .pp-info-box-description {
    margin: 0;
  }

.video-laliga {padding-left: 50px;padding-right: 50px;}

.video-laliga:before {
    width: 100px;
    height: 100px;
    top: -45px;
    left: 5px;
}

.video-laliga::after {
    width: 100px;
    height: 100px;
    bottom: -30px;
    right: 16px;
    z-index: -1;
}

.form-contact-all {
  width: 600px;
}

.box-items-sec .pp-info-box-container {
  min-height: 320px;
}



}


@media only screen and (max-width: 768px) {

  .title-section.why .pp-info-box-description {
    margin: 0 !important;
  }

  .flex-box-contact-form p {
    width: 60%;
}
.flex-box-contact-form .select-contact-age {
    width: 35%;
}
.select-contact-age p {
  width: 100%;
}

}


@media only screen and (max-width: 500px) {
	.form-contact-all input.wpcf7-form-control.wpcf7-submit.has-spinner{
		    margin-top: 0;
	}
  span.wpcf7-list-item.last {
    margin-left: 0;
    margin-top: 10px;
}

  .video-laliga {
    padding-left: 0px;
    padding-right: 0px;
}

.video-laliga:before, .video-laliga::after {
  display: none;
}

.form-contact-all {
  width: 100% !important;
  min-width: 325px;
}

.form-contact-all {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
  padding: 35px;
	padding-bottom: 90px;
}


.form-contact-all select {
  font-size: 14px !important;
}

.title-section.sec-2 .pp-info-box-description {
  margin: 0;
}

.form-contact-all input::placeholder{
	font-size: 14px !important;

	}

  .form-contact-all input.wpcf7-form-control.wpcf7-submit.has-spinner {
    height: 50px;
    padding: 10px 40px;
    font-size: 15px;
  }

  .elementor-334 .elementor-element.elementor-element-9ecb21e img {
    width: 290px;
}

.img-slustion .elementor-widget-container {
  width: 900px !important;
  height: auto;
  
}

.img-slustion{
  overflow: scroll !important;
}

.library-facilities-cover .slick-current {
  transform: translate3d(0, 0, 37px);
}
.library-facilities-cover .slick-list {
    padding-top: 10%!important;
    padding-bottom: 10%!important;
}
.title-section .pp-info-box-title {
  font-size: 25px !important;
}

.slides-library-facilities-all .prev-arrow {
  left: 0;
}
.slides-library-facilities-all .next-arrow {
  right: 0;
}
.library-facilities-cover .slick-sprev {
  transform: translate3d(-100%, 0, 10px);
}
.library-facilities-cover .slick-snext {
  transform: translate3d(100%, 0, 10px);
}

}
.button_zalo{
		color: #FBB042;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FBB042;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 50px 18px 50px;
}
.button_zalo:hover{
	background: #000;
	color: #FBB042 !important;
}

@media (max-width:568px){
	.pp-contact-form-7 .wpcf7-form p:last-child{
	text-align:center !important;
}
	.button_zalo{
		    margin-top: 20px;
    position: relative;
    display: inline-block;
   font-size:15px;
    padding: 10px 40px;
	}
	.wpcf7-spinner{
		display:none;
	}
}
span.wc-block-components-button__text{
      color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    margin-top: 50px;
    background: #000;
}
span.wc-block-components-button__text:hover{
   border: 1px solid #000;
   color: #000;
   background: #fff;
}
.wc-block-components-product-metadata__description{
  display: none;
}
/*td.wc-block-cart-item__image{
  display: none;
}*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
  background: transparent;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
      background: transparent;
}
/*table tbody tr:hover>td, table tbody tr:hover>th{
      background-color: #0c1e7f;
}*/
.wc-block-components-product-name{
  color: #000 !important;
}
.is-large.wc-block-cart .wc-block-cart-items th{
  color: #000 !important;
}
.comments-area a, .page-content a{
  text-decoration: none !important;
}
.woocommerce-order-received .woocommerce-customer-details{
display: none;
}
.product-name{
  margin-bottom: 0;
}
td.woocommerce-table__product-name.product-name a{
  color: #000;
}
.woocommerce ul.order_details{
  padding: 0;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button{
      padding-top: 20px !important;
}
span.wc-block-components-button__text{
  margin-top: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper{
  display: none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
      background-color: transparent !important;
      border: 1px solid #666 !important;
          color: #000 !important;
}
.model_extras .input-text.qty.text{
  font-size: 19px !important;
}
.single-tc_seat_charts button.tc_modal_close_dialog{
      color: #000 !important;
}
.footer input#form-field-email{
color: #fff !important;
}
.footer button.elementor-button.elementor-size-sm{
background: #fff;
border:1px solid #fff;
}
.footer button.elementor-button.elementor-size-sm:hover{
  background: #000 !important;

}
.icon .elementor-icon-list-item{
-webkit-justify-content: flex-start !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
}
.icon .elementor-icon-list-icon{
padding-top: 3px;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns{
  display: none;
}
.button_back a{
background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 40px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
ul.wc_payment_methods.payment_methods.methods{
  display: none;
}
@media(max-width: 768px){
  .alignwide{
    margin-left: 0px;
    margin-right: 0px;
  }
  button.tc_seating_map_button{
    margin-bottom: 20px;
  }
}
.woocommerce-cart td.wc-block-cart-item__image{
  display: none;
}
span.tc-icon-stage{
  display: none;
}
.tc-element-group-wrap .tc-heading{
  padding-top: 35px !important;
}
.tc_seat_unit.ui-selectee{
    visibility:visible !important;
    background-color: #d9d9d9;
}
.tc-object .tc-object-selectable, .tc-group-content .tc_seat_unit, .tc-table-chair > span, .tc-table-chair{
  visibility:visible !important;
}
.testimonial_home img{
  height: 30px !important;
    width: auto !important;
}