@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    /*font: inherit;*/
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Lato',sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
}
h1, h2, h3, h4{
    font-size: 14px;
}
/*body {*/
    /*line-height: 1;*/
/*}*/
a:hover{
    color: #f03138;
}
ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}
.tabLink2,.tabLink3{
    display: none;
}
.tabLink2.prShow{
    display: block !important;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
b{
    font-weight: 700;
}
.clear {
    clear: both;
    content: "";
}
.clear-fix::after {
    clear: both;
    content: "";
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
a, a:visited, a b, .button, .button-color, input[type="button"], label {
    cursor: pointer;
}
a {
    color: #333333;
    text-decoration: none;
}
img{
    border: 0 none;
    height: auto;
    vertical-align: middle;
}
/**********************************************************************/
.headerWrp{
    background: #FBFBFB;
    width: 100%;
}
.container{
    max-width: 1200px;
    width: 1200px;
    position: relative;
    margin:  0 auto;
}
.headerTop{
    display: block;
    width: 100%;
}
.headerTop img{
    width: 100%;
}
.headerMiddle{
    display: table;
    width: 100%;
}
.headerMiddle > div{
    float: left;
    display: inline-block;
}
.headerMiddle > div.logo{
    width: 20%;
    overflow: hidden;
}
.logo a{
    display: block;
    width: 100%;
}
.headerMiddle > div.blockCenter{
    width: 40%;
}
.headerMiddle > div.blockCenter > div{
    display: table;
    width: 100%;
}
.clearfix{
    float: none!important;
    clear: both;
    display: block;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul{
    margin: 10px 0;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li{
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 5px;
}
.blockMenuSearch ul li a{
    font-size: 13px;
    color: #b0b3bb;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li:last-child{
    border-right: none;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li a:hover{
    color: #f03138;
}
.headerMiddle > div.blockCenter .blockSearch input{
    width: 84%;
    margin: 7px 0;
    padding: 10px 8px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
    float: left;
}
.headerMiddle > div.blockCenter .blockSearch{
    position: relative;
}
.headerMiddle > div.blockCenter .blockSearch a{
    background: url("../img/search-submit.png") no-repeat;
    height: 36px;
    width: 49px;
    right: 35px;
    position: absolute;
    top: 7px;
}
.headerMiddle > div.blockRight{
    width: 40%;
}
.blockRight .blockAdv img{
    width: 100%;
    max-height: 100%;
}
.blockUser{
    text-align: right;
    font-size: 12px;
}
.blockUser ul li{
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 5px;
}

.blockUser ul li > span{
    background: none repeat scroll 0 0 #f04e23;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    padding: 0 4px;
    margin: 0 5px;
}
.blockUser ul li:last-child{
    border-right:  none;
}
.headerBottom > div{
    float: left;
}
.menuHeader > ul{
    display: none;
}
.menuHeader.menuMain > ul, .menuHeader:hover > ul{
    display: block;
}

.menuHeader > p {
    background: #044a90;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase;
}
.headerBottom > div.menuHeader{
    width: 19.6%;
    position: relative;
}
.menuHeader>ul{
    min-height: 423px;
}

.menuHeader > p i{
    padding: 0 5px 0 0;
}
.headerBottom{
    display: table;width: 100%;position: relative;
}
.headerBottom > div.policy{
    width: 80%;
}
.headerBottom > div.policy ul li{
    display: inline-block;
    font-size: 30px;
    margin: 0 15px;
}

.headerBottom > div.policy ul li span, .headerBottom > div.policy ul li span p a{
    font-size: 15px;
    vertical-align: middle;
    color: #848c99;
}
.headerBottom > div.policy ul li span p {
    display: inline-block;
}
.blockFooter > ul > li > a, .blockFooter{
    font-size: 12px;
}
.headerBottom > div.policy ul li i{
    color: #848c99;
}
.menuHeader > ul > li{
    height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.menuHeader > ul > li:hover{
    cursor: pointer;
}
.menuHeader > ul{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    background: #f9f9f9;
}
.menuHeader > ul > li > span{
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.menuHeader > ul > li > a{
    float: left;
    padding: 5px;
    line-height: 25px;
}
.menuHeader > ul > li > a, .menuHeader > ul> li > a > small, .menuHeader > ul > li > a > span{
    display: block;
}
.menuHeader > ul > li > a > small{
    color: #8f8f8f;
    font-size: 11px;
}
.menuHeader > ul > li > a > span{
    font-weight: bold;
    color: #333333;
    font-size: 13px;
}
.menuHeader  ul  li i{
    float: right;
    color: #cccccc;
    padding: 5px;
}
.menuHeader ul.childNav{
    border: 1px solid #eee;
    display: none;
    left: 100%;
    position: absolute;
    top: -1px;
    width: 240px;
    z-index: 9999;
    background: #fff;
}
.menuHeader ul.childNav > li:first-child{
    border-top: none;
}
.menuHeader ul.childNav > li{
    border-top: 1px solid #eee;
    position: relative;
}
.menuHeader ul.childNav > li > a{
    color: #323232;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 7px 19px;
    width: 80%;
}
.menuHeader ul.childNav>li:hover{
    background: #064CA1;
    color: #fff;
 }
.menuHeader ul.childNav > li > a:hover{
    color: #fff;
}
#thirdChild {
    left: 241px;
}
.blockBrand fieldset{
    border-top: 1px solid #b2b2b2;
}
.blockBrand fieldset ul li{
    float: left;
    width: 100px;
    margin: 10px 15px;
    overflow: hidden;
    height: 70px;
}
.blockBrand fieldset ul li img{
    width: 100%;
}
.blockBrand fieldset legend{
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-left: 5px;
}
.bannerWrp{
    width: 80%;
    float: right;
}
.blockBanner{
    position: relative;
}
.blockBanner ul li img{
    width: 100%;
}
.blockProduct{
    display: table;
    width: 100%;
    clear: both;
}
.blockProduct > .blockMenu{
    background: #f4f2f3;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 30px;
    display: table;
    width: 100%;
}
.blockProduct > .blockMenu > h2{
    background: #044a90;
    padding: 0 20px 0 10px;
    line-height: 30px;
    position: relative;
    float: left;
    height: 30px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
}
.blockProduct > .blockMenu > h2:after{
    background: #044a90;
    /*border-bottom: 1px solid #044a90;*/
    /*border-right: 1px solid #044a90;*/
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -11px;
    top: 4px;
    transform: rotate(-45deg);
    width: 21px;
}

.blockProduct > .blockMenu > ul li{
    display: inline-block;
}
.blockProduct > .blockMenu > ul li a{
    text-transform: capitalize;
    font-size: 14px;
    border-right: 1px solid #c0c0c0;
    padding: 0 5px;
}
.blockProduct > .blockMenu > ul{
    /*float: left;*/
}
.blockProduct > .blockMenu > ul li:last-child a{
    border-right: none;
}
.blockProduct > .blockMenu > a{
    display: block;
    float: right;
    padding: 0 10px;
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
}
.blockIndex{
    display: table;width: 100%;margin: 30px 0;
}

.blockIndex div.blockLeft{
    float: left;
    width: 70%;
}
.blockIndex div.blockLeft > a img, .blockIndex div.blockRight > a img{
    width: 100%;
}
.blockIndex div.blockRight{
    float: right;
    width: 25%;
}
.blockLeft .tabHome{
    display: table;
    width: 100%;
    margin: 10px 0;
}
.tabHome ul li{
    float: left;
}
.tabHome ul{
    border-bottom: 1px solid #e4e6ee;
    display: table;
    width: 100%;
}
.tabHome ul li a{
    display: block;
    font-size: 15px;
    color: #53bcf9;
    text-transform: uppercase;
    padding: 10px;
}
.tabHome ul li a.active{
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #e4e6ee;
    border-right: 1px solid #e4e6ee;
    border-left: 1px solid #e4e6ee;
    border-bottom: none;
    font-weight: bold;
}
.itemsProduct {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 314px;
    margin: 0 7px 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;

}
.imgBor {
    display: inline-block;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.imgBor a{
    display: block;
    margin:0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    text-align: center;
}
.imgBor img {
    margin: 0 auto;
    max-width: 100%;
    max-height:100%;

    transition: all 0.3s ease 0s;
}
.blockLeft .productCarousel ul{
    display: table;
    width: 100%;
    position: relative;
}
.blockLeft .productCarousel ul li{
    float: left;
    position: relative;
}
.img-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.productCarousel a.siSlide{
    background: url("../img/sp_icon.png") no-repeat;
}
.productCarousel{
    position: relative;
    overflow: hidden;

}
.productCarousel .caroufredsel_wrapper{
    width: 100% !important;
}
.productCarousel a.prevSlide{
    background-position:0 -65px;
    height: 20px;
    left: -15px;
    position: absolute;
    top: 40%;
    width: 15px;
    z-index: 100;
}
.productCarousel a.nextSlide{
    background-position: 0 -115px;
    height: 20px;
    position: absolute;
    right: -15px;
    top: 40%;
    width: 15px;
    z-index: 100;
}
.titleProduct {
    font-weight: normal;
    height: 33px;
    line-height: 16px;
    margin: 5px 0;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}
.titleProduct a {
    color: #555;
    font-size: 13px;
}
/*.borBottomtitle {*/
/*border-bottom: 1px solid #ccc;*/
/*display: block;*/
/*margin: 0 10px;*/
/*}*/
.mcartProduct {
    position: relative;
    z-index: 2;
}
.mPrice {
    color: #111;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    width: 90%;
}
.mPrice .iconPrice {
    position: relative;
    top: 1px;
}
.mPrice strong {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.mPrice del {
    font-size: 11px;
    color: #b0b3bb;
}

.mPrice{
    display: inline-block;
}
.footerTop{
    display: table;
    width: 100%;
    border-top:  1px solid #ccc;
    padding: 10px 0;
}
.footerTop > div{
    float: left;
    width: 20%;
    margin: 0 34px;
    line-height: 25px;
}
.footerTop > div a, .footerTop > div p{
    color: #707070;
}
.footerTop > div ul a:before, .footerTop > div ul p:before{
    content: "\f0da";
    font-family: "FontAwesome";
    padding: 0 5px;
    color: #000;
}
.footerTop > div:last-child{
    margin-right: 0;
}
.blockFooter h3{
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    padding: 0 5px;
}
.blockFooter p.email:before{
    content: "\f0e0";
    padding: 0 5px;
    font-family: "fontawesome";
}
.blockFooter p:before{
    content: "";
    padding: 0 10px;
    font-family: "fontawesome";
}
.blockFooter p.phone:before{
    content: "\f095";
    padding: 0 5px;
    font-family: "fontawesome";
}
.footerBottom{
    background: #044a90;
    padding: 10px 20px;
    text-align: center;
    line-height: 25px;
}
.footerBottom p,.footerBottom a{
    color: #fff;
}
.wrpLeft{
    float: left;
    width: 20%;
}
.wrpLeft > .blockList{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    margin: 15px 0;
}
.wrpLeft > .blockList > h2, .wrpLeft > .blockList > h1{
    color: #000;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    font-size: 15px;
}
.wrpLeft > .blockList > ul li{
    padding:5px 15px;
    border-bottom: 1px dotted #dedede;
}
.wrpLeft > .blockList > ul li:last-child{
    border-bottom: none;
}
.wrpLeft > .blockList > ul li a{
    display: block;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 0;
}
.wrpRight{
    float: right;
    width: 73%;
}

.wrpRight .prWrp{
    margin: 15px 0;
}
.wrpRight .prWrp li{
    float: left;
    width: 25%;
}
.wrpRight .prWrp li .itemsProduct{
    border-right: 1px solid #eee;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.wrpRight .prWrp li:nth-child(5) .itemsProduct{
    border-right: none;
}
.wrpRight .prWrp li .itemsProduct .mPrice strong{
    color: #FF492B;
}
.breadcrumb {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 30px 0 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 18px;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li {
    display: inline-table;
    line-height: 35px;
    position: relative;
}
.breadcrumb li a {
    color: #9e9e9e;
    margin: 0 10px;
    font-size: 12px;
}
.breadcrumb li:last-child a {
    color: #EF3334;
    margin: 0 10px;
    font-weight: bold;
}
.breadcrumb li .arrow {
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) #e9e9e9;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 18px 1px 18px 12px;
    display: block;
    height: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    z-index: 50;
}
.breadcrumb li .arrow span {
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 18px 1px 18px 12px;
    display: block;
    height: 0;
    left: -13px;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: -18px;
    white-space: nowrap;
    width: 0;
    z-index: 51;
}
/**Producr View**/
#zoomSlide {
    margin: 10px 0 0;
    overflow: hidden;
    position: relative !important;
}
#zoomSlide .caroufredsel_wrapper{
    left: 95px !important;
}
.productDetails{
    width: 100%;
}
.productDetails .columnLeftView{
    width: 46%;
    float: left;
}
.productDetails .columnRightView{
    width: 45%;
    float: right;
}
#prevSlideZ:before {
    font-family: "FontAwesome";
    content: "\f105";
}
#prevSlideZ {
    right: 40px;
}

#prevSlideZ, #nextSlideZ {
    background: none repeat scroll 0 0 rgba(53, 53, 53, 0.41);
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 19px;
    z-index: 2;
}
#nextSlideZ:before {
    font-family: "FontAwesome";
    content: "\f104";
}
#nextSlideZ {
    left: 70px;
}
ul#listImgZoom_2 li {
    cursor: pointer;
    float: left;
    height: 72px;
    list-style: outside none none;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 72px !important;
}
.detailsFirstRows, .detailsSecondRows, .detailsThirdRows{
    border-bottom: 1px solid #d4d4d4;
    margin: 10px 0;
}
.detailsFirstRows > h2{
    font-size: 18px;
    color: #000;
    padding: 0 0 10px 0;
}
.detailsFirstRows .label{
    color: #656565;
    line-height: 25px;
}
.detailsFirstRows .label .price{
    color: #12CF3F;
    font-weight: bold;
    font-size: 15px;
}
.detailsSecondRows ul li{
    line-height: 25px;
}
.detailsSecondRows ul li:before{
    content: "\f111";
    font-family: fontawesome;
    font-size: 9px;
    padding: 0 5px;
    color: #003399;
}
.detailsSecondRows ul li span, .detailsFirstRows, .titleQuant{
    font-size: 12px;
    color: #848c99;
}
.detailsThirdRows h2{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}
.borImagezoom img {
    height: auto;
    max-width: 100%;
}
.detailsThirdRows .des{
    padding: 10px 0;
    overflow: hidden;
    line-height: 25px;
}
.detailsThirdRows .des img{
    width: 100% !important;
}

.introduction, .introduction table{
    display: table;
    width: 100% !important;
    position: relative;
    line-height: 25px;
}
.introduction img {
    max-width: 100% !important;
}
.productBtn{
    background: url("../img/buy.png") no-repeat -2px -2px;
    height: 45px;
    width: 197px;
    text-align: center;
    float: left;
    margin: 17px 0 10px 20px;
    position: relative;
}
.productBtn a span{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    padding-right: 23px;
    text-align: right;
}
.quantity {
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0;
    overflow: hidden;
    width: 63px;
}
.quantity #psQtt {
    border: medium none;
    float: left;
    height: 18px;
    margin: 0;
    padding: 7px 0 0;
    text-align: center;
    width: 31px;
}
.button {
    float: left;
    width: 32px;
}
.button #psQttUp {
    background: url("../img/up.png") no-repeat;
    display: block;
    height: 13px;
    width: 32px;
}
.button #psQttDown {
    background: url("../img/down.png") no-repeat;
    display: block;
    height: 13px;
    width: 32px;
}
.contentRightWrapper{
    display: table;
    width: 100%;
}
.contentRightWrapper .defaultTitle span{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    color: #848c99;
}
/**End Producr View**/
/**Cart**/
.carWrp{
    display: table;
    width: 100%;
    font-size: 12px;
}
.carWrp .cartLeft{
    float: left;
    width: 75%;
}
#tableShipFee>div>p{
    font-size: 14px;
}
#tableShipFee table{
    width: 100%;
}
#tableShipFee .table-bordered {
    border: 1px solid #ddd;
}
#tableShipFee  .table-bordered>thead>tr>th,#tableShipFee .table>tbody>tr>td {
    border: 1px solid #ddd;
    border-bottom-width: 2px;
}
#tableShipFee  .table>tbody>tr>td,#tableShipFee  .table-bordered>thead>tr>th{
    padding: 8px;
    line-height: 1.5;
}
.cartLeft h1{
    font-size: 20px;
    color: #1163AC;
    display: block;
    padding: 10px 0;
    font-weight: bold;
}
.carWrp .cartRight{
    float: right;
    width: 20%;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px 0;
}

.cartRight p > a{
    color: #000;
    font-weight: bold;
}
.bannerCart a img{
    width: 100%;
}
#orderIf button{
    background: #4C4E50;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 15px 0;
    font-weight: bold;
}
#orderIf p{
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px 10px 15px;
}
#imgZoom{
    position: relative;
}
#imgZoom img{
    max-width: 100%;
}
#orderIf p span{
    color: #FF492B;
    font-weight: bold;
    float: right;
    font-size: 13px;
}
#orderIf a.continue{
    border: 1px solid #333333;
    display: block;
    background: #FBFBFB;
    padding: 8px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin: 10px 0;
    text-align: center;
}
.cartRight fieldset{
    border-top: 1px solid #eee;
}
#orderIf p > a{
    font-weight: bold;
}
.cartItem > .productItemCart > a{
    display: block;
    float: left;
    width: 100px;
}
.cartItem > .productItemCart{
    padding: 10px 0;
}
.cartItem td{
    vertical-align: middle;
}
.cartItem > .productItemCart a img{
    width: 100%;
}
.cartItem > .productItemCart p{
    float: left;
    display: block;
    margin: 0 10px;
    line-height: 25px;
}
.cartItem > .productItemCart p span{
    color: #01914F;
    display: block;
}
.title td{
    color: #000;
    padding: 0 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #C2C1C1;
    font-size: 14px;
}
#cartContent tbody tr{
    border-bottom: 1px solid #C2C1C1;
}
.totalPrice p{
    display: block;
    text-align: right;
    padding: 10px 0;
}
.purchaseInfo{
    display: inline-block;
    width: 45%;
    text-align: center;
    vertical-align: top;
    margin-right: 45px;
}
.purchaseInfo ul.contact{
    float: left;
}

.purchaseInfo ul li label{
    display: inline-block;
    width: 120px;
    text-align: left;
}
.purchaseInfo ul li {
    padding:6px 0;
}
.purchaseInfo ul li select {
    width: 281px;
    border: 1px solid #eee;
    line-height: 25px;
    padding: 9px 5px;
    border-radius: 0;
}
#cartContent {
    margin-bottom: 20px;
}
.purchaseInfo ul li input, .purchaseInfo ul li textarea{
    width: 269px;
    border: 1px solid #eee;
    line-height: 25px;
    padding: 5px;
    border-radius: 0;
}
.purchaseInfo > h1{
    text-align: left;
}
.purchaseInfo ul li span{
    color: #E2091A;
    font-weight: bold;
    vertical-align: middle;
}
.titleStep {
    border-bottom: 1px solid #ccc;
    font-weight: bold !important;
    margin-bottom: 20px;
}
#paymentMethod {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#paymentMethod label {
    display: table;
    width: 100%;
    padding: 10px;
}
.listBank {
    display: none;
    padding: 5px 0 5px 15px;
}
.listBank > span {
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 2px;
    overflow: hidden;
    padding: 2px;
    transition: all 200ms ease 0s;
    width: 50px;
}
.listBank > span:hover, .listBank > span.active {
    background: #999;
}
#paymentMethod .btnOrder{
    text-align: center;
    margin: 10px 0;
}
#paymentMethod .btnOrder > a{
    padding: 5px 45px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-transform: uppercase;
}
#paymentMethod .btnOrder > button{
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: #4C4E50;
    line-height: 25px;
    padding: 0 25px;
    color: #fff;
    cursor: pointer;
}
/**End Cart**/
.paginator {
    line-height: 30px;
    text-align: center;
    clear: both;
}
.pagesTop .paginator span, .pagesTop .paginator a {
    display: inline-block;
}
.labelPages, .paging-last, .paging-first {
    display: none !important;
}
.paginator .titlePages {
    display: none !important;
}
.paginator span.currentPage {
    background: #ff492b;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
}
.pagesTop .paginator a {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    height: 30px;
    line-height: 10px;
    margin: 0 2px;
    text-align: center;
    transition: all 0.3s ease 0s;

    width: 30px;
}
.pagesTop .paginator a.paging-next, .pagesTop .paginator .paging-previous {
    line-height: 30px;
}
.labelPages, .paging-last, .paging-first {
    display: none !important;
}
.pagesTop .paginator span, .pagesTop .paginator a {
    display: inline-block;
}
.navFeatured{
    display: table;
    width: 100%;
    margin: 10px 0;
}
.navFeatured li{
    float: left;
}
.navFeatured li .itemPr{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    float: left;
    height: 320px;
    margin: 0 7px 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 184px;
}
.navFeatured li .itemPr .productFeaturedImage{
    display: inline-block;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.navFeatured li .itemPr .productFeaturedImage img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.oderComplete {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    color: #848c99;
}
.oderComplete h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 40px;
}

.oderComplete h3 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 40px;
}
.oderComplete p {
    font-size: 14px;
}

.continuteOrder {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #444;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 4px 15px;
}
/**Slide**/
.blockBanner .flex-control-paging {
    bottom: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}
.blockBanner .flex-control-paging li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}
.blockBanner .flex-control-paging li a {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 3px;
    text-indent: -10000px;
    width: 13px;
}
.blockBanner .flex-control-paging li a.flex-active {
    background: #fff;
    border: 1px solid #999;

}
.blockBanner .flex-direction-nav {
    top: 45%;
    z-index: 2;
}

.blockBanner .flex-direction-nav li {
    list-style: outside none none;
    margin: 0;
}
.blockBanner .flex-prev:before {
    box-sizing: border-box;
    content: "";
}
.blockBanner .flex-prev {
    left: 15px;
}
.blockBanner .flex-prev, .blockBanner .flex-next{
    border: 2px solid #999;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 2;
}
.blockBanner .flex-next:before {
    box-sizing: border-box;
    content: "";
}
.blockBanner .flex-next {
    right: 15px;
}
.blockBanner .flex-next:hover, .blockBanner .flex-prev:hover {
    border: 2px solid #222;
    color: #222;
}
/**End Slide**/
/**News**/
.newsLeft{
    float: left;
    width: 70%;
}
.newsLeft > h1{
    font-size: 17px;
    font-weight: bold;
    color: #1163AC;
}
.newsLeft > ul > li{
    display: block;
    margin: 10px 0;
    min-height: 100px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.newsLeft > ul > li:last-child{
    border-bottom: none;
}
.newsWrp .newsImg{
    float: left;
    margin-right: 10px;
    height: 100px;
    width: 165px;
    overflow: hidden;
}

.newsWrp .newsImg img{
    width: 100%;
}
.newsWrp .newsDetails{
    line-height: 20px;
}
.newsWrp .newsDetails > h1 a{
    display: block;
    color: #FF6C00;
    font-size: 17px;
    font-weight: bold;
}
.newsWrp .newsDetails span.timePost{
    color: #b6b6b6;
    font-size: 11px;
}
.newsLeft > .content{
    line-height: 30px;
}

.newsRight{
    float: right;
    width: 25%;
}
.newsRight > .blockNews{
    background: #fff;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #dddddd;
    margin: 10px 0;
}
.newsRight > .blockNews > h1{
    display: block;
    color: #1163AC;
    font-weight: bold;
    font-size: 17px;
    padding: 0 10px;
    border-bottom: 1px solid #dddddd;
    background: #fcfcfc;
    border-radius: 5px 5px 0 0;
}
.newsRight > .blockNews ul{
    padding: 0 10px;
}
.newsRight > .blockNews >  ul > li > .hotNews{
    margin: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.newsRight > .blockNews >  ul > li:last-child .hotNews{
    border-bottom: none;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsLeft{
    float: left;
    width: 85px;
    overflow: hidden;
    margin-right: 10px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsRight{
    line-height: 13px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsRight h1 a{
    color: #000;
    font-size: 15px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsLeft img{
    width: 100%;
}
/**End News**/
/**Menu Mobile**/
a.menuLeft {
    background: url("../img/btn-gnb.png") no-repeat scroll 4px 7px #044A90;
    display: none;
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 999;
}
.minicartTitle h3 span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.columnLeft .listCategory ul li.level0:first-child {
    border-top: medium none;
}

.columnLeft .listCategory ul li.level0, .columnLeft .listCategory ul li.level1 {
    border-top: 1px solid #b8d5e4;
}
.listCategory ul li a {
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 7px 19px;
}
.featuredMobile > .columnLeft #parentNav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    left: 0 !important;
    position: relative !important;
}
.columnLeft .listCategory ul ul.childNav, .columnLeft .listCategory ul#parentNav, .container ul#parentNav{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #b8d5e4;
    display: none;
    left: 250px;
    position: absolute;
    top: -1px;
    width: 240px;
    z-index: 9999;
}
ul#parentNav {
    display: block !important;
}
.childNav2{
    display: none;
}
.rightarrowclassC3{
    display: inline-block;
    width: 40px;
    height: 25px;
    position: absolute;
    right: -40px;
    top: 0;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    transition: all .2s;
    transform-origin: center;
}
.rightarrowclassC3.active{
    transform: rotate(180deg);
}
.rightarrowclassC3:after{
    content: "\f078";
    font-family: "FontAwesome"!important;
}
.featuredMobile > .columnLeft #parentNav li {
    border: medium none !important;
    padding: 0 10px;
    position: relative;
}
.featuredMobile {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.22) inset;
    height: 600px;
    max-height: 100%;
    overflow: scroll;
    position: fixed;
    width: 300px;
    z-index: 999;
}
.closeLeft span {
    left: 0;
}
a.closeLeft span {
    background: url("../img/remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 31px;
    margin: 0;
    width: 32px;
}
.columnLeft .minicartTitle {
    background: #dddddd;
    line-height: 29px;
    padding: 0 15px;
}
.productDetailsWrap .detailsRows {
    margin: 10px 0;
    clear: both;
}
.colorWrp, .sizeWrp {
    display: table;
    margin-top: -20px;
    position: relative;
    width: 90%;
}
.productDetailsWrap span.req a img {
    width: 100%;
}
.productDetailsWrap span.req a {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    display: block;
    float: left;
    height: 30px;
    margin: 5px 3%;
    overflow: hidden;
    width: 30px;
}
.productDetailsWrap span.req a b {
    border: medium none;
    display: table;
    margin: 10px auto;
}
.productDetailsWrap span.req a.active {
    border: 2px solid #f48c42;
}
/**End MenuMobile**/
/**Responsive**/

/**End Responsive**/
.nk_discount {
    background: #ed1c24;
    color: white;
    font-weight: bold;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    font-size: 12px;
}

input[type='text'],
input[type='password'],
textarea {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
input.inputNew {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    height: 27px;
    width: 350px;
    padding: 0 10px;
    margin-right: -5px;
}
.button_mini {
    background: #E9040B;
    border: none;
    color: #FFFFFF;
    height: 27px;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s linear 0s;
    transition: background-color 0.5s linear 0s;
}
.button_mini:hover {
    background: #E9040B;
}

#btnSubmit:hover {
    background: #E9040B;
}
#btnSubmit {
    color: #FFF;
    background:#E9040B;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    margin-top: 10px;
}

.f ul li input, .f ul li select {
    width: 200px;
    padding: 3px;
}

.f label {
    display: block;
    margin-bottom: 0;
    color: #333;
}
.errors li {
    color: #F00;
    font-weight: bold;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.adsLeft img, .adsRight img{
    width: 100%;
}
.adsLeft, .adsRight{
    position: absolute;
    padding: 5px;
    z-index: 999999;
}
.adsLeft{
    float: left;

    display: table;
    overflow: hidden;
    left: 0;
}
.adsRight{
    float: right;

    display: table;
    right: 0;
}
/*user*/
#avatarProfile {
    float: left;
    height: 70px;
    margin-right: 10px;
    width: 70px;
}
#headerProfile > h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 16px;
    text-transform: uppercase;
}
#profileMenu > li.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee none repeat scroll 0 0;
    border-color: #c8c3b3;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 3px;
}
#profileMenu > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 10px;
}
.col-sm-12{
    width: 100%;
}
.col-sm-12, .col-sm-3, .col-sm-9, .col-sm-6 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-9 {
    width: 70%;
}
.col-sm-6 {
    width: 45%;
}
#profileContent {
    background: #eee none repeat scroll 0 0;
    line-height: 25px;
    min-height: 600px;
    padding: 0 15px;
}

#profileIf div.pf > span {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 150px;
}
.bookAddress {
    margin: 20px 4%;
}
.bookAddress > h3 {
    color: #ea533f;
    font-size: 18px;
}
.bookAddress > h3 {
    border-bottom: 1px dotted #ddd;
    color: #ea533f;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0;
}
#fAddress label {
    display: block;
    font-size: 13px;
    margin: 10px 0;
}

#fAddress label span {
    display: inline-block;
    width: 100px;
}
#fAddress label input {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
    transition: all 0.15s linear 0s;
    width: 100%;
}
#fAddress label select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 100%;
}
#customer_login ul li input#btnSubmit, .btnGreen {
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}
#orderManager form > a:hover, #orderManager form > a.active {
    border-top: 3px solid red;
}

#orderManager table {
    border: 1px solid #efece4;
    margin: 0 10px;
    text-align: center;
}
#orderManager .title {
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
    height: 30px;
}
#orderManager form > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px 0;
    color: #666;
    display: inline-block;
    font-weight: bold;
    line-height: 37px;
    padding: 0 20px;
}
#orderManager table td {
    border: 1px solid #efece4;
}
#orderManager > p > img{
    width: 100%;
}
#dMsg, #dMsg button{
    font-size: 14px !important;
}
/*end user*/
/*Sign in*/
.loginForm {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.loginForm form {

}
.loginForm form ul li label {
    display: inline-block;
    min-width: 265px;
    text-align: left;
    font-size: 13px;
}
.loginForm form ul li:nth-child(4) label:before{
    content: '*';
    color: red;
    padding-right: 3px;
}
.blkSign{
    position: absolute;
    bottom: 8%;
    right: 38%;
}
.loginForm form ul li label span {
    color: red;
}
.newsDetails .des{
    display: block;
    font-size: 12px;
    color: #5c5c5c;
    height: 60px;
    overflow: hidden;
}
.loginForm form ul li input.tb {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    text-align: left;
    width: 255px;
}
#btnSubmit {
    background: #044A90 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: tahoma;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    width: 100px;
}
.loginForm form ul li.btns input {

    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 3px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.loginForm form ul li select {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 30px;
    margin: 10px 0;
    padding: 2px;
    width: 23%;
}
.nk-product-hover {
    background: #fff;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0.9;
    word-break: break-all;
}
.itemsProduct:hover .nk-product-hover{
    display: block !important;
}
.nk-product-hover > span {
    color: white;
    float: left;
    font-size: 12px;
    padding: 10px;
    text-align: left;
}
.nk-product-hover > span > p {
    color: white;
    display: block;
    line-height: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
}
/*End Sign in*/
/*.menuChilds{*/
/*display: none;*/
/*}*/
/*ul.menuChilds.active{*/
/*display: block !important;*/
/*}*/

/*facebook*/
.fb_iframe_widget,
.fb_iframe_widget span{
    min-width: 100% !important;
    width: 100% !important;
}
.profile tbody tr td {
    display: inline-block;
    min-width: 155px;
    text-align: left;
}
.profile tbody tr td.val input, .profile tbody tr td.val select {
    border: 1px solid #dedede;
    margin: 5px 0;
    padding: 4px;
    width: 200px;
}
.profile tbody tr td.val button {
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.blockProduct>.blockMenu>ul{
    float:left
}
.face ul li{
    float: left;
    width: 100px;
}

.hotlineSupport li{
    float: left;
}
.hotlineSupport li:nth-child(2){
    padding: 3px;
    width: 52%;
    text-align: right;
}
.hotlineSupport li:first-child{
    text-align: right;
    width: 45%;
}
.hotlineSupport li img{
    padding: 3px 0 0 0;
    max-width: 100%;
}
.hotlineSupport li a{
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    float: none !important;
}
.hotlineSupport li span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.cate-menu.show{
    display: block;
}
.cate-menu.hide{
    display: none;
}
.cate-menu{
    display: none;
}
.category-home{
    position: relative;
}
.fa.fa-chevron-circle-down{
    top: 7px;
    position: absolute;
    right: 20px;
}
.deactive, .deactive b {
    background: #ccc;
    cursor: not-allowed;
}
.tag_product .menuHeader>ul{
    min-height: 200px;
}
.blockShip.block-location{
    padding-top: 10px;
}
.contentRightWrapper.tp_product_detail_history, .contentRightWrapper.tp_product_detail_suggest{
    display: none;
}
/*contact*/

.contact #wrapper-content{
    width: 100%;
    margin: auto;
}
.formContact h1{
    font-size: 18px;
    text-align: center;
}
#fContact{
    margin: auto;
    width: 600px;
}
form#fContact label {
    width: 100%;
    display: block;
    margin: 12px 0;
}
form#fContact label span {
    float: left;
    width: 150px;
}
form#fContact label input {
    display: inline-block;
    width: 400px;
    height: 28px;
    border: 1px solid #ccc;
    padding: 0 5px;
    box-sizing: border-box;
}
form#fContact label textarea {
    display: inline-block;
    width: 400px;
    height: 150px;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px;
}
form#fContact button[type="submit"] {
    display: inline-block;
    padding: 5px 40px;
    border: none;
    background-color: #19749B;
    color: #fff;
    margin-left: 150px;
}
form#fContact #showSuccessContact {
    border: 1px dashed #008000;
    margin-bottom: 20px;
    color: #008000;
    padding: 2px 5px;
    text-align: center;
}
.contact .conten_right_map{
    width: 100%;
}
.contact .title_right_map{
    border: 1px solid #ed1e24;
}
/*menucustom*/
.headerBottom .policy ul#secondChild{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    background-color: white;
    min-width: 200px;
}
.headerBottom .policy ul#secondChild>li{
    border-bottom: 1px solid #eee;
    padding: 10px 0 0;
    width: 100%;
    margin: 0;
}
.headerBottom .policy ul#secondChild>li>a{
    color: #323232;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    padding: 7px 0 7px 19px;
    width: 80%;
}
.headerBottom>div.policy>ul>li.item_cus{
    position: relative;
}
.headerBottom>div.policy>ul>li:hover ul#secondChild{
    display: block;
}
.headerBottom>div.policy ul li.item_cus i{
    transform: rotate(90deg);
    font-size: 16px;
}
.icon_cate{
    float: left;
    max-height: 30px;
    max-width: 30px;
    margin: 0 5px;
}
.promotionTile{
    margin-bottom: 20px;
}
.listPromotion{
    display: flex;
    flex-wrap: wrap;
}
.itemPromotion .chir-img{
    padding: 0 15px;
}
.itemPromotion{
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    width: 50%;
}
.itemPromotion img{
    max-width: 100%;
}
.itemPromotion .proName{
    margin: 15px 0;
}
@media screen and (max-width: 1024px){
    #fContact{
        width: auto;
    }
}
@media screen and (max-width: 768px){
    .map_content .right_map_detail, .formContact{
        padding: 20px 0px;
    }
    .contact .map_content, .contact #wrapper-content{
        width: 100%;
    }
    #fContact{
        margin: 0px;
    }
    form#fContact label input, form#fContact label textarea{
        width: 100%;
    }
    form#fContact button[type=submit]{
        margin: 0px 0px 20px;
    }
}
/*--------------hotline----------------*/
@media (max-width: 480px) {
    .ew-alo-phone{
        display: block !important;
    }
}
.ew-alo-phone {
    position: fixed;
    bottom: 14%;
    z-index: 999;
    left: -60px;
}

.ew-alo-ph-circle {
    width: 150px;
    height: 150px;
    top: 55px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #000;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #000;
    border-color: #000;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}


.ew-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 85px;
    left: 50px;
    position: absolute;
    background-color: #064ca1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}


.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: #064ca1;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 105px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}


.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: #064ca1;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
#searchFolding {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 360px;
}
#searchFolding a {
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    width: 100%;
    height: auto;
    position: unset;
    background: #fff;
    text-align: left;
    line-height: normal;
}
#searchFolding a:nth-of-type(odd) {
    background: #f6f6f6;
}
#searchFolding a i {
    color: #12983a;
    font-size: 11px;
}
.image_search {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}
.image_search img {
    height: 50px;
    max-width: 50px;
}
#searchFolding a span {
    color: #7e7e7e;
    display: block;
}
.news-home-intro {
    height: 54px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0 10px;
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    #searchFolding {
        width: calc(100% - 100px);
    }
}