@font-face {
  font-family: orbitron-bold;
  src:  url('./fonts/orbitron-bold.otf');
}

.action-btn span {
    background: linear-gradient(264.28deg, #2323F1 -38.2%, #C72099 103.12%);
}

#scroll-top {
    background: linear-gradient(264.28deg, #2323F1 -38.2%, #C72099 103.12%);
}

a, button {
    font-family: "Times New Roman", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Times New Roman", sans-serif;
}

.header .header__right .main-nav .menu li .sub-menu li a {
    color: #000;
    font-size: 16px;
}

.block-banner-btn {
  position:absolute; bottom:0px; width:100%; text-align:center;
}
.block-banner-btn a {
  margin:13px;
}
.block-banner-btn img {
  height:60px;
}

.about .about__right .images {
    padding-top:40px;
}

p {
  text-align: justify;
  font-size: 16px;
  line-height:1.5;
}


.block-text .sub-heading {
  padding: 0;
  border: none;
  display: inline-block;
  margin:0 0 0 0;
  font-size: 36px;
  line-height:1.5;
  background: none;
}

h3 {
  font-size:24px;
  line-height:1.5;
}

.creation {
    padding: 0 0 100px;
    position: relative;
}

.creation .block-text {
    padding-top: 116px;
    padding-bottom: 58px;
}

.about .block-text {
    padding: 116px 0 116px 0;
}

.footer .block-text {
    padding: 116px 0 116px 0;
}

h5.title {
  font-size: 40px;
  line-height: 1.5;
}
.speciality-box {
  font-size:16px;
  line-height: 1.5;
}

.portfolio-box .content h5.title {
    font-size: 16px;
}
.portfolio-box .content p {
    font-size: 14px;
}


.creation ul, .creation li {
    list-style-type: disc;
    margin-left: 10px;
}

strong {
    font-weight: 700;
}

.banner {
  height:52vw; background-size: 100% 100%;
}


.aki-form-title{
  color:#333 !important;
}

.show-pc{
  display:block !important;
}

.show-mobile{
  display:none !important;
}


  .box p.font-aitisa {text-align: center; font-size:18px; font-weight:700;}
  .jsq {position:absolute; bottom:60px; text-align:center; width:100%; color:#fff; font-size:24px; font-weight:700;letter-spacing:3px;}

@media all and (max-width: 767px) {
  .show-pc{
    display:none !important; 
  }
  
  .show-mobile{
    display:block !important; 
  }
  .banner {
    height:182vw; background-size: 100% 100%;
  }
  .portfolio__left {
    padding-bottom:35px;
    padding-top:0!important;
  }
  .block-banner-btn {
    bottom: 5px;
  }
  .block-banner-btn a {
    margin: 5px 8px;
  }
  .block-banner-btn img {
    height: 45px;
  }
  .creation .block-text {
    padding-top: 58px;
    padding-bottom: 20px;
  }
  .about .block-text {
    padding-top: 116px;
    padding-bottom: 0;
  }
  .footer .block-text {
    padding-top: 0;
    padding-bottom: 58px;
  }
  .creation {
    padding-bottom: 58px;
  }
  .creation .portfolio__left {    
    padding-top:35px!important;
  }
  .footer {
    background-size: container;
  }
  #awards h5.title {
    font-size: 60px;
  }
  #about.about {
    padding-bottom: 50px;
  }
  .box p.font-aitisa {font-size:16px; font-weight: 700;}
  .jsq {font-size:16px; padding:15px;}
}

/* ===================================
    1.1 Columns CSS
====================================== */

.one,  .one_half,  .one_third,  .two_third,  .three_fourth, 
.one_fourth, .one_fifth, .two_fifth, .three_fifth {
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.one_fourth, .one_fifth, .two_fifth, .three_fifth {
    margin-right: 1%;
}
.last{
    margin-right: 0 !important;
    clear: right;
}
.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}
.one_half{
    width: 46%;
}
.one_third{
    width: 28%;
}
.two_third{
    width: 64%;
}
.one_fourth{
    width: 24%;
}
.three_fourth{
    width: 73%;
}
.one_fifth{
    width: 19%;
}
.two_fifth{
    width: 39%;
}
.three_fifth{
    width: 59%;
}

.aki-form-title {
  color:#000;
}

.one_fifth img {
  max-width: 100%;
}
.new-user-field {
    color: #333 !important;
}


.team-member {
  margin-bottom: 30px; }
  .team-member .team-member-thumb {
    height: 180px;
    width: 180px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px; }
    .team-member .team-member-thumb img {
      width: 100%; }
  .team-member h4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .team-member h6 {
    font-size: 16px;
    color: #fe8100; }
    .team-member p {
    font-size: 12px !important; 
    line-height:1.2 !important;
    margin-bottom: 10px !important;
    text-align: left;
  }
  .team-member p {
    padding-top: 5px;
    font-size: 15px; }
  .team-member .social-icons {
    padding-top: 15px; }
    .team-member .social-icons ul li a {
      color: #9d9d9e;
      font-size: 20px; }
  .team-member:hover .team-member-thumb {
    -webkit-animation: crBounceIn 0.5s ease-in 1;
    animation: crBounceIn 0.5s ease-in 1; }







/*bread-crumbs*/
.bread-crumbs {
    position: relative;
    color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
    content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
    content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
    content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
    position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
    content: "\f015";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
    position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 18px;
}
.bread-crumbs .bread-item-groups {
    line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
    display: inline-block;
}
.bread-crumbs .bread-item a {
    color: #677588;
}
.bread-crumbs .bread-item a.cur {
    color: #1F5CC8;
}
.bread-crumbs .bread-item > span:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
    color: #1F5CC8;
}
/*other-menu*/
.other-menu {
    padding-bottom: 30px;
    margin-right: 8px;
}
.other-menu .menu-title {
    background: #1F5CC8;
    background-size: cover;
    min-height: 65px;
    line-height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
    background-color: #F5F8FC;
}
.other-menu .menu-cont .box-a {
    display: block;
    background: #FFFFFF;
    border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
    display: block;
    padding: 12px 30px;
    line-height: 30px;
    position: relative;
    color: #333;
    font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
    position: absolute;
}
.other-menu .menu-cont .a-title:before {
    content: '';
    left: 15px;
    top: 19px;
    width: 5px;
    height: 18px;
    background: #3D55A7;
    border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 15px;
    font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
    color: #FFFFFF;
    background: #1F5CC8;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
    background: #fff;
}
.other-menu .down-menu {
    padding-bottom: 10px;
    padding-left: 15px;
}
.other-menu .down-menu a {
    display: block;
    padding: 5px 20px 5px 35px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
    color: #3D55A7;
}
.other-menu .down-menu a:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    background-size: contain;
    width: 4px;
    height: 4px;
    background-color: #2e6da4;
    border-radius: 5px;
}

.fix {
    *zoom: 1;
}
.fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}



.other-menu {
    margin-right: 0;
    border-radius: 5px;
    overflow: hidden;
}
.other-menu .menu-title {
    background: rgba(255,255,255,0.12);
    background-size: cover;
    min-height: 75px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    padding: 26px 26px;
    border-bottom: none;
    font-size: 18px;
}
.other-menu .menu-cont {
    background: #fff;
}
.other-menu .menu-cont .box-a {
    border-bottom: 1px solid #E0E8F4;
    background: rgba(0, 143, 215, 0.12156862745098039);
}
.other-menu .menu-cont .box-a:last-child {
    border-bottom: none;
}
.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active {
    background: #4F70E2;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
    background: transparent;
    color: #FFFFFF;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
    background: rgb(220,151,0) !important;
}
.other-menu .menu-cont .box-a:hover .a-title:after,
.other-menu .menu-cont .box-a.active .a-title:after {
    color: #FFF;
}
.other-menu .menu-cont .a-title {
    padding: 17px 42px 17px 42px;
    font-weight: 400;
    color: #2D303B;
    line-height: 21px;
}
.other-menu .menu-cont .a-title::before {
    left: 25px;
    width: 5px;
    height: 17px;
    background: #4F70E2;
    border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
    color: #626981;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ny-right {
    margin-left: 5px;
    background: #FFFFFF url('xds-ny-right-bg.png') no-repeat center top;
    background-size: 100% auto;
    padding: 0 25px 0px 25px;
    min-height:800px;
}
.ny-right img {
    max-width: 100%;
}
.ny-right a {
    color: #000;
    font-size: 16px;
}
.right-top {
    border-bottom: 1px solid #CFD8E4;
    padding-top: 26px;
    padding-bottom: 24px;
    margin-bottom: 25px;
}
.right-top .ny-r-title {
    float: left;
    font-weight: bold;
    color: #4F70E2;
    line-height: 22px;
    font-size: 16px;
}
.right-top .bread-crumbs {
    float: right;
    color: #808080;
}
.right-top .bread-crumbs .bread-item-groups {
    line-height: 22px;
}
.right-top .bread-crumbs .bread-item a {
    color: #808080;
    font-size: 14px;
}
.right-top .bread-crumbs .bread-item > span:before {
    color: #808080;
}
.right-top .bread-crumbs .bread-item a.cur {
    color: #4F70E2;
}
.fy-box {
    margin-top: 25px;
}

.right-cont

.p-top-60 {padding-top:60px;}

.nano h2.ptt {
            background: rgba(0, 143, 215, 0.08) !important;
            font-size: 16px !important;
            padding: 15px !important;
            color: #ff8e44 !important;
            margin-bottom: 20px !important;
            line-height: 1em !important;
        }



.wz-list .wz-a {
    display: block;
    position: relative;
}
.wz-list .wz-a:hover .wz-title {
    color: #0B5A69;
}
.wz-list .wz-title {
    font-size: 16px;
    color: #333333;
    line-height: 24px;    
    padding: 13px 0 13px 20px;
    position: relative;
}
.wz-list .wz-title::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #ACB3CA;
    left: 2px;
    top: 23px;
    transform: rotate(45deg);
}
.wz-list .wz-date {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 16px;
    color: #7D8FA4;
    line-height: 24px;
}
.tw-list li {
    border-bottom: 1px solid #CFD8E4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tw-list li:hover .tw-a .img-box img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.tw-list li:hover .tw-a .tw-title {
    color: #4F70E2;
}
.tw-list .li {
    border-bottom: 1px solid #CFD8E4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tw-list .li:hover .tw-a .img-box img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.tw-list .li:hover .tw-a .tw-title {
    color: #4F70E2;
}
.tw-a {
    display: block;
}
.tw-a .img-box {
    float: left;
    width: 128px;
    height: 170px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 5px;
}
.tw-a .img-box img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.tw-a .tw-info {
    overflow: hidden;
    padding-top: 15px;
}
.tw-a .tw-title {
    font-size: 16px;
    font-weight: bold;
    color: #1D3D43;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.tw-a .tw-desc {
    color: #777880;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /*height: 66px;*/
    margin-bottom: 13px;
}
.tw-a .tw-date {
    color: #777880;
    line-height: 1;
}


@media (max-width: 767px) {
    .other-menu {
        display: none;
    }
    .header .header__action {
        display: block;
    }
    #my-menu.other-menu {
        display: block;
    }
    .header .header__action .action-btn {
        margin-left: 10px;
    }
    .header .header__action {
        margin-right: 10px;
    }
}


.header .header__right .mobile-button {
    left: 15px;
    margin-right: 30px;
}

.aki-form-group img {
    max-width: 100%;
}