@charset "utf-8";
/* CSS Document */
#nycon{
	display: -webkit-grid; 
  display: grid;
 grid-template-columns:repeat(3,auto);
 justify-content:space-between;
   align-items:center;
}

#nylog{
	 padding:8px 2rem;
}
#nylog img{
	width:35rem
}

.indexmenu{
	flex:1;
	 display: -webkit-flex; 
  display: flex;
  justify-content:center;
}
.indexmenu ul{
	margin-right:1vw;
}
.indexmenu li{
	display:inline-block;
	position:relative;
}
.indexmenu li a{
	display:block;
	padding:1.8vw 2.2vw;
	white-space:nowrap;
	font-size:1.8rem;
	color:var(--web-theme-color-black);
	border:none;
	position:relative;
	z-index:20;
}
.indexmenu > ul > li:hover a,.indexmenu li a:hover,.indexmenu > ul > li.indexactive a{
	color:var(--web-theme-color-red);
	font-weight:700;
}
.sub-menu li{
	display:block;
}
 .indexmenu > ul > li .sub-menu {
      position: absolute;
      top: 90%;
      left:30px;
      text-align: left;
      background-color: #ffffff;
      width: 380px;
      z-index: -99;
      visibility: hidden;
      opacity: 0;
	   -webkit-box-shadow: 0px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
	    -webkit-transform: perspective(800px) rotateX(-90deg);
    -moz-transform: perspective(800px) rotateX(-90deg);
    -ms-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
       }
	   .indexmenu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
	    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
      visibility: visible;
      opacity: 1; }
	  
      .indexmenu > ul > li .sub-menu li a {
        display: block;
        color: #999;
        font-weight: 400;
		padding:12px 20px;
		border-bottom:#d1d1d1 solid 1px;
		 }
      .indexmenu > ul > li .sub-menu li:hover a, .indexmenu > ul > li .sub-menu li.indexactive a {
        color:var(--web-theme-color-white) !important;
		background-color:var(--web-theme-color-red); }
.navtop {
	width:30px;
	border:none;
	display:none;
	vertical-align:text-center;
	padding-top:6px;
}
.btn-nav {
	position:relative;
	background:0 0;
	border:none;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
	cursor:pointer;
	z-index:99999
}
.btn-nav:focus {
	outline:0
}

.icon-bar {
	display:block;
	margin:4px 0;
	width:15px;
	height:3px;
	background-color:var(--web-theme-color);
}
.btn-nav:hover .icon-bar {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	background-color:var(--web-theme-color-red); 
}
.nav-content {
	position:fixed;
	top:-100%;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.7);
	display:block;
	height:100%;
	z-index:9;
}
.nav-list {
	list-style:none;
	padding:0;
	position:relative;
	padding:3vw 0;
	margin-top:14vh;
}

.item-anchor:after {
	content:"";
	position:absolute;
	width:3px;
	height:1px;
	left:0;
	bottom:-10px;
	z-index:16;
	background:0 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.item-anchor {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	text-decoration:none;
	padding:5px 40px;
	display:block;
}

.item-anchor:hover, .item-anchor:focus {
	text-decoration:none;
	color:var(--web-theme-color-red);
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.mobmain{
	display:none;
	margin-top:15px;
	margin-left:40px;
}
.item-anchor:hover:after, .item-anchor:focus:after {
	width:100%;
	background:#666;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

.nav-item {
	text-align:left;
	padding-top:2rem;
}
.itemchil{
	color:#fff;
	display:block;
	padding-top:5px;
	padding-bottom:8px;
	font-size:18px;
}
.itemchil i{
	font-size:14px;
}
.animated {
	display:block;
	margin:0 auto
}
.animated:hover .icon-bar, .animated:focus .icon-bar {
	background-color:var(--web-theme-color-red); 
}
.animated:focus {
	cursor:pointer;
	z-index:9999999;
}
.middle {
	margin:0 auto
}
.icon-bar {
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-ms-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease;
	z-index:999999
}
.animated .icon-bar {
	z-index:100000;
	background-color:var(--web-theme-color); 
}
.animated .top {
	-webkit-transform:translateY(8px) rotateZ(45deg);
	-moz-transform:translateY(8px) rotateZ(45deg);
	-ms-transform:translateY(8px) rotateZ(45deg);
	-o-transform:translateY(8px) rotateZ(45deg);
	transform:translateY(8px) rotateZ(45deg)
}
.animated .bottom {
	-webkit-transform:translateY(-6px) rotateZ(-45deg);
	-moz-transform:translateY(-6px) rotateZ(-45deg);
	-ms-transform:translateY(-6px) rotateZ(-45deg);
	-o-transform:translateY(-6px) rotateZ(-45deg);
	transform:translateY(-6px) rotateZ(-45deg)
}
.animated .middle {
	width:0
}
@keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-webkit-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-moz-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-o-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
.showNav {
	-webkit-animation:showNav 1s ease forwards;
	-moz-animation:showNav 1s ease forwards;
	-o-animation:showNav 1s ease forwards;
	animation:showNav 1s ease forwards
}
@keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-webkit-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-moz-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-o-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
.hideNav {
	-webkit-animation:hideNav 1s ease forwards;
	-moz-animation:hideNav 1s ease forwards;
	-o-animation:hideNav 1s ease forwards;
	animation:hideNav 1s ease forwards
}
.hidden {
	display:none;
}
/*Language*/
#language{display: -webkit-flex; display: flex;justify-content:center;align-items:center;}
#language a{ color:var(--web-theme-color-black);}
#language a:hover{color:var(--web-theme-color-red);}
#language img{ margin:0 1.4rem;}
/*.language-style img{ width:30px; height:30px; border-radius:50rem; padding:2px;}
#language>.language-menu{ position:relative;  color:var(--web-theme-color-black); cursor:pointer; }
#language>.language-menu>.language-list{
	 position: absolute;
	 z-index:100000;
      left: -5px;
      text-align: left;
      background-color:var(--web-theme-color-white);
	  color:var(--web-theme-color-white);
      width: 120px;
	  padding-top:1rem;
	  padding-bottom:1rem;
	   -webkit-box-shadow: 0px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
	    cursor:pointer; 
		  opacity: 1;
}
@keyframes showNav-1 {
from {
top:80px;
}
to {
	top:30px
}
}
@-webkit-keyframes showNav-1 {
from {
top:80px;
}
to {
	top:30px
}
}
@-moz-keyframes showNav-1 {
from {
top:80px;
}
to {
	top:30px
}
}
@-o-keyframes showNav-1 {
from {
top:80px;
}
to {
	top:30px
}
}
.showNav-1 {
	-webkit-animation:showNav-1 1s ease forwards;
	-moz-animation:showNav-1 1s ease forwards;
	-o-animation:showNav-1 1s ease forwards;
	animation:showNav-1 1s ease forwards
}
@keyframes hideNav-1 {
from {
top:30px;
 opacity: 1;
}
to {
	top:80px;
	opacity: 0;
}
}
@-webkit-keyframes hideNav-1 {
from {
	 opacity: 1;
top:30px

}
to {
	top:80px;
	opacity: 0;
}
}
@-moz-keyframes hideNav-1 {
from {
top:30px;
opacity: 1;
}
to {
	top:80px;
	opacity: 0;
}
}
@-o-keyframes hideNav-1 {
from {
top:30px;
opacity: 1;
}
to {
	top:80px;
	opacity: 0;
}
}
.hideNav-1 {
	-webkit-animation:hideNav-1 1s ease forwards;
	-moz-animation:hideNav-1 1s ease forwards;
	-o-animation:hideNav-1 1s ease forwards;
	animation:hideNav-1 1s ease forwards
}
#language a:hover{color:var(--web-theme-color-red);}
#language>.language-menu>.language-list>li:hover a,#language>.language-menu>.language-list>li.indexactive a{
	color:var(--web-theme-color-red);
	text-decoration:none;
}
#language>.language-menu>.language-list li a {
        display: block;
		padding:0 20px;
        color: #333;
        font-weight: 400;
		line-height:1.7em;
}*/
.com-link{
	display: -webkit-flex; 
   display: flex;
   justify-content:center;
	align-items:center;
	padding:0 2rem;
}
/*-- search--*/
.header-search {position:relative; margin-left:1.4rem; }
.search-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  }
.search-toggle:hover i {
    color: var(--web-theme-color-blue);
}
  .search-toggle i {
    font-size: 20px;
    line-height: 20px; 
	 -webkit-text-stroke: 1px #151518 none;
	font-weight:lighter !important;
	  color: var(--web-theme-color-black)
}
.com-link .search-toggle:hover i{ color: var(--web-theme-color-red);}
.header-search-form {
  background-color: #fff;
  position: absolute;
  border: 1px solid #7d7d7d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  
  .header-search-form.open {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    right: 30px; }
	
  .header-search-form form {
    position: relative;
    padding-right: 40px; }
	
    .header-search-form form input {
      color: #7d7d7d;
      border: 1px solid transparent;
      height: 40px;
      line-height: 24px;
      padding: 7px 15px;
      width:26rem; }
	  
      
    .header-search-form form button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      color: #fff;
      width: 40px;
      height: 40px;
      border: none;
      cursor: pointer; }
      .header-search-form form button:hover {
        color: #d80c24; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }
.com-link-book{ border-radius:20px;  padding:5px 4rem; margin-left:2rem; background-color: var(--web-theme-color);}
.com-link-book a{color: var(--web-theme-color-white);}
.com-link-book:hover{background-color: var(--web-theme-color-black);}
@media only screen and (max-width: 1023px) {	
#nycon{
 grid-template-columns:repeat(2,auto);
}
 .indexmenu ul{ display:none;} 
 .indexmenu .navtop{ display:block;}  
 .indexmenu{
	 display: -webkit-flex; 
  display: flex;
  justify-content:center;
  align-items:center;
	 } 
#cont-phone a{ font-size:3rem; }	 
#nylog img{
	width:30rem;
}
#nylog{ padding:15px;}
.com-link{  grid-column: 1 / 3; grid-row: 1 / 2;  padding:10px 15px;  background-color:var(--web-theme-color-black); display: -webkit-flex; 
 display: flex; justify-content: space-between; flex-direction:row-reverse; }
#language img{margin-left:0;}
.header-search{ display:none;}
#language>.language-menu{ color:#fff; font-size:14px;}
#language>a{ color:#fff;}
}
@media only screen and (max-width: 490px) {
}