@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1850px) {
  .benner-title {
    font-size: 40px;
  }
  .banner-txt p,
  .stories-txt {
    font-size: 20px;
  }
  .banner-img {
    bottom: -140px;
  }
  .banner-img img {
    width: 700px;
  }
  .stories-img img {
    width: 65%;
  }
  .stories-fix-img {
    top: -70px;
  }
  .stories-name {
    font-size: 30px;
  }
  .footer-lebel-1 {
    margin-top: -220px;
  }
  .thank-level-1 {
    padding-top: 140px;
    background-size: 73%;
  }
}

@media only screen and (max-width : 1650px) {
  .demo {
    padding: 220px 0 330px;
    background-position: 100% 100%;
  }
  .footer-lebel-1 {
    margin-top: -160px;
  }
  .cosial-item {
    width: 23px;
    height: 23px;
  }
  .cosial-item:not(:last-child) {
    margin-right: 35px;
  }
  .thank-level-1 h2 {
    font-size: 36px;
  }
  .thank-link, .contacts a {
    font-size: 16px;
  }
  .thank-level-2 h2 {
    font-size: 50px;
  }
  .thank-img1 {
    width: 500px;
    bottom: 100px;
  }
  .thank-level-2 p {
    font-size: 20px;
    margin-top: 25px;
  }
  .primary {
    padding: 170px 0 250px;
  }
  .primary img {
    right: 0;
    width: 650px;
  }
  .setting {
    padding-top: 90px;
  }
  .about-us {
    padding-top: 60px;
  }
  .about-us-die {
    top: 150px;
  }
  .pc-img {
    width: 455px;
    left: -100px;
  }
  .about-us .box {
    margin-top: 50px;
  }
  .about-us-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about-us-txt {
    font-size: 18px;
  }
}

@media only screen and (max-width : 1500px) {
  .thank-level-1 {
    background-size: 78%;
  }
}

@media only screen and (max-width : 1400px) {
  .about {
    padding: 110px 0;
  }
  .title h2 {
    font-size: 36px;
  }
  .about-txt-one {
    font-size: 18px;
  }
  .about-txt-two {
    font-size: 16px;
  }
  .about-btn {
    padding: 20px 50px;
  }
  .stories-txt {
    font-size: 18px;
  }
  .stories-fix-img {
    top: -115px;
  }
  .stories-name {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .stories-list {
    padding-left: 18px;
  }
  .stories-list li {
    font-size: 16px;
  }
  .stories-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .demo {
    padding: 90px 0;
    background: none;
  }
  .footer-lebel-1 {
    margin-top: 120px;
  }
  .demo-txt {
    font-size: 20px;
  }
  .demo-img img {
    right: 0;
  }
  .footer-lebel-1 {
    padding: 90px 0 50px;
  }
  .footer-txt {
    font-size: 20px;
  }
  .footer-info {
    font-size: 14px;
  }
  .primary {
    padding: 170px 0 200px;
  }
  .primary img {
    width: 570px;
  }
  .setting {
    padding-top: 60px;
  }
  .title p {
    font-size: 18px;
  }
  .title-block {
    font-size: 24px;
  }
  .setting-list li {
    font-size: 18px;
  }
  .setting-box p {
    font-size: 16px;
  }
  .field-form {
    margin-bottom: 20px;
  }
  .about-us-die {
    top: 135px;
    width: 58%;
  }
  .timeline {
    padding-top: 80px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .banner {
    padding-top: 140px;
  }
  .benner-title {
    font-size: 36px;
  }
  .banner-txt p {
    font-size: 18px;
    margin: 60px 0 40px;
  }
  .banner-img {
    bottom: 0;
  }
  .banner-img img {
    width: 500px;
  }
  .about-img,
  .stories-fix-img {
    display: none;
  }
  .btn-play {
    width: 143px;height: 143px;
  }
  .stories-txt {
    font-size: 16px;
    padding-right: 0;
  }
  .stories-img {
    min-height: 180px;
  }
  .stories-name {
    font-size: 20px;
  }
  .demo-img img {
    width: 400px;
  }
  .footer-lebel-1 {
    margin-top: 40px;
  }
  .thank-level-1 {
    background: #42423e;
  }
  .contacts {
    margin-right: 0;
  }
  .thank-fix-img {
    display: none;
  }
  .thank-level-2 h2 {
    font-size: 36px;
  }
  .thank-level-2 p {
    font-size: 18px;
    margin-top: 15px;
  }
  .thank-btn {
    padding: 20px 40px;
  }
  .thank-level-1 {
    text-align: center;
  }
  .thank-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .primary {
    padding: 150px 0;
  }
  .primary img {
    width: 490px;
  }
  .about-us-die {
    width: 100%;
    height: 165px;
    border-radius: 0;
  }
  .about-us .box {
    text-align: center;
  }
  .pc-img {
    display: none;
  }
  .about-us .row {
    padding-left: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .banner-txt p {
    padding-right: 150px;
  }
  .about {
    padding: 75px 0;
  }
  .stories-img {
    min-height: 130px;
  }
  .demo {
    padding: 50px 0 20px;
  }
  .demo {
    text-align: center;
  }
  .demo-img {
    display: none;
  }
  .footer-txt {
    font-size: 18px;
  }
  .primary {
    text-align: center;
    padding: 130px 0 100px;
  }
  .primary img {
    display: none;
  }
  .title p {
    font-size: 16px;
  }
  .setting .row {
    margin-top: 0;
  }
  .setting-list {
    margin: 30px 0;
  }
  .title-block {
    font-size: 20px;
  }
  .setting-list li {
    font-size: 16px;
  }
  .setting-list li:before {
    width: 20px;height: 14px;
  }
  .setting-form-box {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    background: none;
  }
  .setting-form {
    margin-top: 30px;
  }
  .setting-form-box h4 {
    text-align: left;
  }
  .setting-img,
  .setting-die {
    display: none;
  }
  .about-us-title {
    font-size: 20px;
  }
  .about-us-txt {
    font-size: 16px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    

  .nav {
    z-index: 2;
    display: none;
    padding: 15px 0;
    background: #000;
    position: absolute;
    top: 0;left: 0;right: 0;
  }
  .nav ul {
    display: block;
  }
  .nav li {
    margin-right: 0 !important;
  }
  .nav li:not(:last-child) {
    margin-bottom: 25px;
  }
  .nav a {
    padding: 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-toggle,
  .close-nav {
    display: block;
  }
  .banner {
    padding-top: 120px;
  }
  .benner-title {
    font-size: 26px;
  }
  .banner-txt {
    margin: 0 auto;
    text-align: center;
  }
  .banner-txt p {
    font-size: 16px;
    padding-right: 0;
    margin: 40px 0 0;
  }
  .banner-form {
    margin-top: 180px;
  }
  .field-input input {
    height: 54px;
    font-size: 16px;
  }
  .form-btn {
    height: 54px;
  }
  .banner-img {
    text-align: center;
    left: 0;right: 0;bottom: -50px;
  }
  .banner-img img {
    
  }
  .about {
    overflow: hidden;
  }
  .title {
    text-align: center;
  }
  .title h2 {
    font-size: 28px;
  }
  .about .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .about-txt {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }
  .about-txt-two {
    margin-bottom: 50px;
  }
  .about-btn {
    padding: 15px 20px;
  }
  .play {
    position: absolute;
    right: 0;bottom: -20px;
  }
  .btn-play {
    margin-top: 0;
    width: 90px;height: 90px;
  }
  .about-img {
    display: block;
    top: auto;right: -25px;bottom: 0;
  }
  .about-img img {
    display: none;
  }
  .about-img:before {
    width: 95px;
    height: 27px;
    top: -100px;left: auto;right: 0;
  }
  .about-img:after {
    width: 70px;
    height: 25px;
    left: auto;right: 0;bottom: -40px;
  }
  .stories-item {
    text-align: center;
    margin-bottom: 50px;
  }
  .stories-img {
    min-height: auto;
  }
  .stories-img img {
    width: 200px;
    margin: 0 auto;
  }
  .stories-list {
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
    text-align: left;
  }
  .demo-btn {
    padding: 20px 65px;
  }
  .demo {
    padding-top: 0;
  }
  .footer-lebel-1 {
    padding: 50px 0;
  }
  .footer-lebel-2 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-info {
    margin-bottom: 25px;
    text-align: center;
  }
  .thank .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts {
    margin-top: 25px;
  }
  .thank-level-2 {
    margin-bottom: 50px;
  }
  .about-us-die {
    height: 140px;
  }
  .about-us-item {
    margin-bottom: 30px;
  }
  .timeline {
    padding: 20px 0 60px;
  }
  .modal-box {
    width: 96%;height: 340px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo img {
    width: 100px;
  }
  .links-btn {
    font-size: 14px;
    padding: 7px 15px;
  }
  .banner {
    overflow: hidden;
  }
  .banner-form {
    display: block;
  }
  .banner-form .field-input,
  .form-btn {
    width: 100%;
  }
  .banner-form .field-input {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .banner-img {
    bottom: 15px;
  }
  .thank-level-1 {
    padding-bottom: 25px;
  }
  .contacts ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts li {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0 !important;
  }
  .primary-btn {
    margin-top: 35px;
    padding: 20px 40px;
  }
  .modal-box {
    width: 98%;height: 240px;
  }
}

@media only screen and (max-width : 400px) {
  .banner-form {
    margin-top: 160px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .nav {
    display: block !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  
}