@font-face {
    font-family: 'GE BODY';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GE BODY.ttf");
}

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MyriadPro-Light.ttf");
}

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MyriadPro-Regular.ttf");
}

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/MyriadPro-Bold.ttf");
}

.bread{
    position: relative;
    height: 250px;
    background-size: cover;
        background-position: right;
}

.hgroup {
    background-color: #428bca;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0
}


.hgroup_subtitle ul li {
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
}

.hgroup_subtitle ul  i{
    font-size:12px;
}

.hgroup_subtitle ul li a{
    color: #fff
}

.left-title{
    margin-bottom: 15px!important;
    padding-bottom: 15px !important;
}

.left-title h3{
    text-indent: 15px;
}
.left-title h3:after {
    left: 0 !important;
    width: 5px !important;
    height: 20px !important;
    top: 4px !important;
    background: #ff9d34 !important;
}

.homegoods-list ul li a.active {
    background: #0064c3;
    color: #fff;
}

.sidebar-contact {
    padding: 20px;
    background: url(../images/map.png) no-repeat center/cover;
}


.sidebar-contact-title h3 {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: url(../images/title-icon.png) no-repeat center/contain;
}

.sidebar-contact ul li {
    display: flex;
    margin-bottom: 10px;
}

.sidebar-contact ul li span {
    flex: auto;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 30px;
}

.about-content img{
    box-shadow: 0 0 6px #ccc;
    margin:15px auto;
    display: block;
    border-radius: 5px
}

.sidebar-contact ul li i {
    flex: 0 0 30px;
    height: 30px;
    line-height: 30px;
    background: #0064c3;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 20px;
}

.about-title{
    margin:30px 0;
    position: relative;
    text-align: center;
}

.about-title h1{
    color: #5d5d5d;
    font-size: 30px
}

.about-title h1 span{
      color: #ff9d34;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 5px;
}

.pagination  li{
    float: left;
    margin-bottom: 10px;
}

.pagination>li>a, .pagination>li>span {
    padding: 8px 20px;
    font-weight: 700;
    transition: .3s;
    text-align: center;
    background-color: #0064c3;
    color: #fff;
    border-color: #3db7ef;
    margin: 0 5px;
    font-family: montserrat,cursive;
    display:block;
}

.pagination>li>a:hover{
    background-color: #257ed3
}

.pagination>li.active>a, .pagination>li.active>span{
     background-color:#ff9d33;
}

.left-slider .owl-nav{
    top:32%!important;
}

.left-slider .owl-prev{
    left: 0 !important;
}

.left-slider .owl-next{
    right: 0 !important;
}

.left-slider.owl-carousel .owl-nav, .left-slider.owl-carousel .owl-nav{
    left: 0
}


.left-slider .advan-item>h3 {
    background: #ff9d33;
    color: #fff!important;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
.left-slider .advan-item>h3  a{color:#fff;}
.left-slider .owl-next{
    float: right;
}

.products-dec p i{
    margin-right:8px
}

.products-content h1{
    font-size: 25px
}

.nav-tabs>li>a{
   padding: 10px 20px;
   background-color:#ff9d34;
   color: #fff
}

.products-content-dec{
    padding:20px 10px;
    font-size: 16px;
    color: #666;
    background: #f8f8f8;
}

.product-title {
    text-indent: 5px;
    color: #fff;
    background: #000000a1;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    transition:all .3s;
    padding: 5px 0;
    text-align:  center;
}

.project-item:hover .product-title{
    display: block;
     background:#4076aa;
     z-index: 999
}

 .related-product-title{
    color: #646363;
    margin-bottom: 30px
 }


@media (max-width:768px){
    .footer-top,.footer-bottom-product,.qr-code,.bread,.header-top-list,.header-top,.left-menu-pho{
        display: none !important;
    }
    .navbar{
        padding: 10px !important
    }

    .header-bottom .nav-link{
        padding:10px !important;
    }
    .header-bottom .navbar-nav{
        margin-left: 0 !important
    }
}

 .contact-us-inner  .rates-box {
    flex: 0 0 30% !important;
}

.contact-content-address li{
    width: 33.3%;
    float: left
}

.contact-content-address li i{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
    background: #ff9d34;
    color: #fff;
    padding: 0 10px;
}

.contact-content-address{
    margin:50px 0;
    overflow: hidden;
}

#myTab{
    border:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #428bca;
    color: #fff;
    border-radius: 0;
    
}

.newsmore{
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius:30px;
    transition: all .5s;
    -webkit-transition:all .5s;
    margin-top: 10px
}

.newsmore:hover{
    background-color: #0064c3;
    color: #fff;
    transform: translateX(25px);
}
.news-content{
    padding: 30px;
    border:1px solid #ccc;
}
.news-content h1{
    font-size: 18px;
}

.news-content-header{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.newslist .homenews-list-top{
    margin-bottom: 30px
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: none;
}

img,
button {
    border: none;
}

input:focus,
button:focus,
button.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}


body {
    font-family: 'MyriadPro', Arial, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-weight: 600;
    
}

p {
    margin: 0 0 10px;
    color: #666;
}

img {
    max-width: 100%;
}


a {
    color: #666;
}

a:hover {
    color: #0064c3;
    text-decoration: none;
}

a,
a:visited,
a:active,
a:link,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.bg-gray {
    background-color: #F8F8F8;
}

.section-60 {
    padding: 60px 0;
}

.section-80 {
    padding: 80px 0;
}


#demo {
    position: relative;
}

#demo .carousel-indicators {
    justify-content: center;
    bottom: 70px;
    align-items: center;

}

#demo .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    background: transparent;
}

#demo .carousel-indicators li .icon1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    transition: 0.3s all;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
}

#demo .carousel-indicators li .icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 1;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .7);
    transition: 0.5s all;
}


#demo .carousel-indicators li.active .icon1 {
    width: 8px;
    height: 8px;
}

#demo .carousel-indicators li.active .icon2 {
    width: 20px;
    height: 20px;

}

header {
    position: relative;
}

.header-top {
    background: #000;
    font-size: 14px;
    color: #ddd;
    padding: 10px 0;
}

.header-top a {
    color: #ddd;
}

.header-top-list ul {
    display: flex;
    line-height: 20px;
}

.header-top-list ul li:first-child {
    border-right: 1px solid #808080;
    padding-right: 15px;
    margin-right: 15px;
}

.header-top-list ul li i {
    margin-right: 8px;
}

.header-top-list ul li i img {
    border-radius: 100%;
}

.phone-number-idel h4 {
    margin-bottom: 6px;
}

.phone-number-idel h4 a {
    color: #fff;
    font-weight: 600;
    margin-top: 13px;
}

.left-menu-pho {
    background: #ff9d33;
    width: 400px;
    position: absolute;
    right: 0;
    display: flex;
    height: 84px;
    border-left: 30px solid #07539a;
    border-bottom: 85px solid #ff9d34;
}

.icon-phon-men i {
    color: #07539a;
    font-size: 28px;
    background: white;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 46px;
    border-radius: 53px;
    position: relative;
    right: 38px;
    top: 17px;
}

.phone-number-idel {
    position: relative;
    right: 25px;
    top: 20px;
}

.phone-number-idel p {
    font-size: 14px;
    color: #603507;
    font-weight: 400;
}

.header-most-top select {
    background: transparent;
    color: #808080;
    width: 57%;
    font-size: 14px
}

.login-area {
    display: flex;
    float: right;
}

.user-log i {
    color: grey;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 20px;
}

.user-log a {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}

.user-log {
    border-left: 1px solid #808080;
}

.navbar {
    background: #07539a;
    padding: 0;
}

.header-bottom .nav-link:hover {
    color: #ff9d33;
}

.header-bottom .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 28px 10px;
    transition: .5s;
    font-family: 'GE BODY';
}

.header-bottom .nav-item {
    margin-left: 20px;
}

.header-bottom .navbar-brand {
    padding: 0;
}

.header-bottom .navbar-brand img {
    width: 130px;
}

.header-bottom .navbar-nav {
    margin-left: 70px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    background: #07539a;
    font-size: 14px;

}

.header-bottom .nav-item i {
    position: absolute;
    top: 35px;
    right: -6px;
    color: #fff;
    font-size: 16px;
}

.dropdown-content a:hover {
    background-color: #ff9d34;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 3px 13px;
    font-size: 30px;
}

.header-bottom .active {
    color: #ff9d34;

}

.header-bottom .active-2 {
    background: #ff9d34;
}

.home-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
}

.home-top-inner {
    box-shadow: 0px 0px 36px -5px #0000001a;
    background: #fff;
}


.home-top-inner {
    display: flex;
}

.home-top-inner .rates-box {
    flex: 0 0 20%;
}


.icon-box {
    color: #0064c3;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #e8f1fc;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}

.rates-box {
    padding: 25px 0 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.rates-box:after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    width: 0px;
    bottom: 0;
    border-radius: 0 0 50px 50px;
    background: #ff9d34;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.rates-box:hover:after {
    width: 100%;
}

.rates-box h6 {
    margin: 20px 0 0 0;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}


.rates-box .icon-arrow {
    position: absolute;
    right: -32px;
    top: 40px;
    display: none;
}


.homeabout {
    background-image: url(../images/map.png);
    background-size: cover;
    padding: 200px 0 80px;
}



.video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrap .link-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
}

.homeabout-img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
    box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
}

.video-wrap .link-circle span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #000;
}

.video-wrap .link-circle span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #0064c3;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.video-wrap .link-circle span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    color: #0064c3;
}

.video-wrap .link-circle span:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-wrap .link-circle span:hover i {
    color: #fff;
}

.video-wrap .link-circle span:hover:before {
    opacity: 1;
    transform: scale(.85);
    -webkit-transform: scale(.85);
}
.left-side-text-ab {
    color: #0064c3;

}

.left-side-text-ab h4 {
    font-weight: 500;
}

.left-side-text-ab h2 {
    margin-top: 10px;
}

.left-side-text-ab span {
    color: #ff9d34;
}

.left-side-text-ab p {
    margin-top: 2px;
}



.btn-2 {
    color: #fff;
    background: #ff9d34;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
    font-family: 'GE BODY';
}

.btn-2:hover {
    color: #fff;
}

.btn-2:after {
    content: "";
    position: absolute;
    background: #0064c3;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
    border-radius: 3px;


}

.btn-2:hover:after {
    width: 100%;
    border-radius: 3px;

}

.homegoods {
    padding: 60px 0 30px;
}

.homegoods-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e5e7;
    margin-bottom: 35px;
}

.homegoods-title h3 {
    font-family: 'GE BODY';
    margin-bottom: 5px;
    position: relative;color: #0064c3;
}

.homegoods-title h3:after {
    content: "";
    position: absolute;
    left: -40px;
    width: 25px;
    height: 2px;
    top: 13px;
    background: #0064c3;
}

.homegoods-title span {

    color: #666;
}

.homegoods-list ul li a {
    display: block;
    background: #f3f5f7;
    line-height: 46px;
    border-radius: 0 100px 100px 0;
    margin-bottom: 1px;
    padding-left: 15px;
    font-size: 14px;

}

.homegoods-list ul li a:hover {
    background: #0064c3;
    color: #fff;
}

.project-item {
    margin-bottom: 30px;
    display: block;
}

.project-item-inner {
    position: relative;
    overflow: hidden;
}

.project-item-inner:before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 7%;
    left: 30%;
    width: 100%;
    height: 200%;
    z-index: 1;
    opacity: 0;
    transform: rotate(60deg);
    transition: all 0.6s ease;
}

.project-item-inner:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease;
}

.project-image {
    position: relative;
    overflow: hidden;
}


.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.project-content-inner {
    text-align: center;
    width: 100%;
}

.project-content-inner .project-heading a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
}

.project-content-inner .view-lightbox {
    display: block;
    margin: auto;
    position: relative;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 5px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
}

.project-content-inner .view-lightbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.project-content-inner .view-lightbox i {
    font-size: 14px;
    color: #ff9d34;
    position: relative;
}

.project-item:hover .project-content-inner .project-heading a {
    opacity: 1;
}

.project-item:hover .project-content-inner .project-heading a:hover {
    color: #ff9d34;
    text-decoration: none;
}

.project-item:hover .project-content-inner .view-lightbox {
    opacity: 1;
    margin-top: 0;
}

.project-item:hover .project-item-inner:before {
    transform: rotate(55deg);
    opacity: 0.3;
}

.project-item:hover .project-item-inner:after {
    opacity: 1;
}

.project-item>h4 {
    color: #222;
    font-size: 16px;
    margin: 0;
    padding: 4px 15px;
    text-align: center;
    background: #eee;
    font-weight: 500;
    font-family: 'GE BODY';
    height: 46px;
}

.advan {
    padding: 60px 0;
}

.advan-title {
    text-align: right;
}

.advan-title h2 {
    font-size: 30px;
    color: #222;
    font-family: 'GE BODY';
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e5e7;
}

.advan-title h2 span {
    font-size: 60px;
    color: #0064c3;
    padding: 0 10px;
    display: inline-block;
}


.advan-list {
    background: url(../images/yous.jpg) right center no-repeat;

}

.advan-list ul {
    display: flex;
    flex-flow: column;
    height: 500px;
    justify-content: space-between;
}

.advan-list ul li:nth-child(1),
.advan-list ul li:nth-child(4) {
    text-align: right;

}


.advan-list ul li .advan-list-item {
    display: inline-flex;
    align-items: center;
}

.advan-list ul li .advan-list-item .ad-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #0064c3;
    border-radius: 100%;
    background-position: center;
    background-size: 36px;
    background-repeat: no-repeat;
}

.advan-list ul li .advan-list-item>span {
    flex: 1;
    padding-left: 20px;
    letter-spacing: 1px;
    font-family: 'GE BODY';
}

.advan-list ul li .advan-list-item>span b {
    font-size: 30px;
    color: #0064c3;
    display: inline-block;
    font-weight: 500;
}

.advan-list ul li .advan-list-item .icon-1 {
    background-image: url(../images/ad-1.png);
}

.advan-list ul li .advan-list-item .icon-2 {
    background-image: url(../images/ad-2.png);
}

.advan-list ul li .advan-list-item .icon-3 {
    background-image: url(../images/ad-3.png);
}

.advan-list ul li .advan-list-item .icon-4 {
    background-image: url(../images/ad-4.png);
}

.advan-list ul li .advan-list-item:hover .icon-1 {
    background-image: url(../images/ad-1-w.png);
}

.advan-list ul li .advan-list-item:hover .icon-2 {
    background-image: url(../images/ad-2-w.png);
}

.advan-list ul li .advan-list-item:hover .icon-3 {
    background-image: url(../images/ad-3-w.png);
}

.advan-list ul li .advan-list-item:hover .icon-4 {
    background-image: url(../images/ad-4-w.png);
}


.advan-list ul li .advan-list-item:hover .ad-icon {
    background-color: #0064c3;
}

.advan-slider {
    margin-bottom: 30px;
}

.advan-slider .advan-item .icon {
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
    color: #d3d5d7;
}

.advan-slider .advan-item>p {
    font-size: 20px;
}

.advan-slider .advan-item>h3 {
    font-weight: 500;color:#0064c3;
}


.advan-slider .advan-item ul li i {
    color: #0064c3;
    margin-right: 8px;
}

.advan-slider.owl-carousel .owl-nav,
.advan-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.advan-slider.owl-carousel .owl-nav .owl-prev,
.advan-slider.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0064c3;
    color: #fff;
    font-size: 20px;
    margin-left: 1px;
}

.advan-slider.owl-carousel .owl-nav .owl-prev:hover,
.advan-slider.owl-carousel .owl-nav .owl-next:hover {
    background: #ff9d34;
}


.advan-tel {
    position: relative;
    height: 85px;
    width: 522px;
    background: url(../images/you3.jpg);float: right; 
}

.advan-tel .tel {
    position: absolute;
    left: 50x;
}

.advan-tel .tel {
    position: absolute;
    left: 90px;
    top: 40px;
    color: #fff;
}

.advan-tel .contact {
    position: absolute;
    left: 367px;
    top: 28px;
    width: 125px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.advan-tel .contact:hover {
    color: #0064c3;
    background: #fff;
}

.homece {
    background: url(../images/21.jpg) no-repeat center -165px;
}

.homece-inner-title {

    text-align: center;
}

.homece-inner-title h2 {
    color: #fff;
    font-family: 'GE BODY';
    font-weight: 500;
}

.homece-inner-title p {
    color: #fff;
}

.homece-inner-title .more {
    display: inline-block;
    text-align: center;
    width: 140px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: all .3s;
}

.homece-inner-title .more i {
    margin-left: 5px;
}

.homece-inner-title .more:hover {
    background: #fff;
    color: #0064c3;
}


.homece-inner-list ul {
    display: flex;    margin-top: 50px;
}

.homece-inner-list ul li {
    flex: 1;
    padding: 0 8px;
}

.homece-inner-list ul li img {
    width: 100%;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
}



.home-title {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;    font-family: 'GE BODY';
   
}

.home-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    top: 50%;
    z-index: -1;
}

.home-title h3 {
    background: #fff;
    margin: 0;
    padding-right: 20px;
    font-size: 36px;
    color: #0064c3; font-weight: 500;
}

.home-title .more {
    color: #000;
    font-weight: 500;
}


.homenews-list-top {
    display: flex;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 30px;
}

.homenews-list-top .img {
    width: 170px;
}

.homenews-list-top .dec {
    flex: 1;
    padding-left: 15px;
    min-width: 0;
}

.homenews-list-top .dec h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.homenews-list-top .dec h3 a {
    color: #000;
}

.homenews-list-top .dec h3 a:hover {
    color: #0064c3;
}

.homenews-list-top .dec .date {
    font-size: 14px;
    color: #aaa;
}

.homenews-list-top .dec p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0 0 0;
    line-height: 1.3;
}


.homenews-list-bottom-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 14px;
}

.homenews-list-bottom-item .icon {
    height: 2px;
    width: 10px;
    background: #484848;
}

.homenews-list-bottom-item .date {
    color: #aaa;
}

.homenews-list-bottom-item p {
    flex: 1;
    padding: 0 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-weight: 500;
}

.homenews-list-bottom-item p a {
    color: #222;
}

.homenews-list-bottom-item:hover .icon {
    background: #0064c3;
}

.homenews-list-bottom-item:hover p a {
    color: #0064c3;
}

.homefaq-list-box {
    line-height: 60px;
    display: block;
    background: #F5F5F5;
    border-radius: 100px;
    padding: 0 30px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.homefaq-list-box i {
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
}

.homefaq-list-box span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}


.homefaq-list-box:hover {
    background: #0064c3;
    color: #fff;
}

.homefaq-list-box:hover i {
    color: #0064c3;
}


.footer-top-inner {
    border-top: 1px solid #e0e0e0;
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.footer-top-inner h4 {
    margin: 0;
    padding-right: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #ff9d34;
}

.footer-top-inner ul {
    display: flex;
}


.footer-top-inner ul li a {
    display: block;
    font-size: 13px;
    margin: 0 10px;
    color: #aaa;
}

.footer-top-inner ul li a:hover {
    color: #2889e1;
}

.footer-bottom {
    background: #394954;
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom-product {
    border-bottom: 1px solid #41525e;
    padding: 20px 0;
    display: flex;
    align-items: flex-end;
}

.footer-bottom-product h4 {
    font-size: 17px;
    line-height: 1;
    color: #2889e1;
    padding-right: 30px;
    font-weight: 600;margin:0;
}

.footer-bottom-product ul {
    display: flex;
}

.footer-bottom-product ul li a {
    display: block;
    margin:0 10px ;
}


.footer-title h4{margin:25px 0;}


.wi-social ul li {
    display: inline-block;
    margin-right: 8px;
    background: #032f60;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
}

.wi-social ul li a,
.wi-social ul li a .hover-show,
.wi-social ul li a .normal-show {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.wi-social ul li:nth-child(1) {
    background: #5c82d2;
}

.wi-social ul li:nth-child(2) {
    background: #41bff5;
}

.wi-social ul li:nth-child(3) {
    background: #228dc9;
}

.wi-social ul li:nth-child(4) {
    background: #eb5d4a;
}

.wi-social ul li:nth-child(5) {
    background: #dd5044;
}

.wi-social ul li a {
    display: block;
    top: 0;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
}

.wi-social ul li a .normal-show {
    top: 49%;
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 1;
}

.wi-social ul li a .hover-show {
    top: 120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.wi-social ul li a:hover i.normal-show {
    top: -55%;
}

.wi-social ul li a:hover i.hover-show {
    top: 30%;
}


.footer-contact li{display:flex;}

.footer-contact li i{width: 12px;}
.footer-contact li span{padding-left:8px;flex:1;    color: #a2a9ae;}

.footer-contact li span a{
    color: #a2a9ae;
}

.footer-contact li span b{
    font-size: 15px;
    color:#2889e1;
    font-weight: 500;
}

.qr-code{display: inline-block;text-align: center;width: 120px;}
.qr-code h6{margin:8px 0 0 0;}



.copyright{
    padding:6px 0;
    border-top: 1px solid #41525e;
    color: #a2a9ae;
    text-align: center;
}
.simply-scroll,.simply-scroll-clip,.simply-scroll .simply-scroll-list li{width:100% !important;height: 250px !important;}
#myVideo .carousel-indicators li { width: 40px; height: 6px; border-radius: 0; margin: 0; background: rgba(220,220,220,0.5); border: none; }
    #myVideo .carousel-indicators li.active {background: rgba(7, 83, 154, 0.8);border: none;}
#myVideo .carousel-caption { right: 0; left: 0; bottom: auto; top: 50%; padding: 0; transform: translate(0,-50%); -sm-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
#myVideo .carousel-inner { border-radius: 10px; box-shadow: 1px 1px 4px #ccc; }
#myVideo .video-btn {width: 60px;height: 60px;border-radius: 50%;background: rgba(7, 83, 154, 0.6);position: relative;transition: 0.3s;-sm-transition: 0.3s;-webkit-transition: 0.3s;margin: 0 auto;color: #444;}
    #myVideo .video-btn:hover { background: #ff9d34; color: #fff; }
    #myVideo .video-btn i { font-size: 20px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -sm-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
#myVideo .carousel-inner > .item { overflow: hidden; }
#myVideo .video-title { position: absolute; top: 0; left: 0; font: 700 24px Candara; color: #fff; padding: 15px 30px 15px 5px; transform: rotate(-45deg); }
    #myVideo .video-title:after {content: "";position: absolute;top: -140px;left: -65px;width: 200px;height: 200px;background: rgba(7, 83, 154, 0.7);z-index: -1;}
    table tr td{border:1px solid #ccc;}
    .category-bottom{padding:60px 0;border-bottom:1px solid #ddd;margin-bottom:30px;}
.goods-nav{display:flex;flex-wrap:  wrap;justify-content:  center;}
.goods-nav li a{display:inline-block;padding: 5px 30px;margin:  10px;border: 1px solid #383838;border-radius: 25px;}
.goods-nav li.active a,.goods-nav li:hover a{background:rgb(7, 83, 154);color:#fff;border-color:rgb(7, 83, 154);}
.contact-banner{background: url(../images/banner-contact.jpg);}
.news-banner{background: url(../images/banner-news.jpg);}
.services-banner{background: url(../images/banner-services.jpg);}
.contact-main{padding:60px 0;}
.feedback{
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
    border-radius: 6px;
} 

.feedback-title{
    margin-bottom: 30px;
}
.feedback-title h1{
    position: relative;
    display: inline-block;
    color: #292929;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    z-index: 1;
}
.feedback-title h1:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 40px;
    height: 4px;
    background: #018fbb;
}
.single-contact-address {
    border-radius: 6px;
    text-align: center;
    padding: 74px 30px;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}


.single-contact-address h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-contact-address p {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}


.contact-qr {
display: inline-block;width: 140px;
}

.contact-dec{font-size: 20px;
    font-weight: 400;}
.contact-dec span{color:#018fbb;}


@media (max-width: 576px)
{
    .hidden-xs{display:none;}
    .homeabout{padding:40px 0;}
    .left-side-text-ab{margin-bottom:20px;}
    .homegoods{padding:0;}
    .footer-bottom{padding-top:0;}
    #demo .carousel-indicators{bottom: 10px;}
    .category-bottom{padding:30px 0;margin-bottom:0;}
    .goods-nav li a {padding: 3px 10px;margin: 5px;border-radius: 20px;}
    }