@media screen and (max-width: 1300px) {
	.homeIntroduceItem {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	#faqItems, #contactUsPersons, #contactUsMain {
		width: 90%;
	}
	
	#introduceMainTower, #introduceItems {
		width: 90%;
	}
	
	#footerBuyTicket {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: center;
	}
	#footerBuyTicketImg {
		height: auto;
		width: 100%;
	}
	#footerBuyTicketImgSide {
		display: none;
	}
	#footerBuyTicketNote p {
		width: 100%;
		margin: 20px auto;
	}
	
	#reservePlaceWrapper, #ticketWrapper {
		width: 90%;
	}
	
	#clubMyRates, #clubMyGifts {
		width: 100%;
	}
	
	#homeBanner {
		margin: 0px auto 20px auto;
	}
	#homeCalendarBanner {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 85%;
	}
}
@media screen and (max-width: 1100px) {
	/*#homeInlineBanners {
		display: inherit;
		margin: 60px auto 20px auto;
		width: 90%;
		text-align: center;
	}*/
	.folderItemImg {
		margin: 0px 0px 20px 0px;
	}
	/*.homeInlineBannersImg {
		max-width: 100%;
		margin: 0px 0px 20px 0px;
	}*/
	#homeHeaderVideo {
		width: 1100px;
	}
	#homeHeaderInfoTitle {
		top: 20%;
	}
	.swiperList {
		width: 90%;
	}
	#contactUsMain {
		flex-wrap: wrap;
	}
	#contactUsMainInfo {
		padding-bottom: 20px;
	}
	#contactUsMainMap {
		width: 100%;
		height: auto;
	}
	
	#footerGroupTicketImg {
		height: auto;
		width: 100%;
	}
	#footerGroupTicketImgSide {
		display: none;
	}
	#footerGroupTicket {
		flex-wrap: wrap;
	}
	#footerGroupTicketNote p {
		margin: 10px auto 20px auto;
	}
	
	#footerCinemathequeImg {
		height: auto;
		width: 100%;
	}
	#footerCinemathequeImgSide {
		display: none;
	}
	#footerCinematheque {
		flex-wrap: wrap;
	}
	#footerCinemathequeNote p {
		margin: 10px auto 20px auto;
	}
	
	#introduceMainTowerTitle small {
		display: none;
	}
	
	.ticketItemImgCover {
		display: none;
	}
	.ticketItemMain {
		flex-wrap: wrap;
	}
	.ticketItemImg {
		width: 100%;
		height: auto;
		position: inherit;
	}
	.ticketItemInfo {
		width: 100%;
	}
	.ticketItem {
		width: 30%;
		height: auto;
	}
	.ticketItemMainLabel {
		width: 100%;
	}
	
	#profileWrapper {
		width: 90%;
	}
}
@media screen and (max-width: 1000px) {
	.noRespMenu {
		display: none;
	}
	#profileMenu ul {
		display: none;
	}
	#respMenuIcon {
		display: inherit;
	}
	#respProfileMenuIcon {
		display: flex;
		padding: 2px;
		align-items: center;
		cursor: pointer;
	}
	[id^=sideMenu] {
		position: fixed;
		z-index: 999999;
		background-color: #FFF !important;
		width: 250px !important;
		min-width: 0px !important;
		top: 0px;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100vh;
		display: none;
	}
	[id^=sideMenu].rtl {
		left: calc(100% - 250px);
	}
	[id^=sideMenu].ltr {
		right: calc(100% - 250px);
	}

	.reserveItem {
		width: 47%;
	}

	#homeOccasion {
		flex-wrap: wrap-reverse;
	}
	#homeOccasionMM {
		background: none;
		width: 100%;
		text-align: center;
	}
	#homeOccasionMM img {
		margin: 20px 0px 0px 0px !important;
		display: inline;
	}
	#homeOccasionText {
		width: 100%;
	}
	#homeOccasionText p {
		width: 90%;
	}

	#homeVideoWho {
		flex-wrap: wrap-reverse;
	}
	#homeWho {
		width: 100%;
	}
	#homeVideo {
		background: none;
		width: 100%;
		text-align: center;
	}
	#homeVideo video {
		margin: 20px 0px 0px 0px !important;
		display: inline;
	}
}
@media screen and (max-width: 900px) {
	#homeIntroduceItems {
		width: 90%;
	}
	#cinemathequeTop {
		width: 90%;
	}
	#cinemathequeBlur {
		display: inherit;
		text-align: center;
		height: auto;
	}
	#cinemathequeTopNote {
		margin-right: 0px;
	}
	#cinemathequeTopImg {
		max-width: 100%;
	}
	
	#homeIntroduceImg {
		width: 90%;
		margin: -10% auto 0px auto;
		height: auto;
		max-width: 500px;
	}
	#homeIntroduce {
		height: auto;
		padding: 0px;
		flex-flow: wrap;
		flex-direction: column-reverse !important;
	}
	#homeIntroduceNote {
		width: 100%;
		text-align: center;
		background: #F0F0F0;
		background: #FFF;
		padding: 0px 0px 20px 0px !important;
	}
	#homeIntroduceNote div {
		margin-top: 15px;
		font-size: 18px;
	}
	#homeIntroduceNote .white {
		color: #404040;
	}
	
	#pageDefHeader {
		padding: 25px 0px;
	}
	#loginPage, #passwordPage, #confirmCodePage, #registerPage, #recoverPasswordPage {
		min-height: 0px;
		background: none;
	}
	
	.contactUsPersonItem {
		width: 48%;
	}
	#reserveReqFinal {
		width: 100%;
		margin: 20px auto;
		max-width: 600px;
	}
	#reserveReqInfo {
		width: 100%;
	}
	
	.ticketItem {
		width: 48%;
	}
	
	#ticketBuySection3Wrapper {
		flex-wrap: wrap;
	}
	#ticketBuyBill, #ticketBuyPayment {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 800px) {
	#homeCustomerClubNote {
		margin-top: 0px;
		position: inherit;
		text-align: center;
		padding: 0px !important;
		margin-bottom: 20px;
	}
	#homeCustomerClubNote div {
		font-size: 24px;
		line-height: 35px;
	}
	#homeCustomerClubNote div small {
	  font-size: 17px;
	}
	
	footer {
		flex-wrap: wrap;
		padding: 0px;
	}
	#footerRight, #footerLeft {
		padding: 0px;
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	#footerCenter {
		width: 90%;
		margin: 20px auto;
	}
	
	#postMainImg {
		float: none;
		width: 90%;
		margin: 0px auto;
		display: block;
	}
	#postArticle, #postTitle {
		width: 90%;
	}
	
	.listItems {
		width: 90%;
	}
	#defaultMenu {
		width: 87%;
	}
	#listSearch {
		width: 87%;
	}
	
	.introduceItem {
		margin: 8px 0px;
		width: 100%;
	}
	
	#footerCenter {
		position: inherit;
	}
	
	#homeEventItems {
		width: 100%;
		margin: 20px 10px;
	}
	
	#eventListBody {
		flex-wrap: wrap;
		height: auto;
	}
	#homeCalendarEvents {
		height: auto;
	}
}

@media screen and (max-width: 700px) {
	#homeHeaderVideo.rtl {
		margin-right: -50%;
	}
	#homeHeaderVideo.ltr {
		margin-left: -50%;
	}
	#homeHeaderInfoTitle h1 span {
		font-size: 25px;
	}
	#homeHeaderInfoTitle h1 {
		font-size: 57px;
	}
	
	.contactUsPersonItem {
		width: 98%;
	}
	
	.listItem {
		width: 47%;
	}
	
	#footerBuyTicketNote p {
		font-size: 14px;
		line-height: 30px;
	}
	#footerBuyTicketNote p a {
		line-height: 18px;
		max-width: 170px;
	}
	
	.reserveItem {
		width: 95%;
		margin: 20px auto;
	}
	.reserveReqForm .inputRow {
		width: 100%;
	}
	
	#ticketBuyForm .inputRow {
		width: 100%;
	}
	
	.myTicketItemImgCover {
		display: none;
	}
	.myTicketItemImg {
		width: 100%;
		height: auto;
		position: inherit;
	}
	.myTicketItemInfo {
		width: 100%;
	}
	.myTicketItem {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}
	.myTicketItemLabel {
		width: 100%;
	}
	.myTicketItemRow a {
		margin: 5px;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#homeBanner {
		width: 100%;
	}
	#homeBanner img {
		width: 100%;
		height: auto;
	}
	
	#introduceMainTowerTitle {
		margin-top: -15%;
		font-size: 22px;
	}
	
	.ticketItem {
		width: 100%;
	}
	/*
	.defaultTable tr td {
		display: block;
		width: 100%;
	}
	*/
	.noRespTd {
		display: none;
	}
	.myTicketItemRow span {
		width: 100%;
	}
	
}

@media screen and (max-width: 500px) {
	#homeHeaderVideo.rtl {
		margin-right: -80%;
	}
	#homeHeaderVideo.ltr {
		margin-left: -80%;
	}
	
	.listItem {
		width: 97%;
	}
	
	#homeHeaderInfoTitle {
		width: auto;
	}
}

@media screen and (max-width: 400px) {
	#alertPopup, #ticketPopup, #languagePopup, #addCreditPopup {
		left: 2.5%;
		width: 95%;
		top: 100px;
	}
	
	.introduceItem {
		flex-wrap: wrap;
		height: auto;
		padding: 8px;
	}
	.introduceItemImg {
		width: 100%;
		height: auto;
		margin: 0px;
	}
}