@charset "utf-8";
a,article,audio,b,body,button,caption,dd,div,dl,dt,em,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,img,input,label,li,menu,nav,ol,p,q,s,section,small,span,strong,table,tbody,td,textarea,tfoot,th,thead,time,tr,u,ul,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font-family:Arial;
    font-weight:400;
    vertical-align:baseline;
    text-decoration:none;
    line-height:1.2
}
 body{
    overflow-x:hidden
}
 a{
    display:inline-block;
    text-decoration:none
}
 ol,ul{
    list-style:none
}
 blockquote,q{
    quotes:none
}
 blockquote:after,blockquote:before,q:after,q:before{
    content:'';
    content:none
}
 table{
    border-collapse:collapse;
    border-spacing:0
}
 .clear{
    clear:both
}
 .fl{
    float:left
}
 .fr{
    float:right
}
 .clearfloat{
    zoom:1
}
 .clearfloat:after{
    display:block;
    clear:both;
    content:"";
    overflow:hidden;
    height:0
}
 .spill{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
 .multiSpill{
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden
}
 input{
    -webkit-appearance:none;
    -moz-appearance:none
}
 textarea{
    -webkit-appearance:none;
    -moz-appearance:none
}
 input:focus{
    outline:0!important;
    -webkit-tap-highlight-color:transparent!important
}
 select:focus{
    outline:0!important;
    -webkit-tap-highlight-color:transparent!important
}
 textarea:focus{
    outline:0!important;
    -webkit-tap-highlight-color:transparent!important
}
 button:focus{
    outline:0!important;
    -webkit-tap-highlight-color:transparent!important
}
 button{
    cursor:pointer
}
 select{
    cursor:pointer
}
 input type:checkbox{
    cursor:pointer
}
 input type:radiobox{
    cursor:pointer
}
 a:focus,a:hover,a:visited{
    text-decoration:none
}
 .dropdown-submenu{
    position:relative;
    text-align:left
}
 #menu{
    display:none
}
 .dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:1px;
    border-radius:0
}
 .dropdown-submenu:hover>.dropdown-menu{
    display:block;
    min-width:230px
}
 .dropdown-submenu:hover>a:after{
    border-left-color:#fff
}
 .dropdown-submenu.pull-left{
    float:none
}
 .dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px
}
 .header .dropdown-menu>li>a,.header .dropdown-menu>li>a:focus{
    padding:.6rem;
    padding-left:30px
}
 .header input[type=search]{
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
    font-family:inherit;
    font-size:100%
}
 .header .navbar-nav>li{
    margin-bottom:0
}
 .header input::-webkit-search-cancel-button,.header input::-webkit-search-decoration{
    display:none
}
 .header input[type=search]{
    background:url(../images/serch-btn.png) no-repeat 9px center;
    padding:9px 10px 9px 32px;
    width:55px;
    height:auto;
    -webkit-border-radius:10em;
    -moz-border-radius:10em;
    border-radius:10em;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    position:absolute;
    top:29px;
    right:0
}
 .header input[type=search]:focus{
    width:130px;
    background-color:#fff;
    border-color:#66cc75;
    -webkit-box-shadow:0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow:0 0 5px rgba(109,207,246,.5);
    box-shadow:0 0 5px rgba(109,207,246,.5)
}
 .header input:-moz-placeholder{
    color:#999
}
 .header input::-webkit-input-placeholder{
    color:#999
}
 #demo-2 input[type=search]{
    width: 30px;
    height: 30px;
    background-size: 16px;
    padding: 0;
    /* color:transparent;
     */
    cursor:pointer;
    top: -60px;
    right: -60px;
    border-color: #003a84;
    padding: 0;
    background-position: center;
    background-position: right 7px center;
}
 #demo-2 input[type=search]:hover{
    /* background-color:#fff; */
}
 #demo-2 input[type=search]{
    width: 220px;
    height: 30px;
    padding-left: 15px;
    /* padding-right: 10px;
     */
    color:#000;
    background-color:#fff;
    cursor:auto;
    border:1px solid #0246a0;
    font-size: 15px;
}
 #demo-2 input[type=search]::placeholder{
  color: #ddd;
 }
 #demo-2 input:-moz-placeholder{
    color:transparent
}
 #demo-2 input::-webkit-input-placeholder{
    color:transparent
}
 .navbar{
    min-height:auto!important;
    margin-bottom:0!important
}
 .header .navbar-inverse .navbar-nav>.active>a,.header .navbar-inverse .navbar-nav>.active>a:focus,.header .navbar-inverse .navbar-nav>.active>a:hover{
    background:0 0;
    color:#003a84;
    border-bottom:5px solid #003a84;
    padding-bottom:15px;
    font-weight:700
}
 .header .header-lx>.container,.header .navbar-inverse>.container{
    width:1280px
}
 .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
    color:#00b6ff!important;
    border-bottom:5px solid #00b6ff!important;
    padding-bottom:35px!important;
    background:0 0!important
}
 .header .nav>li>a{
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    position:relative
}
 .navbar-inverse .navbar-toggle{
    border-color:#4a6a9c!important
}
 .navbar-inverse .navbar-toggle .icon-bar{
    background-color:#92ddfa!important
}
 .header .dropdown-menu{
    text-align:center
}
 .header-lx .infobox span img:nth-child(2){
    display:none
}
 .header-lx .infobox span a:hover img:nth-child(2){
    display:inline-block
}
 .header-lx .infobox span a:hover>img:nth-child(1){
    display:none
}
 .header .navbar-nav li:hover .dropdown-menu1{
    display:block
}
 .header .dropdown-menu li a{
    font-size:13px
}
 .header .navbar-default .navbar-nav>li>a:focus,.header .navbar-default .navbar-nav>li>a:hover{
    color:#00b6ff
}
 .header .nav>li>a:hover:after{
    width:100%
}
 .header .navbar-default{
    background-color:#fff;
    border-color:#fff;
    height:auto;
    min-height:inherit;
    margin-bottom:0
}
 .header .navbar-brand{
    height:auto;
    padding:0
}
 .header .navbar-brand h1{
    float:l
}
 .header .navbar-nav>li>a{
    padding-top:0;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
    margin:0 11px;
    font-size:15px
}
 .header .navbar-nav>li>a:hover{
    color:#003a84;
    font-weight:700
}
 .header .navbar-nav>li>a.brightbutton{
    border-bottom:unset!important;
    margin-top:-10px;
    float:right;
    margin-right:20px
}
 .lastli{
    margin-right:40px
}
 .header .navbar-inverse{
    background:#fff!important;
    border:none!important
}
 .logo-area{
    padding:15px 0;
}
 .header .navbar-brand{
    height:auto!important;
    padding:0!important;
    position:relative;
    z-index:9999
}
 @font-face{
    font-family:dutchs;
    src:url(../fonts/DUTCH.TTF) format('truetype');
    font-display:auto
}
 .logo-area p{
    font-size:24px;
    line-height:24px;
    color:#1d5aaa;
    font-family:dutchs;
    font-weight:600;
    padding:8px 0 0 10px;
    display:flex
}
 .searchli{
    position:relative;
    width:60px
}
 #searchli{
    position:absolute;
    right:0;
    top:6px;
    float:left;
    width:250px
}
 .search{
    padding:5px 0;
    width:230px;
    height:30px;
    position:relative;
    left:10px;
    float:left;
    line-height:22px
}
 .search .btn,.search .btn:active:focus{
    background:#fff;
    border:none
}
 .search input{
    position:absolute;
    width:0;
    float:Left;
    margin-left:210px;
    -webkit-transition:all .7s ease-in-out;
    -moz-transition:all .7s ease-in-out;
    -o-transition:all .7s ease-in-out;
    transition:all .7s ease-in-out;
    height:30px;
    line-height:18px;
    padding:0 2px 0 2px;
    border-radius:1px;
    border:none;
    display:none;
    border:1px solid #00b6ff
}
 .search input:focus,.search:hover input{
    width:200px;
    display:block;
    margin-left:0
}
 .footer-frm{
    padding:55px 0;
    padding:25px 0;
    background:#f5f5f5
}
 .footer-link{
    background:#04244b;
    padding:60px 0
}
 .footer-copy{
    padding:25px 0;
    background:#003a84
}
 .social li{
    float:left;
    margin:1px
}
 .footer-frm .form-control{
    border-radius:0;
    height:42px
}
 .footer-frm .btnsmt{
    background:#00b6ff;
    color:#fff;
    line-height:0;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    float:right;
    padding:19px 0;
    width:105px
}
 .footer-link h4{
    font-size:16px;
    color:#fff;
    font-weight:900;
    margin-bottom:7px;
    letter-spacing:0;
    text-transform:inherit;
    font-family:'Lao UI'
}
 .bannerSlider ol>li::before{
    display:none;
    content:''
}
 .footer-link h4.chng{
    color:#00b6ff
}
 .footer-link h3{
    margin-bottom:8px;
    color:#fff;
    opacity:.6;
    font-size:16px;
    font-weight:200
}
 .footer-link .scial{
    padding:0
}
 .footer-link .scial li{
    float:left;
    margin:3px
}
 .footer-link .scial li a:hover{
    opacity:.7
}
 .footer-link .icn-box{
    padding-left:40px;
    padding-top:10px
}
 .footer-link .icn-box.thre{
    background:url(../images/ftrl-icon-thre.png) left top no-repeat
}
 .footer-link .icn-box.lst{
    background:url(../images/ftrl-icon-four.png) left top no-repeat
}
 .footer-link .icn-box.two{
    background:url(../images/ftrl-icon-two.png) left top no-repeat
}
 .footer-link .icn-box.one{
    background:url(../images/ftrl-icon-one.png) left top no-repeat
}
 .footer-copy p{
    color:#fff;
    font-size:16px;
    margin:0;
    padding:10px 0
}
 .footer-copy p span{
    margin:0 10px
}
 .credit{
    width:60%;
    margin:0 0;
    float:right
}
 .caret-up{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg)
}
 .drop-up{
    top:auto;
    bottom:100%!important
}
 .credit .btn-default{
    background:#003a84 url(../images/droparrow.png) no-repeat 97% 50%!important;
    padding:5px 0;
    width:100%;
    border:none;
    text-align:left;
    border-radius:0;
    font-size:12px;
    color:#fff;
    line-height:20px
}
 .credit .btn-group{
    width:40%;
    float:right
}
 .credit .open>.dropdown-menu{
    width:100%;
    background:#003a84;
    border:none;
    border-radius:0;
    border-bottom:0
}
 .credit .dropdown-menu-ftrbtm{
    min-width:100%
}
 .credit ul li a{
    color:#fff;
    font-size:12px;
    font-family:Arial;
    text-align:center;
    padding:3px 0
}
 .mbil-nav [hidden]{
    display:none;
    visibility:hidden
}
 .mbil-nav a,.mbil-nav label{
    display:block;
    padding:.85rem;
    color:#fff;
    background-color:#2e2e2e;
    box-shadow:inset 0 -1px #ffffff80;
    transition:all .25s ease-in
}
 .mbil-nav a:focus,.mbil-nav a:hover,.mbil-nav label:focus,.mbil-nav label:hover{
    color:#fff
}
 .mbil-nav label{
    cursor:pointer
}
 .mbil-nav .group-list li{
    width:100%
}
 .mbil-nav .group-list a,.mbil-nav .group-list label{
    background:#074ba2;
    box-shadow:inset 0 -1px #ffffff24
}
 .mbil-nav .group-list a:focus,.mbil-nav .group-list a:hover,.mbil-nav .group-list label:focus,.mbil-nav .group-list label:hover{
    background:#8dd8f8
}
 .mbil-nav .sub-group-list a,.mbil-nav .sub-group-list label{
    background:#074ba2;
    box-shadow:inset 0 -1px #ffffff24
}
 .mbil-nav .sub-group-list a:focus,.mbil-nav .sub-group-list a:hover,.mbil-nav .sub-group-list label:focus,.mbil-nav .sub-group-list label:hover{
    background:#8dd8f8
}
 .mbil-nav .sub-sub-group-list a,.mbil-nav .sub-sub-group-list label{
    background:#074ba2;
    box-shadow:inset 0 -1px #ffffff24
}
 .mbil-nav .sub-sub-group-list a:focus,.mbil-nav .sub-sub-group-list a:hover,.mbil-nav .sub-sub-group-list label:focus,.mbil-nav .sub-sub-group-list label:hover{
    background:#8dd8f8
}
 .mbil-nav .group-list,.mbil-nav .sub-group-list,.mbil-nav .sub-sub-group-list{
    height:100%;
    max-height:0;
    overflow:hidden;
    transition:max-height .5s ease-in-out
}
 .mbil-nav .nav__list input[type=checkbox]:checked+label+ul{
    max-height:1000px
}
 .mbil-nav label>span{
    float:right;
    width:12px;
    height:9px;
    transition:-webkit-transform .65s ease;
    transition:transform .65s ease;
    transition:transform .65s ease,-webkit-transform .65s ease;
    background:url(../images/menu-pls-mins.png) 0 0 no-repeat
}
 .mbil-nav .nav__list input[type=checkbox]:checked+label>span{
    background:url(../images/menu-pls-mins.png) 0 -9px no-repeat
}
 .mbil-nav li a{
    color:#fff
}
 .mbil-nav{
    display:none
}
 #button{
    display:inline-block;
    background:#1a1b1f url(../images/toparrow.png) no-repeat 50% 50%;
    width:50px;
    height:50px;
    transition:background-color .3s,;
    opacity:.5s;
    visibility:.5s;
    opacity:0;
    visibility:hidden;
    z-index:1000
}
 #button:hover{
    cursor:pointer;
    background-color:#333
}
 #button:active{
    background-color:#555
}
 #button.show{
    opacity:1;
    visibility:visible
}
 .fixright{
    position:fixed;
    right:10px;
    width:50px;
    top:17%;
    z-index:99
}
 .fixright ul{
    margin:0;
    padding:0
}
 .fixright ul li{
    margin-bottom:0;
    display:block
}
 .fixright ul li a{
    display:block
}
 .fixright ul li.backli{
    background:#1a1b1f;
    background-size:contain;
    width:50px;
    height:50px
}
 .fixright ul li.backli a{
    padding:15px;
    border-bottom:1px solid #24272c;
    display:inline-block;
    transition:all .3s
}
 .fixright ul li.backli a:hover{
    background-color:#333
}
 a.dragslid{
    background:#1da1f3;
    color:#fff;
    font-size:14px;
    text-align:center;
    padding:0;
    line-height:39px;
    text-decoration:none
}
 a.dragslid span.arrowbg{
    display:inline-block;
    background:#fff;
    padding:10px 5px;
    vertical-align:middle;
    margin-right:10px
}
 .drag .sbutmit{
    background:#ff7800;
    color:#fff;
    font-size:16px;
    text-align:center;
    padding:10px 30px;
    text-transform:uppercase;
    margin-left:20px
}
 .padlft{
    padding-left:0
}
 h3.nwdsz{
    float:left;
    color:#fff;
    font-size:16px;
    padding:10px 0
}
 .dropdown-menu{
    border:0!important
}
 @media (max-width:999px){
    .header .nav>li>a{
        font-size:15px;
        padding:5px
    }
     .header .navbar-inverse .navbar-nav>.active>a,.header .navbar-inverse .navbar-nav>.active>a:focus,.header .navbar-inverse .navbar-nav>.active>a:hover{
        background:0 0!important;
        color:#00b6ff!important;
        padding-bottom:5px
    }
     .header .navbar-inverse .navbar-nav>li>a:focus,.header .navbar-inverse .navbar-nav>li>a:hover{
        color:#00b6ff!important;
        border-bottom:1px solid #00b6ff;
        padding-bottom:5px
    }
     .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
        color:#00b6ff!important;
        border-bottom:1px solid #00b6ff!important;
        background:0 0!important;
        padding-bottom:5px!important
    }
     .header .dropdown-menu{
        position:relative;
        width:100%;
        text-align:left
    }
     .credit{
        width:50%
    }
     .footer-frm .form-control{
        margin-bottom:15px
    }
     .header input[type=search]{
        position:inherit!important;
        margin-left:14px
    }
}
 .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#2e2e2e;
    box-shadow:unset!important
}
 @media (max-width:767px){
    .f2height ul li a{
        padding-left:50px!important
    }
     #menu{
        display:block
    }
     a.dragslid{
        margin:0 auto;
        display:table;
        padding:0 10px 0 0
    }
     .padlft{
        padding-left:15px
    }
     .header .navbar-brand img{
        width:60%
    }
     .pc-nav{
        display:none
    }
     .mbil-nav{
        display:block
    }
    .mbil-nav li.open a{
        background-color: #003a84;
    }
     #demo-2 input[type=search]:focus{
        /*width:80%;*/
        /*padding-left:32px;*/
        /*color:#000;*/
        /*background-color:#fff;*/
        /*cursor:auto;*/
        /*border:1px solid #0246a0*/
    }
     #demo-2 input[type=search]{
        margin-top:8px;
        width:80%;
    }
     .mbil-nav ul{
        padding:0
    }
     .mbil-nav ul li,.mbil-nav ul li ul{
        margin:0;
        position:relative
    }
     .navbar-collapse{
        background:#074ba2!important
    }
     #demo-2{
        background:#fff;
        padding-bottom:4px
    }
     .hasChild>a>.Click-m{
        width:40px;
        vertical-align:middle;
        position:absolute;
        right:0;
        top:0;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        color:#fff;
        background-size:100%;
        background:url(../images/jia.png) center no-repeat
    }
     .hasChild .Click-m.open{
        background:url(../images/jian.png) center no-repeat
    }
     .header .dropdown-menu.open{
        display:block
    }
}
 .search-form .form-group input.form-control::-webkit-input-placeholder{
    display:none
}
 .search-form .form-group input.form-control::-moz-placeholder{
    display:none
}
 .navbar-right form{
    width:100%
}
 .form-group{
    position:relative;
    width:0%
}
 .owl-next,.owl-prev{
    display:block!important
}
 @font-face{
    font-family:'Exotc350 Bd BT';
    src:url(../fonts/Exotic350BT-Bold.eot);
    src:url(../fonts/Exotic350BT-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/Exotic350BT-Bold.woff2) format('woff2'),url(../fonts/Exotic350BT-Bold.woff) format('woff'),url(../fonts/Exotic350BT-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}
 @font-face{
    font-family:'Lao UI';
    src:url(../fonts/LaoUI-Bold.eot);
    src:url(../fonts/LaoUI-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/LaoUI-Bold.woff2) format('woff2'),url(../fonts/LaoUI-Bold.woff) format('woff'),url(../fonts/LaoUI-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}
 @font-face{
    font-family:'Lao UI';
    src:url(../fonts/LaoUI.eot);
    src:url(../fonts/LaoUI.eot?#iefix) format('embedded-opentype'),url(../fonts/LaoUI.woff2) format('woff2'),url(../fonts/LaoUI.woff) format('woff'),url(../fonts/LaoUI.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
 @font-face{
    font-family:BrushScriptStd;
    src:url(../fonts/BrushScriptStd.otf);
    font-weight:400;
    font-style:normal
}
 .sucwrp{
    background:url(../images/suc-bg.png) top center no-repeat;
    background-size:cover;
    padding-bottom:220px
}
 .choos{
    background:url(../images/bg.jpg) top center no-repeat;
    padding-top:170px;
    background-size:cover;
    padding-bottom:75px
}
 .we{
    background:url(../images/we-btm-bg.jpg) bottom center no-repeat;
    padding-bottom:240px;
    background-size:contain;
    padding-bottom:150px
}
 .bannerSlider .carousel-indicators{
    margin-bottom:0
}
 .news{
    background:url(../images/news-btm-bg.jpg) bottom center no-repeat;
    padding-bottom:235px;
    background-size:contain
}
 .factry{
    margin-top:-50px;
    margin-bottom:75px;
    margin-bottom:5px
}
 .factry .btm-p{
    color:#333;
    font-size:20px;
    padding-top:30px;
    text-align:center
}
 .factry .btm-p strong{
    font-weight:700;
    color:#1f416d
}
 .owl-carousel{
    position:relative
}
 .owl-controls .owl-prev{
    position:absolute;
    width:18px;
    height:35px;
    left:0;
    top:30%!important;
    background:url(../images/arw-one.png) center no-repeat;
    filter:invert(30%)
}
 .owl-controls .owl-next{
    position:absolute;
    width:18px;
    height:35px;
    right:0;
    top:30%!important;
    background:url(../images/arw-two.png) center no-repeat;
    filter:invert(30%)
}
 .vdio-we .img{
    position:relative
}
 .vdio-we:hover .btnvdo{
    opacity:.5
}
 .vdio-we .img .btnvdo img{
    width:auto
}
 .vdio-we .img .btnvdo{
    position:absolute;
    display:flex;
    align-items:center;
    color:#fff;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    justify-content:center;
    left:0;
    right:0;
    bottom:0;
    top:0
}
 .sucwrp .casegrid .text{
    background:#fff;
    padding:65px 26px;
    margin:-40px 8px 8px 8px;
    -webkit-box-shadow:0 3px 10px 1px rgba(0,0,0,.1);
    -moz-box-shadow:0 3px 10px 1px rgba(0,0,0,.1);
    box-shadow:0 3px 10px 1px rgba(0,0,0,.1)
}
 .sucwrp .casegrid img{
    width:auto!important;
    margin-left:20px
}
 .sucwrp .head-text h2{
    color:#fff!important;
    padding-top:55px!important
}
 .sucwrp .head-text h5{
    color:#fff!important;
    padding-bottom:45px!important
}
 .sucwrp .casegrid .text h3{
    font-size:18px;
    padding-bottom:20px;
    font-weight:800
}
 .sucwrp .casegrid .text p{
    font-size:16px;
    color:#555;
    line-height:24px
}
 .sucwrp .casegrid .text:hover{
    -webkit-box-shadow:0 3px 10px 3px rgba(0,0,0,.39);
    -moz-box-shadow:0 3px 10px 3px rgba(0,0,0,.39);
    box-shadow:0 3px 10px 3px rgba(0,0,0,.39);
    background:rgba(239,228,228,.96)
}
 .sucwrp .casegrid:hover .casegrid img{
    background:rgba(239,228,228,.81)
}
 .news .grid-news{
    transition:all .2s linear
}
 .news .grid-news:hover{
    border-bottom:10px solid #00b6ff;
    margin-top:-10px
}
 .news .grid-news:hover h3{
    color:#00b6ff
}
 .news .grid-news.active{
    border-bottom:10px solid #00b6ff;
    margin-top:-10px
}
 .news .grid-news.active h3{
    color:#00b6ff
}
 .news .grid-news img{
    width:100%
}
 .news .grid-news h3{
    font-size:18px;
    color:#333;
    font-weight:700;
    padding:15px 0
}
 .news .grid-news h4{
    font-size:14px;
    padding-top:6px;
    color:#777;
    line-height:22px;
    margin-bottom:2px
}
 .news .grid-news h4 img{
    width:auto
}
 .news .grid-news h4 i{
    padding-top:0;
    float:left;
    margin-top:-1px;
    padding-right:8px
}
 .news .grid-news span{
    color:#1b497f
}
 .news .grid-news p{
    color:#555;
    font-size:14px;
    padding-top:25px;
    padding-bottom:20px
}
 .bannerSlider .carousel-indicators li{
    border:1px solid #1b497f;
    background-color:#1b497f;
    margin:0 3px;
    width:12px;
    height:12px
}
 .bannerSlider .carousel-indicators li.active{
    background-color:transparent
}
 .factry .head-text h2{
    padding-top:0;
    text-align:left!important
}
 .factry .head-text h5{
    text-align:left!important;
    padding-bottom:20px
}
 .factry .pd-o{
    padding:0
}
 .factry .grid-fc img{
    width:100%
}
 .factry .grid-fc:hover img{
    opacity:.6
}
 .factry .grid-fc.active img{
    opacity:.6
}
 .factry .grid-fc{
    position:relative;
    margin:10px
}
 .factry .grid-fc .text{
    position:absolute;
    transition:all .2s linear;
    right:0;
    left:0;
    bottom:0;
    padding:15px 12px;
    background:url(../images/rw-rght.png) 95% center no-repeat #00b6ff;
    opacity:0
}
 .factry .grid-fc:hover .text{
    opacity:9
}
 .factry .grid-fc.active .text{
    opacity:9
}
 .factry .grid-fc .text h3{
    font-size:16px;
    color:#fff;
    text-align:left
}
 .btn{
    height:30px;
    right:0;
    top:5px;
    border-radius:1px
}
 .we .we-grid{
    padding:55px;
    border:5px solid #9ec4e3;
    width:90%;
    position:relative
}
 .we .vdio-we{
    position:absolute;
    width:40%;
    bottom:-50px;
    right:-60px
}
 .we .vdio-we img{
    width:100%
}
 .we .we-grid h2{
    font-size:30px;
    color:#00b6ff;
    font-weight:700
}
 .we .we-grid h4{
    color:#888;
    font-size:14px;
    margin-bottom:40px
}
 .we .we-grid p{
    font-size:16px;
    color:#333;
    line-height:26px
}
 .we .we-grid .txtbox{
    width:64%
}
 .we .we-grid .txtbox>a{
    font-size:16px;
    padding-left:22px;
    color:#0247a0;
    margin-top:50px;
    position:relative
}
 .we .we-grid .txtbox>a:after{
    position:absolute;
    content:"";
    left:0;
    top:1%;
    width:5px;
    height:20px;
    background:#0247a0
}
 .choos .head-text h2,.choos .head-text h5{
    color:#fff
}
 .choos .grid-coose .text-wrp h3 strong{
    font-size:70px;
    color:#fff;
    font-weight:700
}
 .choos .grid-coose .text-wrp h3 span{
    font-size:16px;
    color:#fff;
    font-weight:900;
    padding-left:8px
}
 .choos .grid-coose p{
    font-size:16px;
    font-weight:400;
    color:#fff;
    margin:0
}
 .choos .grid-coose .icon{
    float:left;
    width:14%;
    text-align:center
}
 .choos .grid-coose .icon img{
    padding-top:30px
}
 .choos .grid-coose .text-wrp{
    float:right;
    width:85%
}
 .choos .grid-coose{
    display:inline-block;
    padding:20px;
    margin-bottom:10px
}
 .btn-bdr::after,.btn-bdr::before{
    transition-delay:.2s
}
 .btn-bdr .span-bdr::after,.btn-bdr .span-bdr::before{
    transition-delay:0s
}
 .btn-bdr::before{
    right:0;
    top:0
}
 .btn-bdr::after{
    left:0;
    bottom:0
}
 .btn-bdr .span-bdr::before{
    left:0;
    top:0
}
 .btn-bdr .span-bdr::after{
    right:0;
    bottom:0
}
 .btn-bdr:hover::after,.btn-bdr:hover::before{
    transition-delay:0s
}
 .btn-bdr:hover .span-bdr::after,.btn-bdr:hover .span-bdr::before{
    transition-delay:.2s
}
 .btn-bdr{
    display:inline-block;
    position:relative;
    background:0 0;
    border:none;
    cursor:pointer;
    padding-top:20px;
    margin-bottom:20px
}
 .span-bdr{
    display:block
}
 .btn-bdr::after,.btn-bdr::before{
    content:"";
    width:0;
    height:5px;
    position:absolute;
    transition:all .2s linear;
    background:#fff
}
 .span-bdr::after,.span-bdr::before{
    content:"";
    width:5px;
    height:0;
    position:absolute;
    transition:all .2s linear;
    background:#fff
}
 .btn-bdr:hover::after,.btn-bdr:hover::before{
    width:100%
}
 .btn-bdr:hover .span-bdr::after,.btn-bdr:hover .span-bdr::before{
    height:100%
}
 .btn-bdr.active::after,.btn-bdr.active::before{
    width:100%
}
 .btn-bdr.active .span-bdr::after,.btn-bdr.active .span-bdr::before{
    height:100%
}
 .choos .grid-coose .text-wrp h3{
    margin:0 0 5px 0;
    padding:0
}
 .head-text{
    text-align:center
}
 .head-text h2{
    text-align:center;
    font-size:36px;
    color:#003a84;
    padding-top:80px;
    font-family:Exotc350 Bd BT;
    text-transform:uppercase;
    font-weight:900;
    padding-top:10px
}
 .head-text h5{
    text-align:center;
    color:#8193ab;
    font-size:18px;
    padding-bottom:40px;
    padding-bottom:10px
}
 .lftnv{
    background:#f5f5f5
}
 .lftnv ul{
    padding-left:0
}
 .lftnv li{
    padding:0 15px;
    position:relative;
    margin-bottom:0
}
 .rowchng{
    margin-right:-15px;
    margin-left:-15px;
    margin-top:13px
}
 .lftnv li:after{
    position:absolute;
    content:"";
    left:20px;
    top:37%;
    width:10px;
    height:10px;
    background:#8099b3
}
 .lftnv li a{
    padding:12px 0 13px 20px;
    border-bottom:1px dashed #ccc;
    display:block;
    color:#333;
    font-size:16px
}
 .lftnv li:hover{
    background:#00b6ff
}
 .lftnv li:hover a{
    color:#fff;
    border-bottom:1px dashed #00b6ff
}
 .lftnv li.active{
    background:#00b6ff
}
 .lftnv li.active a{
    color:#fff;
    border-bottom:1px dashed #00b6ff
}
 .lftnv li.active:after{
    background:#fff
}
 .lftnv li:hover:after{
    background:#fff
}
 .lftnv li a.bdr-none{
    border:none!important
}
 .sp-mrg{
    margin:-19px 0 0 0!important
}
 .box-grid{
    border:1px solid #ccc;
    margin-bottom:20px
}
 .box-grid h3{
    background:#dfdfdf;
    text-align:center;
    color:#333;
    font-size:16px;
    padding:25px 0
}
 .img-grid{
    position:relative
}
 .img-grid img{
    width:100%
}
 .box-gridhvrtxt{
    transition:all .2s linear;
    background:rgba(0,58,132,.75);
    opacity:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0
}
 .box-gridhvrtxt a{
    display:flex;
    align-items:center;
    color:#fff;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    justify-content:center
}
 .box-grid:hover .box-gridhvrtxt{
    opacity:9
}
 .box-grid.active .box-gridhvrtxt{
    opacity:9
}
 .news .owl-controls .owl-dots,.wrp-certi .owl-controls .owl-dots{
    margin-top:10px;
    text-align:center;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent
}
 .news .owl-controls .owl-dot,.wrp-certi .owl-controls .owl-dot{
    display:inline-block;
    zoom:1
}
 .news .owl-controls .owl-dot span,.wrp-certi .owl-controls .owl-dot span{
    display:block;
    width:12px;
    height:12px;
    margin:5px 7px;
    filter:Alpha(Opacity=50);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    background:#65abf1;
    border:1px solid #65abf1
}
 .news .owl-controls .owl-dot.active span,.news .owl-controls .owl-dot:hover span,.wrp-certi .owl-controls .owl-dot.active span,.wrp-certi .owl-controls .owl-dot:hover span{
    background:0 0;
    border:1px solid #65abf1
}
 .wrp-certi{
    padding-bottom:90px;
    padding-bottom:0;
    width:auto;
    display:table;
    margin:-165px auto 0 auto;
    padding-top:75px;
    border-top:1px dashed #aec0d7
}
 .wrp-certi .owl-controls .owl-nav{
    display:none
}
 .wrp-certi .gallery-item h3{
    text-align:center;
    color:#333;
    font-size:16px;
    padding:20px 0
}
 @media (max-width:1225px){
    .nav>li>a{
        padding:10px 8px
    }
     .owl-controls .owl-prev{
        left:0
    }
     .owl-controls .owl-next{
        right:0
    }
}
 @media (max-width:767px){
    .fixright{
        display:none
    }
     .bannerSlider .carousel-indicators{
        bottom:0
    }
     .navbar-collapse .pull-right{
        float:inherit!important
    }
     .header .nav>li>a:after{
        display:none
    }
     .searchli{
        display:none
    }
     .box-grid{
        margin-top:10px;
        margin-bottom:10px
    }
     .choos{
        background:#002c63;
        margin-top:10px;
        padding:0
    }
     .we .we-grid{
        padding:15px;
        border:1px solid #9ec4e3;
        width:100%;
        position:relative;
        text-align:center
    }
     .we .we-grid .txtbox{
        width:100%
    }
     .we .vdio-we{
        position:initial;
        width:100%;
        bottom:0;
        right:0;
        margin-top:17px
    }
     .news .grid-news{
        margin:8px 0
    }
     .news .grid-news:hover{
        border-bottom:10px solid #00b6ff
    }
     .we .we-grid h2{
        font-size:20px
    }
     .head-text h2{
        text-align:center;
        font-size:28px;
        color:#003a84;
        padding-top:25px
    }
     .footer-copy p{
        color:#fff;
        font-size:16px;
        text-align:center;
        margin-bottom:15px
    }
     .news{
        padding-bottom:35px
    }
     .wrp-certi{
        padding-bottom:40px;
        padding-top:35px;
        width:100%;
        display:inherit;
        margin:0 auto
    }
     .owl-carousel .owl-item .gallery-item a{
        margin:0 auto;
        display:table
    }
     .credit{
        float:inherit;
        width:60%;
        margin:0 auto
    }
     .footer-frm .btnsmt{
        margin:0 auto;
        display:table;
        float:none;
        position:inherit
    }
     .footer-frm .form-control{
        margin:5px 0
    }
     .we{
        padding-bottom:140px
    }
     .choos .grid-coose .text-wrp h3{
        margin:25px 0 5px 10px
    }
     .rowchng .rowchng{
        display:none
    }
     .btn-bdr{
        padding:0;
        margin:0
    }
     .btn-bdr::after,.btn-bdr::before{
        width:0%
    }
     .btn-bdr .span-bdr::after,.btn-bdr .span-bdr::before{
        height:0%
    }
     .choos .grid-coose .text-wrp h3 strong{
        font-size:40px
    }
     .choos .grid-coose .text-wrp h3 span{
        font-size:14px
    }
     .we .we-grid h4{
        margin-bottom:0
    }
     .we .we-grid p{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient:vertical
    }
     .we .we-grid .txtbox a{
        margin-top:0
    }
     .factry .btm-p{
        display:none
    }
     .factry .grid-fc{
        margin:0;
        padding:5px
    }
     .choos .grid-coose{
        padding:0 20px;
        margin-bottom:0
    }
     .choos .grid-coose p{
        font-size:14px
    }
     .grid-news img{
        width:50%!important;
        margin-left:25%
    }
}
 @media screen and (max-width:767px){
    #navbar6{
        width:85%;
        position:absolute;
        right:0;
        top:80px
    }
}
 .inquiry-box{
     width: auto;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     overflow: auto;
     border-radius: 0;
     position: fixed;
     z-index: 99999;
     background-color: #fff;
     box-shadow: 0 2px 8px rgb(0 0 0 / 13%);
     transition: .3s;
     opacity: 0;
     transform: scale(0) translateZ(0);
}
 .inquiry-box .head{
    color:#fff;
    font-size:20px;
    font-weight:700;
    padding-left:10px;
    background-color:#007eff;
    font-size:16px;
    padding:16px;
    padding-right:0
}
 .inquiry-box .head p{
    font-size:16px;
    width:90%;
    float:left
}
 .inquiry-box .head a{
    color:#fff;
    font-size:30px
}
 .inquiry-box .text{
    padding:10px;
    display:block;
    font-size:16px;
    width:100%
}
 .inquiry-box .from-box{
    padding:10px;
    overflow:hidden
}
 .inquiry-box .from-box form .inquire-group .form-group{
    width:100%;
    overflow:hidden
}
 .inquiry-box .from-box form .inquire-group .form-group div{
    padding:0
}
 .inquiry-box .from-box form .inquire-group .form-group label{
    padding:0;
    font-size:14px;
    margin-bottom:5px;
    font-weight:700
}
 .inquiry-box .from-box form .inquire-group .form-group label i{
    color:red;
    margin-right:5px
}
 .inquiry-box .from-box form .inquire-group .form-group input{
    width:100%;
    font-size:16px;
    padding:0 15px;
    height:45px;
    border:1px solid #ccc
}
 .inquiry-box .from-box form .inquire-group .form-group button{
    padding:8px 30px;
    font-size:14px;
    height:auto;
    background-color:#1865c7;
    color:#fff;
    border-radius:4px
}
 .bottom-inquiry-box--hidden{
     visibility: hidden;
     opacity: 0;
}
