/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */


/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: 'Lato', sans-serif; font-size: 16px; color: #1a171c; }
body { background: #fff; }
input, select, textarea { font-family: 'Lato', sans-serif; font-size: 12px; color: #000; }
img { max-width: 100%; border: 0; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'frutiger_bqregular', sans-serif; line-height: 1.5; }
h2 { margin-bottom: 40px; font-size: 24px; }
p { margin-bottom: 26px; line-height: 1.9; color: #1a171c; }
button:focus { outline: none; }
.p-message p { margin-bottom: 0px !Important; }
sup sup { font-size: inherit !important; top:0; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 1200px; }
.container { max-width: 100%; padding-right: calc((100% - 1340px) / 2); padding-left: calc((100% - 1340px) / 2); }
.btn { padding: 5px 35px; min-height: 60px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border-radius: 0; font-size: 18px; font-family: 'frutiger_bqregular', sans-serif; background: #fbe145; }
.btn:hover { color: #fff; background: #212529; }
.view { position: absolute; right: 45px; top: 0; font-size: 15px; font-family: 'frutiger_bqregular', sans-serif; color: rgba(26,23,28, 0.6); -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }
.view:hover { color: #fbe145; }
.view i { margin-left: 8px; }
h5.question { cursor:pointer; margin-bottom: 15px !important; }
h5.question:hover { opacity:0.8; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

.home-slider { max-height: 560px; overflow: hidden; }

/* ### header container ### */
#headerCntr { position: relative; width: 100%; }
#headerCntr .logo img { max-width: 100%; }
#headerCntr .mobileMenu { padding: 0; display: none; cursor: pointer; z-index: 999; width: 40px; height: 40px; position: absolute; right: 20px; top: 118px; transition: 0.2s; overflow: hidden; }
#headerCntr .mobileMenu span { display: block; height: 2px; text-indent: -9999px; border-radius: 5px; background: #000; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; }
#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after { display: block; width: 100%; height: 2px; content: ''; border-radius: 5px; background-color: #000; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
#headerCntr .mobileMenu span:before { top: -7px; }
#headerCntr .mobileMenu span:after { bottom: -7px; }

#headerCntr .mobileMenu.active span { background: none; }
#headerCntr .mobileMenu.active span:before,
#headerCntr .mobileMenu.active span:after { transition-delay: 0s, 0.2s; }
#headerCntr .mobileMenu.active span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#headerCntr .mobileMenu.active span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

	/* ### menu box ### */
	.navbar { padding-bottom: 0; position: static; }
	.navbar ul { margin: 0; width: auto; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.navbar ul li { padding: 0 5px; font-size: 18px; font-family: 'frutiger_bqregular', sans-serif; transition: ease-in 0.3s; }
	.navbar-expand-lg.navbar ul.navbar-nav li a { padding: 16px 25px; }
	.navbar ul li > a { color: #1a171c; }
	.navbar ul li:hover > a { background: #fbe145; }
	.navbar-nav .dropdown { padding: 25px 0; min-height: 320px; position: absolute; left: 0; z-index: 99; opacity: 0; visibility: hidden; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: ease-in 0.3s;
		background: linear-gradient(to bottom, rgba(251,225,69,1) 0%,rgba(251,225,69,1) 35%,rgba(251,225,69,0.83) 100%); }
	.navbar ul li:hover .dropdown { opacity: 1; visibility: visible; }
	.navbar-nav .dropdown:before { content: ''; position: absolute; left: -3000px; top: 0; width: 3000px; height: 100%;
		background: linear-gradient(to bottom, rgba(251,225,69,1) 0%,rgba(251,225,69,1) 35%,rgba(251,225,69,0.83) 100%); }
	.navbar-nav .dropdown:after { content: ''; position: absolute; right: -3000px; top: 0; width: 3000px; height: 100%;
		background: linear-gradient(to bottom, rgba(251,225,69,1) 0%,rgba(251,225,69,1) 35%,rgba(251,225,69,0.83) 100%); }
	.navbar-nav .dropdown li { padding: 0 5px; width: calc(100% / 6); font-size: 16px; text-align: center; }
	.navbar-nav .dropdown ul { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.navbar-nav .dropdown li span { margin-top: 14px; display: block; }
	.navbar-nav .dropdown li a { display: block; }
	.navbar-expand-lg.navbar ul.navbar-nav .dropdown li a { padding: 0; background: transparent; }
	.bottomBox .navbar .logo { width: 97px; position: absolute; bottom: inherit; top: -80px; opacity: 0; visibility: hidden; }

	/* ### top box ### */
.topBox { width: 100%; background-color: #fbe145; }
.topBox ul { margin: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.topBox li { padding: 0 4px; font-size: 14px; font-family: 'frutiger_bqregular', sans-serif; letter-spacing: 0.01em; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.topBox li a { padding-left: 7px; padding-right: 4px; color: #1a171c; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }
.topBox li a:hover { color: #fff; }
.topBox .row { min-height: 40px; }
.topBox .fa-phone { -webkit-transform: rotate(94deg); transform: rotate(94deg); font-size: 15px; }
.topBox i { margin-right: 6px; font-size: 17px;  }
.topBox li span:last-child { display: none; }
.topBox li a.phone:before { content: '\f095'; position: relative; font-family: 'Font Awesome 5 Pro', sans-serif; font-size: 15px; color: #1a171c; left: -5px; -webkit-transform: rotate(94deg); transform: rotate(94deg); font-weight: 300; }
.topBox li a.email:before { content: '\f0e0'; position: relative; font-family: 'Font Awesome 5 Pro', sans-serif; font-size: 17px; color: #1a171c; left: -5px; font-weight: 300; }

/* ### bottom box ### */
.bottomBox { width: 100%; height: 160px; }
.bottomBox .logo { position: relative; bottom: -42px; left: 15px; z-index: 99; }
.bottomBox .row { position: relative; }
.bottomBox .language { margin: 0; height: 30px; z-index: 99; right: 30px; top: 14px; position: absolute; display: inline-block; }
.bottomBox .language li { padding: 5px 10px; z-index: 2; color: #1a171c; font-size: 15px; font-family: 'frutiger_bqregular', sans-serif; }
.bottomBox .language li a { color: #1a171c; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox .language li:not(.init):hover, .bottomBox .language li.selected:not(.init) { background: #fbe145; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox  .language li.init { padding-right: 20px; cursor: pointer; background: url(../img/select-arrow.png) no-repeat right center; }
.bottomBox  .language li.init.active { background: url(../img/select-arrow2.png) no-repeat right center; }
a#submit { z-index: 1; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox .language li .inner { width: 112px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.bottomBox .language li:not(.init) { display: none; background: #ddd; }
.bottomBox .language li span { padding-right: 8px; }

/* ### content container ### */
#contentCntr { width: 100%; }

	/* ### banner box ### */
	.bannerBox { width: 100%; height: 560px;  position: relative; background-repeat: no-repeat; background-position: top center; background-size: cover; }
	.bannerBox .row { position: relative; }
	.bannerBox .bottom { margin: 0; position: absolute; right: 343px; bottom: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.bannerBox li a { width: 60px; height: 60px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #1a171c; font-size: 18px; background: #fff; }
	.bannerBox .item { min-height: 560px; background-repeat: no-repeat; background-size: cover; background-position: center; }
	.bannerBox .slick-prev { display: none !important; }
	.bannerBox .slick-next { width: 60px; height: 60px; position: absolute; right: 283px; bottom: 0; border: 0; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #1a171c; font-size: 35px; background: #fbe145; }
	.bannerBox.inner { height: 160px; }
	.bannerBox.inner li a { font-size: 35px; background-color: #fbe145; }
	.bannerBox.inner li:first-child a { font-size: 18px; background-color: #fff; }
	.bannerBox.inner ul { right: 15%; }
	.bannerBox.project { min-height: 360px; }
	.bannerBox .bottom li { position: relative; }
	.bannerBox .search { position: absolute; top: 60px; right: 0; display: none; z-index: 99; }
	.bannerBox .search form { display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.bannerBox .search input[type="text"] { padding: 0 20px; height: 60px; font-size: 14px; font-style: italic; border: 0; min-width: 200px; }
	.bannerBox .search button { padding: 0 18px; height: 60px; border: 0; font-size: 18px; background: #fff; }
	.bannerBox li a .fa-angle-up { display: none; }
	.bannerBox li a.active .fa-angle-up { display: block; font-size: 35px; }
	.bannerBox li a.active .fa-search { display: none; }

	/* ### black box ### */
	.blackBox { margin-top: -160px; width: 100%; }
	.blackBox .content { padding: 32px 40px 65px; min-height: 220px; position: relative; background: linear-gradient(to bottom, rgba(0,0,0,0.79) 0%,rgba(20,17,21,1) 59%,rgba(26,23,28,1) 78%); }
	.blackBox a.btn { position: absolute; bottom: 0; right: 0; }
	.blackBox h4 { font-size: 21px; color: #fff; line-height: 1.4; }

	/* ### product box ### */
	.productBox { padding-top: 100px; padding-bottom: 165px; width: 100%; }
	.productBox figure { margin-bottom: 27px; width: 100%; border: 1px solid #e8e7e8; overflow: hidden; }
	.productBox figure img { margin: auto; }
	.productBox figure a { width: 100%; min-height: 240px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; overflow: hidden; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
	.productBox figure a:hover { -webkit-transform: scale(1.2); transform: scale(1.1);  }
	.productBox span { display: block; font-family: 'frutiger_bqregular', sans-serif; text-align: center; }
	.productBox span a { color: #1a171c; display: block; }
	.productBox h2 span { margin: 0; display: inline-block; }
	.productBox h2 { padding-left: 15px; }

	/* ### discover box ### */
	.discoverBox { padding-bottom: 47px; width: 100%; background: url(../img/discover-bg.png) no-repeat top center; background-size: cover; }
	.discoverBox .content { padding: 38px; width: 640px; position: absolute; right: 0; top: -58px; background: #1a171c; }
	.discoverBox .content p { color: #fff; font-size: 21px; line-height: 1.4; font-family: 'frutiger_bqregular', sans-serif; }
	.discoverBox .row { padding-top: 190px; position: relative; }

	/* ### news box ### */
	.newsBox { padding-top: 103px; width: 100%; }
	.newsBox .content { padding: 30px 30px 65px; margin-bottom: 75px; border: 1px solid #e8e7e8; position: relative; min-height:371px; }
	.newsBox figure { margin: 0; overflow: hidden; }
	.newsBox figure img { width: 100%; }
	.newsBox h4 { font-size: 20px; }
	.newsBox .btn { padding: 5px 20px; position: absolute; right: 0; bottom: 0; }	
	.newsBox figure a { display: block; overflow: hidden; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
	.newsBox figure a:hover { -webkit-transform: scale(1.2); transform: scale(1.1);  }

	/* ### pagination box ### */
	.paginationBox { margin-bottom: 60px; width: 100%; }
	.paginationBox ul { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	.paginationBox ul li { padding: 0 15px; }
	.paginationBox ul li a { padding: 0 20px; min-height: 60px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #1a171c; font-size: 18px; font-family: 'frutiger_bqregular', sans-serif; background-color: #e8e7e8; }
	.paginationBox ul li a:hover { background: #fbe145; }

	/* ### detail box ### */
	.detailBox { padding-top: 95px; width: 100%; }
	.detailBox .gallery { margin: 0 -19px 55px; }
	.detailBox .gallery li { padding: 0 19px; display: inline-block; }
	.detailBox .gallery li a { display: block; position: relative; }
	.detailBox .gallery li a img { width: 100%; }
	.detailBox .gallery li a:before { content: '\f002'; position: absolute; top: 0; left: 0; color: #1a171c; font-size: 20px; width: 100%; height: 100%; background: rgba(251, 225, 69, 0.9); font-family: 'Font Awesome 5 Pro', sans-serif; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; transition: ease-in 0.3s; }
	.detailBox .gallery li a:hover:before { opacity: 1; visibility: visible; }
	.detailBox h5 { margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; }
	.detailBox h5.question { border-top: 1px solid #e8e7e8; padding-top:15px; }
	.detailBox h5.question:first-child { border-top: none; padding-top:0; }
	.detailBox ul { margin-bottom: 50px; display: block; }
	.detailBox li span { min-width: 190px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }
	.detailBox li { line-height: 1.9; }
	.detailBox figure { padding: 50px 0; margin-bottom: 55px; width: 100%; border: 1px solid #e8e7e8; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	.detailBox .request { margin: 0  -12px 35px; }
	.detailBox .request a:not(.dropdown-item) { padding: 5px 22px; margin: 0 12px; margin-bottom:30px; }
	.detailBox .request.mobile { display: none; }
	.newsBox h2 { padding-left: 20px; }
	.detailBox h2 { padding-left: 20px; }

	/* ### project box ### */
	.projectBox { padding-top: 95px; width: 100%; }
	
	.detailBox .note { padding: 38px; margin: 0 auto 30px; width: calc(100% - 30px); background: #1a171c; }
	.detailBox .note p { margin-bottom: 0; color: #fff; font-size: 21px; line-height: 1.4; font-family: 'frutiger_bqregular', sans-serif; }
	.projectBox .note { padding: 38px; margin: 0 auto 30px; width: calc(100% - 30px); background: #1a171c; }
	.projectBox .note p { margin-bottom: 0; color: #fff; font-size: 21px; line-height: 1.4; font-family: 'frutiger_bqregular', sans-serif; }
	.projectBox .content { padding: 30px 30px 68px; min-height: 870px; position: relative; border: 1px solid #e8e7e8; }
	.projectBox .col:first-child .content { min-height: 1098px; }
	.fr .projectBox .col:first-child .content { min-height: 1069px; }
	.fr .projectBox .col:nth-child(5) .content { min-height: 876px; }
	.fr .projectBox .col:nth-child(6) .content { min-height: 876px; }
	
	
	.de .projectBox .col:first-child .content { min-height: 1138px; }
	.de .projectBox .col:nth-child(2) .content { min-height: 910px; }
	.de .projectBox .col:nth-child(4) .content { min-height: 910px; }
	
	.projectBox .btn { padding: 5px 20px; position: absolute; right: 0; bottom: 0; }
	.projectBox h4 { font-size: 20px; }
	.projectBox h6 { font-size: 18px; }
	.projectBox figure { margin-bottom: 50px; }
	.projectBox figure img { margin: auto; }
	.projectBox li { padding-left: 15px; margin-bottom: 6px; position: relative; }
	.projectBox li:before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: #1a171c; }
	.projectBox .col { margin-bottom: 36px; }
	.projectBox .content.first { padding-bottom: 104px;  }
	.projectBox h2 { padding-left: 15px; }
	

	/* ### footer container ### */
#footerCntr { margin-top: 43px; overflow: hidden; width: 100%; }

	/* ### footer box ### */
	.footerBox { padding-top: 74px; padding-bottom: 50px; width: 100%; background: #1a171c; }
	.footerBox .title { margin-bottom: 25px; width: 100%; color: #fff; font-size: 24px; font-family: 'frutiger_bqregular', sans-serif; }
	.footerBox .content { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.footerBox address { margin-right: 75px; color: #fff; line-height: 1.9; }
	.footerBox li { color: #fff; line-height: 1.9; }
	.footerBox li a { color: #fff; }
	.footerBox li a:hover { color: #fbe145; }
	.footerBox .content li:last-child a { color: #fbe145; }
	.footerBox p { color: #fff; }
	.footerBox p a { color: #fbe145; }
	.footerBox p a:hover { color: #fbe145; }

	/* ### copyright box ### */
	.copyrightBox { width: 100%; }
	.copyrightBox .row { min-height: 68px; }
	.copyrightBox span { font-size: 14px; color: rgba(26, 23, 28, 0.6); }
	.copyrightBox span a { color: rgba(26, 23, 28, 0.6); }
	.copyrightBox .last { text-align: right; }
	.copyrightBox span a:hover { color: #000; }

/* #Media Queries
================================================== */

@media only screen and (min-width: 768px) {
	.search-item figure {
		min-height: 208px;	
	}
}

@media only screen and (max-width: 1349px) {
	h2 {  margin-bottom: 30px; }
	.view { right: 15px; top: 6px; }
	.btn { padding: 5px 22px; min-height: 50px; font-size: 17px; }
	.container { padding-right: 20px; padding-left: 20px; }
	.topBox li { color: #fff; }
	.bottomBox { height: 110px; }
	.bottomBox .logo { width: 152px; bottom: -19px; }
	.navbar { padding-bottom: 15px; }
	.navbar-nav .dropdown { min-height: 230px; }
	.navbar-nav .dropdown li { font-size: 15px; }
	.bannerBox { height: 480px; }
	.bannerBox .item { min-height: 480px; }
	.bannerBox .slick-next { right: 30px; }
	.bannerBox .bottom { right: 90px; }
	.blackBox .content { padding: 30px 28px 60px; min-height: 210px; }
	.productBox { padding-top: 70px; padding-bottom: 128px; }
	.discoverBox .content { width: 510px; right: 22px; }
	.discoverBox .row { padding-top: 110px; }
	.discoverBox { padding-bottom: 80px; }
	.newsBox .content { padding: 24px 24px 50px; }
	.projectBox { padding-top: 65px; }
	.projectBox figure { margin-bottom: 18px; }
	.projectBox .content { padding: 30px 22px 60px; }
	.detailBox .note p { font-size: 19px; }
	.projectBox .note p { font-size: 19px; }
	.newsBox h2, .productBox h2, .detailBox h2, .projectBox h2 { padding-left: 10px; }
	.bottomBox .language { right: 44px; }
}

@media only screen and (max-width: 1279px) {
	p { margin-bottom: 20px; line-height: 1.7; }
	.navbar ul li { font-size: 17px; }
	.blackBox .content { padding: 25px 28px 52px; min-height: 195px; }
	.bannerBox li a, .bannerBox .slick-next { width: 50px; height: 50px; }
	.bannerBox .bottom { right: 80px; }
	.bannerBox.inner ul { right: 20px; }
	.blackBox { margin-top: -120px; }
	.newsBox h4 { font-size: 18px; }
	.newsBox { padding-top: 60px; padding-bottom: 20px; }
	.detailBox { padding-top: 60px; }
	.detailBox ul { margin-bottom: 33px; }
	.detailBox .request { margin: 0 -12px 40px; }
	.detailBox figure { margin-bottom: 50px; }
	.footerBox .title { margin-bottom: 20px; font-size: 22px; }
	.footerBox { padding-top: 50px; padding-bottom: 22px; }
	.paginationBox { margin-top: 20px; margin-bottom: 50px; }
	.detailBox .gallery { margin: 0 -10px 35px; }
	.detailBox .slick-list{ padding:0 10% 0 0 !important; }
	.detailBox .gallery li { padding: 0 15px; }
	.projectBox .content.first { padding-bottom: 50px; }
	.projectBox .content { font-size: 15px; line-height: 1.4; }
	.detailBox .note { padding: 29px; }
	.detailBox .note p { font-size: 18px; }
	.projectBox .note { padding: 29px; }
	.projectBox .note p { font-size: 18px; }
	.product_row { display: block; }
	.topBox li { padding: 0 2px; font-size: 13px; }
	.topBox .col-md-7, .topBox .col-md-5 { padding: 0; }
	.topBox .row { padding: 0 10px; }
	.topBox i { font-size: 15px; }
	.topBox .fa-phone { font-size: 14px; }
}

@media only screen and (max-width: 1199px) {

	.topBox li span:last-child { display: block; }
	.topBox li span:first-child { display: none; }
	.topBox li { font-size: 13px; }
}

@media only screen and (max-width: 1023px) {
	.navbar-expand-lg.navbar ul.navbar-nav li a { padding: 12px 18px; }
	.bannerBox { height: 400px; }
	.bannerBox .item { min-height: 400px; }
	.productBox span { margin-bottom: 30px; }
	.productBox figure { margin-bottom: 20px; }
	.productBox { padding-top: 60px; padding-bottom: 110px; }
	.newsBox .content { margin-bottom: 50px; }
	.footerBox address { margin-right: 30px; }
	.footerBox .title { margin-bottom: 15px; }
	.detailBox .request a { padding: 5px 16px; margin: 0 6px 12px; }
	.detailBox .request { margin: 0 -6px 35px; }
	.paginationBox ul li { padding: 0 10px; }
	.projectBox { padding-top: 40px; }
	.projectBox .content { min-height: 100%; height: 100%; }
	.projectBox .note { margin-bottom: 30px; width: 100%; }
	.projectBox .col { margin-bottom: 30px; }
	.projectBox li:before { top: 9px; }
	.collapse:not(.show) { display: block; }
	.navbar-expand-lg .navbar-nav { -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; }
	.bottomBox .logo { width: 175px; bottom: -24px; }
	.bottomBox { height: 130px; position: relative; }
	.bottomBox .row { position: static; }
	.detailBox .request.mobile { display: block; }
	.detailBox .request { display: none; }
	.detailBox figure { padding: 20px 0; margin-bottom: 36px; }
	.bottomBox .language { top: 10px; z-index: 9999; }
	.bannerBox .search { top: 50px; }
	
}

@media only screen and (max-width: 979px) {
	.blackBox .read { display: none; }
	#headerCntr .mobileMenu { display: block; }
	.collapse:not(.show) { display: none; }
	.navbar .navbar-nav { padding: 0 68px 0 15px; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
	.navbar { padding: 0; width: 100%; z-index: 99; position: absolute; bottom: 0; background: #fff; }
	.navbar-nav .dropdown { display: none; }
	.discoverBox .row { padding-top: 185px; }
	.bottomBox .language { right: 27px; }
	.bottomBox { height: 140px; }
	#headerCntr .mobileMenu { top: 128px; }
	.navbar-expand-lg.navbar ul.navbar-nav li a { padding: 12px 13px 16px; }
	.bottomBox.hide .navbar .logo { opacity: 1; visibility: visible; }
	.bottomBox.hide .logo { opacity: 0; visibility: hidden; }
	.bottomBox .logo { transition: ease-in 0.3s; }
}

@media only screen and (max-width: 767px) {
	h2 { font-size: 22px; }
	.view { margin-bottom: 15px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; position: relative; right: 0; }
	.navbar ul li { padding: 2px 0; font-size: 18px; }
	.navbar { padding: 0; bottom: inherit; left: 0; }
	.navbar .navbar-collapse { width: 100%; top: 72px; left: 0; position: absolute; z-index: 99; overflow: scroll; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; background: #fff;  }
	.navbar-expand-lg .navbar-nav { text-align: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
	.bottomBox.hide .navbar .navbar-collapse { height: 310px; }
	.navbar-expand-lg.navbar ul.navbar-nav li a { padding: 10px; }
	.bottomBox .logo { z-index: 999; position: absolute; left: 21px; bottom: -37px; }
	.navbar .navbar-nav { padding: 41px 20px 15px 20px; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; overflow: auto; }
	.topBox li span { display: none !important; }
	.topBox .col-md-5 { display: none; }
	.topBox li { color: transparent; }
	.bottomBox .row { position: static; }
	.bottomBox { position: relative; }
	.navbar-toggler { position: absolute; right: 12px; top: 23px; }
	.bannerBox { height: 350px; }
	.bannerBox .item { min-height: 350px; }
	.bannerBox .search { width: 230px; top: 50px; z-index: 99; }
	.bannerBox .search input[type="text"] { padding: 0 15px; width: 80%; height: 50px; }
	.bannerBox .search button { height: 50px; }
	.bannerBox .slick-next { font-size: 27px; }
	.bannerBox .slick-next { right: 20px; display: none !important; }
	.bannerBox .bottom { right: 20px; }
	.bannerBox.inner ul li:last-child { display: none; }
	.blackBox .col { margin-bottom: 15px; width: 80%; -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
	.blackBox .content { padding: 28px 35px 65px; min-height: inherit; }
	#headerCntr .mobileMenu { right: 16px; }
	.productBox, .newsBox  { padding-top: 22px; padding-bottom: 83px; position: relative; }
	.discoverBox { margin-top: 70px; }
	.productBox div, .newsBox div { position: static; }
	.productBox .view, .newsBox .view { white-space: nowrap; position: absolute; bottom: 28px; right: inherit; top: inherit; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.discoverBox .content { padding: 30px; width: 78%; right: -8px; }
	.discoverBox .row { padding-top: 160px; }
	.discoverBox { padding-bottom: 45px; }
	.footerBox address { margin-right: 0; width: 100%; line-height: 1.6; }
	.footerBox .content ul { width: 100%; }
	.footerBox .content { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.footerBox li { line-height: 1.6; }
	.copyrightBox span { display: block; }
	.copyrightBox { text-align: center; }
	.copyrightBox .last { text-align: center; }
	.copyrightBox .row { padding: 20px 0; min-height: inherit; }
	.copyrightBox .col-md-8 { margin-bottom: 20px; }
	.detailBox { padding-top: 28px; }
	.detailBox figure { margin-bottom: 34px; }
	.newsBox { padding-top: 55px; }
	.projectBox { padding-top: 30px; }
	.projectBox .col { width: 100%; -ms-flex-preferred-size: inherit; -webkit-flex-basis: inherit; flex-basis: inherit; }
	.projectBox .content { padding: 28px 15px 60px; }
	.projectBox h6 { font-size: 17px; }
	.projectBox h4 { font-size: 19px; }
	.projectBox .note { padding: 30px 15px; }
	.blackBox { margin-top: -70px; }
	.footerBox ul { margin-bottom: 35px; }
	.bannerBox li a.active .fa-angle-up { font-size: 29px; }
	.newsBox.project .view { display: none; }
	.newsBox.project { padding-bottom: 10px; }
	.bannerBox.project { min-height: 215px; }
	.detailBox .view { display: none; }
	.bottomBox .language { width: 45px; right: 22px; top: 18px; }
	.bottomBox .language li.init span { color: transparent; background: url(../img/flag-img2.png) no-repeat; }
	.bottomBox .language li .inner span { display: none; background: transparent; }
	.bottomBox .language li { padding: 0; margin: 4px 0; height: 17px; }
	.bottomBox .language li:not(.init) { background: transparent; }
	.bottomBox .language li span { padding-right: 0; display: block; }
	.bottomBox .language li:not(.init):hover, .bottomBox .language li.selected:not(.init) { background: transparent; }
	.newsBox h2, .productBox h2, .detailBox h2, .projectBox h2 { padding-left: 2px; }
	.paginationBox ul li a span { display: none; }
	.blackBox a.btn span { display: none; }
	.bottomBox .language li .inner { width: 45px; }
	.bottomBox.hide .navbar { height: 100%; position: fixed; top: 130px; bottom: inherit; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); }
	#wrapper.show { position: fixed; }
	.bottomBox.hide .navbar .logo { display: none; }
	.bottomBox.hide .logo { opacity: 1; visibility: visible; }
}

@media only screen and (max-width: 479px) {
	.bannerBox.inner li a { font-size: 29px; }
	.detailBox .request a { margin-bottom: 15px; }
	.detailBox .request { margin: 0 -6px 22px; }
	.paginationBox ul { text-align: center; }
	.paginationBox ul li { margin-bottom: 20px; }
	.paginationBox ul li a { padding: 0 20px; width: 100%; text-align: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	.paginationBox { margin-bottom: 0; }
	.detailBox .gallery { margin: 0 0 18px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.detailBox .gallery li { margin-bottom: 20px; width: 100%; }
	.detailBox .gallery li a img { width: 100%; }
	.detailBox ul { margin-bottom: 30px; }
	.discoverBox .content p { margin: 0; font-size: 18px; }
	.blackBox .content { padding: 25px 30px 65px; }
	.topBox li { padding: 0 1px; font-size: 12px; }
	.detailBox .gallery li { padding: 0 12px; }
	.bottomBox .language li.init { padding-right: 16px; }
	.bottomBox .language { width: 40px; }
	.topBox li a { padding-right: 0; }
	.discoverBox .content { width: 86%; }
	.discoverBox .row { padding-top: 150px; }
	.blackBox h4 { font-size: 18px; }
	.navbar ul li { padding: 0; }
	.navbar-expand-lg.navbar ul.navbar-nav li a { padding: 9px; }
}

@media only screen and (max-height: 450px) and (min-height: 100px)  {

	.bottomBox.hide .navbar .navbar-collapse { height: 150px; }
}

.content-container {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 1349px) {
	.content-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.content-container {
		padding-left: 2px;
		padding-right: 2px;
	}
}