
/*-------------------------
	General Styles
--------------------------*/

body{
    font-family : "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    font-size: 16px;
}
a{    color:#272727;text-decoration: none !important;}
a:hover{cursor: pointer}
/*-----------------------------------
	Navigation Bar Styles
------------------------------------*/

.navbar{
    padding: 0;
    background-color: #fff;
    transition: padding 0.4s;
}
.btn_hover:hover{
    cursor: pointer;
    color: #eeeeee !important;
    background-color: #6091dd !important;
}

.btn_hover_yellow:hover{
    cursor: pointer;
    color: #eeeeee !important;
    background-color: #ffc016 !important;
}
/* Contract the navbar while scrolling */

.navbar.scrolled{
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    padding:  0;
}

#myNavbar{
    overflow-x: hidden;
}

.brandStyle{
    color: #487b83 !important;
    font-size: 24px;
}
/* Menu */
.menustyle{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.dropdown-menu>li>a {  padding: 9px 20px;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: unset;}
.header_title{
    font-size: 15px;
    font-weight: bolder;
    padding: 1%;
}
.back_top{
    font-weight: bolder;
    text-align: center;
    color: #000;
    background-color: unset;
    height: 45px;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    outline: none;
}
.back_top:hover{
    font-weight: bolder;
    text-align: center;
    background-color: #ffde2d;
    color: #000;
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    outline: none;
}

/*-----------------------------------
	Main Picture
------------------------------------*/

.headpicture{
    width: 100%;
    padding-top: 9em!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}


/*-----------------------------------
		Text
------------------------------------*/

/* Titles */

h1{
    color: #5a5b5b;
    font-size:24px;
    font-weight: bold;
    margin-top: 150px;
    font-family :"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Paragraphs */

.textStyle{
    color: #989999;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    max-width: 700px;
    margin: 80px auto 0 auto;
}

.textStyle a{
    text-decoration:underline;
}

.textStyle a:hover{
    text-decoration: none;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*-----------------------------------
	Latest Projects
------------------------------------*/

/* Container */

.latestProjects{
    max-width: 900px;
    margin : 80px auto 0 auto;
}

.latestProjects p{
    font-size: 16px;
    color: #757879;
    width: 260px;
    text-align: left;
    margin: 13px auto 60px auto;
}

.latestProjects p a{
    font-size: 12px;
    display: block;
    width: 80px;
    white-space: nowrap;
    margin-top: 6px;
}

.latestProjects img{
    width:260px;
}
.top-notice{
    display: none;
}

/*-----------------------------------
		Footer
------------------------------------*/

.footer{
    padding: 13px 0px 0px 0px;
    border-top: 1px solid #e5e5e5;
    color: #757879;
    font-size: 12px;
    margin:70px auto;
}

/* Social buttons */

.socialButtons img{
    width:36px;
    opacity:0.6;
}

.socialButtons a{
    display:inline-block;
}

.socialButtons a:hover img{
    opacity:0.8;
}



/*-----------------------------------
	Helper classes
------------------------------------*/

.noPadding{
    padding:0;
}

/*-----------------------------------
	Media querries
------------------------------------*/

/* On smaller screens */

.m-3{margin: 30px}

@media (min-width: 1200px){
    .container {
        width: 90% !important;
    }
    .main_header{
        width: 100% !important;
    }
}
@media (min-width: 769px) {
    .main_header {
        display: table;
        width: 100%;
        padding: 12px 55px;
        background-color: #74737814;
    }
    .m-footer{display: none}
    .navbar-nav{
        float: none;
    }
    .nav_header_ul{
        line-height: 80px;
        height: 60px;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        border: none;
        box-shadow: none;
        list-style: none;
        padding: 0;
        font-size: 0;
    }
    .nav>li>a {
        padding: unset;
    }

    .header_title:hover{

        background-color: #6091dd;
    }
    .navbar-default .navbar-nav>li>a:hover{
        color: #fafff8 !important;
    }
    .image-text-container  .text-content p{font-size: 1.8rem}
    .rightIcon {
        left: auto;
        top: auto;
        position: fixed;
        z-index: 2000;
        right: 0;
        bottom: 60px;
    }
    .rightIcon ul li {
        background-color: #6091dd;
        height: 40px;
        width: 40px;
        list-style: none;
        border-bottom: 1px dotted;
    }
    .rightIcon ul li:hover {
        background-color: #fe801ae3;
        border-bottom: 1px dotted  #fe801ae3;
    }
    .rightIcon ul li .sideitem {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-y: hidden;
        overflow: initial;
    }
    .footnav {
        display: none;
    }

}
.product-summary hr{width: 80%}
.bottom-bannar .text-center{
    font-size: 2.2rem;line-height: 4rem;
}
.mob_search{ display: none}
@media(max-width: 768px) {
    .mob_search{ display: block}
    /* General */
    .c-footer{display: none}
    .m-footer{display: block}
    body{
        padding-top: 76px;
    }

    h1 {
        margin-top: 80px;
    }

    /* Navigation bar */

    .navbar{
        padding: 5px 0;
    }

    .menustyle{
        font-size: 13px;
        font-weight: unset;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    }
    .mob_menus{
        box-shadow: -1px 6px 3px #9382829e;
    }
    .mob_search .country_div {
        margin-left: unset;
        padding-bottom: 8px;
        border-bottom: 1px dotted #ccc;
    }
    .row_icon{display: inline-block;width: 20%;}
    /*.header_title{*/
    /*    margin-left: -2em;*/
    /*}*/
    .menustyle .nav>li {
        padding-left: 1em;
        border-bottom: 1px dashed #eddd;
    }
    .navbar-nav>li>a {
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 20px;
    }
    /* Main picture */

    .headpicture{
        padding-top:0em!important;
    }
    .headpicture img{
        min-height: 200px;
    }

    /* Latest Projects */

    .textStyle{
        margin-top: 40px;
    }

    .titleStyle{
        margin-top: 70px;
    }

    /* Footer */
    .rightIcon {
        display: none;
    }
    .footer{
        margin: 40px auto;
    }

    /* Sharing buttons */

    .responsiveAlign {
        text-align: center;
        padding: 5px ;
    }


    .mobile-footer-container .footer-mobile-bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 1;
        background-color: #333;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        color: #fff;
        line-height: 49px;
    }

    .bottom-bannar .text-center{
        font-size: 18px
    }
    .footnav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #2a2a2a;
        text-align: center;
        padding: 2px 0;
    }

    .footnav a {
        display: inline-block;
        margin: 0 5%;
        color: #555;
        text-decoration: none;
        font-weight: bold;
    }

    .footnav a svg {
        display: block;
    }

    .footnav .foot_img{
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .footnav a span {
        margin-top: 5px;
        font-size: 11px;
    }
    .footnav a.active {
        color: #cbcbcb;
    }

}
@media(max-width: 1280px){
    .menustyle{
        font-weight: 500;
    }
}

.c-footer {
    min-height: 378px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: #6091dd;
    color: #fff;
    padding-bottom: 40px;
    position: relative;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}


.container-fluid-1200 {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid-1200 .row {
    margin-left: -10px;
    margin-right: -10px
}

.container-fluid-1200 .row .col-xs-70 {
    width: 70%
}

.container-fluid-1200 .row .col-xs-40 {
    width: 40%
}

.container-fluid-1200 .row .ft-left {
    float: left
}

.container-fluid-1200 .row .ft-right {
    float: right
}

.container-fluid-1200 .row .col-xs-30 {
    width: 30%
}



.c-footer .ft-left .ft-left-list {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left
}
.c-footer .ft-left .ft-left-list > h6 {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px
}

.c-footer .ft-left .ft-left-list > ul {
    margin-top: 10px;
    padding-left: 0;
}

.c-footer .ft-left .ft-left-list > ul > li {
    line-height: 25px;
    padding-left: 2rem;
    text-transform: capitalize
}

.c-footer .ft-left .ft-left-list > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 20px;
}

.c-footer .ft-left .ft-left-list > ul > li > a:hover {
    color: #b8b9bf
}

.c-footer .ft-right h6 {
    font-weight: 700;
    color: #222;
    font-size: 14px
}

.c-footer .ft-right .ft-right-et {
    float: left !important;
    margin-top: 16px;
    height: 36px;
    padding-left: 15px;
    margin-bottom: 20px
}

.c-footer .ft-right .ft-right-et > li {
    float: left !important;
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    line-height: 40px
}

.c-footer .ft-right .ft-right-et > li > a {
    font-size: 36px;
    color: #222;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    cursor: pointer
}

.c-footer .ft-right .ft-right-et:last-child > li > a {
    font-size: 30px
}

.c-footer .ft-right .ft-right-et:last-child > li > a img {
    width: 100%
}

.c-footer .ft-right .ft-right-email > h6 {
    color: #222;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px
}

.c-footer .ft-right .ft-right-input {
    display: -webkit-box;
    display: flex
}

.c-footer .ft-right .ft-right-input .c-input {
    width: 100%;
    position: relative
}

.c-footer .ft-right .ft-right-input .c-input input {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    outline: 0;
    border: 1px solid #ccc
}

.c-footer .ft-right .ft-right-input .c-input input.active {
    border: 1px solid #222
}

.c-footer .ft-right .ft-right-input .c-input input:hover {
    border: 1px solid #222
}

.c-input .input-error-txt {
    margin-top: 6px;
    color: #d53333
}

.c-input .input-success-txt {
    margin-top: 6px;
    color: #2fb70e
}

.she-btn-black {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background: #222;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: background .2s, border-color, .2s, color .2s;
    transition: background .2s, border-color, .2s, color .2s;
    min-width: 144px;
    height: 36px;
    line-height: 34px;
    padding: 0 16px;
    font-size: 15px
}

.c-footer .ft-right .ft-right-payment > h6 {
    color: #222;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin: 30px 0 15px 0
}

.c-footer .ft-right .ft-right-payment .bank-img .c-img-con-m {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 5px
}

.foot-bottom-site-c{
    font-size: 18px;
    color: #bfbaba;
    margin-top: 50px;
    padding-left: 0;
}

.no-foot-li {
    list-style-type: none;    margin-left: -22px;
}

.ant-form .ant-form-item .ant-input {
    color: rgba(187, 187, 187, 1);
    font-size: 12px;
    font-family: Arial;
    border-color: rgba(196, 198, 207, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px 2px 2px 2px;
}


.m-footer {
    padding:3em 0 5em;
    background: #6091dd;
}


.m-footer .find-us ul li {
    float: left !important;
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    line-height: 40px;
}
 .find-us ul{display: flex}
 .find-us img{width: 100%}
 .find-us .link-contact{
     margin-left: auto;
     margin-right: auto;
     width: 75%;
 }

.index-footer .ft-li {
    height: 50px;
    padding-top: 5px;
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #767676;
    text-decoration: none
}

.index-footer .ft-li .suiiconfont, .index-footer .ft-li .suiiconfont-critical {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #767676;
    padding-bottom: 3px
}

.index-footer .ft-li.active {
    color: #222
}

.index-footer .ft-li.active .suiiconfont {
    color: #222
}

.index-footer .ft-li .suiiconfont.homeindex:before {
    content: "\e60b"
}

.index-footer .ft-li .suiiconfont.newindex:before {
    content: "\e60f"
}

.index-footer .ft-li .suiiconfont.bagindex:before {
    content: "\e60e"
}

.index-footer .ft-li .suiiconfont.accountindex:before {
    content: "\e610"
}



.nav_span{
    color: #666;
    line-height: 32px;
    height: 36px;
}
.search_div {
    margin-top: 16px;
    border-color: rgba(228, 228, 228, 1);
    border-style: solid;;
    border-width: 1px;
    margin-left: 110px;
}
.search_div i.icon {
    width: 38px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    background: #eee;
}
.search_div i.icon:hover{cursor: pointer}
.search_div .icon svg {
    color: #9b8f8f;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    text-align: center;
}

.search_div .main {
    line-height: 35px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    height: inherit
}


.search_div .input {
    height: 100%;
    border: none;
    outline: none;
    flex: 1;
    overflow: hidden;
    background: transparent;
    font-size: 14px;
    text-align: left;
    font-family: Arial;;
    padding-left: 10px;

}

.nav_contact {
    margin-top:22px;margin-left: 10%;height: 45px;
}
.nav_contact a{
    display: flex;
    align-items: center;
    width: 100%;
}
.nav_contact a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 16px;
    height: 16px
}

.nav_contact a svg {
    color: #6091dd;
    display: inline-block;
    width: 19px;
    height: 19px
}
.nav_header{
    background-color: #74737814;
}

.nav_logo{
    display: flex;
    align-items: center;
}
.nav_logo img{
    width: 150px;
}
.language_svg a{font-weight: 700}
.country_div {
    margin-top: 20px;
    margin-left: 60%;
    vertical-align: middle;
    text-align: center;
}
.country_div  img {
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    width: 32px;
    height: 32px
}

.row{margin: 0 !important;}

.img_box img{width: 100% !important;}



.footer-title{
    font-size:1.6em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}




.contact-btn{
    border: 0px;
    height: 35px;
    margin-top: 11px;
    /* padding-top: 20px; */
    width: 100%;
    color: #212529;
    background-color: #fe801a;
    box-shadow: 0px 0px 0px #fe801a, 1px -1px 4px #b3ae90;
    animation: color-cycle 5s infinite;
}
.more-btn{
    border: 1px solid silver;
    height: 35px;
    margin: 1em;
    color: #212529;
}
.more-btn:hover{
    background: #6091dd;
}
@keyframes color-cycle {
    0% { background-color: #fe801a; }
    25% { background-color: #fee72d; }
    50% { background-color: #f5ff97; }
    75% { background-color: #FEDB31; }
    100% { background-color: #fe801a; }
}
.contact-info div{
    line-height: 32px;
}
.contact-info input{
    color: #1c2b36;
    height: 32px;
}
.contact-info label{
    font-size: 1em;
    font-weight: 300;
}
.contact-info .info{
    width: 180px;
    float: right;
    max-width: 180px;
    max-width: 120px;
    min-width: 180px;
}
.contact-info .tips{
    display: none;
    text-align: center;
    color: #fee72d;
}
.contact-info textarea{ color:  #000;}
.hidden-input{display: none}
.code{
    user-select:none;
    margin: 6px 3px;
    font-size: 17px;
    padding: 0px 7px;
    margin-left: 30px;}
.code-info{
    display: flex;
    align-items: center;
}
.code-btn{
    line-height: 22px;
    height: 32px;
    padding: 4px 5px;
    vertical-align:unset;
}
.link-contact a{
    color: #fff;
    font-size: 1.1em;
}
.link-contact .address{
    background: url("/img/common/icon-address.png") no-repeat ;
    background-size: 15px 20px;
    background-position-y: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.link-contact .phone{
    background: url("/img/common/icon-phone.png") no-repeat;
    background-position-y:2px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.link-contact .email{
    background: url("/img/common/1-icon-letter.png") no-repeat;
    background-position-y: 5px;
    padding-left: 30px;
    margin-bottom: 20px;
}
/*.nav_contact .none{display: none}*/