.wrapper{width:1920px; margin: 0px auto}
header{top: 0; width: 1920px; left: 50%; transform: translate(-50%,0);}
@media only screen and (max-width: 1921px){
	.wrapper{width:100%;}
	header{left: 0; transform: none; width: 100%}
}
.w100-container {width: 1360px; margin: 0px auto;}
.homeBg {background: #F4F5F7;}
.home-right-social {position: fixed; right: 0; top: 50%; transform: translate(0, -50%); z-index: 10; width: 69px; background: #FFFFFF; border-top-left-radius: 22px; border-bottom-left-radius: 22px; padding: 15px 11.5px;}
.home-right-social .li {width: 46px; height: 46px; margin: 5.5px 0; display: flex; justify-content: flex-end; align-items: flex-end;}
.home-right-social .li a {width: 40px; height: 40px; background: #E9E9E9; border-radius: 100%; display: flex; justify-content: center; align-items: center;transition: 0.3s ease;}
.home-right-social .li a:hover {width: 46px; height: 46px; background: #1F99D6;}
.home-right-social .li a svg path {transition: 0.3s ease;}
.home-right-social .li a:hover svg path {fill: #FFF !important;}
.homeSlider {float: left; width: 100%; position: relative; margin-top:97.34px;}
.homeSlider .bgs {display: none}
.homeSlider .slides {float: left; width: 100%; position: relative;}
@-webkit-keyframes slideIn { from { -webkit-filter: blur(15px);  filter: blur(15px);}to {-webkit-filter: blur(0); filter: blur(0);}}
@keyframes slideIn { from { -webkit-filter: blur(15px);  filter: blur(15px);}to {-webkit-filter: blur(0); filter: blur(0); }}
@-webkit-keyframes slideOut { from { -webkit-filter: blur(0);filter: blur(0);} to { -webkit-filter: blur(15px); filter: blur(15px); }}
@keyframes slideOut { from { -webkit-filter: blur(0); filter: blur(0); } to { -webkit-filter: blur(15px); filter: blur(15px); }}
.homeSlider .slides .slick-slide .img { -webkit-animation: slideOut 0.4s  linear;  animation: slideOut 0.4s  linear; height: 79vh; background-position: right center; background-size: cover; background-repeat: no-repeat;}
.homeSlider .slides .slick-slide.slick-active { z-index: 1;}
.homeSlider .slides .slick-slide.slick-active .img { -webkit-animation: slideIn 1.5s  linear; animation: slideIn 1.5s  linear;}
.homeSlider .slides .text {position: absolute; top: 50%; left: 8%; max-width: 550px; transform: translate(0, -50%); z-index: 20; color: #000; -webkit-animation: slideOut 0.4s linear;  animation: slideOut 0.4s linear; margin-top: 50px; transition: 0.5s;}
.homeSlider .slides .slick-slide.slick-active .text { -webkit-animation: slideIn 1s  linear; animation: slideIn 1s  linear; margin-top: 0; transition: 1.1s;}
.homeSlider .slides .text .sub {font-size: 10px; font-weight: 500; opacity: 0.6; margin-bottom: 20px; letter-spacing: 5px;}
.homeSlider .slides .text .title {font-size: 36px; font-weight: 900;}
.homeSlider .slides .text .line {display: none}
.homeSlider .slides .text .desc {max-width: 350px; opacity: 0.8; font-size: 18px; font-weight: 500; line-height: 28px; margin-top: 17px}
.homeSlider .slides .text .lnk {margin-top: 30px;}
.homeSlider .slides .text .lnk a {color: #FFF; background: #C11D2A; border-radius: 25px; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.homeSlider .slides .text .lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.homeSlider .slides .text .lnk a:hover img {margin-left: 70px;}
.homeSlider .slick-arrow {width:60px;height: 60px; position: absolute; top: 50%; transform: translate(-50%, 0); overflow: hidden; text-indent: -99999px; z-index: 2; cursor: pointer;}
.homeSlider .slick-next {background: url(../images/slideNext.svg)  rgba(0,0,0,0.8) no-repeat center center; right: 30px;}
.homeSlider .slick-prev {background: url(../images/slidePrev.svg)  rgba(0,0,0,0.8) no-repeat center center; left: 60px;}
.homeSlider .btSlide {position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); width: 1068px;}
.homeSlider .btSlide .item {float: left; position: relative; height: 236px; cursor: pointer;}
.homeSlider .btSlide .item .box {position: absolute; top: 70px; left: 0; width: 100%; height: 100%; text-align: center; padding: 25px 10px 0 10px; transition: 1s;}
.homeSlider .btSlide .item.slick-current .box {top: 0; background: #D3101F;}
.homeSlider .btSlide .item .img {float: left; width: 100%; height: 68px; position: relative; text-align: center;}
.homeSlider .btSlide .item .img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.homeSlider .btSlide .item .text {float: left; width: 100%; font-size: 14px; font-weight: 600; color: #FFFFFF; margin-top: 30px;}
.homeSlider .btSlide .item .lnk {float: left; width: 100%; margin-top: 32px;}
.homeSlider .btSlide .item .lnk a {float: left; width: 100%; border: 1px solid #FFF; font-size: 14px; font-weight: 600; line-height: 52px; color: #FFF;}
.homeSlider .slick-dots {position: absolute; bottom: 50px; left: 350px; z-index: 3; text-align: center;}
.homeSlider .slick-dots li {float: left; position: relative; opacity: 0;}
.homeSlider .slick-dots li button {float:left; position: absolute; left: 0; top: 0; text-indent: -999999px !important; cursor: pointer; overflow: hidden; width: 130px; background: rgba(112,112,112,0.3);  height: 4px;}
.homeSlider .slick-dots li button:after {content:""; position: absolute; top:0; left: -100%;  width: 100%; height: 100%; background: #707070; transition: 6s;}
.homeSlider .slick-dots li.slick-active {opacity: 1;}
.homeSlider .slick-dots li.slick-active button:after {left:0;}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-70px); }
    100% { transform: translateY(0); }
}
.homeSlider .slides .downPg{ position: absolute; bottom: 30px; left: 50%; transform: translate(-50%, 0); width: 44px; height: 120px; background: #C11D2A; border-radius: 22px; z-index: 3; cursor: pointer;}
.homeSlider .slides .downPg svg{align-self: flex-end;animation-duration: 2s; animation-iteration-count: infinite; transform-origin: bottom; animation-name: bounce-2; animation-timing-function: ease; position: absolute; bottom: 20px; left: 12px; width:20px; }

.homeStory{float: left; width: 100%; background: #E6E6E6; overflow: hidden; position: relative; padding: 170px 0 210px 0;}
.homeStory .left {float: left; width:460px;}
.story-title {font-size: 40px; font-weight: 900;}
.story-desc {font-size: 18px;font-weight: 500; margin-top: 30px; line-height: 28px;}
.story-lnk {margin-top: 40px}
.story-lnk a {color: #FFF; background: #C11D2A; border-radius: 25px; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.story-lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.story-lnk a:hover img {margin-left: 70px;}
.homeStory .right {float: left; width:1086px; position: absolute; right: 0;}
.homeStory .right .item {height: 450px; border-radius: 20px; margin: 0 10px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.homeStory .right .top-svg {position: absolute; top: -40px;right: 80px; mix-blend-mode: multiply; z-index: 2}
.homeStory .right .bottom-svg {position: absolute; bottom: -45px;left: -120px;}
.homeStory .right .bottom-svg .right-carousel-arrow {position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%);}
.homeStory .right .bottom-svg .right-carousel-arrow .prev {float: left; cursor: pointer;}
.homeStory .right .bottom-svg .right-carousel-arrow .next {float: left; cursor: pointer; margin-left: 78px;}
@media only screen and (max-width:992px){
	.homeStory .right .bottom-svg {left: 0;}
}
.homeStory::after{content: ""; position: absolute; top: 90%; left: 50%; width: 4013px; height: 880px; background: #F9F9F9; border-radius: 50%; -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%);}

.home-what-are-we-doing{float: left;width: 100%; background:#F9F9F9; padding: 200px 0;}
.home-what-are-we-doing .story-title {text-align: center; margin-bottom: 80px}
.home-what-are-we-doing .item {width: 100%; margin-bottom: 180px; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; align-items: center;}
.home-what-are-we-doing .item:last-child {margin-bottom: 0;}
.home-what-are-we-doing .item .text {width: 460px;}
.home-what-are-we-doing .item.left .text {margin-left: 80px;}
.home-what-are-we-doing .item.right .text {margin-right: 80px;}
.home-what-are-we-doing .item .img {height: 480px; width: 60%; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative;}
.home-what-are-we-doing .item .img svg{ position: absolute; mix-blend-mode: multiply;}
.home-what-are-we-doing .item.left .img {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.home-what-are-we-doing .item.right .img {border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.home-what-are-we-doing .item.left .img svg{ top: -55px; left: 80px;}
.home-what-are-we-doing .item.left .img svg + svg { left: auto; top: auto; bottom: -45px; right: -65px;}
.home-what-are-we-doing .item.right .img svg{ top: -55px; right: 11px;}
.home-what-are-we-doing .item.right .img svg + svg {top: auto; right: auto; bottom: -139px; left: -126px;}

.home-news-announcement{float: left; width: 100%; padding: 150px 0; background: #FFF;}
.home-news-announcement .tabs-contents {float: left; width: 100%; margin-top: 80px;}
.home-news-announcement .tabs-contents .list {float: left; width: 100%; position: absolute; visibility: hidden; opacity: 0; padding: 0 160px;}
.home-news-announcement .tabs-contents .list.active {position: relative; visibility: visible; opacity: 1;}
.home-news-announcement .tabs-contents .list .slick-list, .home-news-announcement .tabs-contents .list .slick-track {display: flex;}
.home-news-announcement .tabs-contents .list:first-child {display: block;}
.home-news-announcement .tabs-contents .list .slick-arrow {position: absolute; cursor: pointer; top: 50%; transform: translate(0, -50%); background: url(../images/hmArr.svg) no-repeat center center; width: 30px; height: 58px; text-indent: -9999px; overflow: hidden;}
.home-news-announcement .tabs-contents .list .slick-prev {left: -160px;}
.home-news-announcement .tabs-contents .list .slick-next {right: -160px; transform: rotate(180deg) translate(0, 50%);}
.home-news-announcement .tabs-contents .item {padding: 0 8px;}
.home-news-announcement .tabs-contents .item a { height: 100%; display: flex; flex-wrap: wrap; }
.home-news-announcement .tabs-contents .item .img {height: 240px; background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.home-news-announcement .tabs-contents .item .bottom {height: calc(100% - 240px); width: 100%; border: 1px solid #B5B5B5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding: 38px 30px 55px 30px; }
.home-news-announcement .tabs-contents .item .date {font-size: 14px; color: #B2B2B2; font-weight: 600; margin-bottom: 22px;}
.home-news-announcement .tabs-contents .item .title {font-size: 26px; font-weight: 700; color: #000000; margin-bottom: 45px;}
.home-news-announcement .tabs-contents .item .desc {font-size: 16px; font-weight: 300; color: #000000; line-height: 25px;}
.nw-tabs{float: left; width: 100%; text-align: center;}
.nw-tabs a {display: inline-block; font-size: 30px; font-weight: 600; color: #000000; position: relative; padding-bottom: 15px; margin: 0 50px;}
.nw-tabs a:after {content:""; position: absolute; width: 0; height: 3px; background:#C11D2A; transition: 0.5s; left: calc(50% - 45px); bottom: 0; }
.nw-tabs a.active:after { width: 90px; }

.home-references {float: left; width: 100%; background: #FFF; padding: 150px 0 70px 0; text-align: center;}
.home-references .list {float: left; width: 100%; padding: 0 90px; margin-top: 55px;}
.home-references .item {padding:0 5px;}
.home-references .item a {float: left; width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; background: #F9F9F9; border-radius: 20px; transition: 0.5s; height: 200px; }
.home-references .item a:hover .hover {opacity: 1;}
.home-references .item .hover {position: absolute; top: 0; left: 0; width: 100%; opacity: 0; display: flex; justify-content: center; align-items: center; align-content: center; background: #C11D2A; width: 100%; height: 100%; border-radius: 20px; transition: 0.5s;}
.home-references .item .hover .btn {font-size: 15px; font-weight: 600; color: #FFF;}
.home-references .item .hover .btn img {display: inline-block; vertical-align: middle; margin-left: 15px;}
.home-references .slick-arrow {position: absolute; cursor: pointer; top: 50%; transform: translate(0, -50%); background: url(../images/hmArr.svg) no-repeat center center; width: 30px; height: 58px; text-indent: -9999px; overflow: hidden;}
.home-references .slick-prev {left: -90px;}
.home-references .slick-next {right: -90px; transform: rotate(180deg) translate(0, 50%);}

.home-ik {float: left; width: 100%; background: #FFF; padding: 70px 0 120px 0;}
.home-ik .list {float: left; width: 100%; display: flex; justify-content: space-between;}
.home-ik .list .item {float: left; width: calc((100% / 3) - 14px); border-radius: 20px; overflow: hidden; position: relative;}
.home-ik .list .item:hover .lnk {bottom: 0;}
.home-ik .list .item:hover .img:after { background: rgba(0, 0, 0, 0.8);}
.home-ik .item .img {width: 100%; height:660px;  background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative;}
.home-ik .item .img:after{content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); transition: 0.5s;}
.home-ik .item .box {position: absolute; bottom: 45px; left: 40px; right: 40px; color: #FFF;}
.home-ik .item .box .tp-img {margin-bottom: 40px;}
.home-ik .item .box .top {transition: 0.5s;}
.home-ik .item .box h3 {font-size: 26px; font-weight: 600;}
.home-ik .item .box .desc {font-size: 16px; line-height: 24px; margin-top: 20px;}
.home-ik .item .box .desc .top {padding-bottom: 0 !important;}
.home-ik .item .box .lnk {bottom: -100%; left:0;  padding-top: 10px; position: absolute; transition: 0.5s;}
.home-ik .item .box .lnk a {margin-top: 27px; width: 100%; min-height: 50px; background: rgba(0, 0, 0, 0.5); border-radius: 50px; float: left; display: flex; align-items: center; justify-content: flex-start;}
.home-ik .item .box .lnk a .blue {float: left; width: 51px; height: 51px; border-radius: 50px; background: #d31a1f; display: flex; justify-content: center; align-items: center;}
.home-ik .item .box .lnk a span {display: inline-block; vertical-align: middle; margin-left: 12px; color: #FFF; font-size: 14px; font-weight: 600; width: calc(100% - 90px);}

.a-lnk {margin-top: 40px;}
.a-lnk a {background: rgba(31, 153, 214, 0.8); border-radius: 50px; padding-right: 30px; float: left; display: flex; align-items: center; justify-content: flex-start;}
.a-lnk a .blue {float: left; width: 51px; height: 51px; border-radius: 50px; background: #1F99D6; display: flex; justify-content: center; align-items: center;}
.a-lnk a span {display: inline-block; vertical-align: middle; margin-left: 12px; color: #FFF; font-size: 14px; font-weight: 600; width: calc(100% - 90px);}

.our-team-list {float: left; width: 100%; display: flex; flex-wrap: wrap;}
.our-team-list .item {width: calc((100% / 4) - 18px); margin:0 9px 30px 9px; cursor: pointer;}
.our-team-list .item .img {width: 100%; height: 370px; background-repeat: no-repeat; background-size: cover; background-position: top center }
.our-team-list .item .bottom {background: #EEEEEE; height: calc(100% - 370px); border:1px solid #D8D8D8; position: relative; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.our-team-list .item .bottom .name {font-size: 20px; font-weight: 600; color: #FFF; background: #1F99D6; position: relative; padding: 0 26px; margin-bottom: 41px; width: calc(100% + 2px); margin-left: -1px;}
.our-team-list .item .bottom .name:before{content:""; position: absolute; width: 100%; height: 38px; background: url(../images/team-name-tp.png) no-repeat top center; background-size: cover; top: -38px; left: 0;}
.our-team-list .item .bottom .name:after{content:""; position: absolute; width: 100%; height: 41px; background: url(../images/team-name-bt.png) no-repeat bottom center; background-size: cover; bottom: -41px; left: 0; }
.our-team-list .item .bottom .tt {margin-top: 20px; margin-bottom: 25px; display: inline-block; font-size: 14px; font-weight: 600; padding: 0 26px;}


.wht-title{font-size: 30px; font-weight: 700;}
.wht-desc{font-size: 18px; font-weight: 500; margin-top: 35px;}
.red-lnk{margin-top: 30px;}
.red-lnk a {color: #FFF; background: #C11D2A; border-radius: 25px; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.red-lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.red-lnk a:hover img {margin-left: 70px;}

.sample-projects-list{float: left; width: 100%;}
.project-filter {float: left; width: 100%; margin-bottom: 100px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.project-filter .item {width: calc((100% / 5) - 16px)}
.project-filter .item .select {float: left; width: 100%; height: 50px; position: relative; border: 1px solid #DCDCDC; border-radius: 25px;}
.project-filter .item .select .selected {float: left; position: relative; width: 100%; line-height: 50px; padding: 0 40px 0 20px; font-size: 18px; cursor: pointer;}
.project-filter .item .select .selected:after {content:""; position: absolute; top: 50%; transform: translate(0, -50%); right: 20px; background: url(../images/project-select-arrow.svg) no-repeat center center; width: 16px; height: 10px;}
.project-filter .item .select .selected span {font-weight: 600; color: #404040;}
.project-filter .item .select .selected label {cursor: pointer; display: inline-block; vertical-align: middle;  width: calc(100% - 100px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.project-filter .item .select .list{position: absolute; top: 100%; left: 0; width: 100%; background: #DCDCDC; border-radius: 15px; padding: 15px 0; display: none;}
.project-filter .item .select .list ul li {list-style: none; padding: 5px 15px; font-size: 14px; transition: 0.5s; cursor: pointer;}
.project-filter .item .select .list ul li:hover {background: #202020; color: #FFF;}
.project-filter .item .filter button {float: left; cursor: pointer; width: 100%; height: 50px; background: #C11D2A; border-radius: 25px; text-align: left; padding: 0 30px; font-size: 15px; font-weight: 700; color: #FFF;}
.project-filter .item .filter svg{ float: right; }
.sample-project-list{float: left; width: 100%;}
.sample-project-list .top {float: left; display: flex; flex-wrap: wrap; width: 100%;border-bottom: 2px solid #DCDCDC; font-size: 18px; font-weight: 600; padding-bottom: 20px;}
.sample-project-list .top .name {width: 45%; text-align: center;}
.sample-project-list .top .country,.sample-project-list .top .country + .name  {width: 12%; text-align: left;}
.sample-project-list .top .activity {width: 10%;}
.sample-project-list .list {float: left; width: 100%;}
.sample-project-list .list .item {float: left; display: flex; flex-wrap: wrap; width: 100%; padding: 20px 0; border-bottom:2px solid #DCDCDC; }
.sample-project-list .list .item .project {width: 45%; display: flex; justify-content: flex-start; align-items: center;}
.sample-project-list .list .item .project .img {width: 190px; height: 120px; border-radius: 10px; background-repeat: no-repeat;background-size: cover;background-position: center center; margin-right: 40px;}
.sample-project-list .list .item .project .name { width: calc(100% - 230px); font-size: 20px; font-weight: 600; }
.sample-project-list .list .item .country {width: 12% !important; display: flex; align-items: center;}
.sample-project-list .list .item .country div {background: #E2E2E2; border-radius: 25px; font-size: 15px; font-weight: 600; padding: 10px 15px; }
.sample-project-list .list .item .activity {width: 16%; display: flex; align-items: center;}
.sample-project-list .list .item .activity {padding-left: 5px;}
.sample-project-list .list .item .detail {display: flex; align-items: center;}
.sample-project-list .list .item .red-lnk {margin-top: 0;}
.sample-project-list .list .item .red-lnk a img {margin-left: 15px;}
.sample-project-list .list .item .red-lnk a:hover img {margin-left: 15px;}
.sample-project-list .list .item .filter{ padding: 100px 30px; font-size: 24px; font-weight: 600; width: 100%; text-align: center;}


.homeHk {float:left; width:100%; background:#fff; padding: 140px 0;}
.homeHk .container {width: 1580px; margin: 0px auto;}
.homeHk .left {display: inline-block; vertical-align: middle; width: 41%;}
.homeHk .right {display: inline-block; vertical-align: middle; margin-left: -5px; width: 59%; padding-left: 150px; color: #1A1818;}
.homeHk .right .title {font-size: 46px; font-weight: 600; position: relative; float:left; width: 100%; margin-bottom: 60px;}
.homeHk .right .title:before {content: ""; position: absolute; left: -20px; bottom: -10px; width: 73px; height: 1px; background:#C11D2A;}
.homeHk .right .title:after {content: ""; position: absolute; left: 0px; bottom: -20px; width: 83px; height: 6px; background: #BABCBF;}
.homeHk .right .desc {font-size: 18px; font-weight: 400; line-height: 28px;}
.homeHk .right .lnk {margin-top: 40px;}
.homeHk .right .lnk a {border: 1px solid #D3101F; color: #FFF; background: #D3101F; font-size: 16px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.homeHk .right .lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.homeHk .right .lnk a:hover img {margin-left: 70px;}


.homePrs {float:left; width: 100%; margin-top: 100px; padding-top: 90px; background: url(../images/homePrsBn.png) no-repeat left top;}
.homePrs.prs2 {background: url(../images/homePrsBn2.png) no-repeat left top;}
.homePrs .tp {float:left; max-width: 640px;}
.homePrs .tp .title, .hmSbCr .top .right .title, .hmDkYs .list .left .title {font-size: 46px; font-weight: 600; position: relative; float:left; width: 100%; margin-bottom: 60px;}
.homePrs .tp .title:before, .hmSbCr .top .right .title:before {content: ""; position: absolute; left: -20px; bottom: -10px; width: 73px; height: 1px; background:#C11D2A;}
.homePrs .tp .title:after, .hmSbCr .top .right .title:after, .hmDkYs .list .left .title:after {content: ""; position: absolute; left: 0px; bottom: -20px; width: 83px; height: 6px; background: #BABCBF;}
.homePrs .tp .desc {font-size: 18px; font-weight: 500; line-height: 32px; opacity: 0.8}
.homePrs .tp .lnk {margin-top: 40px;}
.homePrs .tp .lnk a {border: 1px solid #D3101F; color: #FFF; background: #D3101F; font-size: 16px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.homePrs .tp .lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.homePrs .tp .lnk a:hover img {margin-left: 70px;}
.homePrs .PrsCarousel {float:left; width: 100%; margin-top: 40px;}
.homePrs .PrsCarousel .list {float:left; width: calc(100% - 320px);}
.homePrs .PrsCarousel .list > .slick-list {margin: 0 -12px 0 -70px;}
.homePrs .PrsCarousel .list .item {padding: 0 15px; padding-top: 50px;}
.homePrs .PrsCarousel .list .item .Mrg {float:left; width: 100%; transition:0.5s;}
.mdG {background: #f4f5f7;}
.homePrs .PrsCarousel .list .item:hover .Mrg {margin-top: -40px;}
.homePrs .PrsCarousel .list .item .Mrg .shd {transition: 0.5s; float:left; width: 100%;}
.mouseDrag {transition: 0.5s; float:left; width: 100%; position: relative; overflow:hidden;}
.mouseDrag .mg2 {position: absolute; display: flex; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.mouseDrag .mg2 .tsh {width: 100%; float:left;}
.mouseDrag .mdDot {position: absolute; bottom: 20px; left: 0; width: 100%; z-index: 3; text-align: center;}
.mouseDrag .mdDot .iTm {width: 30px; height: 4px; text-indent: -999999px; background: #FFF;-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); transition:0.5s;}
.mouseDrag:hover .mdG .slick-dots {bottom:15px;}
.mdG .slick-dots {position: absolute;text-align: center; bottom: -50px; width: 100%; z-index: 2; transition: 0.5s;}
.mdG .slick-dots li { width: 30px; display: inline-block; margin: 0 8px; height: 4px;}
.mdG .slick-dots li button {width: 100%; height: 4px; float:left; text-indent: -999999px; background: #FFF;-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.40); transition:0.5s; cursor: pointer;}
.mdG .slick-dots li.slick-active button {background: #C11D2A;}
.homePrs .PrsCarousel .list .item:hover .Mrg .shd, .homePrs .PrsCarousel .list .item:hover .Mrg .mouseDrag {-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);}
.homePrs .PrsCarousel .list .item img {float:left; width: 100%;}
.homePrs .PrsCarousel .list .item .nm {padding-top: 30px; font-size: 24px; float:left; width: 100%; transition:0.5s; font-weight: 400; line-height: 29px; color: #1A1818; opacity: 0.4;}
.homePrs .PrsCarousel .list .item:hover .nm {opacity: 1;}
.homePrs .PrsCarousel .NextPrev {float:left; width:320px; margin-top: 10.7%;}
.homePrs .PrsCarousel .NextPrev div {float:left; position: relative; width: 50%; height: 117px; background-color: #FFF; cursor: pointer;}
.homePrs .PrsCarousel .NextPrev .next {border-left: 1px solid #F4F5F7;}
.homePrs .PrsCarousel .NextPrev div .icon {position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width: 11.97px; height: 34.95px;}
.homePrs .PrsCarousel .NextPrev .prev .icon {background: url(../images/hPsLeft.svg) no-repeat;}
.homePrs .PrsCarousel .NextPrev .next .icon {background: url(../images/hPsRight.svg) no-repeat;}
.homePrs .PrsCarousel .list .slick-arrow {float:left; position: absolute; right: -160px; top: 54%; width: 160px; height: 117px; background-color: #FFF; cursor: pointer; background-repeat: no-repeat; background-position: center center; text-indent: -999999px;}
.homePrs .PrsCarousel .list .slick-next {right: -320px;}
.homePrs .PrsCarousel .list .slick-arrow:after {content:"";position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width: 11.97px; height: 34.95px; transition: 0.5s;}
.homePrs .PrsCarousel .list .slick-prev:after {background-image:url(../images/hPsLeft.svg);}
.homePrs .PrsCarousel .list .slick-next:after {background-image:url(../images/hPsRight.svg); right: -320px;}
.homePrs .PrsCarousel .list .slick-disabled:after{opacity: 0.4;}



.homeHzm {background: url(../images/HmHzmBg.png) no-repeat right center #FFF; background-size: cover; margin-top: 0; padding-top:150px; padding-bottom: 120px;}
.homeHzm .tp {width:100%; max-width: initial;}
.homeHzm .tp .title {width: auto;}
.homeHzm .lnk {float:right;}
.homeHzm .hmztList {float: left;width: 100%; margin-top: 30px;}
.homeHzm .hmztList .container {max-width: 1225px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.homeHzm .hmztList .item {float: left; width: calc(100% / 3); padding:0 17.5px;}
.homeHzm .hmztList .item .box {float: left; width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; margin-bottom: 45px;}
.homeHzm .hmztList .item .box:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); transition: 0.5s; }
.homeHzm .hmztList .item .box:last-child { margin-bottom: 0px !important;}
.homeHzm .hmztList .item .box:hover:before { background: rgba(0,0,0,0.6);}
.homeHzm .hmztList .item .box .titles {padding: 30px 30px; font-size: 24px; color: #FFF; position: relative; z-index: 1; float: left; width: 100%; transition: 0.5s;}
.homeHzm .hmztList .item .box .lnk {position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 100%; text-align: center; transition: 0.5s; opacity: 0; visibility: hidden;}
.homeHzm .hmztList .item .box .lnk .titles {padding:0 30px 20px 30px;}
.homeHzm .hmztList .item .box .lnk a, .hmSbCr .top .right .lnk a {border: 1px solid #D3101F; color: #FFF; background: #D3101F; font-size: 16px; font-weight: 600; line-height: 50px; padding: 0 30px; display: inline-block;}
.homeHzm .hmztList .item .box .lnk a img, .hmSbCr .top .right .lnk a img {display: inline-block; vertical-align: middle; margin-left: 70px; transition: 0.5s;}
.homeHzm .hmztList .item .box:hover .titles {opacity: 0; visibility: hidden;}
.homeHzm .hmztList .item .box:hover .lnk {opacity: 1; visibility: visible;}
.homeHzm .hmztList .item .box:hover .lnk .titles {opacity: 1; visibility: visible;}
.homeHzm .hmztList .item.item1 .box{height: 230px;}
.homeHzm .hmztList .item.item1 .box + .box {height: calc(100% - 230px - 45px);}
.homeHzm .hmztList .item.item2 .box{height:100%;}
.homeHzm .hmztList .item.item3 .box{height: 230px;}

.hmSbCr {float: left; width: 100%; padding:180px 0; background: #FFF; overflow: hidden;}
.hmSbCr .top {float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.hmSbCr .top .left {float: left; width: 50%;}
.hmSbCr .top .left .img {float: left; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 460px;}
.hmSbCr .top .right {float: left; width: 50%; padding-left: 80px;}
.hmSbCr .top .right .desc, .hmDkYs .list .left .desc {font-size: 16px; line-height: 32px; font-weight: 300;}
.hmSbCr .top .right .lnk {margin-top: 40px;}
.hmSbCr .bot {float: left; width: 100%; margin-top: 30px;}
.hmSbCr .bot .list {float: left; width: 100%;}
.hmSbCr .bot .list .slick-list {margin-left: -15px; margin-right: -15px;}
.hmSbCr .bot .list .item {padding:0 15px; float: left;}
.hmSbCr .bot .list .item .img {float: left; width: 100%; height: 290px; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.hmSbCr .bot .list .item .title {float: left; width: 100%; font-size: 24px; font-weight: 400; color: #1A1818; margin-top: 20px;}
.hmSbCr .bot .list .slick-arrow, .bkmTssLst .list .slick-arrow, .roomGallery .list .slick-arrow {position: absolute; width: 113px; height: 117px; cursor: pointer; top: 100px; left: -113px; text-indent: -9999px; overflow: hidden; background: url(../images/hmSbCrAr.svg) no-repeat center center #F6F6F6;}
.hmSbCr .bot .list .slick-next, .bkmTssLst .list .slick-next, .roomGallery .list .slick-next {transform: rotate(180deg); left: auto; right: -115px;}

.hmDkYs {float: left; width: 100%; padding: 160px 0; background: url(../images/hmDkYsBg.png) no-repeat right center #FFF; background-size: cover; }
.hmDkYs .list {float: left; width: 100%;}
.hmDkYs .list .left {float: left; width: 59%; padding-right: 180px; padding-bottom: 95px;}
.hmDkYs .list .left .title:after {background: #C11D2A;}
.hmDkYs .list .left .name {margin-top: 30px; font-size: 18px; font-weight: 600;}
.hmDkYs .list .right {width: 41%; float: right;}
.hmDkYs .list .right .img {float: left; position: relative; width: 100%; height: 400px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.hmDkYs .list .right .img.video:after {content: ""; position: absolute; top: 50%; left: 50%; width: 63px; height: 75px; transform: translate(-50%, -50%); background: url(../images/hmDkYsPlay.png) no-repeat center center;}
.hmDkYs .list .slick-arrow {position: absolute; bottom: 0; left: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; width: 54px; height: 54px; background: url(../images/hmDkYsAr.svg) no-repeat center center #F5F5F5; transition: 0.5s;}
.hmDkYs .list .slick-arrow:hover {background-color: #E9E9E9;}
.hmDkYs .list .slick-next {transform: rotate(180deg); left: 54px;}


.homeWhatWeDo {float:left; width: 100%; margin-top: 100px;}
.homeWhatWeDo .container {width: 1580px; margin: 0px auto;}
.homeWhatWeDo .top {margin-bottom: 45px;}
.homeWhatWeDo .WhtContent {float:left; width: 100%; padding-top: 52px; position: relative;}
.homeWhatWeDo .WhtContent .bg {position: absolute; top: 0; left: 0; width: 100%; height: 670px; background: url(../images/whtBg.png) no-repeat top center;}
.homeWhatWeDo .WhtContent .slick-list {margin: 0 -10px;}
.homeWhatWeDo .WhtContent .item {padding:138px 10px 20px 10px;}
.homeWhatWeDo .WhtContent .box, .homeWhatWeDo .WhtContent .box .img, .homeWhatWeDo .WhtContent .box .img img {float:left; width:100%; transition: 0.5s;}
.homeWhatWeDo .WhtContent .box .bottom {float:left; width: 100%; padding: 30px 30px 60px 30px; transition: 0.5s; background: #FFF; position: relative; overflow: hidden;}
.homeWhatWeDo .WhtContent .box .bottom .title {font-size: 30px; height: 34px; overflow: hidden; font-weight: 400; color: #1A1818; transition: 0.5s; margin-bottom: 30px;}
.homeWhatWeDo .WhtContent .box .bottom .desc {font-size: 18px; font-weight: 500; color: #1A1818; opacity: 0.8; line-height: 32px; height: 122px;}
.homeWhatWeDo .WhtContent .box .bottom .lnk {position: absolute; transition: 0.5s; width: 100%; left: 0; bottom: -118px; padding: 34px 30px; background: #F4F5F7;}
.homeWhatWeDo .WhtContent .box .bottom .lnk a {color: #FFF; background: #D3101F; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.homeWhatWeDo .WhtContent .box .bottom .lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.homeWhatWeDo .WhtContent .box .bottom .lnk a:hover img {margin-left: 70px;}
.homeWhatWeDo .WhtContent .box:hover  {margin-top: -118px;-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.16);}
.homeWhatWeDo .WhtContent .box:hover .bottom  {padding-bottom:178px; }
.homeWhatWeDo .WhtContent .box:hover .bottom .lnk {bottom: 0;}
.homeWhatWeDo .WhtContent .box:hover .bottom .title {color: #D3101F;}
.homeWhatWeDo .WhtContent .slick-arrow, .homeNews .slides .slick-arrow {position: absolute; transition: 0.5s; cursor: pointer; top: calc(50% - 17.5px); background-color: transparent; width: 25px; height: 35px; text-indent: -9999px; overflow: hidden;}
.homeWhatWeDo .WhtContent .slick-prev {background: url(../images/whtLeft.png) no-repeat; left: -70px;}
.homeWhatWeDo .WhtContent .slick-prev:hover {background: url(../images/whtLeftHover.png) no-repeat;}
.homeWhatWeDo .WhtContent .slick-next {background: url(../images/whtRight.png) no-repeat; right: -70px;}
.homeWhatWeDo .WhtContent .slick-next:hover {background: url(../images/whtRightHover.png) no-repeat;}

.homeNews {float:left; width:100%; position: relative;  margin: 120px 0 200px 0;}
.homeNews .container {width: 1580px; margin: 0px auto;}
.homeNews .top, .homeWhatWeDo .top {float:left; width: 100%; margin-bottom: 80px; position: relative;}
.homeNews .top .title, .homeWhatWeDo .top .title, .bkmtLst .titles, .bkmTssLst .top .title, .roomList .title, .roomGallery .top .title {float:left; position: relative; font-size: 46px; font-weight: 600; color: #1A1818;}
.homeNews .top .title:before, .homeWhatWeDo .top .title:before, .bkmTssLst .top .title:before, .roomList .title:before, .roomGallery .top .title:before {content: ""; position: absolute; bottom: -20px; left: -40px; width: 73px; height: 1px; background: #C11D2A;}
.homeNews .top .title:after, .homeWhatWeDo .top .title:after, .bkmTssLst .top .title:after, .roomList .title:after, .roomGallery .top .title:after {content: ""; position: absolute; bottom: -30px; left:-16px; width: 83px; height: 6px; background: #C6C7C7;}
.homeNews .top .lnk {float: right; margin-top: 30px;}
.homeNews .top .lnk a {float: left; background: #C11D2A; border: 1px solid #FFF; color: #FFF; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;}
.homeNews .top .lnk a img {display: inline-block; vertical-align: middle; margin-left: 25px;}
.homeNews .slides {position: relative; float:left; width:100%;}
.homeNews .slides .slick-list {margin: 0 -27px;}
.homeNews .slides .item {padding: 0 27px;}
.homeNews .slides .item .rightBox {padding-left: 0; width: 100%;}
.homeNews .slides .item .rightBox .nn {width: 100%;}
.homeNews .slides .item .rightBox .nn .img {width: 100%; background-size: cover;}
.homeNews .slides .rightBox .nn .bottom {bottom: auto; top: 0px;}
.homeNews .slides .rightBox .nn .img:after {height: 100%;}
.homeNews .slides .rightBox .nn .bottom .title {font-size: 20px; padding-right: 0; line-height: 24px;}
.homeNews .slides .box {float:left; width: 100%; position: relative;}
.homeNews .slides .box .bt {position: absolute; bottom:0; left: 0; width: 100%; padding: 20px 25px;}
.homeNews .slides .box .sub {font-size: 14px; font-weight: 600; color: #FFFFFF; opacity: 0.6; margin-bottom: 4px;}
.homeNews .slides .box .title {font-size:24px; font-weight: 400; color: #FFFFFF; max-height: 58px; overflow: hidden; line-height: 29px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.homeNews .slides .box .img, .homeNews .slides .box .img img {float:left; width: 100%;}
.homeNews .slides .slick-prev {background: url(../images/newsLeft.png) no-repeat; left: -70px;}
.homeNews .slides .slick-prev:hover {background: url(../images/newsLeftHover.png) no-repeat;}
.homeNews .slides .slick-next {background: url(../images/newsRight.png) no-repeat; right: -70px;}
.homeNews .slides .slick-next:hover {background: url(../images/newsRightHover.png) no-repeat;}

.homeNewsletter {float: left; width: 100%; position: relative; margin-bottom: 80px;}
.homeNewsletter .container {width: 1580px; margin: 0px auto;}
.homeNewsletter .bg {position: absolute; top: 0; left: 0; width: 100%; height: 520px; background:#c11d2a;}
.homeNewsletter .left {float:left; padding: 160px 0 160px 154px; width: 50%; position: relative; z-index: 1;}
.homeNewsletter .left .title {float:left; position: relative; font-size: 46px; font-weight: 600; color: #FFFFFF; margin-bottom: 65px;}
.homeNewsletter .left .title:before {content: ""; position: absolute; bottom: -20px; left: -40px; width: 73px; height: 1px; background: #fff;}
.homeNewsletter .left .title:after {content: ""; position: absolute; bottom: -30px; left:-16px; width: 83px; height: 6px; background: #C6C7C7;}
.homeNewsletter .left .desc {font-size: 18px; font-weight: 500; color: #FFFFFF; opacity: 0.6; line-height: 28px; float:left; max-width: 350px;}
.homeNewsletter .right {float:left; width:600px; position: relative; z-index: 1; margin-top: -80px;}
.homeNewsletter .right .forms {float:left; width: 100%; padding: 60px 60px; background: #FFF;-webkit-box-shadow: 0px 19px 43px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 19px 43px 0px rgba(0,0,0,0.1); box-shadow: 0px 19px 43px 0px rgba(0,0,0,0.1);}
.homeNewsletter .right .forms .inp {float:left; width: calc(50% - 15px); cursor: pointer; margin-right: 15px; transition: 0.5s; border: 1px solid #616161; border-radius: 10px; display: flex; align-items: center; min-height: 105px; flex-wrap: wrap; padding:8px 8px; margin-bottom: 50px;}
.homeNewsletter .right .forms .inp .img {float: left; width:70px;}
.homeNewsletter .right .forms .inp .img svg {fill:  #616161; max-width: 100%; transition: 0.5s;}
.homeNewsletter .right .forms .inp span{float: right; width: calc(100% - 70px); font-size: 13px;font-weight: 600; color: #000000; padding-left: 10px; transition: 0.5s;}
.homeNewsletter .right .forms .inp:last-child {margin-right: 0;}
.homeNewsletter .right .forms .inp.active {background: #C11D2A; border-color: #C11D2A; color: #FFF;}
.homeNewsletter .right .forms .inp.active .img svg {fill: #FFF;}
.homeNewsletter .right .forms .inp.active span {color: #FFF;}
.homeNewsletter .right .forms .form-lbl {float:left; width: 100%; margin-bottom: 15px;}
.homeNewsletter .right .forms .form-lbl label.error {display: none !important;}
.homeNewsletter .right .forms .form-lbl input.error {background: #ff959e;}
.homeNewsletter .right .forms .form-lbl select {border: 1px solid #1A1818; height: 50px; width: 100%; font-family: "Gotham"; font-weight: 600; font-size: 14px; padding: 0 15px;}
.homeNewsletter .right .forms .form-lbl select.s-hidden {visibility:hidden;}
.homeNewsletter .right .forms .form-lbl .select2 {position: relative;}
.homeNewsletter .right .forms .form-lbl .styledSelect2 { position:absolute; bottom:0; right:0; border-bottom: 1px solid #CFCFCF; height: 50px; width: 100%; font-family: "Gotham", sans-serif; font-weight: 300; font-size: 16px; padding: 0 0; padding-right: 40px; line-height: 50px; color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms .form-lbl .styledSelect2:after {content: ""; width: 20.42px; height: 7.19px; position: absolute; transform: rotate(180deg); top: calc(50% - 3.5px); right: 20px; background: url(../images/fDrp.svg) no-repeat;}
footer .bottom .qSel .options li {font-family: "Gotham", sans-serif;}
footer .fw .menu .list .title {text-align: left;}
.homeNewsletter .right .forms .form-lbl .options2 { display:none;position:absolute;top:100%;right:0;left:0;z-index:999;margin:0 0;padding:0 0;list-style:none;border:1px solid #ccc;background-color:white;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);}
.homeNewsletter .right .forms .form-lbl .options2 li {margin:0 0; padding:5px 15px; font-size: 14px;font-family: "Gotham", sans-serif;}
.homeNewsletter .right .forms .form-lbl .options2 li:hover { background-color:#39f; color:white;}
.homeNewsletter .right .forms label {font-size: 14px; float:left; width:100%; font-weight: 500; color: #1A1818; margin-bottom: 10px; letter-spacing: 1px; font-family: "Gotham",sans-serif;}
.homeNewsletter .right .forms input, .homeNewsletter .right .forms textarea {width:100%; border-bottom: 1px solid #CFCFCF; height: 50px; padding: 0 0; font-size: 16px; font-weight: 300; color: #313131; font-family: "Gotham",sans-serif; float:left;}
.homeNewsletter .right .forms input::-webkit-input-placeholder {color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms input:-ms-input-placeholder {color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms input::placeholder {color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms textarea::-webkit-input-placeholder {color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms textarea:-ms-input-placeholder {color: #313131; opacity: 0.8;}
.homeNewsletter .right .forms textarea::placeholder {color: #313131; opacity: 0.8;}

.homeNewsletter .right .forms textarea {height: 120px;}
.homeNewsletter .right .forms .kvkk {float:left; width: 100%; position: relative; margin: 40px 0;}
.homeNewsletter .right .forms .kvkk input {width: auto !important; height: auto !important;}
.homeNewsletter .right .forms .kvkk label.error {display: none !important;}
.homeNewsletter .right .forms .kvkk input.error + label + .checkmark {background: #ff959e;}
.homeNewsletter .right .forms .sndBtn {float:left; width: 100%;}
.homeNewsletter .right .forms .sndBtn button {float:left; width: 100%; background: #D3101F; height: 50px; padding: 0 30px; color: #FFF; font-size: 14px; font-weight: 600; cursor: pointer;}
.homeNewsletter .right .forms .sndBtn button img {float:right;}

.customCheck { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.customCheck .tt {opacity: 0.8; font-size: 14px; font-weight: 500; color: #1A1818; float:left; margin-top: 2px;}
.customCheck .tt a {font-weight: 600; color: #06205D;}
.customCheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark { position: absolute; top: 0px; left: 0; height: 19px; width: 19px; background-color: #FFF; border: 1px solid #D4D4D4;}
.customCheck:hover input ~ .checkmark { background-color: #FFF;}
.customCheck input:checked ~ .checkmark { background-color: #FFF;}
.checkmark:after { content: ""; position: absolute; display: none;}
.customCheck input:checked ~ .checkmark:after { display: block;}
.customCheck .checkmark:after { left: 6px; top: 3px; width: 5px; height: 10px; border: solid #4464ae; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.productList{float:left; width: 100%;}
.productList .result {font-size: 18px; font-weight: 300; color: #404A55; margin-bottom: 40px;}
.productList .listItem {float:left; width: 100%;}
.productList .listItem .item {float:left; width: 100%; background: #FBFBFB;  border: 2px solid #F5F5F5; display: flex; margin-bottom: 60px;}
.productList .listItem .item:last-child {margin-bottom: 0;}
.productList .listItem .item .img {float:left; transition: 0.5s; background-color: #FFF; width:36%; min-height: 386px; position: relative;}
.productList .listItem .item .img .bg {position:absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center;}
.productList .listItem .item .img:before {content: "";  width: 100%; height: 100%; position: absolute;-webkit-transition: background 0.5s linear; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; transition: background 0.5s linear; background: rgb(255,255,255); background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}
.productList .listItem .item:hover .img:before {background: rgb(172,10,22); background: -moz-linear-gradient(0deg, rgba(172,10,22,1) 0%, rgba(211,16,31,1) 100%); background: -webkit-linear-gradient(0deg, rgba(172,10,22,1) 0%, rgba(211,16,31,1) 100%); background: linear-gradient(0deg, rgba(172,10,22,1) 0%, rgba(211,16,31,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac0a16",endColorstr="#d3101f",GradientType=1);}
.productList .listItem .item:hover .img {background-color: #D3101F;}
.productList .listItem .item .img.mobileSh {display: none;}
.productList .listItem .item .right {float:left; width:64%; padding:40px 0 40px 60px;}
.productList .listItem .item .right .text {float:left; width:100%; padding-right: 40px;}
.productList .listItem .item .right .text .title {position:relative; font-size: 26px; font-weight: 400; color: #404A55; padding-bottom: 12px; margin-bottom: 40px;}
.productList .listItem .item .right .text .title:before {content:""; position: absolute; bottom: -12px; left: -20px; height: 1px; background: #C11D2A; width: 73px;}
.productList .listItem .item .right .text .desc {font-size: 16px; font-weight: 500; color: #1A1818; opacity:0.8; line-height: 32px;}
.productList .listItem .item .right .text .imgs {margin-top: 30px; width: 100%; display: inline-block;}
.productList .listItem .item .right .text .imgs .ii:first-child {margin-left: 0;}
.productList .listItem .item .right .text .imgs .ii {float:left; margin-left: 30px;}
.productList .listItem .item .right .text .lnk {margin-top: 30px;}
.productList .listItem .item .right .text .lnk a {color: #FFF; background: #D3101F; font-size: 14px; font-weight: 600; line-height: 50px; padding: 0 30px;float:left;}
.productList .listItem .item .right .text .lnk a img {display: inline-block; vertical-align: middle; margin-left: 50px; transition: 0.5s;}
.productList .listItem .item .right .text .lnk a:hover img {margin-left: 70px;}
.productList .listItem .item .featured {float:right; width: 320px; border-top: 2px solid #F5F5F5; border-bottom: 2px solid #F5F5F5; padding: 40px 40px 0 40px;}
.productList .listItem .item .featured .alan:after {content: ""; position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; background: url(../images/alan.png);}
.productList .listItem .item .featured .yukseklik:after {content: ""; position: absolute; top: 12px; right: 12px; width: 8px; height: 18px; background: url(../images/yukseklik.png);}
.productList .listItem .item .featured .agirlik:after {content: ""; position: absolute; top: 12px; right: 12px; width: 20px; height: 22px; background: url(../images/agirlik.png);}
.productList .listItem .item .featured .li .oz {font-size: 21px; font-weight: 400; color: #D6D4D4; line-height: 24px;}
.productList .listItem .item .featured .li .oz span {color: #000000; margin-left: 2px; font-size: 24px; display: inline-block; vertical-align: middle;}
.productList .listItem .item .featured .li .oz span:first-child {margin-left: 0;}
.productList .listItem .item .featured .li .nm {margin-top: 2px; font-size: 14px; font-weight:600; color: #000000; opacity: 0.4; }
.productList .listItem .item .featured .li .nm sup{vertical-align: super; font-size: 11px;}

.productDetail {float:left; width: 100%;}
.productDetail .prS {float:left; width: 100%; background: #FBFBFB; display: flex;}
.productDetail .prS .left {float:left;}
.productDetail .prS .thumbnails {float:left; width:267px;  padding: 84px 53px; position: relative;}
.productDetail .prS .thumbnails .list .item {border:none; margin-bottom: 10px;}
.productDetail .prS .thumbnails .list .item img {display: inline-block; max-width: 100%; max-height: 107px;}
.productDetail .prS .thumbnails .top, .productDetail .prS .thumbnails .bottom {position:absolute; width: 34.95px; height: 11.97px; cursor: pointer;}
.productDetail .prS .thumbnails .top {background: url(../images/prSlideUp.svg) no-repeat; top:46px; left: 50%; transform: translate(-50%, 0);}
.productDetail .prS .thumbnails .bottom  {background: url(../images/prSlideDown.svg) no-repeat; bottom:46px; left: 50%; transform: translate(-50%, 0);}
.productDetail .prS .slides {float:right; width:886px; border: 1px solid #FBFBFB;}
.productDetail .prS .slides .item {float:left; width:100%;}
.productDetail .prS .slides .item img {float:left; width:100%;}
.productDetail .prS .slides .item video {float:left; width:100%;}
.productDetail .prS .texts {float:left; width: calc(100% - 1153px); padding:50px 40px; position:relative;}
.productDetail .prS .texts .title {font-size: 28px; font-weight: 400; color: #1A1818; margin-bottom: 40px; padding-bottom: 20px; position: relative;}
.productDetail .prS .texts .title:after {content:""; position: absolute; bottom: 0; left: -16px; width: 73px; height: 2px; background: #C11D2A;}
.productDetail .prS .texts .desc {font-size: 16px; color: #1A1818; opacity: 0.8; line-height: 32px;}
.productDetail .prS .texts .line {width: 100%; height: 4px; background: #F5F5F5; margin: 60px 0 40px 0;}
.productDetail .prS .texts .features .imgs {margin-top: 30px; width: 100%; display: inline-block;}
.productDetail .prS .texts .features .ii:first-child {margin-left: 0;}
.productDetail .prS .texts .features .ii {float:left; margin-left: 30px;}
.productDetail .prS .texts .features .li {float:left; position: relative; width: 100%; background-color: #F5F5F5; margin-bottom: 10px; padding: 20px 30px;}
.productDetail .prS .texts .features .li {float:left; position: relative; width: 100%; background-color: #F5F5F5; margin-bottom: 10px; padding: 20px 30px;}
.productDetail .prS .texts .features .li.alan:after {content: ""; position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; background: url(../images/alan.png);}
.productDetail .prS .texts .features .li .oz {font-size: 21px; font-weight: 400; color: #D6D4D4; line-height: 24px;}
.productDetail .prS .texts .features .li .oz span {color: #000000; margin-left: 2px; font-size: 24px; display: inline-block; vertical-align: middle;}
.productDetail .prS .texts .features .li .oz span:first-child {margin-left: 0;}
.productDetail .prS .texts .features .li .nm {margin-top: 2px; font-size: 14px; font-weight:600; color: #000000; opacity: 0.4; }
.productDetail .prS .texts .features .li .nm sup{vertical-align: super; font-size: 11px;}
.productDetail .prS .texts .lnk {position: absolute; bottom: 50px; left: 0; width: 100%; padding: 0 50px;}
.productDetail .prS .texts .lnk a {float:left; width: 100%; line-height: 50px; font-size: 14px; font-weight: 600; background: #D3101F; color: #FFFFFF; padding: 0 40px;}
.productDetail .prS .texts .lnk a img {float:right; margin-top: 15px;}

.technical-specification {float:left; width: 100%;}
.technical-specification .ptTitle, .materials .ptTitle {float:left; width: 100%; position:relative; font-size: 46px; font-weight: 600; color: #1A1818; padding-bottom: 20px; margin-bottom: 80px;}
.technical-specification .ptTitle:before, .materials .ptTitle:before {content: ""; position: absolute; left: -20px; bottom:10px; width: 73px; height: 2px; background: #C11D2A;}
.technical-specification .ptTitle:after, .materials .ptTitle:after {content: ""; position: absolute; left: 0; bottom: 0; width: 83px; height: 7px; background: #BABCBF;}
.technical-specification .list, .materials .list {float:left; width:100%;}
.technical-specification .list .item {float:left; width:calc((100% /3) - 32px); margin-right:48px; border-top: 1px solid #E8E8E8; margin-bottom: 60px; padding:15px 6px;}
.technical-specification .list .item:nth-child(3n) {margin-right:0;}
.technical-specification .list .item .icon {display: inline-block; vertical-align: middle; margin-right: 22px}
.technical-specification .list .item .text {display: inline-block; vertical-align: middle;}
.technical-specification .list .item .text .nm {font-size: 14px; color: #000000; opacity: 0.4; font-weight: 600;  margin-bottom: 3px;}
.technical-specification .list .item .text .oz {font-size: 21px; font-weight: 400; color: #D6D4D4; line-height: 24px;}
.technical-specification .list .item .text .oz span {color: #000000; margin-left: 2px; font-size: 24px; display: inline-block; vertical-align: middle;}
.technical-specification .list .item .text .oz span:first-child {margin-left: 0;}
.materials {float:left; width: 100%;}
.materials .list { display: flex; flex-wrap: wrap}
.materials .list .item {float:left; width: calc(50% - 20px); margin-right: 40px; background: #FBFBFB; padding: 35px 35px; margin-bottom: 40px;}
.materials .list .item:nth-child(2n) { margin-right: 0;}
.materials .list .item .icon {display: inline-block; vertical-align: middle; width: 146px; margin-right: 44px;}
.materials .list .item .text {display: inline-block; vertical-align: middle; width: calc(100% - 195px);}
.materials .list .item .text .titles {font-size: 28px; font-weight: 400; color: #1A1818; margin-bottom: 30px;}
.materials .list .item .text .desc {font-size: 16px; color: #1A1818; opacity: 0.8; line-height: 32px;}

.sssSearch {float:left; width:100%; margin-bottom: 40px; padding-bottom: 40px;border-bottom: 1px solid #E6E6E6;}
.sssSearch .sTitle {font-size: 34px; font-weight: 400; color: #1A1818; margin-bottom: 25px;}
.sssSearch .sInp {position: relative;float:left; width:100%;}
.sssSearch input {float:left; width:100%; height: 100px; font-size: 20px; font-weight: 400; color: #404A55; padding: 0 100px 0 30px; background: #F8F8F8;}
.sssSearch button {position: absolute; top: 0; right:0; width:90px; height:100%;background: url(../images/sIcn.svg) no-repeat center center;}
.sssContent{float:left; width:100%;}
.sssContent .sssList {float:left; width:100%; border-bottom: 1px solid #E6E6E6;}
.sssContent .sssList .titles {float:left; width:100%; font-size: 20px; font-weight: 500; color: #404A55; position: relative; padding: 37px 95px 37px 30px; transition: 0.5s; cursor: pointer;}
.sssContent .sssList .titles:after {content: ""; position: absolute; top:calc(50% - 3.5px); background: url(../images/sssDown.svg) no-repeat; right: 30px; width: 20.42px; height: 7.20px; transition: 0.5s;}
.sssContent .sssList .titles.active, .sssContent .sssList .titles:hover {background: #F8F8F8;}
.sssContent .sssList .titles.active:after, .sssContent .sssList .titles:hover:after { transform: rotate(180deg); }
.sssContent .sssList .descs {float:left; width:100%; border-top: 1px solid #E6E6E6; padding: 37px 95px 37px 30px; line-height: 26px; font-size: 16px; font-weight: 500; color: #1A1818; opacity: 1; display: none; }

.morePg {float:left; width: 100%; text-align: center; margin-top: 100px;}
.morePg iframe {max-width: 100% !important;}
.morePg a {display: inline-block; line-height: 50px; font-size: 14px; font-weight: 600; background: #D3101F; color: #FFFFFF; padding: 0 30px;}
.morePg a img {float:right; margin-top: 15px; margin-left: 45px;}
.morePg .listing {float:left; text-align: center; width: 100%;}
.listing .reel {display: inline-block !important; width: 100% !important; height: auto !important;}
.listing .reel img {width: 100%; height: auto;}


.basvuru-form.wnt .right {position: relative;}
.basvuru-form.wnt .hBack {position: absolute;top: 17px; right:12px;}
.basvuru-form.wnt .hBack a {color: #484343; font-size: 16px;}
.basvuru-form.wnt .hBack a img {display: inline-block; vertical-align: inherit; margin-right: 10px;}
.basvuru-form.wnt .right .form-item label {font-size: 14px; font-weight: 500; color: #1A1818; margin-bottom: 4px; float:left; width:100%;font-family: "Gotham", sans-serif;}
.basvuru-form.wnt .right .form-item input, .basvuru-form.wnt .right .form-item select, .basvuru-form.wnt .right .form-item textarea {float:left; width: 100%;font-family: "Gotham", sans-serif; font-weight: 300;}
.basvuru-form.wnt .right .form-item select {height: 50px; border:none;border-bottom: 1px solid #06205D; background: none; padding: 0 0px;font-size: 16px; color: #6D6E71;}
.basvuru-form.wnt .right .form-item input {height: 50px; border:none; border-bottom: 1px solid #06205D; background: none; padding: 0 0px;font-size: 16px;}
.basvuru-form.wnt .right .form-item textarea {height: 110px; width:100%; border:none; border-bottom: 1px solid #06205D; background: none; padding: 0 0px;font-size: 16px;}

.innovationList {float:left; width:100%;}
.innovationList .in1 {max-width: 992px; text-align: center; padding: 0 15px; margin: 0px auto;}
.innovationList .in1 .img {display: inline-block;}
.innovationList .in1 .title {font-size: 28px; font-weight: 400; color: #1A1818; margin: 18px 0 38px 0;}
.innovationList .in1 .desc {font-size: 18px; line-height: 32px; color: #1A1818; opacity: 0.8; }
.innovationList .inFull {float:left; width:100%; height: 500px; background-size: cover; background-repeat: no-repeat; position: relative; margin-top: 100px;}
.innovationList .inFull.left {background-position: center center;}
.innovationList .inFull.right {background-position: center center;}
.innovationList .inFull .texts {max-width: 670px; position: absolute; top: 50%; transform: translate(0, -50%); color: #FFF;}
.innovationList .inFull .texts .img {float:left; width: 120px;}
.innovationList .inFull .texts .dd {float:left; width: calc(100% - 120px); padding-left:50px;}
.innovationList .inFull .texts .dd .tit {font-size: 28px; font-weight: 400; margin-bottom: 30px;}
.innovationList .inFull .texts .dd .dds {font-size: 16px; opacity: 0.8; line-height: 32px;}
.innovationList .inFull.left .texts {left:120px;}
.innovationList .inFull.right .texts {right:120px;}
.innovationList .inLeftI {float:left;width: 100%; background: #FBFBFB; position: relative; margin-top: 100px;}
.innovationList .inLeftI.left .lImg {float:left; width: 45%;}
.innovationList .inLeftI.left .text {float:right; width: 55%; position: absolute; right:0; top: 50%; transform:translate(0, -50%);}
.innovationList .inLeftI.right .lImg {float:right; width: 45%;}
.innovationList .inLeftI.right .text {float:right; width: 55%; position: absolute; left:0; top: 50%; transform:translate(0, -50%);}
.innovationList .inLeftI .text .box {float:left; width:100%; padding: 0 100px;}
.innovationList .inLeftI .text .box .img {float:left; width: 120px;}
.innovationList .inLeftI .text .box .dsc {float:left; width: calc(100% - 120px); padding-left:50px; color: #1A1818;}
.innovationList .inLeftI .text .box .dsc .tt {font-size: 28px; font-weight: 400; margin-bottom: 30px;}
.innovationList .inLeftI .text .box .dsc .dd {font-size: 16px; opacity: 0.8; line-height: 32px;}

.tcTabs {float:left; width: 100%; border:1px solid #E8E8E8; margin-top: 100px; position: relative; padding-top: 97px;}
.tcTabs .pTabs {position: absolute; top: 0; left: 0; width: calc(100% / 4);display:flex; color: #1A1818; font-size: 16px; font-weight: 400; line-height: 97px; text-align: center;}
.tcTabs .pTabs a {color: #1A1818; width: 100%; height: 100%; background: #F5F5F5; transition:0.5s;}
.tcTabs .pTabs a:hover, .tcTabs .pTabs.active a {background: none;}
.tcTabs .pTabs:nth-of-type(1) {left:0;}
.tcTabs .pTabs:nth-of-type(3) {left:25%;}
.tcTabs .pTabs:nth-of-type(5) {left:50%;}
.tcTabs .pTabs:nth-of-type(7) {left:75%;}
.tcTabs .tabsContent {float:left; width: 100%; display: none;}
.tcTabs .tabsContent.active {display: block;}
.tcTabs .tabsContent .tbC {float:left; width: 100%; padding: 60px 40px;}
table.dataTable thead th:first-child {background: none;}
table.dataTable thead th {background: #000000; color: #FFF;}
table.dataTable thead th sup {font-size: 10px; display: inline-block; vertical-align: top; margin-top: -3px;}
table.dataTable tbody td {padding: 10px 10px; width: 20%; text-align: center; vertical-align: middle;}
table.dataTable tbody td:first-child {text-align: left; width: 40%;}
table.dataTable tbody td .img {display: inline-block; vertical-align: middle; margin-right: 20px; margin-bottom: 10px;}
table.dataTable tbody td .nm {display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 600;}
table.dataTable tbody td {border-left:1px solid #E8E8E8;border-right:1px solid #E8E8E8;}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {border-bottom:1px solid #E8E8E8;}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {background: #FFF;}
table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {background: #F6F6F6;}
footer .fw span.lgt {font-size:12px; font-weight: 600; color: #1A1818;margin-bottom: 6px;margin-top: 20px; display: block; }
footer .fw span.lgb {font-size:12px; font-weight: 500; opacity: 0.4; color: #1A1818; display: block; }
footer .fw span.lgb a {color: #1a1818; font-weight: 600;}

.leftImgRightText .text .desc, .leftTextRightImg .text .desc {font-size: 17px;}

.tooltip {position: absolute; z-index: 1070; display: block; margin: 0; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: .875rem;  word-wrap: break-word; opacity: 0;}
.tooltip.show {opacity: 0.9;}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {padding: .4rem 0;}
.tooltip-inner { max-width: 200px; padding: .25rem .5rem; color: #fff; text-align: center; background-color: #000; border-radius: .25rem;}
.tooltip .arrow { position: absolute; display: block; width: .8rem; height: .4rem;}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {bottom: 0;}
.tooltip .arrow::before {position: absolute; content: ""; border-color: transparent; border-style: solid;}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {top: 0; border-width: .4rem .4rem 0; border-top-color: #000;}

.czContainer {max-width: 1840px; margin: 0px auto;}
.cTab {float:left; width: 100%; margin-top: 30px;}
.cTab .item {float:left; width: 50%; text-align: center; position: relative;}
.cTab .item a {color: #1A1818; font-size: 28px; font-weight: 400; float:left; width: 100%; padding: 35px 15px; background:#F9F9F9; opacity: 0.4; transition: 0.5s;}
.cTab .item a .icon {display: inline-block; vertical-align: middle; margin-right: 16px;}
.cTab .item a .icon .cls-1 {fill: none; stroke: #1a1818; stroke-width: 2px; transition: 0.5s;}
.cTab .item a .icon .cls-2 {fill:#1a1818; transition: 0.5s;}
.cTab .item.active:after, .cTab .item:hover:after {content:""; position: absolute; height: 8px; width: calc(100% + 2px); background: #FFF; left:-2px; bottom: -5px; border-left: 2px solid #C11D2A;}
.cTab .item + .item.active:after, .cTab .item + .item:hover:after {left: auto; right:-2px; border-left: 0; border-right: 2px solid #C11D2A; border-left: 0;}
.cTab .item.active, .cTab .item:hover {border: 2px solid #C11D2A; border-bottom: none; border-top-left-radius: 8px; border-top-right-radius: 8px; margin-bottom: -2px;}
.cTab .item.active a, .cTab .item:hover a {opacity: 1; color: #C11D2A; background:none;}
.cTab .item.active a .icon svg, .cTab .item:hover a .icon svg {opacity: 1; color: #C11D2A;}
.cTab .item.active a .icon .cls-1, .cTab .item:hover a .icon .cls-1 {stroke: #c11d2a;}
.cTab .item.active a .icon .cls-2, .cTab .item:hover a .icon .cls-2 {fill:#c11d2a;}
.cTabContainer {float:left; width: 100%;padding: 60px 0; border: 2px solid #C11D2A; border-radius: 8px;}
.cTabContainer .cItem {float:left; width: 100%; display: none;}
.cTabContainer .cItem:first-child {display: block;}
.cTabContainer .features {float:left; width: 100%; display: flex;text-align: center; margin-bottom: 100px;}
.cTabContainer .features .item {width: 100%; float:left; color: #1A1818; padding: 0 40px;}
.cTabContainer .features .item .icn {display: inline-block; margin-bottom: 20px;}
.cTabContainer .features .item .title {font-size: 28px; font-weight: 400; margin-bottom: 40px;}
.cTabContainer .features .item .desc {font-size: 18px; font-weight: 500; opacity: 0.8; line-height: 36px;}
.cTabContainer .features .item .desc b {font-weight: 400;}
.kkArea {float:left; width: 100%;  margin-bottom: 100px; text-align: center;}
.kkArea .title {font-size: 28px; font-weight: 400; color: #1A1818; margin-bottom: 30px;}
.kkArea .desc {color: #1A1818; opacity: 0.8; font-size: 18px; font-weight: 500;}
.kkArea .list {float:left; width: 100%; margin-top: 60px; display: flex; flex-wrap: wrap;}
.kkArea .list .item {float:left; width: 25%; padding: 0 10px; margin-bottom: 15px; transition: 0.5s;}
.kkArea .list .item:hover {margin-top: -15px;}
.kkArea .list .item:hover .nm {opacity: 1 !important;}
.kkArea .list .item .im {float:left; width: 100%; height: 290px; overflow: hidden; position: relative;}
.kkArea .list .item .im img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-height: 100%; min-width: 100%; max-width: initial;}
.kkArea .list .item .nm {float:left; width: 100%; font-size: 24px; font-weight: 400; color: #1A1818; height:58px; text-align: left; margin-top: 30px; transition: 0.5s;}
.kkArea .list.white .item .nm  {opacity: 0.5;}
.cTabContainer .sssList .descs {padding-left: 0; padding-right: 0;}
.cTabContainer .sssList .descs .titles:after {display: none;}
.organizationPgDe .itemTwoSub .left .items.mlSs2 {color: #FFF !important; background: #d3101f !important;}
.organizationPgDe .wBlue {background: #f1f1f1; color: #1A1818;}
.breadCrumb ul li, .breadCrumb ul li a {text-transform: uppercase;}
footer .fw .logo .lfp {float:left; width: 100%; margin-top: 30px;}
footer .fw .logo .lfp .title {font-size: 12px; font-weight: 600; color: #000; margin-bottom: 10px; float:left; width: 100%;}
footer .fw .logo .lfp a {font-size: 12px;color: #1A1818; margin-bottom: 9px; opacity: 0.4; transition: 0.5s; float:left; width: 100%;}
footer .fw .logo .lfp a:hover {color: #C11D2A; opacity: 1;}
footer .fw .menu .list.mbShw, footer .bottom .app-sel {display:none;}
.sgdLst {float: left; width: 100%; margin-bottom: 100px;}
.sgdLst:last-child {margin-bottom: 0}
.sgdLst .title, .bkmtLst .list .text .title {font-size: 28px; color: #1A1818; font-weight: 600; position: relative; padding-bottom: 16px;}
.sgdLst .title:after, .bkmtLst .titles:after, .bkmtLst .list .text .title:after {content: ""; position: absolute; left: 0; bottom: 0; width: 83px; height: 6px; background: #C11D2A;}
.sgdLst .list {float: left; width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.sgdLst .list .item {float: left; width: calc((100% / 3) - 15px); margin-right: 15px; margin-bottom: 15px;}
.sgdLst .list .item .box {float: left; width:100%; height: 100%; background: #F8F8F8; border-left: 3px solid #D9D9D9; padding: 15px 20px; font-size: 16px; color: #1A1818; opacity: 0.8; display: flex; align-items: center; min-height: 81px; font-weight: 600;}
.bkmtLst {float: left; width: 100%;}
.bkmtLst .titles {padding-bottom: 16px;}
.bkmtLst .list {float: left; width: 100%; margin-top: 160px; display: flex; flex-wrap: wrap;}
.bkmtLst .list .left {width: 40%;float: left; padding-bottom: 45px; position: relative;}
.bkmtLst .list.left .left:before {content: ""; width: calc(100% -  70px); position: absolute; bottom: 0; left: 0;height: 277px; background: #F6F6F6;}
.bkmtLst .list .img {float: right; position: relative; z-index: 1; width: calc(100% - 45px); min-height: 390px; height: calc(100% - 45px); background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bkmtLst .list .right {width: 60%;float: left; padding-left: 80px; padding-top: 40px}
.bkmtLst .list .text .title:after {left: -40px; }
.bkmtLst .list .text .desc {margin-top: 15px; line-height: 32px; }
.bkmtLst .list.right .right {width: 40%; float: left; position: relative; padding-left: 0; padding-top: 0;}
.bkmtLst .list.right .left {width: 60%; float: left; padding-bottom: 0; padding-top: 85px;}
.bkmtLst .list.right .text .desc {padding: 45px 0 45px 45px; position: relative;}
.bkmtLst .list.right .text .desc .td {position: relative; }
.bkmtLst .list.right .text .desc:before {content: ""; position: absolute; left: 0; top: 0; background: #F6F6F6; height: 100%;width:calc(100% + 600px); }
.bkmTssLst {max-width: 1920px;margin:0px auto;}
.bkmTssLst .top {float: left; width: 100%;}
.bkmTssLst .list {float: left; width: 100%;  margin-bottom: 200px; margin-top: 75px;}
.bkmTssLst .list .item {float: left; width: 100%; padding:0 27px;}
.bkmTssLst .list .item a {float: left; width: 100%; position: relative;}
.bkmTssLst .list .item a .img {float: left; width: 100%; height: 310px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative;}
.bkmTssLst .list .item a .img:after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}
.bkmTssLst .list .item a .box {position: absolute; bottom:0; width: 100%; left: 0; padding:45px 25px 20px 25px; background: rgb(0,0,0); background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
.bkmTssLst .list .item a .box .location {font-size: 11px; font-weight: 600; color: #FFFFFF; opacity: 0.6; width: 100%; float: left;}
.bkmTssLst .list .item a .box .name {margin-top: 6px;font-size: 20px; font-weight: 600; color: #FFF; width: 100%; float: left;}
.bkmTssLst .list .slick-list {margin: 0 87px;}
.bkmTssLst .list .slick-arrow {overflow: hidden; left: 0; z-index: 3;}
.bkmTssLst .list .slick-next {left:auto; right: 0;}
.dtyLst {float: left; width: 100%; display: flex; flex-wrap: wrap;}
.dtyLst .left {float: left; width: 40%;  position: relative; z-index: 1;}
.dtyLst .left .img {float: left; height: calc(100% - 45px); width: 100%;  background-size: cover; background-position: center center; background-repeat: no-repeat;}
.dtyLst .right {float: left; width: 60%;}
.dtyLst .right .text .desc {font-size: 24px; font-weight: 600; opacity: 0.8; color: #1A1818;padding: 30px 60px 0px 70px; position: relative; z-index: 1;}
.dtyLst .right .text .adress { float: left; width: 100%; display: flex; padding:95px 60px 70px 70px; position: relative;}
.dtyLst .right .text .adress:before {content: ""; position: absolute; bottom: 0; right: 0; width: calc(100% + 657px); height: calc(100% + 45px); background:#F6F6F6; z-index: 0;}
.dtyLst .right .text .adress .location, .dtyLst .right .text .adress .phone, .dtyLst .right .text .adress .mail{float: left; width: calc(100% / 3); font-size: 14px; color: #1A1818; line-height: 24px; position: relative; z-index: 1;}
.dtyLst .right .text .adress .location div, .dtyLst .right .text .adress .phone div, .dtyLst .right .text .adress .mail div{ padding-left: 25px;}
.dtyLst .right .text .adress .location div {background:url(../images/tsMap.svg) no-repeat left 5px;}
.dtyLst .right .text .adress .phone div {background:url(../images/tsPhone.svg) no-repeat left 5px;}
.dtyLst .right .text .adress .mail div {background:url(../images/tsMail.svg) no-repeat left 7px;}
.dtyLst .right .text .adress a{color:#1A1818; }
.roomList {float: left; width: 100%; margin-top: 140px;}
.roomList .list {float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 100px;}
.roomList .list .item {float: left; margin-bottom: 80px; width:421px;}
.roomList .list .item .box {float: left; width: 100%; background:#F8F8F8; border-left: 3px solid #C11D2A; padding:15px 30px; display: flex; align-items: center;}
.roomList .list .item .box img {display: inline-block; vertical-align: middle;}
.roomList .list .item .box div {display: inline-block; vertical-align: middle; margin-left: 25px;  font-size: 16px; font-weight: 600; color: #1A1818; opacity: 0.8;}
.roomGallery {max-width: 1920px;margin:0px auto;}
.roomGallery .top {float: left; width: 100%;}
.roomGallery .list {float: left; width: 100%; margin-top: 120px; margin-bottom: 140px; display: flex;}
.roomGallery .list .item {float: left; width: 100%; margin:0 -75px;transition: 0.3s; transform: scale(0.8);}
.roomGallery .list .item img {width: 100%;}
.roomGallery .list .item .box {float: left; width: 100%; }
.roomGallery .list .item a {float: left; width: 100%; position: relative;}
.roomGallery .list .item a:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); transition: 0.3s;}
.roomGallery .list .item a:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: rgb(0,0,0); background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
.roomGallery .list .zoom {position: absolute; bottom: 20px; right: 25px; z-index: 3; opacity: 0; transition: 0.3s;}
.roomGallery .list .slick-list {margin: 0 113px; padding:0 0 !important; padding-top: 120px !important;}
.roomGallery .list .slick-current  {margin-top: 0; transform: scale(1); z-index: 3; position: relative;}
.roomGallery .list .slick-current .box {margin: 0 0; position: relative; z-index: 1; margin: -100px -121px 0 -121px; width: calc(100% + 242px)}
.roomGallery .list .slick-current .box .zoom {opacity: 1;}
.roomGallery .list .slick-current a:before { background: rgba(0,0,0,0.2);}
.roomGallery .list .slick-arrow {overflow: hidden; left: 0; z-index: 3; top: 270px;}
.roomGallery .list .slick-next {left:auto; right: 0;}
.nwsDtContent .descS {font-size: 16px;}
.nwsDtContent .roomGallery {width: 100%; float: left; }
.nwsDtContent .roomGallery .list {width: 100%; float: left; margin: 0 0 80px 0;display: block;}
.nwsDtContent .roomGallery .list .slick-list {margin: 0 0; width: 100%; padding-top: 72px !important;}
.nwsDtContent .roomGallery .list .slick-current .box {margin: -72px -121px 0 -121px; width: calc(100% + 242px)}
.nwsDtContent .roomGallery .list .slick-active {position: relative; z-index: 2;}
.nwsDtContent .roomGallery .list .slick-active.slick-center, .nwsDtContent .roomGallery .list .slick-active.slick-current {z-index: 3; position: relative;}
.nwsDtContent .roomGallery .list .slick-arrow {background:url(../images/hmSbCrAr.svg) no-repeat center center transparent; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; width: 100px; height: 90px; left: 137px; transition: 0.5s; top: 205px;}
.nwsDtContent .roomGallery .list .slick-arrow:hover {background-color: #FFF;}
.nwsDtContent .roomGallery .list .slick-next {left: auto; right: 135px;}
.nwsDtContent .roomGallery .list .slick-dots { width: 826px; margin: 0px auto; display: table; }
.nwsDtContent .roomGallery .list .slick-dots li { display: table-cell; position: relative; }
.nwsDtContent .roomGallery .list .slick-dots li:before {  content: "";  position: absolute;  bottom: 1px; left: 0;  width: 100%; height: 2px; background: #E2E2E2;}
.nwsDtContent .roomGallery .list .slick-dots li button {float: right;width: 100%;text-indent: -999999px;overflow: hidden; padding: 32px 0 0 0; position: relative; background: none; height: 0; cursor: pointer; }
.nwsDtContent .roomGallery .list .slick-dots li button:after {content: "";position: absolute;bottom: 1px;right: 0;width: 0;height: 2px;transition: 0.5s;background: #000000; }
.nwsDtContent .roomGallery .list .slick-dots li.slick-active button {float: left; }
.nwsDtContent .roomGallery .list .slick-dots li.slick-active button:after {right: auto;left: 0;width: 100%; }

.yonetimPop.our-team {padding: 80px 120px 120px 80px;}
.yonetimPop.our-team .left {width: 310px;}
.yonetimPop.our-team .left .items .img {padding: 10px 10px;-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.12); box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.12);}
.yonetimPop.our-team .right {width: calc(100% - 310px); float: right;}
.yonetimPop.our-team .right .top {float: left; width: calc(100% - 180px);}
.yonetimPop.our-team .right .top .title {margin-bottom: 0; font-size: 34px; font-weight: 600;}
.yonetimPop.our-team .right .top .tt {font-size: 24px; color: #D81F20; font-weight: 600;}
.yonetimPop.our-team .right .social {float: left;}
.yonetimPop.our-team .right .social a {margin-right: 14px;}
.yonetimPop.our-team .right .social a:last-child {margin-right: 0;}
.yonetimPop.our-team .right .desc {float: left; width: 100%; margin-top: 80px;}
.dns-title{margin-bottom: 30px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
footer .btMenu {display: flex; justify-content: center; float: left; width: 100%; margin-top: 60px;}
footer .btMenu a {padding: 0 15px; font-size: 14px; color: #000; font-weight: 600;}
.newsletter-social.first-newsletter{margin-bottom: 30px;}
.sample-detail-margin{margin-top: 97.34px;}
.sample-project-detail {float: left; width: 100%;display: flex;flex-wrap: wrap;}
.sample-project-detail .left {width: calc(100% - 385px); padding-right: 95px;}
.sample-project-detail .right {width: 385px; background: #F5F5F5; border-radius: 10px; overflow: hidden;}
.sample-project-detail .pg-img{max-width: 100%; width: 100%; margin: 0px auto; border-radius: 10px;}
.sample-project-detail .text {margin-top: 40px;}
.sample-project-detail .text.text-one{margin-top: 50px;}
.sample-project-detail .text.text-three{margin-top: 80px;}
.sample-name{font-size: 18px; font-weight: 600; color: #C11D2A;}
.sample-title{font-size: 40px; font-weight: 700; color: #000000; margin-top: 22px;}
.sample-sub-title{font-size: 28px; font-weight: 600; color: #000000; margin-top: 22px;}
.sample-desc {margin-top: 22px; font-size: 16px; line-height: 32px;}
.sample-right-list ul{margin: 0 0;}
.sample-right-list ul li {list-style: none; padding: 30px 30px; transition: 0.5s; position: relative;}
.sample-right-list ul li:after {content:""; position: absolute; bottom: 0; left: 30px; right: 30px; height: 2px; background:#E3E3E3 ;}
.sample-right-list ul li:hover {background: #ECECEC;}
.sample-right-title{padding: 30px 30px; background: #D81F20; font-size: 18px; font-weight: 600; color: #FFF;}
.sample-right-text {margin-top: 10px; font-size: 20px; font-weight: 600;}
@media only screen and (max-width: 1920px) {
	.homeStory .right{width:calc(100vw - 680px)}
}
@media only screen and (max-width:1840px) {
	.czContainer {max-width: 1550px;}
}
@media only screen and (max-width:1710px) {
	.container, .homeNews .hContainer, .homeHk .container,.homeWhatWeDo .container, .homeNews .container, .homeNewsletter .container {width: 1380px;}
	header .menu ul li{margin-right: 15px;}
	header .menu ul li>a{font-size: 14px;}
	.homeSlider .slides .text, .homeSlider .slick-dots {left:8%; }
	.productDetail .prS .slides {width: 700px;}
	.productDetail .prS .thumbnails {padding: 75px 53px;}
	.productDetail .prS .texts {width: calc(100% - 967px); padding: 25px 30px;}
	header .search-lang {margin-left: 60px;}
	.productDetail .prS .texts .line {margin: 30px 0 30px 0}
	.productDetail .prS .texts .features .imgs {margin-top: 0;}
	.productDetail .prS .texts .features .ii {margin-left: 10px; max-width: 50px;}
	.productDetail .prS .texts .lnk {bottom: 25px; padding: 0 30px;}
	.bkmtLst .list.right .text .desc:before {width: calc(100% + 480px)}
	.roomGallery .list .slick-arrow {top: 248px;}
	.roomGallery .list .item {margin: 0 -60px;}
	.dtyLst .right .text .adress:before {width: calc(100% + 537px);}
	.nwsDtContent .roomGallery .list .slick-arrow{left: 68px; top: 176px;}
	.nwsDtContent .roomGallery .list .slick-next {left:auto; right: 69px;}
	.nwsDtContent .roomGallery .list .slick-dots {width: 713px;}
}
@media only screen and (max-width:1510px) {
	.home-ik .item .box .lnk a span {font-size: 13px;}
}
@media only screen and (max-width:1480px) {
	.container, .homeNews .hContainer, .w100-container {width: 1200px;}
	header .search-lang {margin-left: 30px;}
	header .menu {margin-top: 33px}
	header .menu ul li>a {font-size: 12px}
	.homeWhatWeDo .WhtContent .slides, .homeNews .slides .homeNewsSlide {padding:0 60px;}
	.homeWhatWeDo .WhtContent .slick-prev, .homeNews .slides .slick-prev {left: 0;}
	.homeWhatWeDo .WhtContent .slick-next, .homeNews .slides .slick-next {right: 0;}
	.productList .listItem .item .img {width: 45%;}
	.productList .listItem .item .right {padding: 30px 30px; width:55%; padding: 20px 0 15px 20px;}
	.productList .listItem .item .right .text .desc {line-height: 28px;}
	.productList .listItem .item .featured {padding: 20px 20px 0 20px;}
	.productList .listItem .item .featured .li .oz span {font-size: 22px;}
	.productList .listItem .item .right .text {padding-right: 15px;}
	.productList .listItem .item .featured {width: 260px;}
	.productList .listItem .item .right .text .lnk{margin-top: 15px;}
	.productDetail .prS .thumbnails{padding:40px 30px; width: 200px;}
	.productDetail .prS .thumbnails .top {top: 15px;}
	.productDetail .prS .thumbnails .bottom {bottom: 15px;}
	.productDetail .prS .slides{width: 560px;}
	.productDetail .prS .texts{width: calc(100% - 760px) ; padding: 30px 30px;}
	.productDetail .prS .texts .line {margin: 30px 0 15px 0}
	.productDetail .prS .texts .lnk {position: relative; float:left; bottom: 0; padding: 0 0; margin-top: 15px;}
	.contactPg .maps-right .right {padding: 40px 15px;}
	.homePrs .PrsCarousel .list .item .slick-dots {bottom: 5px;}
	.homePrs .PrsCarousel .list .item .nm {padding-top: 15px; font-size: 18px; line-height: 20px;}
	.czContainer {max-width: 1370px;}
	.bkmtLst .list.right .text .desc:before {width: calc(100% + 410px);}
	.roomList .list .item {width: 350px;}
	.roomGallery .list .slick-arrow {top: 220px;}
	.dtyLst .right .text .adress:before {width: calc(100% + 465px);}
	.nwsDtContent .roomGallery .list .slick-list {padding-top: 48px !important;}
	.nwsDtContent .roomGallery .list .slick-current .box {margin: -48px -80px 0 -80px; width: calc(100% + 159px);}
	.nwsDtContent .roomGallery .list .slick-dots {width: 586px;}
	.nwsDtContent .roomGallery .list .slick-arrow {top: 138px;}
	.home-what-are-we-doing .item.right .text, .home-what-are-we-doing .item.left .text {width: calc(40% - 80px);}
	.home-news-announcement .tabs-contents .list {padding: 0 100px;}
	.home-ik .item .box {left: 15px; right: 15px;}
	.our-team-list .item{width: calc((100% / 3) - 18px)}

}
@media only screen and (max-width:1380px) {
	.container, .homeNews .hContainer, .homeHk .container, .homeWhatWeDo .container, .homeNews .container, .homeNewsletter .container, .container, .homeNews .hContainer, .homeHk .container, .homeWhatWeDo .container, .homeNews .container, .homeNewsletter .container, .w100-container {width: 992px;}
	header .logo {margin-left: -130px;}
	header .menu ul li>a {font-size: 11px}
	.innovationList .inFull .texts {max-width: 480px;}
	.innovationList .inFull .texts .dd {padding-left: 30px;}
	.innovationList .inFull.right .texts {right: 60px;}
	.innovationList .inFull.left .texts {left: 60px;}
	.innovationList .inLeftI .text .box {padding: 0 30px;}
	.homeWhatWeDo .WhtContent .slides, .homeNews .slides .homeNewsSlide {padding:0 0;}
	.homeWhatWeDo .WhtContent .slick-next, .homeNews .slides .slick-next{right: -70px;}
	.homeWhatWeDo .WhtContent .slick-prev, .homeNews .slides .slick-prev{left: -45px;}
	.homeNewsletter .left {padding:160px 50px 160px 54px;}
	.homeNewsletter .left .desc {width: 100%; max-width: initial;}
	.homeNewsletter .right {width: 50%;}
	.homeWhatWeDo .WhtContent .bg {height: 550px;}
	.productList .listItem .item .right {width: 50%; border-bottom: 0;}
	.productList .listItem .item .img {width: 50%;}
	.productList .listItem .item .featured {width: 100%; border-top: 0; padding: 15px 15px 0 15px; border-left: 2px solid #F5F5F5;}
	.productList .listItem .item .featured .li:first-child {margin-left: 0px;}
	.productList .listItem .item .featured .li {width: calc((100% / 3) - 7px); margin-left: 10px; margin-bottom: 15px;}
	.productDetail .prS .thumbnails{width: 150px; padding: 40px 15px;}
	.productDetail .prS .slides {width: 495px;}
	.productDetail .prS .texts {width: calc(100% - 645px)}
	.productDetail .prS .texts .features .ii {margin-left: 10px}
	.materials .list .item{width: calc(50% - 15px); margin-right: 30px; padding: 35px 15px}
	.materials .list .item .icon {margin-right: 15px;}
	.materials .list .item .text {width: calc(100% - 166px);}
	.technical-specification .list .item{width: calc((100% /3) - 15px); margin-right: 22px;}
	.productList .listItem .item .right .text .imgs .ii {margin-left: 10px;}
	.czContainer {max-width: 1162px;}
	.cTab .item a {font-size: 20px;}
	.cTab .item a .icon svg {max-height: 70px; width: auto;}
	.cTabContainer .features .item .title {font-size: 20px;}
	.cTabContainer .features .item .desc {font-size: 14px; line-height: 24px;}
	.kkArea .list .item {width: calc(100% / 3)}
	.kkArea .list .item .nm {font-size: 20px;}
	.hmDkYs .list .left {padding-right: 60px;} 
	.bkmtLst .list.right .text .desc:before {width: calc(100% + 326px);}
	.dtyLst .right .text .desc {font-size: 18px; line-height: 24px; padding: 30px 30px 0px 30px}
	.dtyLst .right .text .adress {padding: 60px 30px; flex-wrap: wrap;}
	.dtyLst .right .text .adress .location, .dtyLst .right .text .adress .phone {width: 50%; padding-right: 15px;}
	.dtyLst .right .text .adress .mail {width: 100%; margin-top: 15px;}
	.dtyLst .right .text .adress:before {width: calc(100% + 382px);}
	.roomList .list .item {width: 300px;}
	.roomGallery .list .slick-arrow{top: 208px;}
	.homeNewsletter .right .forms .inp .img {width: 44px;}
	.homeNewsletter .right .forms .inp span {font-size: 12px;}
	.nwsDtContent .roomGallery .list .slick-arrow {width: 60px; height: 60px; left: 49px;}
	.nwsDtContent .roomGallery .list .slick-next {left: auto; right: 50px;}
	.nwsDtContent .roomGallery .list .slick-dots {width: 533px;}
	.home-news-announcement .tabs-contents .list{padding: 0 30px;}
	.home-news-announcement .tabs-contents .list .slick-next {right: -90px;}
	.home-news-announcement .tabs-contents .list .slick-prev {left: -90px;}
	.home-ik .item .box .lnk a .blue {display: none;}
	.home-ik .item .box .lnk a span {width: 100%; font-size: 11px;}
	.project-filter .item:hover{z-index: 3}
	.project-filter .item {width: calc((100% / 3) - 16px); margin-bottom: 15px;}
	.sample-project-list .top {font-size: 16px;}
	.sample-project-list .top .name, .sample-project-list .list .item .project {width: 43%}
	.sample-project-list .list .item .country, .sample-project-list .top .country, .sample-project-list .top .country + .name {width: 12%;}
	.sample-project-list .top .activity, .sample-project-list .list .item .activity {width: 16%;}
	.sample-project-list .list .item .project .img{width: 160px;}
	.sample-project-list .list .item .project .name{font-size: 18px; width: calc(100% - 200px)}
	.sample-project-list .list .item .country div {font-size: 14px; padding: 10px 15px;}
	
}
@media only screen and (max-width:1280px) {
	header .logo{margin-left: -30px;}
	.homeSlider .slides .text,.homeSlider .slick-dots {left: 10%;}
	.homeSlider .slides .text .title, .homePrs .tp .title, .hmSbCr .top .right .title, .hmDkYs .list .left .title {font-size: 38px;}
	.homeWhatWeDo, .homeNews {margin-top: 100px;}
	.homeNews .top, .homeWhatWeDo .top{margin-bottom: 60px;}
	.homeWhatWeDo .WhtContent {padding-top: 0;}
	.materials .list .item .text .titles {font-size: 22px; margin-bottom: 15px;}
	.materials .list .item .text .desc {font-size: 14px; line-height: 28px;}
	.productDetail .prS .texts .title {font-size: 24px; margin-bottom: 15px; padding-bottom: 15px;}
	.productDetail .prS .texts .desc {line-height: 28px; font-size: 14px;}
	.homePrs .PrsCarousel .list {width: calc(100% - 200px)}
	.homePrs .PrsCarousel .list .slick-arrow {width: 100px; top: 65%; height: 80px; right: -100px;}
	.homePrs .PrsCarousel .list .slick-next {right: -200px;}
	.homeHzm .hmztList .item .box {margin-bottom: 30px;}
	.hmSbCr .top .right {padding-left: 60px;}
	.nwsDtContent .roomGallery .list .slick-arrow {left: 38px;}
	.nwsDtContent .roomGallery .list .slick-next {left: auto; right: 39px;}
	.nwsDtContent .roomGallery .list .slick-dots {width: 516px;}
	.homeStory .right{width: calc(100vw - 550px)}
	.leftImgRightText .img .svg svg, .leftTextRightImg .img .svg svg {width: 200px; height: auto;}
	.leftImgRightText .img .svg, .leftTextRightImg .img .svg {left: 0; bottom: 0;}
	.sample-detail-margin{margin-top: 92.39px;}
	.sample-project-list .list .item .country div {max-width: 100%; overflow: hidden; text-overflow: ellipsis;}

}
@media only screen and (max-width:1200px) {
	.homeHk .left {width: 50%;}
	.homeHk .right {width: 50%; padding-left: 15px;}
	.homeHk .right .title {font-size: 34px; margin-bottom: 30px;}
	.homeHk .right .desc {font-size: 14px; line-height: 21px;}
	.homeHk .right .lnk {margin-top: 15px;}
	.homeWhatWeDo .WhtContent .slides, .homeNews .slides .homeNewsSlide {padding:0 60px;}
	.homeWhatWeDo .WhtContent .slick-prev, .homeNews .slides .slick-prev {left: 0;}
	.homeWhatWeDo .WhtContent .slick-next, .homeNews .slides .slick-next {right: 0;}
	.homeNews .top .title, .homeWhatWeDo .top .title, .homeNewsletter .left .title, .bkmtLst .titles, .bkmTssLst .top .title, .roomList .title, .roomGallery .top .title{font-size: 38px;}
	.technical-specification .list .item {margin-bottom: 30px;}
}
@media only screen and (max-width:1180px) {
	.home-news-announcement .tabs-contents .list .slick-next{right: -35px;}
	.home-news-announcement .tabs-contents .list .slick-prev{left: -35px;}
	header .logo{margin-right: 40px;}
	header .logo:before{width: 310px;}
	header .menu ul li {margin-right: 9px;}
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width:992px) {
	.container, .homeNews .hContainer, header .container, .homeHk .container, .homeWhatWeDo .container, .homeNews .container, .homeNewsletter .container, .w100-container {width: 100%; padding:0 15px;}
	.w100-container{padding: 0 0;}
	header .logo{margin-left: 0;}
	.homeSlider {margin-top:92.39px;}
	.innovationList .inFull, .innovationList .inLeftI {margin-top: 60px;}
	.innovationList .inLeftI.left .lImg, .innovationList .inLeftI.right .lImg {width: 100%;}
	.innovationList .inLeftI.left .lImg img, .innovationList .inLeftI.right .lImg img {width: 100%;}
	.innovationList .inLeftI.left .text, .innovationList .inLeftI.right .text {position: relative; transform: none; top: 0; width: 100%; padding: 0 15px; margin-bottom: 15px;}
	.innovationList .inLeftI .text .box {padding: 15px 0 0 0; text-align: center;}
	.innovationList .inLeftI .text .box .img {width: 100%; text-align: center; margin-bottom: 15px;}
	.innovationList .inLeftI .text .box .img img {display: inline-block;}
	.innovationList .inLeftI .text .box .dsc {width: 100%; padding-left: 0;}
	.homeHk {padding: 30px 0; background-size: auto 100%;}
	.homeHk .right .title, .homePrs .tp .title, .homePrs .tp .title, .hmSbCr .top .right .title, .hmDkYs .list .left .title  {font-size: 28px;}
	.homeHk .right .desc {font-size: 14px;}
	.homeWhatWeDo, .homeNews {margin-top: 60px; }
	.homeNews {margin:60px 0 120px 0}
	.homeNews .top .title, .homeWhatWeDo .top .title, .homeNewsletter .left .title, .bkmtLst .titles, .bkmTssLst .top .title, .roomList .title, .roomGallery .top .title{font-size: 32px;}
	.homeNewsletter .right .forms {padding: 60px 30px}
	.homeWhatWeDo .WhtContent .box .bottom .title {height: auto; margin-bottom: 15px; font-size: 20px;}
	.homeWhatWeDo .WhtContent .box .bottom .desc {font-size: 14px; line-height: 28px;}
	.homeNews .slides .item {padding: 0 7.5px;}
	.homeNewsletter .bg {height: 470px;}
	.productList .listItem .item {display: block;}
	.productList .listItem .item {margin-bottom: 30px;}
	.productList .listItem .item .featured .li {padding: 20px 15px;}
	.productDetail .prS {display: block;}
	.productDetail .prS .texts, .productDetail .prS .left{width: 50%;}
	.productDetail .prS .slides {width: 100%;}
	.productDetail .prS .thumbnails {width: 100%; padding: 15px 40px;}
	.productDetail .prS .thumbnails .bottom {left:auto; transform: rotate(-90deg); right: 10px; bottom: calc(50% - 6px);}
	.productDetail .prS .thumbnails .top {left: 0; transform: rotate(-90deg);; top:calc(50% - 6px);}
	.productDetail .prS .thumbnails .list .item {margin-right: 10px; margin-bottom: 0;}
	.tcTabs {margin-top: 60px;}
	.tcTabs .tabsContent .tbC {padding: 30px 15px;}
	.tcTabs .pTabs{font-size: 13px;}
	.materials .list .item {margin-bottom: 15px;}
	.materials .list .item .icon {width: 100px;}
	.materials .list .item .text {width: calc(100% - 120px);}
	.technical-specification .list .item{width: calc(50% - 22px);}
	.technical-specification .list .item .text .oz span {font-size: 15px;}
	.sssContent .sssList .titles {font-size: 16px;}
	.sssContent .sssList .descs {padding: 37px 95px 37px 30px;}
	.technical-specification .list .item {margin-bottom: 15px;}
	.homePrs {margin-top: 60px; padding-top: 30px;}
	.homePrs .tp {padding-left: 15px;}
	.homePrs .tp .title {margin-bottom: 30px;}
	.homePrs .tp .desc {font-size: 16px; line-height: 28px;}
	.homePrs .tp .lnk {margin-top: 15px;}
	.homePrs .PrsCarousel {margin-top: 30px;}
	.homePrs .PrsCarousel .list {width: 100%;}
	.homePrs .PrsCarousel .list > .slick-list {margin: 0 0; padding: 0 30px;}
	.homePrs .PrsCarousel .list .slick-arrow {display: none !important;}
	.homeHzm {margin-top: 0; padding-bottom: 60px;}
	.homeHzm .hmztList .item .box:before {background: rgba(0,0,0,0.6);}
	.homeHzm .hmztList .item .box .titles{font-size: 20px; padding: 30px 15px; opacity: 0;}
	.homeHzm .hmztList .item .box .lnk {opacity: 1; visibility: visible;}
	.homeHzm .hmztList .item .box .lnk .titles {opacity: 1;padding:0 15px 15px 15px;}
	.homeHzm .hmztList .item {padding:0 7.5px;}
	.homeHzm .hmztList .item .box {margin-bottom: 15px;}
	.homeHzm .hmztList .item.item1 .box + .box {height: calc(100% - 230px - 15px);}
	.homeHzm .hmztList .item .box .lnk a {padding: 0 15px;}
	.cTabContainer {margin-bottom: 60px;}
	.cTab .item a {font-size: 16px;}
	.cTab .item a .icon svg {max-height: 60px;}
	.cTabContainer .features {margin-bottom: 60px;}
	.cTabContainer .features .item {padding: 0 10px;}
	.cTabContainer .features .item .icn {margin-bottom: 15px;}
	.cTabContainer .features .item .title {margin-bottom: 15px; font-size: 18px;}
	.kkArea .title {font-size: 24px; margin-bottom: 15px;}
	.kkArea .desc {font-size: 14px;}
	.kkArea .list .item {width: 50%;}
	.kkArea .list .item .nm {font-size: 16px; margin-top: 15px;}
	.materials .list .item {width: 100%; margin-right: 0;}
	.materials .list .item .text .titles {padding: 0 0;}
	.morePg {margin-top: 60px;}
	.kkArea {margin-bottom: 60px;}
	.detailBanner .text {left: 90px; bottom: 30px;}
	.kkArea .list .item:hover{margin-top: 0;}
	footer .fw .menu .list.mbShw {display:block;}
	.hmSbCr, .hmDkYs {padding: 60px 0;}
	.hmSbCr .top .right {padding-left: 30px;}
	.hmDkYs .list .left {padding-right: 30px; padding-bottom: 45px;}
	.hmSbCr .top .right .desc, .hmDkYs .list .left .desc {line-height: 26px;}
	.homeNewsletter .right .forms .inp .img {display: none;}
	.homeNewsletter .right .forms .inp span {width: 100%;}
	.sgdLst {margin-bottom: 60px;}
	.sgdLst .list .item {width: calc((100% / 2) - 15px)}
	.sgdLst .list .item .box {font-size: 14px;}
	.bkmtLst .list {margin-top: 60px;}
	.bkmtLst .list .left, .bkmtLst .list .right, .bkmtLst .list.right .left, .bkmtLst .list.right .right {width: 100%;}
	.bkmtLst .list.left {flex-direction: column-reverse;}
	.bkmtLst .list .right {padding-left: 0; padding-top: 0;}
	.bkmtLst .list.right .left {padding-top: 0px;}
	.bkmtLst .list.left .left, .bkmtLst .list.right .right {margin-top: 30px;}
	.bkmtLst .list.right .right .img {width: 100%;}
	.bkmtLst .list.right .text .desc:before {width: 100%;}
	.bkmTssLst .list {margin-bottom: 120px; margin-top: 60px;}
	.bkmTssLst .list .slick-list {margin: 0 0;}
	.bkmtLst .list .left {padding-bottom: 15px;}
	.bkmtLst .list.left .left:before {height: 170px;}
	.bkmtLst .list .img {width: calc(100% - 15px); height: 240px; min-height: 240px;}
	.bkmtLst .list.right .text .desc {padding: 15px 15px;}
	.dtyLst .left, .dtyLst .right{width: 100%;}
	.dtyLst .left .img {height: 350px;}
	.dtyLst .right .text .desc {padding: 15px 0 0 0;}
	.dtyLst .right .text .adress {padding:15px 0;}
	.roomList {margin-top: 60px;}
	.roomList .list {margin-top: 60px;}
	.roomList .list .item {width: calc(50% - 7.5px); margin-bottom: 30px;}
	.roomGallery .list {margin-top: 60px; margin-bottom: 60px;}
	.roomGallery .list .item {margin:0 0;}
	.roomGallery .list .slick-list {padding-top: 0 !important;}
	.roomGallery .list .slick-current .box {margin: 0 0; width: 100%;}
	.roomGallery .list .slick-arrow {top: 50%; transform: translate(0, -50%);}
	.roomGallery .list .slick-next {transform: translate(0, -50%) rotate(180deg);}
	.roomGallery .top .title {padding:0 15px;}
	.nwsDtContent .descS h1.pTitles {margin-bottom: 30px;}
	.nwsDtContent .roomGallery .list{margin: 0 0 30px 0;}
	.roomGallery .list .item {transform: scale(1);}
	.nwsDtContent .roomGallery .list .slick-list {padding-top: 0 !important;}
	.nwsDtContent .roomGallery .list .slick-current .box, .nwsDtContent .roomGallery .list .slick-center .box {margin: 0 0 0 0; width: 100%;}
	.nwsDtContent .roomGallery .list .slick-dots {width: 100%;}
	.nwsDtContent .roomGallery .list .slick-arrow {border: 1px solid #FFFFFF; top: 50%; transform: translate(0, -50%);}
	.nwsDtContent .roomGallery .list .slick-next {transform: translate(0, -50%) rotate(180deg);}
	.homeSlider .slides .text{left: 50px; max-width: 400px;}
	.homeSlider .slick-dots {left: 50px;}
	.homeStory .left {margin-bottom: 30px;}
	.homeStory .left, .homeStory .right{width: 100%; position: relative;}
	.home-what-are-we-doing {padding: 20px 0 100px 0;}
	.home-what-are-we-doing .item .img {width: 50%; height: 380px;}
	.home-what-are-we-doing .item.left .text {margin-left: 30px; width: calc(50% - 30px);}
	.home-what-are-we-doing .item.right .text {margin-right: 30px; width: calc(50% - 30px);}
	.home-news-announcement {padding: 100px 0;}
	.home-news-announcement .tabs-contents {margin-top: 60px;}
	.home-news-announcement .tabs-contents .item .bottom {padding: 15px 15px;}
	.home-news-announcement .tabs-contents .item .title {margin-bottom: 15px; font-size: 22px;}
	.home-references {padding: 100px 0 50px 0;}
	.home-ik{padding: 50px 0 100px 0;}
	.home-ik .list {flex-wrap: wrap;}
	.home-ik .list .item {width: 100%; margin-bottom: 15px;}
	.home-ik .item .img {height: 420px;}
	.home-ik .item .box {bottom: 15px;}
	.home-ik .item .box .tp-img {margin-bottom: 15px;}
	.home-ik .item .box .tp-img img {max-height: 85px;}
	.home-ik .item .box h3{font-size: 18px;}
	.home-ik .item .box .desc {font-size: 14px; margin-top: 15px;}
	.home-ik .item .box .lnk {position: relative; bottom: 0; padding-top: 0;}
	.home-ik .item .box .lnk a {margin-top: 15px;}
	.homeStory{padding: 100px 0 170px 0;}
	.center-descS {margin-bottom: 30px; font-size: 20px; line-height: 30px;}
	.bold-descS {font-size: 16px; line-height: 26px; margin-bottom: 30px;}
	.yonetimPop.our-team {padding: 60px 30px;}
	.yonetimPop.our-team .left{width: 200px;}
	.yonetimPop.our-team .right {width: calc(100% - 250px);}
	.a-lnk{margin-top: 30px;}
	.project-filter .item {width: calc((100% / 2) - 16px)}
	.sample-project-list .top .name, .sample-project-list .list .item .project{width: 50%;}
	.sample-project-list .list .item .country, .sample-project-list .top .country {width: 13%;}
	.sample-project-list .top .activity, .sample-project-list .list .item .activity {width: 15%;}
	.sample-project-list .list .item .project .img {width: 120px; margin-right: 15px;}
	.sample-project-list .list .item .project .name {font-size: 16px; width: calc(100% - 135px)}
	.sample-project-list .list .item .detail{margin-top: 15px;}
	.sample-project-list .list .item .filter {padding: 60px 15px; font-size: 22px !important;}
    .dns-title{margin-bottom: 15px;}
    .dns-title h1{font-size: 1.5em;}
	.sample-project-detail .left, .sample-project-detail .right {width: 100%; padding-right: 0;}
	.sample-project-detail .right{margin-top: 30px;}
	.sample-right-list ul li:last-child:after{display: none;}
	.sample-detail-margin{margin-top: 92.39px;}
}
@media only screen and (min-width:521px) and (max-width: 992px) {
}
@media only screen and (min-width: 680px) {
	.sample-project-list .m-project, .sample-project-list .m-country, .sample-project-list .m-activity {display:none;}
}
@media only screen and (max-width: 680px) {
    .homeSlider {margin-top: 68.05px;}
	.home-right-social{display: none;}
	.homeSlider .slides .text .lnk a {line-height: 40px; font-size: 12px;}
	.homeSlider .slides .slick-slide .img {height: 35vh;}
	.homeSlider .slick-dots{bottom: auto; top: 33vh; left: 15px}
    header .logo {width: 140px;}
    header .logo:before {width: 235px;}
    header .search-lang{margin-top: 15px;}
    .mobileMenu, header.fixed_header .mobileMenu{margin:16px 0 16px 30px;}
    header .search-lang .lang{margin-left: 15px;}
	.innovationList .in1 .title {font-size: 22px; margin: 15px 0;}
	.innovationList .in1 .desc, .innovationList .inFull .texts .dd .dds, .innovationList .inLeftI .text .box .dsc .dd, .productDetail .prS .texts .desc {font-size: 14px; line-height: 26px;}
	.innovationList .inFull, .innovationList .inLeftI {margin-top: 30px;}
	.innovationList .inFull.right .texts {right: 0;}
	.innovationList .inFull.left .texts {left: 0;}
	.innovationList .inFull .texts {width:100%; max-width: initial;}
	.innovationList .inFull .texts .img {width: 100%; text-align: center; margin-bottom: 15px;}
	.innovationList .inFull .texts .img img {display: inline-block;}
	.innovationList .inFull .texts .dd {width: 100%; text-align: center; padding:0 15px;}
	.innovationList .inFull .texts .dd .tit {font-size: 22px;}
	.innovationList .inLeftI .text .box .dsc .tt {margin-bottom: 15px; font-size: 22px;}
	.homeSlider .slides .text{position: relative; bottom: auto; left: auto; width: 100%; max-width: 100%; top: auto; transform: none; padding:30px 15px; margin-top: 0 !important}
	.homeSlider .slides .text .title {font-size: 20px;}
	.homeSlider .slides .text .line {margin:10px 0 15px 0;}
	.homeSlider .slides .text .desc {font-size: 14px; line-height: 22px; width: 100%;}
	.homeHk .left {margin-bottom: 15px;}
	.homeHk .right, .homeHk .left {float:left; width: 100%;}
	.homeHk .right .desc {font-size: 14px;}
	.homePrs .tp .lnk {width: 100%;}
	.homeHk .right .lnk a, .homePrs .tp .lnk a, .homePrs .tp .lnk a {width: 100%;}
	.homeHk .right .lnk a img, .homePrs .tp .lnk a img, .homePrs .tp .lnk a img {float:right; margin-top: 15px;}
	.homeWhatWeDo .WhtContent .slides, .homeNews .slides .homeNewsSlide {padding: 0 0px;}
	.homeNews .slides .slick-list {margin: 0 0;}
	.homeNews .slides .item {padding: 0 0;}
	.homeNews .slides .box .title {font-size: 18px; line-height: 26px;}
	.homeNews .top {margin-bottom: 15px;}
	.homeNews .top .lnk {width: 100%; margin-top: 40px;}
	.homeNews .top .lnk a {width: 100%;}
	.homeNews .top .lnk a img {float:right; margin-top: 15px;}
	.homeWhatWeDo .WhtContent .slick-prev, .homeNews .slides .slick-prev {left: -5px;}
	.homeWhatWeDo .WhtContent .slick-next, .homeNews .slides .slick-next {right: -5px;}
	.homeNewsletter .left {width: 100%; padding: 40px 15px 15px 15px}
	.homeNewsletter .right {margin-top: 0; width: 100%;}
	.homeNewsletter .right .forms {padding: 30px 15px;}
	.homeWhatWeDo .WhtContent .slick-arrow, .homeNews .slides .slick-arrow {display: none !important;}
	.productList .listItem .item  {border-right: 0; margin-bottom: 15px;}
	.productList .listItem .item .img.mobileSh {display: block;}
	.productList .listItem .item .img.mobileHd {display: none;}
	.productList .listItem .item .right {width: 100%; border-left: 2px solid #F5F5F5; border-right: 2px solid #F5F5F5;}
	.productList .listItem .item .img {width: 100%; min-height: 300px;}
	.productList .listItem .item .featured { border-right: 2px solid #F5F5F5;}
	.productList .listItem .item .featured .li {width: 100%; margin-left: 0;}
	.productDetail .prS .texts, .productDetail .prS .left {width:100%;}
	.productDetail .prS .texts{padding: 0 15px 15px 15px;}
	.productDetail .prS .texts .title{font-size: 22px; margin-bottom: 15px;}
	.productDetail .prS .texts .line{margin: 15px 0;}
	.productDetail .prS .texts .lnk a {padding: 0 15px; line-height: 40px;}
	.productDetail .prS .texts .lnk a img {margin-top: 10px;}
	.basvuru-form.wnt .hBack {position: relative; top: 0; right: 0; float:right; width: 100%; margin-bottom: 15px;}
	.basvuru-form.wnt .hBack a{float:right;}
	.tcTabs {padding-top: 0; margin-top: 30px;}
	.tcTabs .pTabs {width: 100%; position: relative; left:0; border-bottom: 1px solid #E8E8E8;}
	.tcTabs .pTabs:nth-of-type(1) {left:0;}
	.tcTabs .pTabs:nth-of-type(3) {left:0;}
	.tcTabs .pTabs:nth-of-type(5) {left:0;}
	.tcTabs .pTabs:nth-of-type(7) {left:0; }
	.tcTabs .tabsContent.active{display: none;}
	table.dataTable tbody td .img, table.dataTable tbody td .nm {width: 100%; margin-right: 0; text-align: center;}
	table.dataTable tbody td .img img {display: inline-block;}
	.materials .list .item {width: 100%; margin-right: 0;}
	.materials .list .item .icon {width: 100%; text-align: center; margin-right: 0; margin-bottom: 15px;}
	.materials .list .item .icon img {display: inline-block;}
	.materials .list .item .text {width: 100%; text-align: center;}
	.technical-specification .list .item {width: 100%; margin-right: 0;}
	.sssContent .sssList .titles {padding: 15px 65px 15px 15px; font-size: 15px;}
	.sssContent .sssList .descs {font-size: 12px; line-height: 18px;padding: 15px 65px 15px 15px;}
	.contactPg .maps-right .right .forms .form-t .styledSelect2 {height: 40px; line-height: 40px;}
	.homePrs {margin-top: 30px;}
	.homePrs .PrsCarousel .list .item .nm {font-size: 15px;}
	.homePrs .PrsCarousel .list .item.slick-active .Mrg {margin-top: -30px;}
	.homePrs .PrsCarousel .list .item.slick-active .Mrg .shd, .homePrs .PrsCarousel .list .item.slick-active .Mrg .mouseDrag {-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);}
	.cTab .item a {padding: 15px 15px; font-size: 14px;}
	.cTab .item a .icon {display: block; margin-right: 0; margin-bottom: 10px;}
	.cTabContainer {padding: 30px 0; margin-bottom: 30px;}
	.tkFounders {margin-bottom: 15px}
	.cTabContainer .features {margin-bottom: 15px; display: block;}
	.cTabContainer .features .item {width: 100%; padding: 0 0; margin-bottom: 15px;}
	.kkArea .list {margin-top: 15px;}
	.kkArea .list .item {width: 100%;}
	.kkArea .list .item .im {height: 220px;}
	.kkArea .list .item .nm {font-size: 14px; height: auto;}
	.morePg {margin-top: 30px;}
	.kkArea {margin-bottom: 30px;}
	.materials .list .item .text .titles {font-size: 18px;}
	.detailBanner .img {height: 230px;}
	.detailBanner .text {left: 45px;}
	.homeHk .right, .homeHk .left {padding-left: 0; margin-left: 0;}
	.homePrs .tp {padding-left: 0;}
	.homeHzm .hmztList .item {width: 100%; padding: 0 0;}
	.homeHzm .hmztList .item.item1 .box + .box {height: 230px;}
	.homeHzm .hmztList .item .box:last-child{margin-bottom: 15px !important;}
	.homeHzm .hmztList .item.item2 .box {height: 350px;}
	.hmSbCr, .hmDkYs {padding: 30px 0;}
	.hmSbCr .top .left, .hmSbCr .top .right {width: 100%;}
	.hmSbCr .top .right {margin-top: 15px; padding-left: 0;}
	.hmSbCr .bot .list .item .img {height: 230px;}
	.hmSbCr .bot .list .item .title {font-size: 20px; margin-top: 15px;}
	.hmDkYs .list .left .title {margin-bottom: 30px;}
	.hmDkYs .list .left, .hmDkYs .list .right {width: 100%;}
	.hmDkYs .list .left {padding-bottom: 0px;}
	.hmDkYs .list .right {margin-top: 15px;}
	.hmDkYs .list .right .img {height: 280px;}
	.homeNews {margin: 30px 0px;}
	.homeNewsletter {margin-bottom: 30px;}
	.sgdLst {margin-bottom: 30px;}
	.sgdLst .title, .bkmtLst .list .text .title {font-size: 20px;}
	.sgdLst .list .item {width: 100%; margin-right: 0;}
	.bkmtLst .list .text .desc{font-size: 13px; line-height: 24px;}
	.bkmtLst .list.left .left, .bkmtLst .list.right .right {margin-top: 15px;}
	.bkmTssLst .list {margin-bottom: 45px;}
	.dtyLst .left .img {height: 300px;}
	.dtyLst .right .text .desc {font-size: 16px; line-height: 22px}
	.roomGallery .list .item {transform: scale(1)}
	.dtyLst .right .text .adress .location, .dtyLst .right .text .adress .phone {width: 100%; padding-right: 0; margin-top: 15px;}
	.roomList {margin-top: 30px;}
	.roomList .list .item  {width: 100%; margin-bottom: 15px;}
	.roomGallery .list .slick-list {margin: 0 0;}
	.nwsDtContent .roomGallery .list .slick-dots li button {padding:15px 0 0 0;}
	.nwsDtContent .descS {font-size: 13px;  line-height: 24px}
	.homeStory {padding: 60px 0;}
	.homeStory::after {display: none;}
	.homeStory .right .top-svg {right: 40px;}
	.homeStory .right .top-svg svg {width: 200px;}
	.homeStory .right .bottom-svg {left: 0;}
	.homeStory .right .bottom-svg svg {width: 200px; height: auto;}
	.homeStory .right .bottom-svg .right-carousel-arrow .next {margin-left: 30px;}
	.homeStory .right .bottom-svg .right-carousel-arrow svg{width: auto;}
	.homeStory .right .item {height: 280px;}
	.story-title {font-size: 26px;}
	.story-desc {font-size: 16px; line-height: 24px; margin-top: 15px;}
	.story-lnk {margin-top: 15px;}
	.story-lnk a {width: 100%; text-align: center;}
	.story-lnk a img{display: none;}
	.home-what-are-we-doing{padding: 30px 0;}
	.home-what-are-we-doing .story-title{margin-bottom: 30px;}
	.home-what-are-we-doing .item {margin-bottom: 60px;}
	.home-what-are-we-doing .item.right {flex-direction: column-reverse;}
	.home-what-are-we-doing .item .img {width: 100%; height: 280px; border-radius: 20px; margin-bottom: 30px;}
	.home-what-are-we-doing .item.left .img svg, .home-what-are-we-doing .item.right .img svg{width: 200px; top: -20px; left: 0px; height: auto;}
	.home-what-are-we-doing .item.left .img svg + svg, .home-what-are-we-doing .item.right .img svg + svg {bottom: -30px; right: 30px; height: auto;}
	.home-what-are-we-doing .item.right .img svg + svg {width: 100px; height: 100px; bottom: -40px; left: auto;}
	.home-what-are-we-doing .item.left .text, .home-what-are-we-doing .item.right .text{width: 100%; margin-left: 0; margin-right: 0}
	.wht-title{font-size: 24px;}
	.wht-desc{font-size: 16px; margin-top: 15px; line-height: 24px;}
	.red-lnk {margin-top: 15px;}
	.red-lnk a {width: 100%; text-align: center; }
	.red-lnk a img {display: none}
	.home-news-announcement{padding: 30px 0;}
	.nw-tabs a{font-size: 16px; margin: 0 15px;}
	.home-news-announcement .tabs-contents .list .slick-arrow {display: none !important;}
	.home-news-announcement .tabs-contents .list{padding: 0 0;}
	.home-news-announcement .tabs-contents{margin-top: 30px;}
	.home-news-announcement .tabs-contents .item{padding: 0 0;}
	.home-news-announcement .tabs-contents .item .jquery.dataTables.min.css{margin-bottom: 15px; font-size: 12px;}
	.home-news-announcement .tabs-contents .item .title {font-size: 18px;}
	.home-news-announcement .tabs-contents .item .desc {font-size: 14px; line-height: 20px;}
	.home-references, .home-ik{padding: 30px 0;}
	.home-references .list {margin-top: 30px; padding: 0 0;}
	.home-references .slick-arrow{display: none !important;}
	.home-references .item {padding: 0 0;}
	.home-ik .list .item:last-child {margin-bottom: 0;}
	.homeSlider .slides .downPg{display: none;}
	.our-team-list .item {width: 100%;}
	.yonetimPop.our-team {padding: 30px 15px;}
	.yonetimPop.our-team .left{width: 100%;}
	.yonetimPop.our-team .right{width: 100%; margin-top: 15px;}
	.yonetimPop.our-team .right .top {width: 100%;}
	.yonetimPop.our-team .right .social {margin-top: 15px;}
	.yonetimPop.our-team .right .desc {margin-top: 30px;}
	.yonetimPop.our-team .right .top .title {font-size: 24px;}
	.yonetimPop.our-team .right .top .tt {font-size: 16px;}
	.a-lnk a {width: 100%;}
	.project-filter {margin-bottom: 30px;}
	.project-filter .item {width: 100%;}
	.project-filter .item .select .selected {font-size: 16px;}
	.sample-project-list .top {display: none;}
	.sample-project-list .m-project, .sample-project-list .m-country, .sample-project-list .m-activity {display: block; font-size: 16px; font-weight: 600; margin-bottom: 15px; width: 100%;}
	.sample-project-list .top .name, .sample-project-list .list .item .project, .sample-project-list .list .item .country, .sample-project-list .top .country, .sample-project-list .top .activity, .sample-project-list .list .item .activity {width: 100%; margin-bottom: 15px; text-align: left;}
	.sample-project-list .list .item .detail {width: 100%;}
	.sample-project-list .list .item .detail .red-lnk{width: 100%;}
    footer .btMenu {margin-top: 15px;}
    footer .btMenu a {font-size: 12px;width: 50%;}
    .newsletter-social.first-newsletter{margin-bottom: 0px;}
	.sample-project-detail .text.text-one, .sample-project-detail .text, .sample-project-detail .text.text-three{margin-top: 30px;}
	.sample-name{font-size: 18px;}
	.sample-title{font-size: 26px; margin-top: 15px;}
	.sample-sub-title{font-size: 22px; margin-top: 15px;}
	.sample-desc{font-size: 17px; margin-top: 15px; line-height: 28px;}
	.sample-right-text{font-size: 18px;}
	.sample-right-list ul li{padding: 15px 15px;}
	.sample-right-title{padding: 15px 15px;}
	.sample-detail-margin{margin-top: 71.41px;}
	.sample-project-list .list .item .country {width: 100% !important;}
	.sample-project-list .list .item .country div {width: 100%; text-overflow: inherit; overflow: auto;}

}
@media only screen and (max-width: 480px) {
	.hmSbCr .bot .list .slick-arrow {width: 45px; height: 45px; left: 0; z-index: 3;}
	.hmSbCr .bot .list .slick-next {left:auto; right: 0;}
}