﻿/** 
 * Globel
  - loading
  - background
  - footer
  - main
  - parallax
 * Globel Item
  - text
  - btn
 * Index
  - square
  - link
  - name
  - logo
  - fog
  - icon
 * About
 * Album
 * Course
 * Contact
  - icon
**/

/*-------------------------*/
/* $Globel
---------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/* loading
---------------------*/
#loading{
    height:100%;
    background:#292c36;
    z-index:999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s
}
#latido{
    animation:5s latido infinite;
    -webkit-animation:5s latido infinite;
    height:500px;width:500px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-250px;
    margin-left:-250px;
}
#load{
    animation:0.4s load infinite;
    -webkit-animation:0.4s load infinite;
    position:absolute;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-81px;
    margin-left:-81px;
    z-index:1
}
#circle{
    width:227px;
    height:214px;
    /*margin:-70px 0 0 -70px;*/
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    position:absolute;
    background:url(../images/Asset_0.png) no-repeat center;
    background-size: 60% 60%;
    /*border-radius:140px;*/
    z-index:2
}

@media(max-width: 768px){
    #circle{
        background-size: 40% 40%;
    }
}
@media(max-height: 500px){
    #circle{
        background-size: 30% 30%;
    }
}


/* background
---------------------*/
.background{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/Asset_23.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: fixed;
}
.header{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.header img{
    width: 90%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header_link{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 3;
}
.header_item{
    bottom: 0;
    white-space: nowrap;
}
.header_logo{
    top: 25%;
}
.header_logo img{
    width: 8%;
    height: auto;
}
.header_link_left{
    bottom: 25%;
    left: 0;
    position: absolute;
    z-index: 2;
}
.header_link_left .M{
    padding-left: 12%;
}
.header_link_left .L{
    padding-left: 18%;
}
.header_link_left .C{
    padding-left: 9%;
}
.header_link_right{
    bottom: 25%;
    right: 0;
    position: absolute;
    z-index: 2;
}
.header_link_right .L{
    padding-right: 18%;
}
.header_link_right .C{
    padding-right: 9%;
}

/* svg */
.header svg{
    position: absolute;
    left: -18px;
    width: 100px;
}
@media (max-width: 900px) {
    .header svg{
        width: 90px;
    }
}
@media(max-width: 768px){
    .header{
        display: none;
    }
    .header img{
        display: none;
    }
    .background{
        border: 4px solid #A36327;
    }
}

/* footer
---------------------*/
.footer{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: inline-block;
}
.footer_left, .footer_right{
    /*position: absolute;*/
    width: 100%;
    height: inherit;
}
.footer_left img{
    width: 16%;
    height: auto;
    /*top: -35px;*/
    /*position: absolute;*/
    float: left;
    left: 0;
    bottom: 0;
}
.footer_right img{
    width: 16%;
    height: auto;
    /*top: -35px;*/
    float: right;
    /*position: absolute;*/
    right: 0;
    /*bottom: 0;*/
}
.footer_icon_group{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: inherit;
    bottom: 10px;
}
.footer .icon-btn{
    margin: 0 1.5%;
    float: left;
    left: 22%;
    top: 0;
}
.footer .icon-btn .icon:hover{
    top: 50%;
    transform: translateY(-25%);
    transition: all 0.3s;
}
.footer .icon-btn img{
    width: 30px;
}

@media(max-width: 768px){
    .footer_icon_group{
        display: none;
    }
    .footer_left img,
    .footer_right img{
        width: 30%;
    }
}

/* main
---------------------*/
.main{
    width: 100%;
    height: calc(105vh - (90vw / 2535 * 420) - (16vw / 565 * 304));
    top: 0;
    left: 0;
    z-index: 101;
    /*overflow: hidden;*/
    padding: 25px 0 25px 0;
}

@media(max-width: 768px){
    .main{
        height: 100%;
    }
}

/* parallax
---------------------*/
.parallax{
    width: 100%;
    height: 100%;
    /*overflow-y: hidden;*/
}
.main-page{
    width: 95%;
    height: 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    /*border: 2px solid green;*/
}
.main-page .top-title {
    top: 0;
}
.parallax .left {
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
}
.parallax .in-left{
    display: none;
}
.parallax .nav{
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.parallax .nav div {
    width: 150px;
    text-align: center;
    height: 50px;
    line-height: 47px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #A36327;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.parallax .nav div.on {
    background: url(../images/Asset_10.png) no-repeat center;
    background-size: 150px 50px;
    color: #292c36;    
}
.parallax .right {
    height: inherit;
    overflow-y: hidden;
    /*border: 2px solid white;*/
}
.parallax .content {
    position: relative;
    width: 100%;
    height: inherit;
}
.parallax .content .con-ggh {
    width: 100%;
    height: 100%;
}
.parallax .globel-inner{
    width: 100%;
    height: inherit;
    float: left;
    overflow: auto;
    padding-left: 35px;
    padding-right: 20px;
    position: absolute;
}
.parallax .title_l{
    top: 15px;
    left: -42px; 
    width: 22px;
    height: 5px;
    background-color: #A36327;
}

@media(max-width: 768px){
    .parallax{
        top:50%;
        transform: translateY(-50%);
        /*border: 2px solid red;*/
    }
}
@media(max-width: 767px){
    .parallax{
        top: calc(50% + 29px);
        height: calc(100% - 58px);
    }
    .main-page{
        margin-bottom: 60px;
    }
    .parallax .left{
        width: 100%;
        top: -58px;
        transform: none;
        position: absolute;
        /*border: 2px solid white;*/
    }
    .parallax .in-left{
        display: block;
    }
    .parallax .right{
        overflow-y: hidden;
        /*height: calc(100% - 25px - 50px);*/
        height: 100%;
        /*border: 2px solid yellow;*/
    }
    .about .big_group{
        border: 2px solid rgba(0,0,0,0);
    }
    .parallax .globel-inner {
        overflow-x: hidden;
    }
    .parallax .nav {
        display: inline-block;
    }
    .parallax .nav div{
        left: 0;
        transform: none;
        margin-bottom: 0;
        display: inline-block;
        /*float: left;*/
    }

    .main-page{
        width: 100%;
    }
    .right{
        padding-left: 0;
        padding-right: 0;
    }
    .parallax .title_l{
        height: 3px;
    }
    .parallax .nav div.on {
        background-size: 120px 40px;
    }
    .parallax .nav div{
        width: 120px;
    }
}

@media (max-width: 689px) {
    .parallax .title_l{
        left: -36px;
        width: 16px;
    }
}
@media (max-width: 425px) {
    .parallax .globel-inner{
        padding-left: 0;
        padding-right: 0;
    }
}

/*-------------------------*/
/* $Globel Item
---------------------------*/

/* text
---------------------*/
.globel-top-title {
    font-size: 22px;
    color: #A36327;
    font-family:'cwTeXYen', '微軟正黑體', '新細明體', 'Raleway', 'Helvetica', 'roboto', arial, sans-serif;
    text-align: center;
    font-weight: 500;
}
.globel-inner{
    padding: 8px;
}
.globel-title{
    padding-left: 28px;
    font-size: 22px;
    width: 100%;
    color: #A36327;
    text-align: left;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, 'cwTeXYen', '微軟正黑體', '新細明體', sans-serif;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.globel-word{
    padding-left: 28px;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, 'cwTeXYen', '微軟正黑體', '新細明體', sans-serif;
    width: 100%;
    text-align: left;
    color: #A36327;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: 400;
}
.globel-ul{
    top: -8px;
    margin-left: 20px;
}
ul.globel-word{
    list-style-position: outside;
  }
.padding-left-20{
    margin-left: 38px;
}
@media (max-width: 900px) {
    .globel-top-title {
        font-size: 18px;
    }
}
@media (max-width: 425px) {
    .globel-title{
        font-size: 18px;
        padding-left: 12px;
    }
    .globel-word{
        font-size: 16px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .globel-ul{
        top: -8px;
        margin-left: 0;
    }
}
/* link
---------------------*/
.globel-word img{
    width: 14px;
}
.icon_link{
    margin-left: 6px;
}

/* btn
---------------------*/
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, 'cwTeXYen', '微軟正黑體', '新細明體', sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    border: 2px solid #A36327;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    /*transition: all 0.3s;*/
}
.btn--primary,
.btn--secondary{
    color: #A36327;
}
.btn.btn--primary{
    background-color: rgba(6, 6, 6, 0);
}
.btn.btn--primary:hover,
.btn.btn--primary:active{
    background-color: rgba(299, 180, 57, 0.2);
}
.btn.btn--secondary{
    background-color: inherit;
    border: 1px solid #dba41c;
    color: #dba41c;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:active{
    background-color: #dba41c;
    color: #fefefe;
}
.btn.btn--lg{
    font-size: 22px;
    line-height: 56px;
    height: 56px;
    font-weight: 400;
    border-radius: 28px;
    padding: 0 64px;
}
.btn.btn--md{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
    letter-spacing: 4px;
    padding: 0 36px;
}
.btn.btn--sm{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    font-weight: 400;
    border-radius: 2px;
    padding: 0 32px;
}
.btn-group--center{
    text-align: center;
}

/* fog
---------------------*/
.fog_in{
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 0;
}
.fog_in img{
    width: 200%;
    height: 200%;
    opacity: 0.35;
    top: -50%;
    left: -40%;
}
.fog{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
}
.fog img{
    width: 200%;
    height: 200%;
    opacity: 0.3;
    top: -150%;
    left: -40%;
}

/*-------------------------*/
/* $Index
---------------------------*/
.jumbotron{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/Asset_100.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: fixed;
}

/* square
---------------------*/
.square1{
    width: 90%;
    height: 85%;
    border: 2.5px solid #A36327;
    top: 52%;
    left: 48%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.square2{
    width: 90%;
    height: 85%;
    border: 2.5px solid #A36327;
    top: 48%;
    left: 52%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.square img{
    width: 100%;
    height: 100%;
}
.square1_line{
    width: 20%;
    height: 20%;
    top: 0;
    right: 0;
    position: absolute;
}
.square2_line{
    width: 20%;
    height: 20%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.square3_line{
    width: 20%;
    height: 20%;
    top: 0;
    right: 0;
    position: absolute;
    display: none;
}

@media(max-width: 768px){
    .square1{
        display: none;
    }
    .square2{
        width: 100%;
        height: 100%;
        border: 4px solid #A36327;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .square3_line{
        display: inline-block;
    }
}

/* link
---------------------*/
.link{
    width: 100%;
    height: 8%;
    position: absolute;
    bottom: 0;
    padding-left: 20%;
    padding-right: 4%;
}
.item{
    display: inline;
    padding: 10px 5px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

/* name
---------------------*/
.name{
    top: 12.5%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.name img{
    width: 150px;
    height: auto;
}

/* logo
---------------------*/
.logo{
    width: 100%;
    height: 100%;
    position: absolute;
}
.logo img{
    width: 170px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.navbar{
    display: none;
}

@media(max-width: 768px){
    .square .link{
        display: none;
    }
    .logo img{
        display: none;
    }
    .name {
        padding-left: 12px;
        padding-right: 12px;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, .65);
    }
    .name img{
        top: 10px;
    }
    .navbar{
        /* top: 16px; */
        /* left: 14px; */
        left: -3px;
        width: 56px;
        height: 56px;
        display: inline-block;
        padding: 12px;
        z-index: 100;
    }
    .navbar-index{
        top: 4px;
        left: -7px;
    }
    .background .navbar{
        position: absolute;
        float: left;
        z-index: 200;
    }
    .menu-toggle span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #A36327;
        margin-bottom: 8px;
    }
    .in-logo{
        top: 8%;
        width: 96%;
        float: left;
        left: 0;
        /*border: 2px solid red;*/
    }
    .in-logo img{
        width: 80px;
    }
    .in-logo a{
        z-index: 101;
        display: inline-block;
        left: 54%;
        transform: translateX(-50%);
        /*border: 2px solid green;*/
    }
    .in-link{
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        /*border: 2px solid red;*/
    }
    .items{
        top: 50%;
        transform: translateY(-50%);
    }
    .item{
        top: 0;
        transform: none;
        display: inline-block;
        /*border: 2px solid green;*/
        width: 100%;
    }
    .in-link .item-icon{
        position:absolute;
        width: 100%;
        bottom:0px;
        /*border: 2px solid yellow;*/
    }
    .in_icon_group{
        width: 100%;
        height: 100%;
        display: inline-block;
        /*border: 2px solid blue;*/
    }
    .in_icon_group .icon-btn .icon{
        top: 0;
    }
    .in_icon_group .icon-btn{
        float: none;
        display: inline-block;
        /*border: 2px solid pink;*/
    }
    .in_icon_group .icon-btn {
        margin: 0 2%;
        height: 30px;
    }
    .in_icon_group .icon-btn img {
        width: 25px;
        height: 25px;
    }

    /* popup-menu 
    ---------------------*/
    .popup-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #292c36;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    #popup-overlay:target{
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    .popup-menu_close{
        /* top: 30px; */
        /* left: 26px; */
        top: 15px;
        left: 13px;
        padding: 12px;
        width: 80px;
        height: 70px;
        z-index: 100;
    }
    .popup-menu_close span{
        width: 32px;
        height: 2px;
        background-color: #A36327;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .popup-menu_close:hover span:nth-child(1){
        background-color: #A36327;
    }
    .popup-menu_close:hover span:nth-child(2){
        background-color: #A36327;
    }
    .popup-menu_close span:nth-child(1){
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .popup-menu_close span:nth-child(2){
        transform: translate(-50%,-50%) rotate(-45deg);
    }
}

@media(max-height: 700px){
    .menu-toggle span {
        width: 80%;
        margin-bottom: 6px;
    }
    .popup-menu_close{
        height: 60px;
    }
    .popup-menu_close span{
        width: 28px;
    }
}

@media(max-height: 500px){
    .logo img{
        width: 100px;
    }
}

/*-------------------------*/
/* $About
---------------------------*/
.parallax .mid{
    top: 50%;
    transform: translateY(-50%);
}
.parallax .phone{
    display: none;
}
/* .about_person{
    height: inherit;
} */
.about_person img{
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.about .big_group{
    height: inherit;
}
.about .small_group{
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
    .parallax .mid{
        display: none;
    }
    .parallax .phone{
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 20px 0;
    }
    .parallax .phone img{
        width: 200px;
    }
}

/*-------------------------*/
/* $Skill
---------------------------*/
.skill .skill_group{
    left: 50%;
    transform: translateX(-50%);
}
.skill-video{
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.skill-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.skill .globel-word{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.skill .skill-photo{
    width: 100%;
}
.skill-g{
    width: 100%;
    padding-left: 2.5%;
    left: 50%;
    transform: translateX(-50%);
}
.skill-i{
    width: 32%;
    display: inline-block;
    position: relative;
}
.skill-photo img{
    width: 80%;
    margin-bottom: 12px;
    height: inherit;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.skill-g .globel-title{
    margin-left: 28px;
}
.skill-word{
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, 'cwTeXYen', '微軟正黑體', '新細明體', sans-serif;
    text-align: center;
    color: #A36327;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: 400;
}
.skill .globel-word{
    padding-left: 0;
}
@media (max-width: 768px) {
    .skill-i{
        width: 100%;
        margin-bottom: 40px;
    }
    .skill-photo img{
        width: 65%;
    }
    .phone-photo{
        display: none;
    }
}
@media (max-width: 425px) {
    .skill-g .globel-title{
        margin-left: 20px;
    }
}

/*-------------------------*/
/* $Album
---------------------------*/
.vlbum .globel-inner{
    padding: 0;
}
.video-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 86.25%;
    top: 30px;
    height: 0;
    overflow: hidden;

}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 60%;
    left: 50%;
    transform: translateX(-50%);
}
.video-container .description{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, 'cwTeXYen', '微軟正黑體', '新細明體', sans-serif;
    font-size: 18px;
    color: #A36327;
    margin-top: 56.25%;
}

/*-------------------------*/
/* $Media
---------------------------*/
/* .media .big_group{
    height: inherit;
}
.media .small_group{
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.media-video{
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.media-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.media .globel-title{
    padding-left: 28px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.media img{
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.text-only{
    top: 50%;
}
.media .center{
    width: 500px;
}
@media (max-width: 600px) {
    .media img{
        width: 350px;
    }
    .media .center{
        width: 350px;
    }
}
@media (max-width: 425px) {
    .media img{
        width: 250px;
    }
    .media .center{
        width: 250px;
    }
} */

/*-------------------------*/
/* $Contact
---------------------------*/
.content .parallax{
    display: none;
}

/* icon
---------------------*/
/*.icon_group{
    padding-right: 5%;
    display: inline;
}
.icon-btn{
    margin: 0 3.5%; 
    height: 50px;
    top: 0;
    float: right;
}
.icon-btn img{
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.icon-btn .icon{
    display: block;
    text-align: center;
    top: 20px;
}
.icon-btn .icon:hover{
    left: 50%;
    transform: translate(-50%, -15%);
    transition: all 0.3s;
}*/

/* person
---------------------*/
.contact .col-sm-6{
    height: inherit;
}
.contact_person{
    width: 100%;
    height: inherit;
    /* height: calc(100vh - (90vw / 2535 * 420) - (16vw / 565 * 304)); */
}
.person{
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    top: 50%;
    transform: translateY(-50%);
}
.contact_person img{
    width: 300px;
    border-radius: 50%;
    border: 2px solid #A36327;
    left: 50%;
    transform: translateX(-50%);
}
.person .globel-word{
    text-align: center;
    padding-left: 0;
}

/* field
---------------------*/
.field_group{
    width: 100%;
    height: inherit;
    /* height: calc(100vh - (90vw / 2535 * 420) - (16vw / 565 * 304)); */
    /* border: 2px solid red; */
}
.field{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* width: 85%;
    margin-left: auto;
    margin-right: auto; */
}
.field table{
    width: 100%;
    border-collapse:collapse;
} 
.field th{
    padding: 0 6px;
    letter-spacing: 4px;
}
.field table, td, th{
    border: 2px solid #A36327;
}
.field form{
    color: #A36327;
}
.field .table input, textarea{
    padding: 8px 16px;
    display: inline-block;
    border: none;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    background-color: inherit;
    color: #A36327; 
}
.field .table input, textarea:focus{
    outline: 0;
    border: none;
}
.field .btn-group{
    margin-top: 20px;
}
/* .in-content{
    width: inherit;
    height: inherit;
} */

/*lalalal*/

.main .lala{
    display: none;
}
@media (max-height: 694px) {
    .field{
        top: 0;
        left: 0;
        transform: none;
    }
    .person{
        top: 0;
        transform: none;
    }
    
}
@media (max-width: 1024px) {
    .contact_person img {
        width: 250px;
    }
}
@media (max-width: 768px) {
    .field{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact .col-sm-6{
        height: auto;
    }
    .content .parallax{
        display: block;
        position: absolute;
    }
    .contact_person{
        height: 400px;
        /* top: 50%;
        transform: translateY(-50%); */
    }
    .main .lala{
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }
    .main .lala .globel-word{
        text-align: center;
        padding-left: 0;
    }
    /* .contact_person img {
        display: none;
    } */
    .contact_field{
        width: 100%;
    }
    .field_group{
        height: 400px;
        top: 0;
        left: 0;
        transform: none;
    }
    .field .btn-group {
        text-align: center;
    }
    .in-content{
        width: 100%;
        height: 500px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 425px) {
    .contact_person img{
        width: 65%;
    }
    .contact_person{
        height: 380px;
    }
}