/* Grey Banner Star */
.grey-banner { background-size: cover; overflow: hidden; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 32px 0; height: 96px; background: #f5f5f5;}
    .grey-banner .title { font-family: 'Nunito Sans Bold'; color: #FFF; text-transform: capitalize; font-size: 32px; line-height: 32px; display: none;}

    .grey-banner.about { background: url("../img/banner/aboutBanner.jpg") center no-repeat; background-size: cover;}
    .grey-banner.solutions { background: url("../img/banner/solutionsBanner.jpg") center no-repeat; background-size: cover;}
    .grey-banner.cases { background: url("../img/banner/casesBanner.jpg") center no-repeat; background-size: cover;}
    .grey-banner.news { background: url("../img/banner/newsBanner.jpg") center no-repeat; background-size: cover;}
    .grey-banner.contacts { background: url("../img/banner/contactsBanner.jpg") center no-repeat; background-size: cover;}
    .grey-banner.downloads { background: url("../img/banner/downloadsBanner.jpg") center no-repeat; background-size: cover;}
/* Grey Banner End */

hr { margin-top: 5px; margin-bottom: 5px;}

/* Current Location Star */
.current-location { padding: 0 72px; width: 100%; height: 64px; line-height: 64px; background: rgba(248, 248, 248, 1); overflow: hidden;}
    .current-location .categorys { float: right;}
    .current-location .categorys a { float: left; display: block; color: #333; transition: color .3s; padding: 0 40px 0 0;}
    .current-location .categorys a:hover { color: #c30d23;}
    .current-location .categorys a.on { font-weight: 700; color: #c30d23;}
    .current-location .categorys a:last-child { padding-right: 0;}

    .current-location .breadcrumbs { float: left;}
    .current-location .breadcrumbs span { float: left;}
    .current-location .breadcrumbs a { font-size: 14px; color: #999; transition: color .3s; text-transform: capitalize;}
    .current-location .breadcrumbs span:last-child a { color: #666;}
    .current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: left; background: url('../img/arrow.png') no-repeat center; margin: 0 10px; }
    .current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 10px;}

    .current-location .icos { float: right; color: #999;}
/* Current Location End */

/* Page Content Star */
#page-content { padding: 50px 0; overflow: hidden;}
    .page-content { margin: 0; word-wrap: break-word; word-break: normal; }

    .page-content .lefts { float: left; width: 24%; text-align: left;}
    .page-content .lefts .floats { }
    .page-content .lefts .floats.active { position: fixed; top: 112px;}

    .page-content .lefts .floats ul.menus { font-weight: 600;}
    .page-content .lefts .floats ul.menus li { background: #FFF; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); padding: 22px 16px; border-bottom: 1px solid #f5f5f5; line-height: 1;}
    .page-content .lefts .floats ul.menus li:hover a, .page-content .lefts .floats ul.menus li.active a{ color: #c30d23;}
    .page-content .rights { float: right; width: calc(76% - 40px); text-align: left;}
/* Page Content End */

/* Company Profile Star */
.company-profile { padding: 30px 0; font-size: 17px; text-align: left;}
    .company-profile .about-img img { max-width: 100%; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 auto;}
/* Company Profile End */

/* Our Honors Star */
.our-honors { padding: 0; font-weight: 600;}
    .our-honors .honors { margin: 0;}
    .our-honors .honors ul li { margin: 0 2% 20px 0; float: left; width: 18.400000%;}
    .our-honors .honors ul li:nth-child(5n) { margin-right: 0;}
    .our-honors .honors ul li .box { position:relative;}
    .our-honors .honors ul li .box img { border: solid 5px #f0f0f0; }

    .our-honors .honors ul li .box:before{content:'';display: block;height: 5px;position: absolute;right: 0;top: 0;width:0;background: #195599;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .our-honors .honors ul li:hover .box:before{width:100%;}

    .our-honors .honors ul li .box:after{content:'';display: block;height: 5px;position: absolute;right: 0;bottom: 0;width:0;background: #195599;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .our-honors .honors ul li:hover .box:after{width:100%;}

    .our-honors .honors ul li .box .left { width: 5px; height:0; position: absolute; left: 0; top: 0; background: #195599; transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .our-honors .honors ul li:hover .box .left { height: 100%;}

    .our-honors .honors ul li .box .right { width: 5px; height:0; position: absolute; right: 0; top: 0; background: #195599; transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .our-honors .honors ul li:hover .box .right { height: 100%;}

    .our-honors .honors ul li .names { text-transform: capitalize; width: 100%; line-height: 24px; height: 48px; overflow: hidden; text-align: center; margin: 15px auto 0 auto;}
    .our-honors .honors ul li:hover .names { color: #195599;}
/* Our Honors End */


/* Graphic List Star */
ul.graphic-list { text-align: left;}
    ul.graphic-list li img { max-width: 100%;}
    ul.graphic-list li { background: rgba(255, 255, 255, 1); height:100%; clear:both; margin:0 auto; box-sizing: border-box; display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
    ul.graphic-list li:nth-child(2n) { background: #212121;}
    ul.graphic-list li .lefts { float: left; width: 50%; overflow: hidden; display: flex; -webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}
    ul.graphic-list li .rights { float: right; width: 50%; overflow: hidden; display: flex; -webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}
    ul.graphic-list li .texts { padding: 0 130px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
    ul.graphic-list li .texts .title { color: #000; font-size: 34px; line-height: 1; font-family: 'Nunito Sans Black';}
    ul.graphic-list li .texts .title i { margin: 0 10px 0 0; color: #c30d23; font-size: 42px;}
    ul.graphic-list li .texts .intro { color: #212121; font-weight: 600; margin: 10px 0 20px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden;}
    ul.graphic-list li .texts .more { text-transform: capitalize; }
    ul.graphic-list li .texts .more a { color: #212121; font-family: 'Nunito Sans Black'; padding: 12px 24px 13px 24px !important;}
    ul.graphic-list li .texts .more a .regular { box-shadow: inset 0 0 0 1px #212121;}
    ul.graphic-list li .texts .more a .hover {background-color: #212121;box-shadow: inset 0 0 0 1px #212121;}
    ul.graphic-list li .texts .more a:hover .text {color: #FFF;}
    ul.graphic-list li .texts .more a:hover .icon {color: #FFF;}

    ul.graphic-list li .texts.white .title { color: #FFF; }
    ul.graphic-list li .texts.white .intro { color: #bdbdbd;}
    ul.graphic-list li .texts.white .more a { color: #fefefe;}
    ul.graphic-list li .texts.white .more a .regular { box-shadow: inset 0 0 0 1px #fefefe;}
    ul.graphic-list li .texts.white a .hover {background-color: #fefefe;box-shadow: inset 0 0 0 1px #fefefe;}
    ul.graphic-list li .texts.white .more a:hover .text { color: #212121;}
    ul.graphic-list li .texts.white .more a:hover .icon { color: #212121;}
/* Graphic List End */


/* Image List Star */
ul.image-list { text-align: left; font-weight: 600;}
    ul.image-list li img { max-width: 100%; object-fit: cover; vertical-align: middle; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}

    ul.image-list li .imgs { overflow: hidden;}

    ul.image-list li { float: left; margin: 0 2% 30px 0; width: 49%;}
    ul.image-list li:nth-child(2n) { margin-right: 0;}

    ul.image-list li .infos { background: #fff; padding: 30px 40px; -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); behavior: url(ie-css3.htc); }
    ul.image-list li .infos .titles { font-size: 24px; color: #000; font-family: 'Nunito Sans Black'; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    ul.image-list li .infos .intros { color: #666; font-size: 16px; line-height: 1.75; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}

    ul.image-list li:hover .imgs img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
    ul.image-list li:hover .infos .titles { color: #c30d23;}
/* Image List End */

/* Single Detail Star */
.single-detail { text-align: left; margin: 30px 0 0 0;}
    .single-detail img { max-width: 100%;}
/* Single Detail End */

/* Wall List Star */
.wall-list { font-weight: 600;}
    .wall-list img { max-width: 100%; object-fit: cover; vertical-align: middle; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .wall-list .imgs { overflow: hidden; position: relative;}
    .wall-list .imgs .overlays { position: absolute; left: -100%; top: 0; background: rgba(25,85,153,0.9); display: block; height: 100%; width: 100%; transition: all 300ms ease 0s;}
    .wall-list .imgs .overlays .overlays-more { position: absolute; width: 48px; height: 48px; line-height: 48px; text-align: center; top: 50%; left: 50%; margin-left: -24px; margin-top: -24px; display: block;backface-visibility: hidden;transition: all 300ms ease-out;background-color: #ffffff;color: rgba(25,85,153,1);font-size: 19px;cursor: pointer;}
    .wall-list .imgs:hover .overlays { left: 0; top: 0; }

    .wall-list .infos { padding: 40px 40px 48px 40px; -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08); behavior: url(ie-css3.htc);}
    .wall-list .infos .dates { color: #212121; font-family: 'Nunito Sans Bold'; text-transform: uppercase;}
    .wall-list .infos .dates i { margin: 0 10px 0 0; line-height: 1;}
    .wall-list .infos .titles { font-size: 24px; line-height: 32px; color: #212121; font-family: 'Nunito Sans Black'; margin: 8px 0; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .wall-list .infos .intros { font-size: 16px; line-height: 26px; color: #616161; /*text-align: justify;*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; }
    .wall-list .infos .mores { position: relative; display: inline-block; margin: 25px 0 0 0;}
    .wall-list .infos .mores::after { background: #c30d23; content: ''; display: block; height: 4px; width: 100%; position: absolute; opacity: 1; bottom: 1px; margin-top: 0; transform-origin: bottom left; -ms-transform-origin: bottom left; transition: background-color 300ms ease-out, transform 600ms cubic-bezier(.19,1,.22,1);}

    .wall-list .wall-column:hover .infos .titles { color: #c30d23;}
    .wall-list .infos .mores:hover::after {transform: scaleX(0);-ms-transform: scaleX(0);transform-origin: bottom right;}



    .wall-list.wall { display: block;  position: relative; }
    .wall-list .wall-column { display: block; position: relative; width: 32.000000%; float: left; margin: 0 2% 0 0; box-sizing: border-box;}
    .wall-list .wall-column:nth-child(3n) { margin-right: 0;}
    .wall-list .article { display: block; margin: 0 0 8% 0; padding: 0; background: #FFF; transition: all 1s; position: relative; }

    /*.wall-list .article:hover img { transform: scale(1.1);}*/

/* Wall List End */


/* Detail News Star */
.detail-news { }
    .detail-news img { max-width: 100%; object-fit: cover; vertical-align: middle; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .detail-news .heads { border-bottom: 1px solid #f5f5f5; text-align: center; padding: 0 0 30px 0;}
    .detail-news .heads .names { font-size: 22px; line-height: 1; text-align: center; font-weight: 600; color: #212121;}
    .detail-news .heads .paras { margin: 10px 0; color: #7d7d7d;}
    .detail-news .heads .shares { }

    .detail-news .infos { margin: 0 auto; font-size: 16px; padding: 30px 0;}
/* Detail News End */

/* Prev Next Star */
.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next a { color: #545454;}
    .prev-next .prev { width: 40%; float: left; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .prev:hover { background: rgba(25,85,153,1); border: solid 1px rgba(25,85,153,1);}
    .prev-next .prev:hover a { color: #FFF;}

    .prev-next .back { width: 20%; float: left; text-align: center; text-transform: capitalize;}
    .prev-next .back a { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #ddd; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .back a:hover { color: #FFF; background: rgba(25,85,153,1); border: solid 1px rgba(25,85,153,1);}

    .prev-next .next { width: 40%; float: right; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .next:hover { background: rgba(25,85,153,1); border: solid 1px rgba(25,85,153,1);}
    .prev-next .next:hover a { color: #FFF;}
/* Prev Next End */


/* Downloads List Star */
ul.downloads-list { font-weight: 600;}
    ul.downloads-list li { float: left;  width: 23.500000%; margin: 0 2% 30px 0; background: #f8f8f8; position: relative; }
    ul.downloads-list li:nth-child(4n) { margin-right: 0;}
    ul.downloads-list li .imgs { overflow: hidden; }
    ul.downloads-list li .imgs img { -o-transition: all .9s; -moz-transition: all .9s; -webkit-transition: all .9s; -ms-transition: all .9s; transition: all .9s;}
    ul.downloads-list li:hover .imgs img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
    ul.downloads-list li .texts { box-sizing: border-box; padding: 20px 20px 25px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    ul.downloads-list li .texts .t {display: block; font-size: 18px;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s ease;-webkit-transition: all .3s ease;}
    ul.downloads-list li .texts .d {line-height: 1.4; margin-top: 10px;color: #777;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    ul.downloads-list li .texts .more {display: inline-block;font-size: 20px;color: #333;position: relative; text-align: center; margin: 20px auto 0 auto; width: 100%; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    ul.downloads-list li:after { position: absolute; transition: all .6s ease; -webkit-transition: all .6s ease; left: calc(50% - 35px); width: 70px; bottom: 0; background: #333; height: 3px;content: "";}
    ul.downloads-list li:hover .texts .more { color: #195599;}
    ul.downloads-list li:hover { box-shadow: 0 2px 18px rgba(0,0,0,0.15); background: #f0f0f0;}
    ul.downloads-list li:hover:after { left: 0; width: 100%; background: #195599;}
/* Downloads List End */

/* Contact Map Star */
#contact-map { overflow: hidden; margin: 0 0 60px 0;}
    .contact-map { position: relative; border: solid 2px #e7e7e7;}
    .contact-map .containerMap { height: 580px; position: relative; width: 100%;}
    .contact-map .mapIcon{ position: absolute;left: 60px; top: 60px; background: rgba(255,255,255,.9);padding: 2%;max-width: 40%; color: #555;}
    .contact-map .mapIcon a { color: #555;}
    .contact-map .mapIcon a:hover { color: #c30d23;}

    .contact-map .mapIcon .company { font-family: 'Nunito Sans Black'; color: #212121;}

    .contact-map .mapIcon ul.list { margin: 10px 0 0 0; font-size: 15px;}
    .contact-map .mapIcon ul.list li { margin: 0 0 5px 0; font-weight: lighter;}
    .contact-map .mapIcon ul.list li i { width: 16px; height: 16px; color: #888; display: inline-block; margin: 0 10px 0 0; text-align: center;}
/* Contact Map End */

/* Contact List Star */
.contact-list { display: flex; -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08); behavior: url(ie-css3.htc);}
    .contact-list .contactL { position: relative; float: left; padding: 68px 60px 68px 60px; width: 35%; background: url("../img/contact-bg.jpg") center no-repeat; background-size: cover; /*background: url('../img/contact-logo.png') bottom right no-repeat #212121;*/ overflow: hidden;}
    .contact-list .contactL h3 { position: absolute; right: 10%; bottom: 10%; font-size: 44px; line-height: 1.1; font-weight: 700;color: #fff; font-family: 'Nunito Sans Black';}

    .contact-list .contactR { float: right; padding: 48px 66px 50px 65px; background-color: #fff; width: 65%; overflow: hidden;}
    .contact-list .contactR .slogans { width: 100%; display: block; color: #666; padding: 0 0 15px 0; border-bottom: solid 1px #e5e5e5; font-weight: 600;}
    .contact-list .contactR .forms { width: 100%; display: block; margin: 15px 0 0 0;}
    .contact-list .contactR .forms ul li { float: left; margin: 0 4% 20px 0; width: 48.000000%;}
    .contact-list .contactR .forms ul li:nth-child(2n) { margin-right: 0;}

    .contact-list .contactR .forms ul li.fulls { float: none; width: 100%;}

    .contact-list .contactR .forms input.inputs { width: 100%; padding: 0px 20px; font-size: 12px; line-height: 45px; color: #999;height: 45px;border: 1px solid #dcdcdc;border-radius: 4px;}


    .contact-list .contactR .forms .submits { text-align: center;}
    .contact-list .contactR .forms .submits span { cursor: pointer; line-height: 45px; height: 45px; border-radius: 4px; color: #FFF; background: #195599; padding: 0 60px; display: inline-block;}
/* Contact List End */

/* Cert List Star */
ul.cert-list { font-weight: 600;}
    ul.cert-list li { float: left; width: 23.5000000%; text-align: center; margin: 0 2% 20px 0;}
    ul.cert-list li:nth-child(4n) { margin-right: 0;}
    ul.cert-list li .boxs { padding: 0 0 10px 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    ul.cert-list li .boxs .pics { margin: 0 auto; width: 100%; padding: 10px; border: solid 1px rgba(242, 242, 242, 1);}
    ul.cert-list li .boxs .pics img { max-width: 100%;}
    ul.cert-list li .boxs .names { text-transform: capitalize; width: 90%; line-height: 24px; height: 48px; overflow: hidden; text-align: center; margin: 10px auto 0 auto;}

    ul.cert-list li:hover .names { color: #c30d23; }
    ul.cert-list li:hover .boxs { transform: translate(0, -10px); -ms-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -o-transform: translate(0, -10px);}
/* Cert List End */


/* Ajax Page Star */
.ajax-page { text-align: center; margin: 0 auto;}
    .ajax-page .current { color: #fff; background-color: #5bc0de; border-color: #46b8da;}
/* Ajax Page End */

/* Loading Star */
.loading { font-size: 0; text-align: center; line-height: 10px; margin: 20px auto;}
    .loading i { margin: 0 9px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #333; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}

    .loading i:nth-of-type(1) {-webkit-animation: loading1 1s linear infinite;animation: loading1 1s linear infinite;}
    .loading i:nth-of-type(2) {opacity: .85;-webkit-animation: loading2 1s linear infinite;animation: loading2 1s linear infinite;}
    .loading i:nth-of-type(3) {opacity: .7;-webkit-animation: loading3 1s linear infinite;animation: loading3 1s linear infinite;}
    .loading i:nth-of-type(4) {opacity: .55;-webkit-animation: loading4 1s linear infinite;animation: loading4 1s linear infinite;}
    .loading i:nth-of-type(5) {opacity: .4;-webkit-animation: loading5 1s linear infinite;animation: loading5 1s linear infinite;}
    .loading i:nth-of-type(6) {-webkit-opacity: .25;animation: loading6 1s linear infinite;animation: loading6 1s linear infinite; }

    @keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7} }
    @keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55} }
    @keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4} }
    @keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25} }

    @-webkit-keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @-webkit-keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @-webkit-keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7}}
    @-webkit-keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55}}
    @-webkit-keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4}}
    @-webkit-keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25}}
/* Loading End */

.ke-zeroborder { background-color: #CCC; border-spacing: 1px; border-collapse: separate;}
    .ke-zeroborder td { padding-left: 15px;}


ul.twoDetail { clear:both}
	ul.twoDetail img { max-width:100%;}
	ul.twoDetail li { float:left; width:49%; margin:0 2% 15px 0; text-align:center;}
	ul.twoDetail li:nth-child(2n) { margin-right:0;}


@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){
    ul.graphic-list li .texts .title { font-size: 28px;}
    ul.graphic-list li .texts { padding: 0 60px;}
    ul.graphic-list li .texts .intro { -webkit-line-clamp: 2;}
}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){


}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 450px){
    /* Current Location Star */
    .current-location { padding: 0;}



    .current-location.single { height: auto; line-height: 100%;}
    .current-location.single .categorys { float: none; width: 100%; text-transform: capitalize; font-weight: 700; padding: 20px 0 0 0;}
    .current-location.single .categorys a { float: left; width: 33.333333%; display: block; text-align: center; font-size: 14px; color: #333; transition: color .3s; padding: 0; margin: 0 0 20px 0;}
    .current-location.single .breadcrumbs { display: none;}
    .current-location .breadcrumbs i { margin: 0 5px;}
    .current-location .icos  { display: none;}
    /* Current Location End */

    /* Page Content Star */
    #page-content { padding: 20px 0; }
    .page-content { word-break: break-all;}
    .page-content .lefts { display: none;}
    .page-content .rights { float: none; width: 100%;}
    /* Page Content End */

    /* Cert List Star */
    ul.cert-list li { width: 49.0000000%; margin: 0 2% 0 0;}
    ul.cert-list li:nth-child(2n) { margin-right: 0;}
    /* Cert List End */

    /* Our Honors Star */
    .our-honors .honors ul li { margin: 0 2% 20px 0; float: left; width: 49.000000%;}
    .our-honors .honors ul li:nth-child(5n) { margin-right: 2%;}
    .our-honors .honors ul li:nth-child(2n) { margin-right: 0;}
    /* Our Honors End */

    /* Graphic List Star */
    ul.graphic-list li .lefts { float: none; width: 100%;}
    ul.graphic-list li .rights { float: none; width: 100%;}
    ul.graphic-list li .texts { padding: 20px 15px;}
    ul.graphic-list li .texts .title { font-size: 20px;}
    ul.graphic-list li .texts .title i { font-size: 22px;}
    ul.graphic-list li .texts .intro { margin: 10px 0;}
    /* Graphic List End */


    /* Image List Star */
    ul.image-list li { float: none; margin: 0 0 30px 0; width: 100%;}
    ul.image-list li .infos { padding: 10px 15px;}
    ul.image-list li .infos .titles { font-size: 17px;}
    ul.image-list li .infos .intros { font-size: 14px;}
    /* Image List End */

    /* Single Detail Star */
    .single-detail { margin: 20px 0 0 0;}
    /* Single Detail End */

    /* Wall List Star */
    .wall-list .wall-column { width: 100%; margin: 0; }
    .wall-list .infos { padding: 20px 15px;}
    .wall-list .infos .titles { font-size: 17px; line-height: 22px;}
    .wall-list .infos .intros { font-size: 15px;}
    /* Wall List End */

    /* Downloads List Star */
    ul.downloads-list li { width: 49.000000%; }
    ul.downloads-list li:nth-child(2n) { margin-right: 0;}
    /* Downloads List End */

    /* Contact List Star */
    .contact-list { display: block;}
    .contact-list .contactL { float: none; padding: 50px 15px; width: 100%;}
    .contact-list .contactR { float: none; padding: 20px 15px; width: 100%;}
    /* Contact List End */

    /* Contact Map Star */
    #contact-map { margin: 0 0 20px 0;}
    .contact-map .mapIcon{ left: 10px; top: 10px; background: rgba(255,255,255,.75);padding: 15px; max-width: 80%;}
    /* Contact Map End */
}