#top-category{
    margin: 20px 0;
}
#top-category .item{
    background: #0176bb;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}
#top-category .item .icon{
    background: url(../img/bg-category.png) no-repeat;
    width: 86px;
    height: 86px;
    display: inline-block;
    position: absolute;
    top: -21px;
    left: 0;
    text-align: center;
    line-height: 85px;
}
#top-category .item .icon img{}
#top-category .item a{
    margin-left: 100px;
    color: #fff;
    transition: 0.6s ease;
}
#top-category .item:hover a{
    text-decoration: none;
    color: #FFEB3B;
}


#ads-grid{}
#ads-grid .item-big{
    flex: 0 0 26.8%;
    max-width: 26.8%;
}
#ads-grid .item-tall{
    flex: 0 0 46.4%;
    max-width: 46.4;
}
#ads-grid .item-tall .item {margin-bottom:10px}




#section-product{
    margin: 20px 0;
}
#section-product .title{
    /* padding: 12px 0; */
    background: #f6f6f6;
    display: flex;
}
#section-product .title.orange{}
#section-product .title.orange .pos{color:#f7a81b}
#section-product .title.orange .inner-title{
    background: #f7a81b;
}

#section-product .title .inner-title{
    padding: 5px 10px;
    padding-right: 30px;
    text-transform: uppercase;
    color: #fff;
    flex: 0 0 26.6%;
}
#section-product .title .list-category{
    flex: 0 0 73.4%;
    max-width: 73.4%;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
}
.nav-control{
    position: absolute;
    background: #dedede;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    right: 5px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}

span.nav-left{
    right: auto;
    left: 5px;
}
.nav-control  i{
    font-size: 20px;
    color: white;
    position: relative;
    left: -1px;
    top: -1px;
}
#section-product .title .list-category ul{
    list-style: none;
    padding: 0;
}
#section-product .title .list-category ul li{
    display: inline-block;
    padding: 10px 5px;
    position:relative;
    white-space: nowrap;
}
#section-product .title .list-category ul li:after{content:"";width: 1px;height: 11px;position: absolute;right: -2px;background: #9c9c9c;top: 17px;}
#section-product .title .list-category ul li:last-child:after{display:none}
#section-product .title .list-category li:hover a{color: #1466ad;text-decoration:none;}
#section-product .title .list-category a{
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
#section-product .title .name{
    padding-left: 10px;
}
#section-product .title .pos{
    background: url(../img/point.png) no-repeat;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #111;
}




#section-product .left-banner{
    flex: 0 0 26.6%;
}
#section-product .right-content{
    flex: 0 0 73.4%;
}

.is-ads-home-block{margin:15px 0}





#news-section{
    padding: 30px 0;
    background: #f5f5f5;
}
#news-section .title{
    text-align: center;
    font-size: 30px;
    font-family: helvetican_bold;
    margin-bottom: 30px;
}
#news-section .item-news{}
#news-section .date{
    color: #a2a2a2;
    font-size: 13px;
    padding: 9px 0;
}
#news-section h3:after{content:"";background: url(../img/bg-line.jpg) no-repeat;width: 7px;height: 8px;position: absolute;left: 12px;bottom: -13px;z-index: 2;}
#news-section h3:before{content:"";width: calc(100% + 3px);height: 1px;background: #ccc;position: absolute;bottom: -10px;left: -3px;z-index: 1;}
#news-section h3{
    line-height: 1.3;
    font-size: 15px;
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #f7a81b;
    margin-bottom: 10px;
    position: relative;
}
#news-section h3 a{
    color: #636363;
}
#news-section h3:hover a{}
#news-section .desc{
    font-size: 13px;
    color: #808080;
    padding-top: 10px;
}







#section-list-product{}
#section-list-product .left-banner{
    flex: 0 0 30.5%;
    max-width: 30.5%;
}
#section-list-product .right-content{
    flex: 0 0 69.5%;
    max-width: 69.5%;
}
#section-list-product .right-content .title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}
#section-list-product .right-content .title h3{margin:0}#section-list-product .right-content .title h3 a{color:#333}

#section-list-product .right-content .desc{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: initial;
}
#section-footer-content{padding-bottom:20px}


















































.owl-cat-new{}
.owl-cat-new .item{
    display: flex;
    background-color: #F3F4F6;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: top right;
}
.owl-cat-new .item a{
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #333;
}
.owl-cat-new .item .info{
    flex: 0 0 100%;
    align-items: center;
    padding-top: 40px;
    text-align: left;
    padding-left: 40px;
}
.owl-cat-new .item .name{
    font-size: 13px;
    margin-bottom: 10px;
}
.owl-cat-new .item .desc{
    flex: 100%;
    font-weight: 500;
}

.owl-cat-new .item img{
    visibility: hidden;
}


#product-new{background: url(../img/bg-product.jpg) no-repeat;background-size: cover;padding: 50px 0;}
#product-new .container{
    max-width: 970px;
    background: #fff;
    padding: 30px;
}
#section-product-category{}
#section-product-category .item{}
#section-product-category h3{
    font-family: Conv_SFUFuturaBold;
    font-size: 17px;
    text-align: center;
    color: #f35f72;
    line-height: 25px;
}


#section-about{}
#section-about .info{}
#section-about .info .date{
    color: #757575;
    font-weight: 300;
    font-size: 14px;
}
#section-about .info .title{
    font-weight: bold;
    font-size: 28px;
    color: #cc181e;
    margin-bottom: 10px;
    font-family: utm_swissblack;
}
#section-about .info .content{
    font-size: 14px;
    line-height: 1.9;
}
#section-about .info .content .view-more{
    display: inline-block;
    background: #cb0101;
    padding: 10px 37px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
#section-about  .photo{}
#section-about  .photo a{
    display: block;
    margin-right: 20px;
    position: relative;
}
#section-about  .photo a:after{content:""}
#section-about  .photo a:before{content:"";position: absolute;width: calc(100% - 10px);height: 100%;top: 25px;right: -15px;border: 2px solid #bbbbbb4a;}
#section-about  .photo a img{
    position: relative;
    z-index: 2;
}
#about-wrapper{margin-bottom:30px;margin-top:20px}
#about-wrapper .desc-index{}
#about-wrapper .desc-index .wrap-index{
}
#about-wrapper .desc-index .left-nav{
    width: 150px;
    position: relative;
    float: left;
}
#about-wrapper .desc-index .left-nav:after{content:"";width: 1px;height: 85%;background: #ccc;position: absolute;top: 17px;right: 0;}
#about-wrapper .desc-index .left-nav div{
    margin-bottom: 70px;
    font-weight: 500;
    font-size: 14px;
    color: #8D8D8D;
    text-transform: uppercase;
    position: relative;
    padding-right: 14px;
    cursor: pointer;
}
#about-wrapper .desc-index .left-nav div:last-child{margin-bottom:0}
#about-wrapper .desc-index .left-nav div:after{content:"";background: #ccc;width: 16px;height: 16px;position: absolute;right: -7px;top: 2px;border-radius: 50%;z-index: 123;}
#about-wrapper .desc-index .left-nav div.active:after{background:red}

#about-wrapper .desc-index .left-nav div:before{content:"";background: rgba(188, 188, 188, 0.16);width: 20px;height: 20px;position: absolute;right: -9px;top: 0;border-radius: 50%;z-index: 123;}
#about-wrapper .desc-index .desc-content{
    float: right;
    width: calc(100% - 170px);
    font-size: 15px;
    line-height: 29px;
}
#about-wrapper .box-block{display:none}
#about-wrapper .box-block.active{display:block}


#about-wrapper .text-center a{
    background: #eb222a;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}
.view-more-about{text-align:right;padding-right: 30px;}
.view-more-about a{text-align:right;background: #1164a8;display: inline-block;padding: 2px 20px;padding-bottom: 5px;color: #fff;}
.view-more-about:hover a{color:#f3d90a;text-decoration:none}
#about-wrapper .text-center a:hover{}
#about-wrapper .title-about{
    background: red;
    width: 100%;
    margin-bottom: 10px;
    background: #F7F7F7;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 2px 7px;
    text-transform: uppercase;
    cursor: pointer;
}


#section-service{}
#section-service .item{
    margin-bottom: 30px;
}
#section-service .item img{width:100%;z-index: 2;position: relative;}
#section-service .item > a:first-child{
    position: relative;
    display: block;
    padding-left: 25px;
    padding-bottom: 25px;
}
#section-service .item > a:after{content:"";background: url(../img/bg-item.jpg);position: absolute;width: calc(100% - 25px);height: calc(100% - 25px);left: 0;z-index: 1;bottom: 0;}
#section-service .item h3{
    text-align: center;
    margin: 0;
}
#section-service .item h3 a{
    font-size: 16px;
    transition: 0.4s ease;
    color: #333;
    text-transform: uppercase;
}
#section-service .item h3:hover a{
    color: #cc181e;
    text-decoration: none;
}


#section-project{
    background: #F0F0F0;
    padding: 40px 0;
}
#section-project .col-3{
    margin-bottom: 20px;
}
#section-project .item img{width:100%}
#section-project .item{
    position: relative;
    background: #fff;
    height: 100%;
}
#section-project .date{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 75px;
    background: #0606067d;
    color: #fff;
    text-align: center;
}
#section-project .date span:first-child{
    display: block;
    height: 45px;
    background: #cc181e;
    font-size: 24px;
    font-weight: 300;
    line-height: 45px;
}
#section-project .date span:last-child{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
}
#section-project h3{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}
#section-project h3 a{
    color: #606060;
}
#section-project h3:hover a{}
#section-project .desc{
    padding-left: 10px;
    padding-right: 10px;
    color: #818181;
    font-size: 14px;
}
#section-about .content{
    max-width: 750px;
    margin: auto;
    text-align: center;
}
#section-about .content .name{
    font-size: 30px;
    margin-bottom: 30px;
}
#section-about .content .desc{
    font-size: 13px;
    line-height: 1.8;
}
#section-about .content a{
    background: #DC9715;
    display: inline-block;
    padding: 10px 40px;
    margin: 20px 0;
    text-transform: uppercase;
    color: #fff;
}
#section-about .content a:hover{}

#section-about{
    padding: 30px 0;
}
#section-about .item{
    padding-bottom: 10px;
}
#section-about .info{
    padding: 30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: -20px;
    z-index: 2;
    position: relative;
    background: #fff url(../img/star.jpg) no-repeat 10px 16px;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 15px;
}
#section-about .info h3{
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}
#section-about .info h3 a{
    color: #333;
    text-transform: capitalize;
}
#section-about .info h3:hover a{
    text-decoration: none;
}
#section-about .info .desc{
    /* height: 145px; */
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
#section-about .info .desc a i{
    width: 4px;
    position: relative;
    display: inline-block;
}
#section-about .info .desc a{
    display: inline-block;
    bottom: 0;
    font-size: 13px;
    color: #cc181e;
}






#section-top-category{
    padding: 40px 0;
}

#section-top-category .title{text-align: center;color: #2a388f;font-weight: bold;font-size: 29px;margin-bottom: 30px;}
#section-top-category .content{ }
#section-top-category .content .item{background: #f8f8f8;border: 1px solid #ccc;margin-top: 20px;text-align: center;}
#section-top-category .content .item  .link{width: 40px;height: 40px;border-radius: 50%;background: #2a388f;display: inline-block;margin: auto;line-height: 40px;text-align: center;position: relative;top: -20px;}
#section-top-category .content .item  .link a{color: #fff;}
#section-top-category .content .item  .link i{ }
#section-top-category .detail{margin-top: -10px;}
#section-top-category .detail h3{margin: 0;font-size: 16px;font-weight: bold;}
#section-top-category .detail h3 a{text-transform: uppercase;color: #333;}
#section-top-category .detail h3:hover a{ }
#section-top-category .gal{padding: 10px;}

#section-top-category .gal .owl-next,#section-top-category .gal .owl-prev{
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    outline: none;
}
#section-top-category .gal  .owl-nav span{
    background: #1164a8;
    color: #fff;
}
#section-top-category .gal  .owl-nav span i{}
#section-top-category .gal .owl-prev{
    right: auto;
    left: 10px;
}

#section-about{
    padding: 70px 0;
}
#section-about .title{
    font-weight: bold;
    font-size: 30px;
    color: #ecc01d;
}
#section-about .content{
    line-height: 1.6;
}
#section-about .content .more{
    text-align: right;
    margin-top: 10px;
}
#section-about .content .more a{
    color: #6c6b6b;
    border: 1px solid #c2b3ab;
    padding: 5px 16px;
    display: inline-block;
    transition: 0.5s ease all;
    padding-top: 2px;
    font-weight: 500;
}
#section-about .content .more a:hover{
    text-decoration: none;
    color: #333;
    border-color: #333;
}



#news-videos{}
#news-videos .big-news{
    margin-bottom: 20px;
}
#news-videos .big-news .info{}
#news-videos .big-news .info h4{
    margin: 5px 0;
}
#news-videos .big-news .info h4 a{
    font-size: 17px;
    color: #333;
    text-decoration: none;
}
#news-videos .big-news .info h4:hover a{}
#news-videos .big-news .info .desc{
    font-size: 14px;
}


#news-videos .list-news .news-item{margin-bottom:10px;height: 100px;}
#news-videos .list-news .news-item > a{
    float: left;
    margin-right: 10px;
}
#news-videos .list-news .info{}
#news-videos .list-news .info h4{margin: 0;line-height: 1.2;font-size: 16px;}
#news-videos .list-news .info h4 a{
    font-size: 15px;
    line-height: 16px;
    color: #333;
}
#news-videos .list-news .info h4:hover a{}
#news-videos .list-news .info .desc{
    font-size: 13px;
    text-align: justify;
}
#section-newsletter{
    background: url(../img/bg-m.jpg) no-repeat fixed;
    padding: 20px 0;
    background-size: cover;
    color: #fff;
}
.block_doitac{padding: 20px 0;}
#section-newsletter .desc{font-size: 13px;margin-bottom: 20px;}
#section-newsletter .title{
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}
#section-newsletter .line{
    margin-bottom: 15px;
}
#section-newsletter .line input{
    width: 100%;
    padding: 6px 9px;
    border: 1px solid #cccccc91;
    border-radius: 3px;
    background: #ffffff69;
    font-size: 13px;
    color: #fff;
    outline: none;
}
#section-newsletter .line.haft{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section-newsletter .line.haft input{
    width: 32.6%;
}

#section-newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

#section-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

#section-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}


#section-newsletter textarea{
    padding: 10px;
    border: 1px solid #cccccccf;
    border-radius: 3px;
    width: 100%;
    height: 90px;
    background: #ffffff69;
    font-size: 13px;
    color: #fff;
    outline: none;
}
#section-newsletter button{
    background: #fff;
    border: 0;
    padding: 8px 29px;
    padding-top: 9px;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}
#section-newsletter .map{
    border: 4px solid #FFF;
    position: relative;
    height: 0;
    padding-bottom: 63%;
}
#section-newsletter .map iframe{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-product .owl-prev{
    position: absolute;
    top: calc(50% - 12.5px);
    color: #fff !important;
    left: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #1e1f2394 !important;
}
.owl-product .owl-prev span{
    top: 1px;
    position: relative;
}
.owl-product .owl-next{
    position: absolute;
    top: calc(50% - 12.5px);
    width: 35px;
    height: 35px;
    background: #1e1f2394 !important;
    color: #fff !important;
    right: 0;
    border-radius: 50%;
}
.owl-product .owl-next span{
    top: 1px;
    position: relative;
}
.owl-product{margin-bottom: 20px !important;}

#product-new{}
#product-new .item{}
#product-new .item .label-discount{
    font-family: georgia;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 3px 10px;
    font-size: 13px;
    color: #DC9715;
}
#product-new .item .info{}
#product-new .item .info .category:hover{color:#dc9715;text-decoration:none}

#product-new .item .info .category:after{content:"";background:#dc9715;width:100px;height: 2px;position:absolute;left:0;bottom:0;}

#product-new .item .info .category{
	transition:0.5s ease all;
    position:relative;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 13px;
    padding-bottom: 10px;
    display: inline-block;
}
#product-new .item .info h3{
    font-weight: normal;
}
#product-new .item .info h3:hover a{
    color: #dc9715;
}
#product-new .item .info h3 a{
    color: #333;
	transition:0.5s ease all;
	font-family:Conv_SFUFuturaRegular;
    text-decoration: none;
}
#product-new .item .info .desc{
    font-size: 13px;
    line-height: 1.7;
}
#product-new .item .price{
    margin-top: 20px;
    font-family: georgia;
    font-size: 30px;
    color: #dc9715;
}
#product-new .item .price .old{
    display: inline-block;
    margin-left: 30px;
    text-decoration: line-through;
    color: #737373;
}
.owl-product-new{}
.owl-product-new .owl-nav i{color:#dc9715} 
.owl-product-new .owl-prev{
    position: absolute;
    top: 0px;
    right: 24px;
    width: 25px;
    border: 1px solid #dc9715 !important;
    height: 25px;
    text-align: center;
    line-height: 25px;
    outline:none;
    background: #fff !important;
}
.owl-product-new .owl-next{
	outline:none;
	position: absolute;
	top: 0px;
	right: 0;
	border: 1px solid #dc9715 !important;
	width: 25px;
	height: 25px;
	background: #fff !important;
}

#featured-product{
    padding: 50px 0;
    padding-top: 10px;
}

#featured-product .tab{}
#featured-product .tab ul{
    padding: 0;
    list-style: none;
}
#featured-product .tab ul li.active:after{content:"";background: #dc9715;height: 1px;width: 60px;position: absolute;bottom: 0;left: 0;}
#featured-product .tab ul li{
    position:relative;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#featured-product .tab ul li:hover a{
    text-decoration: none;
    color: #dc9715;
}
#featured-product .tab ul li a{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #808080;
    transition: 0.5s ease;
}
#featured-product .tab ul li.active a{}
#featured-product .tab ul li:hover a{}
#featured-product .tab-c{
    display: none;
}
#featured-product .tab-c.active{display:block}


#section-footer-content .title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}
#section-footer-content .content .embed-responsive{margin-bottom:10px}
#section-footer-content .content.about *{
    line-height: 1.6;
    font-size: 14px !important;
    text-align: justify;
}
#section-footer-content .content .item{
    padding-bottom: 15px;
}
#section-footer-content .content .item > a{
    float: left;
    padding-right: 10px;
}
#section-footer-content .content .item h3{
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}
#section-footer-content .content .item h3 a{
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
}
#section-footer-content .content .item h3:hover a{}
#section-footer-content .content .desc{
    font-size: 14px;
    line-height: 17px;
}
#section-footer-content .list-owl-video{}
#section-footer-content .list-owl-video span{
    cursor: pointer;
    position: relative;
    display: block;
}
#section-footer-content .list-owl-video span:before{content:"";background: #ffffff24;position: absolute;top: 0;width: 100%;height: 100%;left: 0;}
#section-footer-content .list-owl-video span:after{content: '\e835';font-family: "pinterest";font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;/* opacity: .8; */font-variant: normal;text-transform: none;line-height: 1em;margin-left: .2em;/* font-size: 120%; */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */position: absolute;z-index: 2;top: 0;left: 0;right: 0;bottom: 0;margin: auto;text-align: center;display: table;font-size: 35px;color: #111111a1;}






.frame {
	

	overflow: hidden;
}

.frame ul li {
	float: left;
	margin: 0 1px 0 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}





@media(max-width:768px){
	header.sticky{display:none}
	#section-list-product .left-banner{display:none}
	#section-list-product .right-content{    flex: 0 0 100%;
    max-width: 100%;}
	
}


@media(max-width:540px){
    .owl-product-new .owl-prev{
    left: 10px;
    top: 10px;
}
    .owl-product-new .owl-next{
    left: 34px;
    top: 10px;
}
    #product-new .item .col-7,#product-new .item .col-5{flex:0 0 100%;max-width:100%}
    #product-new .item .col-5{margin-bottom:10px}
}