/*desktop*/ @media all and (min-width: 1025px) {
  .menu-main > ul > li:last-child ul {
    margin-left: -40px
  }
  .smaller .menu-main ul ul {
    margin-top: 1px
  }
  .resize-header-on-scroll {
    width: 100%;
    top: 0;
    top: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.75);
  }
  .resize-header-on-scroll #logo {
    width: 180px;
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .resize-header-on-scroll.smaller #logo {
    margin-top: 12px;
  }
  .resize-header-on-scroll nav {
    display: inline-block;
    float: right;
  }
  .resize-header-on-scroll nav a {
    color: #000;
    font-size: 16px;
    padding: 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .smaller.resize-header-on-scroll nav a {
    padding: 18px 0;
  }
  .smaller.resize-header-on-scroll nav .sub-dropmenu li a {
    padding: 12px 20px;
  }
  header nav a:hover {
    color: white;
  }
  .resize-header-on-scroll.smaller {
    height: 60px
  }
  .resize-header-on-scroll.smaller #logo {
    width: 110px
  }
  .resize-header-on-scroll {
    position: fixed;
  }
  .menustyle1 {
    padding: 0 7px !important
  }
  .menustyle2 {
    margin-left: 40px !important
  }
  .menu-main .fa-user-circle-o.fa-2x {
    margin-top: -12px
  }
  .cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ce8034;
    transition: width .3s;
  }
  .cool-link:hover::after {
    width: 100%;
  }
}
/*tablet*/
@media all and (max-width: 1024px) {.container {
    padding-right: 30px;
	padding-left: 30px;}
  .banner-no-scroll img {
    width: 150%;
    height: 80vh;
  }.text-site {
 	  width: 68%;}
  /*	.article-bg img{width:150%; height: 40vh}
*/
  .smaller header {
    height: 0
  }
  .smaller header #logo {
    display: none
  }
  #nav-trigger {
    display: block;
    text-align: left
  }
  .detail-site {
    position: relative;
    width: 100%;
    max-width: 99%;
    margin-bottom: 10px
  }
  div#nav-main {
    display: none;
  }
  div#nav-mobile {
    display: block;
  }
  #nav-trigger span, div#nav-mobile ul {
    width: 40%
  }
  #nav-trigger span {
    width: 60px;
  }
  .facility section {
    padding: 5%;
    border-radius: 20px
  }
  .features li {
    width: 33%;
  }
  .tab-site {
    min-height: 46px;
    position: relative
  }
  .button-tab {
    width: 100%;
    margin: 0
  }
  .button-tab span {
    display: none
  }
  .button-tab .tablinks {
    display: inline-block
  }
  h1 {
    font-size: 20px
  }
  .text-banner {
    top: 50%;
    font-size: 30px;
    line-height: 30px;
  }
  .text-banner span {
    font-size: 20px
  }
  #logo img {
    width: 120px;
    margin-top: 10px
  }
  .menu-main ul li:hover > ul > li {
    background-color: #14345a
  }
  .menu-main ul ul li a {
    color: #fff;
  }
  .menu-main > ul > li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    padding: 0;
    position: relative;
  }
  .menu-main a {
    color: #fff;
    text-shadow: 0px 0px 0 rgba(4, 4, 4, 0);
  }
  .menu-main > ul > li a {
    display: block;
    padding: 15px 10px 15px 10px;
  }
  .menu-main > ul > li:hover a {}
  .sub-menu, .arrow-down {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0px;
    display: block;
    height: 65px;
    width: 65px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    color: #fff
  }
  .sub-menu::before, .arrow-down:before {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 23px;
    display: block;
    z-index: 99;
  } /*
   .sub-menu::after, .arrow-down:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 23px;
    display: block;
    width: 1px;
    height: 18px;
    background: #000000;
    z-index: 99;
  } */
  .sub-menu.submenu-opened::before, .arrow-down.submenu-opened::before {
    content: "\f077";
    font-family: 'FontAwesome';
  }
  .arrow-down {
    height: 44px;
    background: none;
  }
  .menu-main .fa.fa-chevron-down.fa-xs {
    display: none
  }
  .menu-main ul li > ul {
    width: 100% !important;
    margin-left: 0;
    padding-top: 0;
    position: relative;
    display: none;
    left: 0;
  }
  .menu-main ul li.active > ul {
    display: block;
  }
  .menu-main > ul > li ul li {
    width: 100%;
    padding: 0;
    position: relative;
    height: auto !important;
  }
  .menu-main > ul > li ul li a {
    display: block;
    padding: 23px 10px 20px 50px;
  }
  .menu-main > ul > li ul li .sub-menu {}
  .menu-main ul li > ul li.active ul {
    left: 0;
  }
  .menu-main.active {
    display: block;
  }
  .menu-main > ul > li:hover > a, .menu-main > ul > li.active > a {
    color: #fff;
  }
  /* trunk*/
  header {
    height: 60px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.46);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header h1 {
    color: #ffffff;
    text-align: center;
    padding-left: 0;
    display: block;
    margin-top: 20px;
    font-size: 30px
  }
  .burger {
    display: block;
  }
  /*  Nav Drawer Layout  */
  nav.slide {
    position: relative;
    overflow: auto
  }
  nav.slide ul {
    height: 100%;
    overflow-y: auto;
  }
  nav.slide li {
    display: block;
    float: none;
  }
  nav.slide li a {
    padding: 22px 25px;
    letter-spacing: 3px;
    font-size: 14px;
  }
  nav.slide li a.logo {
    display: none;
  }
  nav li a.active {
    color: #fff;
    background-color: #123c6e;
  }
  nav li a:hover {
    color: #fff;
    background-color: #123c6e;
  }
  nav li:first-child a.active, nav li:first-child a:hover {}
  .header-section {
    margin-top: 60px;
  }
  /* NAVIGATION ANNIMATION */
  nav.slide {
    width: 260px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #0a1727;
    /* starting point */
    opacity: 1;
  }
  /*Nav Expanding Open Effect*/
  nav.open {
    opacity: 1;
  }
  /* trunk */
  nav.slide {
    width: 355px
  }
  /* CONTENT ANNIMATION */
  .content {
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  /*Content Sliding Open Effect*/
  header.open, .content.open {
    -webkit-transform: translate3d(355px, 0, 0);
    -webkit-animation: open .5s ease-in-out;
    -moz-transform: translate3d(355px, 0, 0);
    -moz-animation: open .5s ease-in-out;
    transform: translate3d(355px, 0, 0);
    animation: open .5s ease-in-out;
  }
  @-webkit-keyframes open {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    70% {
      -webkit-transform: translate3d(355px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(355px, 0, 0);
    }
  }
  @-moz-keyframes open {
    0% {
      -moz-transform: translate3d(0, 0, 0);
    }
    70% {
      -moz-transform: translate3d(355px, 0, 0);
    }
    100% {
      -moz-transform: translate3d(355px, 0, 0);
    }
  }
  @keyframes open {
    0% {
      transform: translate3d(0, 0, 0);
    }
    70% {
      transform: translate3d(355px, 0, 0);
    }
    100% {
      transform: translate3d(355px, 0, 0);
    }
  }
  /*Content Sliding close-trunkd Effect*/
  header.close-trunk, .content.close-trunk {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: close-trunk .3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation: close-trunk .3s ease-in-out;
    transform: translate3d(0, 0, 0);
    animation: close-trunk .3s ease-in-out;
  }
  @-webkit-keyframes close-trunk {
    0% {
      -webkit-transform: translate3d(355px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @-moz-keyframes close-trunk {
    0% {
      -moz-transform: translate3d(355px, 0, 0);
    }
    100% {
      -moz-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes close-trunk {
    0% {
      transform: translate3d(355px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}
/*mobile*/
@media all and (max-width: 414px) {
  nav.slide {
    width: 260px
  }
  .style1 [class*="col-"] {
    border: none;
    min-height: inherit
  }
  /* CONTENT ANNIMATION */
  .content {
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  /*Content Sliding Open Effect*/
  header.open, .content.open {
    -webkit-transform: translate3d(260px, 0, 0);
    -webkit-animation: open .5s ease-in-out;
    -moz-transform: translate3d(260px, 0, 0);
    -moz-animation: open .5s ease-in-out;
    transform: translate3d(260px, 0, 0);
    animation: open .5s ease-in-out;
  }
  @-webkit-keyframes open {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    70% {
      -webkit-transform: translate3d(260px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(260px, 0, 0);
    }
  }
  @-moz-keyframes open {
    0% {
      -moz-transform: translate3d(0, 0, 0);
    }
    70% {
      -moz-transform: translate3d(260px, 0, 0);
    }
    100% {
      -moz-transform: translate3d(260px, 0, 0);
    }
  }
  @keyframes open {
    0% {
      transform: translate3d(0, 0, 0);
    }
    70% {
      transform: translate3d(260px, 0, 0);
    }
    100% {
      transform: translate3d(260px, 0, 0);
    }
  }
  /*Content Sliding close-trunkd Effect*/
  header.close-trunk, .content.close-trunk {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: close-trunk .3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation: close-trunk .3s ease-in-out;
    transform: translate3d(0, 0, 0);
    animation: close-trunk .3s ease-in-out;
  }
  @-webkit-keyframes close-trunk {
    0% {
      -webkit-transform: translate3d(260px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @-moz-keyframes close-trunk {
    0% {
      -moz-transform: translate3d(260px, 0, 0);
    }
    100% {
      -moz-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes close-trunk {
    0% {
      transform: translate3d(260px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}



/*desktop-tablet*/ @media all and (min-width: 769px) {
  .gradient01 {
    padding: 30px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, .9) 66%, rgba(10, 23, 39, .9) 66%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .9) 66%, rgba(10, 23, 39, .9) 66%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 66%, rgba(10, 23, 39, .9) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0a1727", GradientType=1);
  }
  .font1 {
    margin: 31% 0 0 15%
  }
  .font1 a {
    font-size: 30px;
    color: #fff
  }
}
@media only screen and ( width: 812px), screen and (max-width:736px)    { .text-banner {
	top: 40%;}
	.detail-page .text-banner {line-height: 1.3em;
    
		font-size: 30px;}.detail-page .text-banner span {
    font-size: 30px;
}
	
	.text-site{width:80%;top:25%}.text-site h3 {
	font-size: 25px;}.text-site h3 span {
		font-size: 35px;}}
/*mobile */ @media all and (max-width: 812px) {
  .font1 br {
    display: contents
  }
  .font1, .font1 a {
    text-align: center;
    color: #000;
    font-size: 18px
  }
  .cover-site {
    padding: 20% 0
  }
  h1, h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .facility section {
    padding: 1% 5% 9% 5%
  }
  .blog2 {
    padding: 30px 0;
  }
  .detail-page .detail-banner {
    font-size: 14px;
  }
  detail-page .detail-banner {
    padding: 3% 3% 3% 10%;
  }
  .bg-light-blue, .bg-dark-blue {
    padding: 3% 0 3% 5%;
    min-height: 75px;
  }
}
/*mobile vertical*/ @media all and (max-width: 414px) {
  .features li {
    width: 50%;
  }
  .new-content section {
    margin: 10% 0;
  }
  .blog2 {
    font-size: 15px
  }
  .property-name .text-orange strong, .recommended .property-name .text-orange strong {
    font-size: 15px;
  }
  .footer-site {
    font-size: 12px
  }
  .about-contact [class*="col-"] {
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 5%
  }
  .about-contact i {
    font-size: 30px;
    color: #ce8034;
    width: 40px;
    vertical-align: middle;
    display: inline-block;
  }
  .about-contact span {
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    vertical-align: middle;
    display: inline-block;
  }.text-site h3{line-height: 1.2}
}


@media all and (max-width: 375px) {
.text-site {
   
	left: 0;}.text-site h3 {
    font-size: 20px;
}.text-site h3 span {
    font-size: 26px;
	 }}