@import url('../fonts/ttnorms.css');
html {
  overflow: 'overlay';
}
body {
  font-size: 20px;
  color: #000000;
  font-family: 'TT Norms Light', sans-serif;
  font-variant-ligatures: none;
}

body.dark {
  background: #000000;
  color: #ffffff;
}

body.light {
  background: #ffffff !important;
}

body .logo-black { display: block !important; }
body .logo-white { display: none !important; }

body.dark .logo-black { display: none !important; }
body.dark .logo-white { display: block !important; }

body.disabled-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #ffffff !important;
}
body.disabled-scroll video {
  display: none;
}
body.masterpiece-detail {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TT Norms Light', sans-serif;
}

a {
  color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #000000;
  text-decoration: none;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.ti-cursor {
  left: calc(100% + -10px) !important;
  font-size: 55px;
  font-family: 'TT Norms Light', sans-serif;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.font-medium{
 font-family: 'TT Norms Medium', sans-serif; 
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    /*border-left: 1px red solid;
    border-right: 1px red solid;*/
  }
}

#mainNav {
  font-family: 'TT Norms Light', sans-serif;

  height: 90px;
  padding: 32.5px 0; 
}

#mainNav .navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  height: 25px;
}

#mainNav .navbar-brand img {
  height: 25px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

body.dark #mainNav .navbar-nav > li.nav-item > a {
  color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a {
  color: #000;
  font-size: 16px;
  /*padding: 0 40px;*/
  padding: 0 44px;
}

#mainNav .navbar-nav > li.nav-item > a.main {
  font-family: 'TT Norms Bold',sans-serif;
  /*padding-right: 0 !important;*/
  padding-right: 23px !important;
}

#mainNav .dropdown-menu.language {
  text-align: right;
  background-color: transparent;
  /*padding-right: 68px;*/
  padding-right: 60px;
  padding-top: 18px;
  margin-top: 0;
  border: none;
}

#mainNav .dropdown-menu.language li {
  margin-bottom: 18px;
}

#mainNav .dropdown-menu.language li a {
  color: #000000;
}

body.dark #mainNav .dropdown-menu.language li a {
  color: #ffffff;
}

#mainNav .dropdown-menu.language li a:hover {
  text-decoration: none;
  font-family: 'TT Norms Bold',sans-serif;
}

#mainNav .dropdown-toggle::after {
  display: none;
}

#mainNav li a .fa-angle-down {
  font-size: 12px;
  position: absolute;
  top: 1px;
  /*right: 29px;*/
  right: 35px;
}

.show-menu {
  background-color: #ffffff;
  height: 90%;
  width: 100%;
  position: fixed;
  top: 90px;
  padding-top: 240px;
  z-index: 999;
  overflow-y: scroll;
  right: -16px;
  padding-right: 32px;
}

.show-menu ul {
  list-style: none;
  text-align: right;
}

.show-menu .main-menu {
  width: 293px;
  min-height: 400px;
  float: right;
}

.show-menu .main-menu ul {
  padding-left: 0;
  margin-top: -13px;
}

.show-menu .sub-menu {
  width: 293px;
  min-height: 100%;
  float: right;
  margin-bottom: 50px;
}
.show-menu .sub-menu-lg {
  float: right;
}
.show-menu .sub-menu-lg#sub-menu-lg1 { margin-top: 6px; }
.show-menu .sub-menu-lg#sub-menu-lg2 { margin-top: 59px; }
/*.show-menu .sub-menu-lg#sub-menu-lg3 { margin-top: 120px; }
.show-menu .sub-menu-lg#sub-menu-lg4 { margin-top: 178px; }
.show-menu .sub-menu-lg#sub-menu-lg5 { margin-top: 240px; }
.show-menu .sub-menu-lg#sub-menu-lg6 { margin-top: 300px; }*/

.show-menu .sub-menu-lg#sub-menu-lg4 { margin-top: 120px; }
.show-menu .sub-menu-lg#sub-menu-lg5 { margin-top: 180px; }
.show-menu .sub-menu-lg#sub-menu-lg6 { margin-top: 240px; }

.show-menu .sub-menu ul {
  padding-left: 0;
  margin-top: 5px;
}

.show-menu .sub-menu-lg#sub-menu-lg1 li{
  font-size: 14px;
}

.show-menu .sub-menu-lg ul li a:hover {
  /*font-family: 'TT Norms Light Italic', sans-serif;*/
  font-style: italic;
}
.show-menu .sub-menu-lg ul li a:hover .norms-bold {
  /*font-family: 'TT Norms Bold Italic', sans-serif;*/
  font-family: 'TT Norms Bold',sans-serif;
  font-style: italic;
}

.show-menu .main-menu ul li {
  margin-bottom: 6px; /*guide: 13px; tapi li ada area box*/
}

.show-menu .main-menu ul li:hover a,
.show-menu .main-menu ul li.active a {
  font-family: 'TT Norms Bold',sans-serif;
}

.show-menu .main-menu ul li.active .sub-menu ul li a {
  font-family: 'TT Norms Light',sans-serif;
}

.show-menu .sub-menu#sub-menu1 ul li:hover a {
  font-family: 'TT Norms Bold',sans-serif;
}

.show-menu .sub-menu ul li {
  margin-bottom: 3px; /*guide: 13px; tapi li ada area box*/
}

.show-menu ul li a:hover {
  text-decoration: none;
}

.show-menu .main-menu ul li a {
  font-size: 36px;
}

.show-menu .sub-menu ul li a {
  font-size: 14px;
}



header.masthead .site-heading {
  color: white;
  padding: 240px 0 0 0;
  height: 560px;
}

header.masthead .site-heading h1 {
  text-align: right;
  font-size: 48px;
  line-height: 62px;
  font-family: 'TT Norms Medium',sans-serif;
  margin-top: -12px !important;
}

.masterpiece-menu.active,
.sub-masterpiece-link.active {
  font-family: 'TT Norms Bold',sans-serif;
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: 'TT Norms Light', sans-serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'TT Norms Light', sans-serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'TT Norms Light', sans-serif;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.block {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.pull-left {
  float: left !important;
}

.row-custom .col-custom {
  float: right;
  text-align: right;
}
.row-custom .col-custom.col-55 { width: 55px; }
.row-custom .col-custom.col-145 { width: 145px; }
.row-custom .col-custom.col-194 { width: 194px; }
.row-custom .col-custom.col-195 { width: 195px; }
.row-custom .col-custom.col-205 { width: 205px; }
.row-custom .col-custom.col-210 { width: 210px; }
.row-custom .col-custom.col-272 { width: 272px; }
.row-custom .col-custom.col-292 { width: 292px; }
.row-custom .col-custom.col-585 { width: 585px; }
.row-custom .col-custom.col-876 { width: 876px; }

.row-custom .col-career-last{
  margin-top: 73px;
}

.row-main-menu{
  height: 450px;
}

.page-content {
  float: right;
  text-align: right;
}
.page-content.w-876 { width: 876px; }
.page-content.w-586 { width: 586px; }

.font-12 { font-size: 12px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-21 { font-size: 21px; }

.font-lh-18 { line-height: 18px; }
.font-lh-20 { line-height: 20px; }
.font-lh-36 { line-height: 36px; }
.font-lh-44 { line-height: 44px; }

.align-justify { text-align: justify; }
.align-last-right { 
  /*text-align-last: right; */
  direction: rtl;
}

img.w-30 {
  width: 30px;
}

hr {
  border-color: #000;
}

.page-container {
  margin-top: 160px;
}
.page-menu {
  margin-bottom: 11px;
  font-size: 16px;
  display: block;
  cursor: default;
}
.page-menu span{
  cursor: pointer;
}
.page-title {
  margin-bottom: 39px;
  font-size: 16px;
  font-family: 'TT Norms Bold', sans-serif;
  display: block;
}
.masterpiece-img-thumb {
  margin-bottom: 15px;
  height: 145px;
  object-fit: cover;
}
.masterpiece-img-title {
  font-size: 12px;
  font-family: 'TT Norms Bold', sans-serif;
  margin-bottom: 5px;
  display: block;
}
.masterpiece-img-caption {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}
.journal-img-thumb {
  margin-bottom: 15px;
}
.journal-img-title {
  font-size: 12px;
  font-family: 'TT Norms Bold', sans-serif;
  margin-bottom: 5px;
  display: block;
}
.journal-img-caption {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}
.journal-mostly-viewed {
  margin-bottom: 50px;
}

@media (max-height: 636px) {
  header.masthead .site-heading {
    padding: 127px 0 0 0;
    height: 383px;
  }
  .show-menu {
    padding-top: 129px;
  }
  .show-menu .main-menu ul li {
    margin-bottom: -4px;
  }
  .show-menu .sub-menu#sub-menu2 { margin-top: 49px; }
  .show-menu .sub-menu#sub-menu3 { margin-top: 100px; }
  .show-menu .sub-menu#sub-menu4 { margin-top: 150px; }
  .show-menu .sub-menu#sub-menu5 { margin-top: 201px; }
  .show-menu .sub-menu#sub-menu6 { margin-top: 250px; }

  .page-container {
    margin-top: 83px;
  }
  .page-menu {
    margin-bottom: 3px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .masterpiece-img-thumb {
    margin-bottom: 10px;
  }
  .masterpiece-img-title {
    margin-bottom: 3px;
  }
  .masterpiece-img-caption {
    margin-bottom: 27px;
  }
  .journal-img-thumb {
    margin-bottom: 10px;
  }
  .journal-img-title {
    margin-bottom: 3px;
  }
  .journal-img-caption {
    margin-bottom: 27px;
  }
  .journal-mostly-viewed {
    margin-bottom: 18px;
  }
}

.lg-show {
  display: block;
}
.main-menu-lg {
  display: block;
}
.sm-show {
  display: none;
}
.main-menu-sm {
  display: none;
}

@media (max-width: 945px) {
  .lg-show {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .main-menu-lg {
    display: none;
  }
  .main-menu-sm {
    display: block;
  }
  #mainNav .navbar-brand img {
    height: 40px;
  }
  #mainNav .navbar-toggler {
    font-size: 35px;
    margin-right: -12px;
    border: none;
    color: #000000;
  }
  body.dark #mainNav .navbar-toggler {
    color: #ffffff;
  }
  .menu-title {
    position: relative;
    margin-right: -20px;
    margin-top: 5px;
    width: 110px;
    text-align: right;
  }
  .arrow-menu-title {
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -15px;
  }
  .container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .page-container {
    margin-top: 40px;
  }
  .page-title {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .page-menu {
    margin-bottom: 9px;
    font-size: 25px;
    line-height: 36px;
  }
  
  /*HOME*/
  header.masthead .site-heading {
    height: auto;
  }
  header.masthead .site-heading h1 {
    font-size: 40px;
  }
  #typewriter {
    display: none;
  }
  .title-text-1 {
    display: block !important;
  }
  .home-text-1 {
    display: block !important;
  }

  /*MASTERPIECE LIST*/
  .masterpiece-img-thumb {
    width: 100%;
    margin-bottom: 47px;
  }
  .masterpiece-img-title {
    font-size: 21px;
  }
  .masterpiece-img-caption {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .paging-masterpiece {
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
  }
  .paging-masterpiece li {
    display: inline;
    margin: 10px;
    cursor: pointer;
  }
  .paging-masterpiece li.active {
    font-family: 'TT Norms Bold', sans-serif;
  }

  /*MASTERPIECE DETAIL*/
  .masterpiece-detail {
    background: #fff !important;
  }
  .img-masterpiece {
    position: relative;
  }
  .img-masterpiece .prev-img {
    position: absolute;left: 10px;top: 35%;font-size: 25px;
  }
  .img-masterpiece .next-img {
    position: absolute;right: 10px;top: 35%;font-size: 25px;
  }
}

.video-header {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -99999;
  display: block;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 13px;
}
.form-group .input-text {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px #000 solid;
  font-size: 15px;
  width: 100%;
  text-align: right;
  margin-top: -10px;
}