@charset "utf-8";
/*
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*
.chi-song-normal{
	font-family: 'cwTeXFangSong', serif;
	font-weight: 500;
	line-height: 2;
}

.chi-ming-normal{
	font-family: 'cwTeXMing', serif;
	font-weight: 500;
	line-height: 2;
}
*/

a.lang{
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 10px;
}

a.font-dark{
	color: #333;
}

.bkg-view{
	background-image: url(../image/bkg_photo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;

}

.bkg-body{
	background-image: url(../image/bkg.png);
	background-repeat: repeat;

}

.bg-plain{
	/*background-image: url(image/bkg_yellow.png);*/
	background-color: #faf4e4;
	
}

.bg-table{
	background-color: rgba(236,230,215,0.90);
}

.bkg-plain-yellow{
	background-color: #f17c0b;
}

.bkg-plain-black{
	background-color: rgba(0,0,0,1.0);
}

.bkg-plain-map{
	background-color: rgba(255,255,255,0.8);
	border:  thick solid #CCC;
	border-radius:  5px;
}

.bkg-detail-yellow{
	background-color: rgba(249,242,223,0.50);
	color: #1E1E1E;
}

.bkg-detail-light{
	background-color: rgba(255,255,255,0.7);
    color: #383838;
}

.bg-transparent{
	background-color: transparent;
}

.on-top{
	position: absolute;
	right: 10px;
	top:10px;
}


#loader {
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}


@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.nav-header{
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #512712;
	border-bottom: thick solid #f17c0b;
	align-items: baseline;
	height: 132px;
}

.nav-header-bg-lg{
	min-height: 150px;
	width:100%;
	background-color: #512712;
	border-bottom: thick solid #f17c0b;
	align-items: baseline;
}

.nav-header-bg-img-lg{
		min-width: 100px;
		margin-right: 10%;
		margin-top: 60px; 
		width: auto;
		height:90px;
		float:right;
}

.nav-header-bg-md{
	min-height: 100px;
	width:100%;
	border-bottom: thick solid #f17c0b;
}

.nav-header-bg-img-md{
	padding-top:60px;
	width: 100%;
	height: auto;
}

.animate-collapse-offcanvas{
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	transition-duration: 0ms;
	transform: translate(0px, 0px) translateZ(0px);
}

.content {
  /*position: fixed;*/
  left: 0px;
  /*background: rgba(123, 123, 0, 0.3);*/
  color: #FFF;
  /*width: 40%;*/
  padding: 10px;
}

.btn-nav-toggler{
	position: absolute;
	right:0;
	top: 75px;
	z-index: 10;
	margin-right:5px;
	margin-left: 5px;
}

.logo-img{
	margin-top:10px;
	height: auto;
	padding: 10px;
	width: 100%;
	max-width: 320px;
}

.title-img{
	margin-top:10px;
	height: 100px;
	max-width: 100%;
}

.title-img-m{
	height: auto;
	max-width: 100%;
	max-height: 118px;
}

.gallery-img{
	width: 300px;
	height: 205px;
	padding: 3px 1px;
	object-fit: cover;
}

.gallery-img-2{
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 1px;
	margin: auto;
}

.gallery-img-3{
	width: auto;
	height: 250px;
	padding: 3px 1px;
	object-fit: contain;
}

.gallery-img-border{
	border: thick solid #FFF;
	border-radius: 10px;
}

.modal-img-full{
	width:100%;
	height: auto;
	display: block;
	margin: auto;
	object-fit: fill;
}

.splide__modal-img-full{
	float: left;
}

.content-img{
	display: block;
	padding: 5px;
	width: 80%;
	height: auto;
	margin: auto;
}

.content-circle{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,1.00);
	box-shadow: 3px 3px 3px rgba(0,0,0,1.00);
	overflow: hidden;
	border: medium solid #d8d8d8;
}

.content-circle-img{
	width: auto;
	height: 110%;
}

.content-circle:hover img{
	-webkit-animation: content-circle-img-zoom 2s;
	        animation: content-circle-img-zoom 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes content-circle-img-zoom{
	0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.2,1.2);
    }
}


/*buttons*/
#menu-right{
  padding: 15px;
  border-radius: 0 5px 5px 0;
	position:fixed;
	right: 0;
	top: 200;
}

#menu-right>a,
#menu-right>a:focus,
#menu-right>a:hover{
	text-decoration: none;
	color: #000;
	font-size: 1em;
}


.menu-bg{

	
}

.menu-bg-1{

}


.menu-bg:focus,
.menu-bg:hover{

}

.menu-bg-1:focus,
.menu-bg-1:hover,
.menu-bg-1.active{

}

.menu-item {
	height: auto;
	text-align: left;
	min-width: 180px;
	padding: 0px 10px;
	margin-left: 20px;
	min-height: 100px;
}

.menu-item-1 {
	display: block;
	height: 70px;
	text-align: right;
	padding: 10px 20px;
}

.menu-text-item-0{
	background-image: url(../image/menu_c0.png);
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-0.active,
.menu-text-item-0:hover,
.menu-text-item-0:focus{
	background-image: url(../image/menu_c0_a.png);
}

.menu-text-item-1{
	background-image: url(../image/menu_c1.png);
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-1.active,
.menu-text-item-1:hover,
.menu-text-item-1:focus{
	background-image: url(../image/menu_c1_a.png);
}

.menu-text-item-2{
	background-image: url(../image/menu_c2.png);
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-2.active,
.menu-text-item-2:hover,
.menu-text-item-2:focus{
	background-image: url(../image/menu_c2_a.png);
}

.menu-text-item-3{
	background-image: url(../image/menu_c3.png);
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-3.active,
.menu-text-item-3:hover,
.menu-text-item-3:focus{
	background-image: url(../image/menu_c3_a.png);
}

.menu-text-item-4{
	background-image: url(../image/menu_c4.png);
		background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-4.active,
.menu-text-item-4:hover,
.menu-text-item-4:focus{
	background-image: url(../image/menu_c4_a.png);
}

.menu-text-item-5{
	background-image: url(../image/menu_c6.png);
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-item-5.active,
.menu-text-item-5:hover,
.menu-text-item-5:focus{
	background-image: url(../image/menu_c6_a.png);
}

.menu-text-en-item-0{
	background-image: url(../image/menu_e0.png);
	background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-0.active,
.menu-text-en-item-0:hover,
.menu-text-en-item-0:focus{
	background-image: url(../image/menu_e0_a.png);
}

.menu-text-en-item-1{
	background-image: url(../image/menu_e1.png);
	background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-1.active,
.menu-text-en-item-1:hover,
.menu-text-en-item-1:focus{
	background-image: url(../image/menu_e1_a.png);
}

.menu-text-en-item-2{
	background-image: url(../image/menu_e2.png);
	background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-2.active,
.menu-text-en-item-2:hover,
.menu-text-en-item-2:focus{
	background-image: url(../image/menu_e2a.png);
}

.menu-text-en-item-3{
	background-image: url(../image/menu_e3.png);
	background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-3.active,
.menu-text-en-item-3:hover,
.menu-text-en-item-3:focus{
	background-image: url(../image/menu_e3_a.png);
}

.menu-text-en-item-4{
	background-image: url(../image/menu_e4.png);
	background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-4.active,
.menu-text-en-item-4:hover,
.menu-text-en-item-4:focus{
	background-image: url(../image/menu_e4_a.png);
}

.menu-text-en-item-5{
	background-image: url(../image/menu_e6.png);
		background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-5.active,
.menu-text-en-item-5:hover,
.menu-text-en-item-5:focus{
	background-image: url(../image/menu_e6_a.png);
}

.menu-text-en-item-6{
	background-image: url(../image/menu_e6.png);
		background-origin: padding-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-text-en-item-6.active,
.menu-text-en-item-6:hover,
.menu-text-en-item-6:focus{
	background-image: url(../image/menu_e6_a.png);
}


.scr-fill{
	min-height: calc(100vh - 130px);
}

.blk-center{
	width:50%;
	margin: auto
}

.blk-underline{
	border-bottom: thin solid brown;
}

.blk-shadow-1{
  -webkit-box-shadow: 0px 1px 2px rgba(136,106,56,0.6);
	box-shadow: 0px 1px 2px rgba(136,106,56,0.6);
}

.blk-shadow{
	-webkit-box-shadow: -3px 0px 2px rgba(179,175,156,1.00);
	box-shadow: -3px 0px 2px rgba(179,175,156,1.00);
}

.blk-border-white{
	border-bottom: medium solid #FFF;
}

.orig0{
	transform: translateX(0);
}

.flip-left-50{
	transform: translateX(-50%);
}

.title-font{
 	font-size: 2em;
}

.title-font-timeline{
 	font-size: 1.5em;
}

.title-bg-green{
	background-color: #687d36;
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
}

.title-bg-red{
	background-color: #571213;
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
}

.title-bg-light-yellow{
	background-color: rgba(207,186,128,1.00);
	color: #000;
	border-radius: 10px 10px 0px 0px;
}

.title-font-weight-500{
	font-weight: 500;

}

.title-border-bottom{
	border-bottom: medium solid rgba(178,188,93,1.0);
	
}

.title-border-bottom-2{
	border-bottom: medium solid rgba(132, 138, 83,1.0);
	
}

.title-border-bottom-3::after{
	flex: 1 1 auto;
	content: "";
	display: inline-block;
	border-bottom: medium solid rgba(132, 138, 83,1.0);
	margin-left: .1em;
}

.title-border-bottom-yellow{
	border-bottom: medium solid rgba(205, 174, 112,1.0);
	
}
.btn-filter{
	background-color: rgba(186, 154, 107,1.0);
	min-width: 60px;
	color: #FFF;
}

.btn-filter.selected{
	background-color: rgba(179,79,14,1.0);
	color: #FFF;
}

/*modal*/
.modal-dialog{
	min-width: 50vw;
}

.cross{
	font-size: 2em;
}
/*accordion and carousel*/

.tabs {
	display: inline-block;
	width: 92px;
	overflow: hidden;
	position: relative;
	margin: 0;
	font-size: 16px;
	transition: all 0.4s 0.1s ease-in-out;
 	height: 1024px;
	-webkit-box-shadow: -1px 0px 5px rgba(81,70,48,0.3);
	box-shadow: -1px 0px 5px rgba(81,70,48,0.3);
	cursor: pointer;
}
  
.tabs.active {
	width: 800px;
	overflow-y: auto;
}

.tabs.tab-collapse{
	
}
	
.content {
    position: absolute;
	top: 0;
    margin-left: 60px; /*equal to tabs width*/
	width: 720px;
	height: auto;
}


.rotate-center {
	-webkit-animation: rotate-center 1s steps(4, end) infinite ;
	        animation: rotate-center 1s steps(4, end) infinite ;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.img-accordion{
	width: 100%;
	height: auto;
}

.vert-text{
	font-size: 1.5em;
	writing-mode: vertical-rl;
	margin-top:30px;
}

.material-icons.orange600 { color: #FB8C00; }
.material-icons.white { color: #FFF; }

.carousel-inner{
    -webkit-box-shadow: -1px 1px 5px rgba(81,70,48,0.3);
	box-shadow: -1px 1px 5px rgba(81,70,48,0.3);
}

#scrollTop,
#scrollDown{
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 9999;
	padding: 0.2rem 0.5rem;
    border-radius: 5px;
	color:#FFF;
	text-align: center;
	font-size: 0.88em;
}

#detail{
	margin-top: 165px;
	margin-bottom: 30px;
}

.orallist{
	background-color: rgba(250,245,228,1.0);
	border: thin solid #CCC;
	color: #000;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.oral-item{
	background-color: rgba(250,245,228,1.0);
	border: thin solid #CCC;
	color: #000;
	width: 100%;
}

.oral-item.selected{
	background-color: rgba(179,79,14,1.0);
	color: #FFF;
}

.row-media{
	width: 100%;
}

#tabs-nav{
   margin: 0;
   padding: 0;
   position: relative;
   text-align: center;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	background-color: brown;
}

a.tabs-menu {
   
   color: #FFF;
   padding: 1em 1.25em;
   text-shadow: 1px 1px 0px rgba(179,79,14,0.5);
   font-weight: bold;
   text-decoration: none;
   border-radius: 0 0 3px 3px;
   cursor: pointer;
   display: block;
   float: left;
   width: 25%;
}

a.tabs-menu.tabs-menu-active {
   background-color: rgba(245,241,230,1.00);
   text-shadow: 1px 1px 0px #ffffff;
   color: #6b6b6b;
   border-top: none;
   border-left: thin solid brown;
   border-right: thin solid brown;
   border-bottom: thick solid brown;
   
}

.tabs-container {
   margin-top: -1px;
   overflow: hidden;
}
.tabs-panel {
   display: none;
   min-height: 300px;
   /*overflow: auto;*/
   padding: 10px;
	margin-top: 10px;
   /*max-height: 650px;*/
}

.scrollbar-sunny-morning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #E9E2D0;
border-radius: 10px; }

.scrollbar-sunny-morning::-webkit-scrollbar {
width: 12px;
background-color: #E9E2D0; 
}

.scrollbar-sunny-morning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, rgba(234,173,47,1) 0%, rgba(179,79,14,1.0) 100%);
background-image: linear-gradient(120deg, rgba(234,173,47,1) 0%, rgba(179,79,14,1.0) 100%); 
}


.highlight-section-title{
	margin: 20px 65px 0px 40px;
	/*
	padding: 3px;
	padding-left: 7px;*/
	/*font-size: 2.3em;*/
	font-weight: bold;
	color: #1f280b; /* section title text color */
	/* background-color: #d5b77b*/ /* section title bkg color */
}

.highlight-section-title-2{
	margin: 20px 65px 0px 40px;
	padding: 3px;
	padding-left: 7px;
	font-size: 1.8em;
	font-weight: bold;
	color: #1f280b; /* section title text color */
	background-color: #d5b77b /* section title bkg color */
}

.highlight-section {	
	margin: 0px 65px 0px 40px;
	padding: 30px;
	font-size: 1.5em;
	color: #412004; /* normal text color */
	background-color:  rgba(255, 255, 255, 0.7); /* section bkg color */
	text-align: justify;
  	text-justify: inter-word;
	border-top: 5px solid #0e7e18; /* text box top border color */
	margin-bottom: 75px;
}

.highlight-title {
 	text-align: center;
	color: white;
	background-color: #687d36;
	border-bottom: 5px solid #b2bc5d;
}

.highlight-photo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-photoFrame {
	width: 40%;
	height: 300px;

}

.chat {
	border-radius: 12px;
	background-color: rgba(255,248,241,1.00);
	position: relative;
}
.left {
  border-bottom-left-radius: 0;
  box-shadow: 2px 0px 3px #666;
}
.right {
  border-bottom-right-radius: 0;
  box-shadow: -2px 0px 3px #666;
}
.chat::after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  bottom: 0;
}
.left:after {
  	left: 0;
	transform: translateX(-50%);
	border: 15px solid;
	border-color:  transparent transparent rgba(255,248,241,1.00) transparent;
}
.right::after {
  	right: 0;
	transform: translateX(50%);
	border: 15px solid;
	border-color:  transparent transparent rgba(255,248,241,1.00) transparent;
}

/***/
.journey-box{
	background-color: blanchedalmond;
	position: relative;
	/*width: 20%;*/
}

.journey-location-image {
  display: block;
  width: 100%;
  height: auto;
}

.journey-box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(109, 120, 121, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.journey-box:hover .journey-box-overlay{
  bottom: 100%;
  height: 0;
}

.journey-location {
  color: white;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/***/

.box:hover{
	cursor: pointer;
}

.box-red{
	background-color: #822f33;
}
.box-red:hover{
	background-color: #983338;
}
.box-green{
	background-color: #3f6147;
}
.box-green:hover{
	background-color: #53835E;
}
.box-blue{
	background-color: #1e3152;
}
.box-blue:hover{
	background-color: #294372;
}
.box-gold{
	background-color: #b8860b;
}
.box-gold{
	background-color: #D79C0B;
}

.box-link{
    display: flex;
    justify-content: center;
	padding: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}

.marker-indicator{
	width: 10px;
    height: 25px;
    display: block;
    float: left;
    margin: 0px 3px;
}

.marker-indicator.bg-blue{
	background-color: blue;
}

.marker-indicator.bg-red{
	background-color: red;
}

.marker-indicator.bg-yellow{
	background-color: goldenrod;
}

img.map-popup{
	width: 250px;
	height: 150px;
	object-fit: contain;
}

.item-map-icon{
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  background-color: #687d36;
  font-size: 22px;
}

.dropdown-menu{
	cursor: pointer;
}

/***/

/*** custom styling for specific icons ***/
.fa-link {

}
/***/

/***/
.map{
	height: 500px;
	width: 100%;
}
/***/
@media (max-width:576px){
	#tabs-nav,.journey-location{
		font-size: 0.6em;
	}
	
	#detail,.blockquote{
		font-size: 0.88em;
	}
	
	.highlight-section {
		font-size: 1em;
	}
	
	.highlight-title{
		font-size: 1em;
	}
	
	.box-link{
		outline: none;
		font-size: 1em;
	}
	
	.title-font, .title-font-timeline{
 		font-size: 1em;
	}
	
	.chat-font{
		font-size: 0.75em;
	}
	
	.card-body{
		padding: 1rem;
	}
	
	.map{
		height: 300px;
	}
	
}

@media (min-width:576px){
		
	#exhibition,
	#detail,.blockquote{
		font-size: 0.88em;
	}
	
	.card-columns {
		column-count: 1;
	}
	
	.highlight-section {
		font-size: 1em;
	}
	
	.highlight-title{
		font-size: 1.2em;
	}
	
	.box-link{
		outline: none;
		font-size: 1em;
	}

	.title-font, .title-font-timeline{
 		font-size: 1em;
	}
	
	.chat-font{
		font-size: 0.75em;
	}
	
}

@media (min-width:768px){
	#tabs-nav{
		font-size: 0.88em;
	}
	
	.card-columns {
		column-count: 2;
	}
	
	#detail,.blockquote{
		font-size: 1em;
	}
	
	.highlight-section {
		font-size: 1.1em;
	}
	
	.box-link{
		font-size: 1.5em;
	}
	
	.title-font{
 		font-size: 2em;
	}
	
	.title-font-timeline{
		font-size: 1.5em;
	}
	
	.chat-font{
		font-size: 0.88em;
	}
}

@media (min-width:992px){
	#exhibition,
	#detail,.blockquote{
		font-size: 1em;
	}
	
	.highlight-section {
		font-size: 1em;
	}
	
	.highlight-title{
		font-size: 1.8em;
	}
	
	.box-link{
		outline: 2px solid #FFF;
		outline-offset: -20px;
		font-size: 1.75em;
	}
	
	.gallery-img-2{
		width: 60%;
	}
	
	.row-media{
		width: 75%;
	}
	
}

@media (max-width:1200px){
	
}

@media (min-width:1200px){
	
		
	.card-columns {
		column-count: 3;
	}
	
	
	.chat-font{
		font-size: 1em;
	}
}

@media (min-width:1200px) and (max-width:1360px){
	
	.tabs.tab-collapse{
		width: 15px;
	}
	
}

@media (min-width:1360px) and (max-width:1600px){
	
	.tabs.tab-collapse{
		width: 30px;
	}
}

@media (min-width:1600px) and (max-width:1900px){
	
	.tabs.tab-collapse{
		width: 60px;
	}
}

@media (min-width:2250px){
	
	.tabs.tab-collapse{
		width: 100px;
	}
	
	.accordion{
		width: 80%;
		margin: auto;
	}
}


@media (min-width:1500px){
	.container{
		max-width: 1240px;
	}
	
	.card-columns {
		column-count: 4;
	}
	
	#detail,.blockquote{
		font-size: 1.1em;
	}
	
	.highlight-section {
		font-size: 1.1em;
	}
	
	.highlight-title{
		font-size: 2em;
	}

}

@media (min-width:1920px){
	.container{
		max-width: 1700px;
	}
		
}

@media (min-width:2400px){
	.container{
		max-width: 1920px;
	}
}

