/**
 * COLORs ~>
**/

/* [ { "#ffffff" }{ "#4D4D4D" }{ "#000000" }{ "#006699" } ] */

/**
 * STANDARDs ~>
**/
html, body{ background-color: #ffffff; font-family: 'Dosis-Medium', sans-serif; letter-spacing: 0.5px; font-size: 14px; color: #4D4D4D; }
body.menu-_act{ overflow:hidden; }
h2, h3, h4, h5, h6 { position: relative; font-family: 'Dosis-SemiBold'; font-weight: 500; line-height: 1.2; text-align: justify; z-index: 1; }
h1     { font-size: 50px; display: none;                                                                            }
h2     { font-size: 34px;                                                                                           }
h3     { font-size: 28px;                                                                                           }
h4     { font-size: 22px;                                                                                           }
h5     { font-size: 20px;                                                                                           }
h6     { font-size: 16px;                                                                                           }
body   { scrollbar-base-color: #ddd; scrollbar-face-color: #4D4D4D; scrollbar-3dlight-color: #ddd; scrollbar-highlight-color: #ddd;
    scrollbar-track-color: #ddd; scrollbar-shadow-color: #ddd; scrollbar-arrow-color: auto; scrollbar-dark-shadow-color: #ddd; }

aside{ line-height: 1.2;                                                                                            }
p      { position: relative; font-size: 14px; line-height: 1.25; text-align: justify; z-index: 2;                   }
p::-webkit-scrollbar, article::-webkit-scrollbar{ width:5px; height:5px;                                            }
b, strong, .b, .bold { font-family: 'Dosis-SemiBold', sans-serif; font-weight: inherit;                             }
small  { font-size: 10px;                                                                                           }
button { background: none; border:none; color: inherit;                                                             }
li     {                                                                                                            }
select { /* background-image:url(../imgs/arrow-down-03.png); */ background-repeat:no-repeat;
         background-position: right center;
        -moz-appearance: none; -webkit-appearance: none; appearance: none;                                          }
select::-ms-expand { display: none; }

*::-webkit-scrollbar         { width:8px; height:8px; }
*::-webkit-scrollbar-track   { background:#ddd;    }
*::-webkit-scrollbar-thumb   { background:#4D4D4D;    }
*
*::-webkit-input-placeholder { color:#4D4D4D;         }
*:-moz-placeholder           { color:#4D4D4D;         }
*:-ms-input-placeholder      { color:#4D4D4D;         }
*::-ms-input-placeholder     { color:#4D4D4D;         }

/**
 * EXTRAs ~>
**/

/*
.odd{ background:#ffffff; }
.even{ background: #f2f2f2; }
*/

/* [ row-col ]*/
._row{ display: inline-table; width: 100%; height: inherit; }
._row:not(._row-in):before, ._row:after{ display: table; content: " "; }
._row:not(._row-in):after{ clear: both; }
._row._row-fx{ display: flex; display: -webkit-flex; }
._row ._col{ position: relative; float: left; height: inherit; }
._row._row-in ._col{ float: none; display: inline-block; vertical-align: middle; /* height: auto; */ }

._row._r-w-p{ margin-left: -15px; margin-right: -15px; }
._row._r-w-p > ._col{ padding-left: 15px; padding-right: 15px; }

._row._r-w-p-5px{ margin-left: -5px; margin-right: -5px; }
._row._r-w-p-5px > ._col{ padding-left: 5px; padding-right: 5px; }

._row._r-w-p-35px{ margin-left: -35px; margin-right: -35px; }
._row._r-w-p-35px > ._col{ padding-left: 35px; padding-right: 35px; }

._row._r-h-p{ margin-top: -15px; margin-bottom: -15px; }
._row._r-h-p > ._col{ padding-top: 15px; padding-bottom: 15px; }

._row._r-h-p-5px{ margin-top: -5px; margin-bottom: -5px; }
._row._r-h-p-5px > ._col{ padding-top: 5px; padding-bottom: 5px; }

._row._r-w-p-5px{ margin: 0 -5px; }
._row._r-w-p-5px > ._col{ padding: 0 5px; }

/* [ captcha ] */
._captcha{ display: inline-block; width: 304px; height: 76px; }

/* [ sh ] */
._sh:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4; }
._sh.sh-o-75:before{ background: rgba(85,88,90,0.75); }

/* [ close ] */
._bt-dnmic { position: relative; display: inline-block; width: 38px; height: 38px; cursor: pointer; z-index: 101; pointer-events: auto; }
._bt-dnmic ._line { position: absolute; right:0; height: 0; border-top: 3px solid #4D4D4D; width: 38px; border-radius: 3px; -webkit-border-radius: 3px; }
._bt-dnmic._act ._line{ border-color: #006699; }

._bt-dnmic ._line:nth-child(1){ top: 3px; }
._bt-dnmic ._line:nth-child(2){ top: 14px; }
._bt-dnmic ._line:nth-child(3){ top: 25px; }

._bt-dnmic._act{ top: -2px; }
._bt-dnmic._act ._line{ border-left: 4px solid #006699; border-top: 0px solid; height: 38px; width: 0;}
._bt-dnmic._act ._line:nth-child(1){ top: 0px; left: 13px; transform: rotate(-45deg); }
._bt-dnmic._act ._line:nth-child(2){ top: 0px; left: 13px; transform: rotate(45deg); }
._bt-dnmic._act ._line:nth-child(3){ display: none; }

._bt-dnmic:not(._act):hover ._line{ border-left: 4px solid #006699; }

/* [ol-dots] */
.ol-dots { font-size: 13px; }
.ol-dots li{ position: relative; display: block !important; font-size: 12px !important; margin-bottom: 5px; }
.ol-dots li:last-child{ margin-bottom: 0; }
.ol-dots li:before{ content: ''; display: inline-block; vertical-align: middle; height: 6px; width: 6px; margin:-2px 6px 0 0; background: #55585a; border-radius: 50%; -webkit-border-radius:50%; }

/* [ inp-module ] */
.inp-wrp .inp { position: relative; display: block; width: 100%; height:45px; line-height: 45px; }
.inp-wrp .inp input,
.inp-wrp .inp textarea{ height: inherit; width: 100%; font-size: 13px; line-height: initial; border-bottom: 1px solid #d7e0e9; }

.inp-wrp .inp textarea{ line-height: 1.2; padding-top: 14px; }
.inp-wrp .inp.inp-textarea{ height: 100px; }

.inp-wrp .inp-placeholder{ position: absolute; left: 25px; top: 0; color: #bfc1c4; font-size: 13px; z-index: 5; user-select: none; -webkit-user-select: none; pointer-events: none; }
.inp-wrp.inp-no-icon .inp-placeholder{ left: 0; }

.inp-wrp .inp-line{ position: absolute; left: 50%; bottom: 0px; width: 0; height: 1px; border-bottom: 1px solid #006699; z-index: 5; }

.inp-wrp .inp input:focus ~ .inp-line,
.inp-wrp .inp input:valid  ~ .inp-line,
.inp-wrp .inp textarea:focus ~ .inp-line,
.inp-wrp .inp textarea:valid  ~ .inp-line{ left: 0; width: 100%; }

.inp-wrp .inp input:valid ~ .inp-placeholder, .inp-module .inp textarea:valid ~ .inp-placeholder{ font-size: 11px;  top: -19px; }

/* [ button ] */
._bt        { position: relative; display: inline-block; text-align: center; font-family: 'Dosis-Medium'; font-size: 14px; min-width: 130px; padding: 0 20px; height:32px; color: #006699; line-height: 32px; border: 1px solid #fcbc4d; z-index: 3; overflow: hidden; }
._bt.bt-c  { margin:0 auto; }
._bt:before { content: ''; position: absolute; background: #006699; width: 100%; top: 0; left:calc( -100% - 30px); height: 100%; z-index: -1; transform: skew(30deg); -webkit-transform: skew(30deg); -webkit-transition: transform 0.3; transition: transform 0.3; transition-duration: .2s; -webkit-transition-duration: .5s; }
._bt span   { position: relative; z-index: 1; }

._bt:hover:before,._bt-hov:hover ._bt:before,
._bt:hover:before,._bt-hov.act ._bt:before{ left: 0; transform: skew(0); -webkit-transform: skew(0); -webkit-transition-property: transform,left; transition-property: transform,left; transition-duration: .4s; -webkit-transition-duration: .4s; }
._bt:hover,
._bt-hov:hover ._bt,
._bt._act{ color: #55585a; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; }

._bt-multiple{ margin:0 -2.5px; font-size: 0; }
._bt-multiple ._bt{ float: left; margin: 2.5px 2.5px; }
._bt-multiple ._bt.w50{ width: calc(50% - 5px) !important; }

/* [ shadow ] */
.sh-before:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #55585a; opacity: 0.75; pointer-events: none; z-index: 2; }

/**
 * EJDATs||WRAPPERs ~>
**/
._ctr       { position: relative; width: 1510px; height: 100%; min-height: inherit; margin:0 auto; padding: 0 20px; z-index: 4;     }
._con       { width: 100%; position: relative; overflow: hidden;                                                                       }
#__main-doC { position: relative; height: 100%; min-width: 1000px; min-height: 720px; background-color: inherit;                       }
.main-fix   { overflow-y: hidden; min-height: 620px;                                                                                   }
/**
 * MODULEs ~>
**/

/* header */
#header{ position: relative; width: 100%; height: 130px; background-color: #ffffff; z-index: 5; }
#header .menu{ margin-right: -22.5px; }

#header ._bt-dnmic#for-menu{ display: none; }

/* header-menu-rs */
#header-menu-rs{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; padding-top: 130px; background: rgba(255,255,255,0.9); opacity: 0; visibility: hidden; z-index: 3; }
#header-menu-rs ul { text-align: center; padding: 0 20px; }
#header-menu-rs ul li{ display: block; }
#header-menu-rs ul li a{ display: inherit; padding: 7px 0; font-size: 4.75vh; }
#header-menu-rs ul li a:hover, #header-menu-rs ul li a._act{ color: #006699; }

/* footer */
#footer{ position: relative; width: 100%; height: 130px; background-color: #ffffff; z-index: 2; }
#footer._act ._ctr:before{ content: ''; position: absolute; left: 20px; right:20px; top:0; height: 1px; border-top: 1px solid #4D4D4D; z-index: 5; }
#footer ._dot{ display: inline; padding: 0 10px; }

#footer a{ opacity: 0.75; }

#footer a:hover{ color: #006699; opacity: 1; }
#footer p{ display: inline-block; font-size: 15px; }
#footer .footer-copyright p{ font-family: 'Dosis-Regular'; font-size: 13px; }

#footer .footer-social{ width: 100%; font-size: 0; text-align: center; }
#footer .footer-social li{ display: inline-block; margin:9px;  }
#footer .footer-social li a{ opacity: 0.75; }
#footer .footer-social li a:hover{ opacity: 1; }

/* menu */
.menu ul{ font-size: 0; }
.menu ul li{ position: relative; display: inline-block; }
.menu ul li:before{ content: ''; position: absolute; left: 0; top: 50%; margin: -1.5px 0 0 -1px; display: block; width: 3px; height: 3px; background: #4D4D4D; border-radius: 50%; -webkit-border-radius: 50%; }
.menu ul li:first-child:before{ display: none; }
.menu ul li a{ position: relative; display: block; padding: 20px 22.5px; font-size: 19px; }

.menu ul li a:before{ content: ''; position: absolute; left: 50%; top: -12px; height: 17px; width: 1px; border-left:1px solid #006699; opacity: 0; transform: rotate(10deg); }
.menu ul li:hover a:before, .menu ul li a._act:before{ top: -5px; opacity: 1; transform: rotate(0); }

.menu ul li a:after{ content: ''; position: absolute; left: 50%; bottom: -12px; height: 17px; width: 1px; border-left:1px solid #006699; opacity: 0; transform: rotate(-10deg); }
.menu ul li:hover a:after, .menu ul li a._act:after{ bottom: -5px; opacity: 1; transform: rotate(0); }

.menu ul li a:hover, .menu ul li a._act{ color: #006699; }

/* filters */
.--filters.menu{ height: 60px; margin:10px 0 30px 0; }
.--filters.menu ul li a{ padding: 15px 15px; font-size: 14px; }

.--filters.menu ul li a:before{ content: ''; position: absolute; left: 50%; top: -9px; margin-left: -1px; height: 14px; width: 1px; border-left:1px solid #006699; opacity: 0; transform: rotate(10deg); }
.--filters.menu ul li:hover a:before, .--filters.menu ul li a._act:before{ top: -4px; opacity: 1; transform: rotate(0); }

.--filters.menu ul li a:after{ content: ''; position: absolute; left: 50%; bottom: -9px; margin-left: -1px; height: 14px; width: 1px; border-left:1px solid #006699; opacity: 0; transform: rotate(-10deg); }
.--filters.menu ul li:hover a:after, .--filters.menu ul li a._act:after{ bottom: -5px; opacity: 1; transform: rotate(0); }

/* main-carousel */
#main-carousel{ position: relative;  height: calc(100% - 260px); height: -webkit-calc(100% - 260px); }
#main-banner{ position: relative; height: 480px; }

#main-carousel .owl-dots, #main-banner .owl-dots{ position: absolute; right: 0; bottom: 27px; width: 100%; text-align: center; }
#main-carousel .owl-dot span, #main-banner .owl-dot span{ width: 12px; height: 28px; box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); border-radius: 3px; -webkit-border-radius: 3px; transition:all 0.25s ease-in-out; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out;}
#main-carousel .owl-dot.active span, #main-carousel .owl-dot:hover span, #main-banner .owl-dot.active span, #main-banner .owl-dot:hover span{ background: #006699; }

/* map */
#banner-map{ position: relative;  height: calc(100% - 260px); height: -webkit-calc(100% - 260px); background: #ddd; overflow: hidden; }
.map-content{ position: absolute; left: 220px; bottom: 55px; padding: 45px 50px; max-width: 520px; background: #fff; overflow: hidden; border-radius: 5px; -webkit-border-radius:5px;  z-index: 3; }
.map-content.responsive{ display: none; }
.map-content ._cll:first-child{ padding-right: 10px; }
.map-content ._cll:last-child{ padding-left: 10px; }
.map-content h5{ font-size: 16px; }
.map-content p{ margin-top: 15px; text-align: left; }
.map-content a{ opacity: 0.75; }
.map-content a:hover{ color: #006699; opacity: 1; }

#mapCanvas{ position: absolute; left: 0; top:-25%; width: 100%; height: 150%; z-index: 3; }

/* selected-projects */
#selected-projects{ margin:0 0 50px 0; overflow: hidden; }
.selected-projects-wrapper{ position: relative; margin: 0 -40px -50px -40px; }
#selected-projects .selected-project-item{ position: relative; float: left; width: calc(33.33% - 80px); width: -webkit-calc(33.33% - 80px); margin: 0 40px 50px 40px; overflow: hidden;
/*-webkit-filter: saturate(25%); -moz-filter: saturate(25%); -o-filter: saturate(25%); -ms-filter: saturate(25%); filter: saturate(25%);*/ }
#selected-projects .selected-project-item:hover{ /* -webkit-filter: saturate(100%); -moz-filter: saturate(100%); -o-filter: saturate(100%); -ms-filter: saturate(100%); filter: saturate(100%); */ }
#selected-projects .selected-project-item figure{ min-height: 150px; overflow: hidden; }
#selected-projects .selected-project-item figure img{ width: 100%; }
#selected-projects .selected-project-item article{ margin-top: 15px; }
#selected-projects .selected-project-item article h6{ font-family: 'Dosis-Regular'; }

#selected-projects h5{ font-size: 16px; margin-bottom: 15px; }
#selected-projects h5 + table._w100{ width: 585px !important; }

#selected-projects .selected-project-item:hover{ color: #006699; }

#selected-project-detail table{ width: auto;}
#selected-project-detail table td{  padding-right: 7px; }
#selected-project-detail table td span{  padding-right: 7px; }
#selected-project-detail > article{ position: relative; width: 835px; padding-right: 92.5px; }
#selected-project-detail > article:before{ content: ''; position: absolute; right: 0; top: 38px; bottom: 3px; min-height: 45px; height: auto; width: 1px; border-right: 1px solid #4D4D4D; }
#selected-project-detail > detail{ width: 635px; padding-left: 92.5px; font-family: 'Dosis-Regular'; }

#selected-projects .map{ position: relative; width: 100%; height: 240px; background: #ddd; overflow: hidden; }

.selected-project-photos { margin:50px 0 30px 0; }
.selected-project-photos figure{ width: 100%; min-height: 300px; margin:20px 0; }

/* archive-projects */
#archive-projects{ margin: 70px 0; }
#archive-projects ._tb{  width:1000px; margin: 0 auto; font-size: 18px; }
#archive-projects ._tb th{ font-family: 'Dosis-SemiBold'; font-size: 18px; }
#archive-projects ._tb tr th, #archive-projects ._tb tr td{ padding: 10px 0; border-bottom: 1px solid #969696;  }
#archive-projects ._tb tbody tr:first-child td{ border-top: 1px solid #969696; }
#archive-projects ._tb tbody td{ font-family: 'Dosis-Regular'; }
#archive-projects ._tb tr:last-child td, #archive-projects ._tb tr:last-child th{ border-bottom: none; }
#archive-projects ._tb td figure{ position: relative; display: inline-block; vertical-align: top; margin-left: 5px; opacity: 0; }
#archive-projects ._tb tr td{ padding-right: 10px !important; }
#archive-projects ._tb tr td:last-child{ padding-right: 0 !important; }
#archive-projects ._tb tr:hover figure{ opacity: 1; }

/* _tb-sortinger */
table._tb-sortinger th{ cursor: pointer; }
table._tb-sortinger th > span{ position: relative; }
table._tb-sortinger th > span:before{ content: ''; position: absolute; left: -10px; top: 50%; margin: -1.5px 0 0 -1px; display: block; width: 3px; height: 3px; background: #006699; opacity: 0; visibility: hidden; border-radius: 50%; -webkit-border-radius: 50%; }
table._tb-sortinger th._act span:before{ opacity: 1; visibility: visible; }
table._tb-sortinger th:hover, table._tb-sortinger th._act{ color: #006699; }

table._tb-sortinger td > a:hover{ color: #006699; }

/* page-header */
header.title{ display: block; width: 100%; height: 40px; line-height: 40px; background: #1c6297; padding: 7px 15px; color: #fff; }
/* about-us */
#about-us{ margin:65px 0 0 0; }
#about-us ._ctr > ._row > ._col:nth-child(1){ padding-right: 35px; }
#about-us ._ctr > ._row > ._col:nth-child(2){ padding-left: 35px; }
#about-us article > h6{ font-size: 20px; }
#about-us article > p{ font-size: 16px; min-height: 180px; margin:22px 0 66px 0; }
#about-us #year-list{ margin:70px 0 0 0; }
#about-us #year-list strong{ display: block; font-family: 'Dosis-Bold'; font-size: 18px; margin-bottom: 17px; }
#about-us #year-list ul li{ padding: 7px 0; font-size: 16px; }

#about-us #about-us-team{ margin:35px 0 0 0; }
#about-us #about-us-team li{ display: block; padding: 40px 0; border-bottom: 1px solid #0f0f0f; }
#about-us #about-us-team li:last-child{ border-bottom: 0; }
#about-us #about-us-team li figure{ min-width: 150px; margin-right: 50px; }
#about-us #about-us-team li .short-desc{ font-size: 16px; font-weight: 600; margin:22px 0 0 0; }
#about-us #about-us-team li p{ margin:21px 0 0 0; font-size: 18px; }

/* social-reponsibility */
#social-reponsibility{ margin: 0 0 0 0; }
#social-reponsibility header.title{ width: calc(50% - 35px); -webkit-width: calc(50% - 35px); margin:50px 0 0 0; }
#social-reponsibility ._item{ display: block; padding:50px 0; border-bottom: 1px solid #0f0f0f; }
#social-reponsibility ._item:last-child{ border-bottom: 0; }
#social-reponsibility ._item ._tb > ._cll:nth-child(1){ padding-right: 35px; }
#social-reponsibility ._item ._tb > ._cll:nth-child(2){ padding-left: 35px; }
#social-reponsibility ._item article{ display: block; }
#social-reponsibility ._item article h5{ font-size: 18px; }
#social-reponsibility ._item article p{ margin:21px 0 0 0; font-size: 18px; }
