@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../css/font/glyphicons-halflings-regular.eot);
  src: url(../css/font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), 
  url(../css/font/glyphicons-halflings-regular.woff) format('woff'), 
  url(../css/font/glyphicons-halflings-regular.ttf) format('truetype'), 
  url(../css/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

@font-face {
    font-family: "robotobold";
    src: url(../css/font/Roboto-BoldCondensed.ttf) format('truetype');
}
@font-face {
    font-family: "utm";
    src: url(../css/font/UTM_Swiss.ttf) format('truetype');
}
@font-face {
    font-family: "UTMWeddingKT";
    src: url(../css/font/UTMWeddingK&T.ttf) format('truetype');
}

::selection {
    background-color: #efbb20;
    color: #ffffff;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px;
    box-shadow: none;
}
::-webkit-scrollbar {
    width: 10px;
}
ul{
    padding:0px;
    margin:0px;
}
a:hover{
    text-decoration:none;
    color: initial;
}
a, i, img {
    transition: all 300ms;
}
.clear{
    clear:both;
}
p{
    margin-bottom:8px
}
ul li{
    list-style: none
}
a:hover{
    text-decoration:none;
}
.clear{
    clear:both;
}
body {
    font-size: 13px;
    font-family: roboto;
    margin: 0px;
    padding: 0px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%!important;
    z-index: 999!important;
    left: 0px;
}
.container{
    width: 1240px;
    margin: 0 auto;
}
.col_menu{
}
.bando iframe{
    width: 100%;
}
#header-wrapper {
    height: auto;
    position: relative;
    padding: 10px 0px;
}
.hotline_top{
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-family: utm;
    font-size: 19px;
    color: #ffffff; 
}
.hotline_top span{
    color: #ff0202; 
}
#top_bar{
    background: none repeat scroll 0 0 #4e5256;
    height: 30px;
    position: relative;
}
#footer{
    text-align: left;
    background: #363636;
    padding: 15px 0px;
    color: white;
}
#page{
    margin-top:10px;
    margin-bottom:15px;
}
.banner{
    position:relative;
}
.banner img{
}
.menu_new_top_left{}
.menu_new_top_left ul{}
.menu_new_top_left ul li{
    float: left;
    list-style: none;
    line-height: 30px;
}
.menu_new_top_left ul li a{
    color: black;
    padding: 0px 10px;  
    border-right: 1px black solid;  
}
.menu_new_top_left ul li:last-child a{
    border-right: 0px black solid;  
}
.page_content{
    margin-top:0px;
}
.box_services {
    margin-top: 25px;
    margin-bottom: 10px;
}
.box_services .box_content {
    cursor: pointer;
    float: left;
    line-height: 16px;
    margin-right: 9px;
    width: 114px;
}
.box_services .box_content .icon {
    float: left;
    margin-right: 3px;
}
.box_services .box_content a {
    color: #494949;
}
.icon {
    background: url(../images/icon_page.png) repeat scroll 0 0 rgba(0,0,0,0);
    display: inline-block;
}
.icon.icon_camket {
    background-position: 0 -25px;
    height: 33px;
    width: 23px;
}
.icon.icon_giaohang {
    background-position: -31px -25px;
    height: 31px;
    width: 51px;
}
.icon.icon_thanhtoan {
    background-position: -89px -25px;
    height: 33px;
    width: 35px;
}
.icon.icon_doitra {
    background-position: -128px -25px;
    height: 33px;
    width: 22px;
}

.info_support {
    border: 1px solid #f7941d;
    float: right;
    position: relative;
    width: 100%;
}
.info_support .title_support {
    background-color: #f7941d;
    color: #fff;
    display: block;
    font-weight: 500;
    height: 21px;
    line-height: 21px;
    list-style: none;
    text-align: center;
}
.list_support{
    padding: 5px 0px;
}
.list_support li {
    float: left;
    margin: 0px 5px;
    width: 184px;
    list-style: none;
}
.list_support li strong {
    color: #ff2626;
    font-weight: 500;
    line-height: 20px;
}


#nav{
    position: relative;
    z-index:1;
    background: #f72427;
    margin: 0 auto;
    width: 100%;
    height: 42px;   
    display:none;
}


.menu_hover{    z-index: 999999999;}
.menu_hover a{
    color: #fff200;
    font: 16px/42px Arial;
    line-height: 42px;
    padding-left: 10px;
}
.search_box {
    padding: 0px;
    color: black;
    margin-top: 4px;
}
.search_box .form-inline .input-group > .form-control {
    border-color: #ffffff;
    border-radius: 0px;
}
.input-group-addon:last-child {
    border-left: 0;
    border-radius: 0px;
}
.addon_success {
    padding: 0px;
    padding: 0px;
    background-color: #337ab7;
    border: 1px solid #337ab7;
}
.search_box button {
    border: none;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 0px;
    box-shadow: none!important;
    background: none;
    color: white!important;
}
.search_box .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.addon_success2 {
    border-radius: 0px;
    padding: 0px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
}
.search_box2 {
    padding: 0px;
    color: black;
    margin-top: 20px;
    float: right;
}
.box_content_product{
    margin:0px -10px;
}
.search_box2 .form-inline .input-group > .form-control {
    border-color: #e8e8e8;
    border-radius: 0px;
}

.search_box2 button {
    border: none;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 0px;
    box-shadow: none!important;
    background: none;
    color: white!important;
}
.search_box2 .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}

ul.menu-right>li{
    list-style: none;
    float: left;    
}
ul.menu-right>li:first-child {
    background: url(../images/hot-bg.png) no-repeat scroll left 7px transparent;
    float: left;
    width: auto;
    padding: 0 20px 0 30px;
    line-height: 42px;
    list-style: none;
}
ul.menu-right>li:nth-child(2)>a {
    cursor: pointer;
    line-height: 42px;
    width: auto;
    font: bold 16px/42px Arial;
}
ul.menu-right>li:first-child>a>span {
    font: bold 16px/42px Arial;
    color: #fff200;
    text-shadow: 2px 2px rgba(0,0,0,.6);
}
ul.menu-right>li>a {
    font: bold 12px/42px Arial;
    color: #fff;
    text-transform: uppercase;
}

ul.more-content{}
ul.more-content{}
.more-content li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    padding-right: 8px;
    display: inline;
    color: #666666;
}

.more-content li {
    list-style: none;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 12px;
}
.more-content li:hover{
    color: #ff0000;
}

#livechat {
    position: relative;
}

.home_product{
    margin-bottom:20px;
}

.head_title{
    background: white;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 2px #383838  solid;
}
.head_title a.cat_name{
    line-height: 35px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #383838;
    padding: 9px 15px;
    position: relative;
}
.head_title a.cat_name:before{
    content: '';
    padding: 0px 10px;
    position: absolute;
    right: -30px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 35px solid transparent;
    border-left: 28px solid #383838;
    content: "";
    position: absolute;
    right: -48px;
    top: 0;
}

.head_title a.viewall{
    float: right;
    color: #ffffff;
    padding: 3px 10px;
    background: #eb0505;
    border-radius: 3px;
    margin-top: 5px;
}
.head_title a.viewall:hover{
    background: #ff0000;
}
.menu_child_cat{
    float: right;
    background: url(../images/menu-s-right-bg.png) repeat-x scroll 0 0  ;
}
.menu_child_cat ul{
    float: right;   
}
.menu_child_cat ul li{
    float: left;
    list-style: none;
    padding: 0px 8px 0px 8px;
    line-height: 38px;  
}
.menu_child_cat ul li a{
    color: black;
    font-size: 12px;    
}
.box_cathome{
    padding: 15px 0px 15px 0px;
    border: 0px #dddddd solid;
    border-top: 0px;
    position: relative;
}
.box_cathome .cat_images{
    padding-right:0px;
}
.box_cathome .cat_images img{
    height: 490px;  
}

.right_product{
    margin-bottom: 20px;    
}
.slide_product{
    padding: 0px 10px;  
}

.product_box{
    position: relative;
    height: 315px;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    box-shadow: 0 0 8px rgba(156, 156, 156, 0.15);  
}
.product_box-image-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    opacity:0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 3px;
    z-index: 2; 
}
.product_box .promotion{
    color: #23b34c;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px;  
}
.product_box:hover .product_box-image-hover{
    opacity:1;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    transition-duration:0.5s;
}
.product_box-image-hover .icon_wrap {
    margin-top: 0;
    bottom: 40%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.product_box-image-hover .icon_wrap a{
    display: inline-block;
    font-family: serif;
    margin-right: 4px;
    font-weight: bold;
    color: #fff;
    padding: 10px 13px;
    background: rgb(255, 0, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .9;
    border-radius: 50%;
}

.product_box .img{
    margin: 5px;
    height: 165px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 10px;
}
.product_box .img:hover,
.product_box .img:focus {
    color:#fff;
    background-position:center top;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    transition-duration:0.5s;
}
.product_box .info{
    padding: 0px 5px;   
}
.product_box .img img{
    max-width: 100%;
    max-height: 145px;
    display: -webkit-inline-box;
}
.product_box .name{
    text-align: left;
    height: auto;
    margin-bottom: 5px;
}
.product_box .name a{
    color: #333;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.product_box .name a:hover{
    color: #0E76BC; 
}
.product_box p.code{
    color: #333333;
    font-size: 12px;
    margin-top: 5px;
}
.product_box .poll {
    background: #ff0000;
    margin-bottom: 15px;
    line-height: 35px;
    text-align: center;
    color: #ffff00;
    font-size: 19px;
}
.product_box .hot_pro {
    width: 112px;
    height: 43px;
    background: url(../images/banchay.png) no-repeat;
    position: absolute;
    top: -1px;
    left: -6px;
    text-align: center;
    z-index: 9999;
}
.product_box .sale{
/*    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/sale.png) no-repeat scroll center center transparent;
    width: 45px;
    height: 45px;
    color: #fff;
    font: bold 13px/45px Arial;
    text-align: center;
    z-index: 1;*/
    background: #d0021b;
    color: #fff;
    padding: 3px 4px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    vertical-align: top;
    right: 0;
    top: 3px;
    z-index: 1;
}
.product_box .sale:before {
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 10px solid transparent;
    border-right: 11px solid #d0021b;
    position: absolute;
    left: -21px;
    bottom: 0;
}
.product_box .view{
    padding: 0px;
    text-align: left;
}
.product_box .price_view p.p-price{
    font-size: 16px;
    color: #f72427;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 5px;
    font-family: utm;
}
.product_box .price_view p.p-price-old{
    font-size: 11px;
    color: #979797;
    text-decoration: line-through;
}
.product_box .price_info{
    border: 1px #dddddd solid;
    height: 54px;
}
.product_box .quatang{
    font-size: 13px;
    padding-left: 2px;
    color: #333;
}
.product_box .quatang{
    font-size: 13px;
    margin-top: 10px;
    color: #333;
    position: absolute;
    bottom: 12px;
    display: none;
}
.product_box .quatang img {
    max-height: 24px;
    border-radius: 3px;
    text-align: left;
    vertical-align: middle;
    margin-right: 10px;
}
.product_box .view .link{
    text-align: center;
    background: url(../images/button.png) no-repeat;
    width: 86px;
    height: 28px;
    margin: 0 auto;
}
.product_box .view .link a{
    color: white;
    font-size: 14px;
    text-transform: uppercase;  
}
.product_box .price_info p.price_pro{
    font-size: 20px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
    margin-bottom: 5px; 
}
.product_box .price_info p.price_old{
    bottom: 0px;
    color: #636363;
    font: 12px Arial;
    text-decoration: line-through;  
}
.bannerhome{}
.bannerhome img{
    width: 100%;
    margin-bottom: 2px; 
}

.news_bottom{
    border-bottom: 1px solid #ffdd00;
    border-top: 1px solid #ffdd00;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.camketchung{margin-bottom:10px;}
.group_news{margin-bottom:15px;}
.group_news p.title_news{
    font-weight: 500;
    text-transform: uppercase;  
}
.group_news ul li{list-style: none;}
.group_news ul li a{
    color: black;
    line-height: 22px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;        
}
.group_news ul li a i{color: #ffdd00;}

.bottom2{
    margin:10px 0px;
}
.dangkythongtin{
}

.dangkythongtin p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0px;
}
.dangkythongtin button{
    background: #074cf9;
    border-color: #074cf9;
    color: white;
    padding: 5px 12px;
    font-weight: 500;
    border-radius: 0px;
}
.dangkythongtin input.input{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 310px;
    border-radius: 0px;
    height: 33px;
}

.social-icons {}

.social-icons a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 0px;
    margin: 1px;
    border-radius: 2px;
}
.social-icons a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.social-icons a i {
    color: #FFF!important;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.social-icons a i.fa-facebook {
    background: #507cbe;
}
.social-icons a i.fa-twitter {
    background: #65cdef;
}
.social-icons a i.fa-google {
    background: #ee8180;
}
.social-icons a i.fa-vimeo-square {
    background: #87d3e0;
}
.social-icons a i.fa-soundcloud {
    background: #f35839;
}
.social-icons a i.fa-skype{
    background: #009fff;
}

.bottom3{
    background: #ffdd00;
    padding: 15px 10px;
    margin: 10px 0px 20px 0px;  
}
.diachi{
    margin-bottom:15px;
}
.diachi p.title{
    font-weight: 500;   
}
.box_slide{
    height: auto;   
    margin-bottom:20px;
    position: relative;
}
.main_top{
    z-index:0
}

#content_left_news{

}
#content_left_roduct{

}
#content_right{
    width: 22%;
    float: left;    
}
#content_page{
    width: 78%;
    float: right;   
}
#content_page_product{

}
.box-left{
    margin-bottom:15px;
}
.head_title2{
    background: #efefef;
    border-bottom: solid 1px #f0f0f0;
    padding-left: 10px;
}
.head_title2 p{
    margin-bottom: 0px;
    color: #444444;
    font-weight: 500;
    padding-left: 0px;
    line-height: 40px;
    font-size: 17px;
    font-family: utm;
    text-transform: uppercase;
} 
.head_title2 a{
    margin-bottom: 0px;
    color: #444444;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 0px;
    line-height: 40px;
    font-size: 17px;
    font-family: utm;
} 
.head_title2 i{
    float: right;
    line-height: 38px;
    color: #f8dc17; 
}
.motangan{
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 10px;
    border: solid 1px #f0f0f0;   
    margin-bottom: 10px;
}
.border_box{
    padding: 15px 0px;
    border: 1px #dddddd solid;
    border-top: 0px;
    position: relative;
}
.pd10 {
    padding:0px 10px;
}

.danhmuctin ul li{
    list-style: none;
    padding-left: 10px;
    line-height: 25px;  
}
.danhmuctin ul li a{
    color: #f30000;
    font-weight: 400;   
}
.mr_5{
    margin-right:5px;
}

.border_box iframe{
    width:100%!important
}

.news_right{
    padding: 0px 0px;
    margin-bottom: 10px;
}
.news_right .img img{
    border: 1px solid #E7E7E7;
    padding: 1px;
    border-radius: 1px;
}
.news_right .info a{
    color: black;
    font-size: 12px;    
}
.news_right .info p.p_price{
    color: #f72427;
    font-weight: 600;   
}
.quangcao img{
    margin-bottom: 10px;
}
.box_content_news{
    border: 1px #dedede solid;
    padding: 10px 10px; 
    margin-bottom:10px;
}
.box_content_products{
    padding: 30px 10px 15px 10px;
    border: 1px #dddddd solid;
    border-top: 0px;
    position: relative;
}

.danhmucsanpham ul li{
    list-style: none;
    padding-left: 10px;
    line-height: 25px;  
}
.danhmucsanpham ul li a{
    color: #7a7a7a;
    font-weight: 400;   
}
.danhmucsanpham ul li a:hover{
    color: rgb(243, 0, 0);
    font-weight: 400;   
}

#list_nick {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 6px 6px;
    display: none;
    padding: 0 3px 5px;
    position: absolute;
    right: 0;
    top: 37px;
    width: 600px;
    background: white;
    padding:10px;
    z-index: 99999;
}


#livechat{
    position: relative;
}

#livechat ul li{
    list-style:none;
    width:33.3%;
    float:left;
    margin-bottom:6px;
}

#livechat ul li p.name{
    font-weight: bold;
    font-size: 13px;
    font-family: arial;
    margin-bottom: 5px;
}
#livechat ul li img{
    float: left;
    width: 70px;    
}
#livechat ul li span{
    line-height: 29px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;   
    color: #ef0000;
}

.cart_top{
    text-align: right;
    text-decoration: none;
    line-height: 30px;
}
.cart_top a{
    color:black
}


.icon_pr_mb{    
    padding-top: 16px;
}
.icon_pr_mb a{
    font-size: 16px;
    color: white;
}
.icon_pr_mb i{
    color: white;
    font-size:20px;
    display: table-cell;
    vertical-align: middle; 
}

.icon_pr_mb i span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
}

.list{}
.list iframe{
    max-width: 100%;
    height: 200px;  
}
.listvideo ul{
    padding-left: 0px;  
}
.listvideo ul li{
    list-style: none;
}
.listvideo ul li i{
    color: #e4010c; 
}
.listvideo ul li span{
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partner{
    border: 0px #e9e9e9 solid;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
    height: 64px;
}
.partner img{
    height: auto;
    display: -webkit-inline-box;
    width: auto!important;
    border: none;
}

.menu_bottom{
    background: white;
    padding: 10px 0px;
}

.menu_bottom .cate_name {
    margin:10px 0px;
}
.menu_bottom .cate_name a{
    color: #333;
    font-family: utm;
    font-size: 16px;
    text-transform: uppercase;
}
.menu_bottom ul li{
    list-style: none;
    margin-bottom: 7px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_bottom ul li a i{
    color: #0673ba;
    font-size: 6px;
}
.menu_bottom ul li a{
    color: #333;   
}
.menu_bottom ul li a:hover {
    margin-left:2px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.footer2 {
    background: #33363e;
    min-height: 150px;
    border-top: 1px #f1f1f1 solid;
    padding: 0px 0px 0px 0px;
    color: white;
    margin: 0px;
}
p.titleweb {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: utm;
    margin: 25px 0px;
}
.bando2{
    height:200px;
    overflow:hidden;
    margin-bottom:10px;
}
.groupnews ul li {
    list-style: none;
}
.groupnews ul li a {
    color: black;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
}
.formdangky button {
    background: #ff7800;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 0px;
    line-height: 20px;
}
.formdangky input {
    margin: 0px;
    background: #003550;
    border-color: #003550;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 250px;
    color: white;
}
#footer h4.name{
    margin-top: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: utm;
}


.partner_slide{
    position: relative;
    padding-top: 15px;
}
.owl-prev{
    position: absolute;
    left: -40px;
    top: 10px;
    opacity: 1!important;
    background: none!important;
    color: #e3e3e4!important;
    font-size: 26px!important;  
}

.owl-next{
    position: absolute;
    right: -40px;
    top: 10px;
    opacity: 1!important;
    background: none!important;
    color: #e3e3e4!important;
    font-size: 26px!important;  
}

.mainhome{

}

.newslide{}
.newslide .img{
    margin-bottom:15px;
}
.newslide .img img{
    height: 220px;  
}
.newslide .name{
    text-align: left;
    margin-bottom: 10px;    
}
.newslide .name a{
    color: black;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;  
}
.newslide p{
    color: #808080; 
}

.proslide{
    height:370px;
    background:white;
    border:1px #dddddd solid;
}
.proslide .img{padding: 15px;}
.proslide .img img{height: 274px;}
.proslide .name{
    text-align: center;
    padding: 0px 15px;
}
.proslide .name a{
    color: #666666;
    font-weight: 500;
    font-size: 12px;
}

.owl-prev3 {
    position: absolute;
    right: 24px;
    top: -72px;
    opacity: 1!important;
    background: none!important;
    color: #444444!important;
    font-size: 20px!important;
}
.owl-nex3 {
    position: absolute;
    right: 0px;
    top: -72px;
    opacity: 1!important;
    background: none!important;
    color: #444444!important;
    font-size: 20px!important;
}
.owl-nex3:hover{
    color:red;
}
.owl-prev3:hover{
    color:red;
}


.mainhome_box{
    position:relative;
}
.mainhome_box p.title{
    text-align: center;
    font-family: utm;
    color: #4e5256;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;    
}
.owl-prev2{
    position: absolute;
    left: -50px;
    top: 75px;
    opacity: 1!important;
    background: none!important;
    color: white!important;
    font-size: 30px!important;
}

.owl-next2{
    position: absolute;
    right: -50px;
    top: 75px;
    opacity: 1!important;
    background: none!important;
    color: white!important;
    font-size: 30px!important;
}

a.search_icon {
    position: absolute!important;
    color: white!important;
    right: 8px;
    top: 1px;
    font-size: 17px;
    cursor: pointer;
    z-index: 9999;
    background: none;
    padding: 3px 7px !important;
    border-radius: 50%;
}
.box_search_mobile {
}
.s-search-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    right: 12px;
}
.box_search_mobile input.inputsearch {

}




.phonering-alo-phone {
    position:fixed;
    visibility:hidden;
    background-color:transparent;
    width:160px;
    height:160px;
    cursor:pointer;
    z-index:200000!important;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    transition:visibility .5s;

    display:block;
    left: 10px;
    bottom: 10px;
}
.phonering-alo-phone.phonering-alo-show {
    visibility:visible
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
.fadeOutRight {
    -webkit-animation-name:fadeOutRight;
    animation-name:fadeOutRight
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}
.phonering-alo-ph-circle {
    width:150px;
    height:150px;
    top: 50px;
    left: -40px;
    position:absolute;
    background-color:transparent;
    border-radius:100%;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50;
    border-color:#baf5a7 9;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#ffb15c;
    border-color:#ffb15c;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width:90px;
    height:90px;
    top: 80px;
    left: -11px;
    position:absolute;
    background-color:#000;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width:50px;
    height:50px;
    top: 100px;
    left: 10px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100%;
    background-size: 84%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#b58d61
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#ff0000;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}
@-webkit-keyframes phonering-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
    }
}
@-webkit-keyframes phonering-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
    }
}
@-webkit-keyframes phonering-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)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}






.box_reg{
    background: #f1f1f1;
    padding: 20px 20px 30px 20px;
}
.box_reg p.title{
    text-align: center;
    color: #fe0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.box_reg p.phone{
    border: 1px solid #fe0000;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    color: #fe0000;
    width: 70%;
    font-weight: bold;
    font-size: 20px;
}


.bottom_p {
    background: #121212;
    text-align: left;
    padding: 5px 0px;
    margin-top: 0px;
    font-size: 13px;
    color: white;
}
.bottom_p p.text1 {
    margin-bottom: 0px;
    font-family: Arial;
    font-size: 12px;
    text-transform: inherit;
}
.bottom_p p span {
    color: #eff400;
    font-size: 18px;
}
.lienket {
    margin-top:10px
}
.lienket ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
    display: -webkit-inline-box;
    font-size: 22px;
    color: black;
}
.lienket ul li i {
    font-size: 24px;
    color: black;
}
.box_slide_pro{
    background: #f6f6f6;
    padding: 20px 20px 30px 20px;
}

.box_slide_pro p.title {
    text-align: center;
    color: #fe0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.f-nav {
    z-index: 999999999!important;
    position: fixed!important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px #666;
    left: 0;
}

.cat_bottom_news{margin-bottom: 10px;}
.cat_name_bottom{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px #f9f9f9 solid;
}
.cat_name_bottom a{
    text-transform: uppercase;
    color: #f9f9f9;
    font-weight: 500;   
}

.cat_bottom_news ul li{
    list-style: none;
}
.cat_bottom_news ul li a{
    color: #f9f9f9;
    line-height: 22px;  
}

#bar_bottom{
    background: #252525;
    line-height: 38px;
    color: #f9f9f9; 
}














.truso{     line-height: 30px;
    margin-bottom: 0px;color:white;
    height: 30px;}
    .truso p{

    }




    #topbar {
        width: 100%;
        background: url(../images/top.png) repeat;
        min-height: 47px;
        position: relative;
        z-index: 2;
    }
    #topbar p.text1 {
        line-height: 44px;
        color: #ffde00;
        font-weight: 400;
        margin-bottom: 0px;
        font-size: 15px;
        font-family: utm;
        text-transform: uppercase;
    }
    #topbar p span {
        font-family: UTMWeddingKT;
        text-transform: initial;
        font-size: 30px;
        font-weight: bold;
        margin-right: 10px;
    }
    #topbar p.hotline {
        line-height: 47px;
        color: white;
        font-weight: 400;
        margin-bottom: 0px;
        font-size: 17px;
        font-family: utm;
        text-transform: uppercase;
        background: url(../images/hotlinbe.png) top 9px left no-repeat;
        padding-left: 37px;
    }



    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xs-15 {
        width: 20%;
        float: left;
    }
    @media (min-width: 768px) {
        .col-sm-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 992px) {
        .col-md-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20%;
            float: left;
        }
    }

    #cssmenu a.search_icon{
        font-size: 19px;
        padding-top: 6px!important; 
    }

    .cart_order{
        width: 300px;
        padding:20px;   
    }
    .cart_order .namepr{
        font-family: utm;
        text-transform: uppercase;
        color: black;
        font-size: 15px;    
    }

    .cart_order .pricepro{
        color: Red;
        font-family: utm;
        font-size: 15px;    
    }



    .hl {
        background: url(../images/bg_hoitline.png) top 0px left 0px no-repeat;
        width: 100%;
        height: 92px;
        margin-top: 0px;
        font-weight: bold;
        font-size: 17px;
        line-height: 108px;
        padding-left: 87px;
        color: white;
        font-family: utm;
    }
    .support_col .chat .ymgyahoo2 {
        float: left;
        width: 100%;
        border-top: 1px #ececec solid;
        padding-top: 10px;
    }
    .support_col .chat {
        margin-bottom: 0px;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        text-align: Center;
    }
    .support_col .chat .ymgyahoo2 p.name {
        margin-bottom: 2px;
        text-align: left;
        padding-left: 10px;
        font-weight: bold;
        width: 38%;
        float: left;
        line-height: 26px;
    }
    .support_col .chat img.mail {
        float: left;    width: 40px;
    }
    .support_col .chat img.skype {
        float: right;
        padding-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    .support_col .chat .ymgyahoo2 p.name {
        margin-bottom: 2px;
        text-align: left;
        padding-left: 10px;
        font-weight: bold;
        width: 55%;
        float: left;
        line-height: 26px;
    }
    .support_col .chat .ymgyahoo2 p.phone {
        width: 100%;
        float: left;
        padding-left: 10px;
        text-align: left;
        font-weight: bold;
        color: red;
    }

    .ShowBoxSearch{
        display: inline-block;
        margin: 15px 0px 0px 0px;
        width: 100%;
        background: white;
        border-radius: 5px;
    }
    .ShowBoxSearch form input {
        background: #fff;
        border: none;
        border-right: none;
        float: left;
        height: 35px;
        padding: 6px 10px;
        width: 80%;
        display: block;
        outline: 0;
        border-radius: 5px;
    }
    .ShowBoxSearch form button {
        background: #ffffff;
        border: 0;
        color: #000;
        cursor: pointer;
        float: left;
        height: 35px;
        overflow: visible;
        padding: 0;
        position: relative;
        width: 11%;
        text-transform: uppercase;
        font-size: 20px;
        border-radius: 5px;
    }
    .logo{
        text-align:center;
    }
    .logo img{
        margin-top: 8px;
        height: 50px;
    }
    .top_icon{
        margin-top: 10px;
        border: 1px #ddd solid;
        padding: 10px 20px; 
        cursor: pointer;    
    }
    .top_icon img{
        margin-right: 10px;
        float: left;
        width: 42px;
    }
    .top_icon span{
        font-family: utm;
        font-size: 18px;
        color: #444444;
        line-height: 40px;  
    }
    .top_icon:hover{
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s  ease-in-out;
        -o-transition: all .5s  ease-in-out;
        -ms-transition: all .5s  ease-in-out;
        transition: all .5s ease-in-out;
        border: 1px #383838   solid;
    }
    .top_icon:hover img{
        transform: rotate(360deg);
        -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Safari and Chrome */
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s  ease-in-out;
        -o-transition: all .5s  ease-in-out;
        -ms-transition: all .5s  ease-in-out;
        transition: all .5s ease-in-out;
    }
    .slide_mobile{
        display:none;    margin-bottom: 20px;
    }
    .cart-top{
        margin-top: 15px;
        position: relative;
    }
    .cart-top span{
        position: absolute;
        left: 30px;
        color: black;
        font-weight: 600;
        background: white;
        padding: 0px 6px;
        border-radius: 5px;
        top: -5px;
    }
    .cart-top img{}
    .list-hotline{}
    .list-hotline ul{
        text-align: center;
    }
    .list-hotline ul li{
        display: inline-block;
        text-align: center;
        padding: 0px 20px;
        padding-top: 12px;
    }
    .list-hotline ul li p.number{
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }
    .list-hotline ul li p.text{
        color: #e0e0e0;
        font-size: 12px;
    }
    .cart_mobile{
        display:none; 
        background: #f72427;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        left: 0px;
        text-align: center;
        padding: 8px;
        color: white;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }
    .cart_mobile span{
        font-size: 12px;
        font-weight: 400;
    }
    
    .image_top img{
        margin-top:10px;
    }
    .box_content_news img{
        max-width:100%!important;
        height:auto!important;
    }
    .nav-mobile{
        display: none;
        height: 50px;
        background-color: #0673BA;
        color: #fff;
        padding: 0 0px; 
    }
    .nav-mobile .title {
        font-size: 12px;
        padding-left: 0px;
        font-style: italic;
        display: inline-block;
        line-height: 20px;
        padding-top: 4px;
        float: left;
        margin-right: 10px;
    }
    .nav-mobile .tong-dai {
        display: inline-block;
    }
    .nav-mobile .tong-dai a{
        font-size: 27px;
        color: white;
        font-weight: bold;
        line-height: 47px;      
    }
    .format-col {
        padding: 0;
    }
    
    .filter_box{
        margin-top: 20px;   
    }
    .filter_box select{
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 10px;
    }

    .filter_box button{
        border-radius: 0px;
        background: #444444;
        border-color: #f5f5f5;
        color: white;
        font-size: 13px;
        padding: 7px 12px;
    }
    ul.nav-type label{
        float: left;
        line-height: 32px;  
    }
    ul.nav-type{    margin-bottom: 10px;}
    ul.nav-type li{
        font-size: 13px;
        border: 1px solid #EEE;
        display: block;
        padding: 3px 10px;
        float: left;
        margin-right: 5px;  
        margin-bottom: 10px;
    }
    ul.nav-type a {     
        cursor: pointer;
        color: #333; 
    }
    ul.nav-type li.active{  
        background: #888888; 
    }
    ul.nav-type li.active a { 
        color:white;
    }

    ul.nav-color{
        margin-bottom: 10px;
    }
    ul.nav-color li{
        float: left;
        margin-left: 4px;
        list-style: none;
        border: 1px white solid;
        padding: 1px;
    }

    ul.nav-color li.active{
        border: 1px #d80000 solid;
    }
    ul.nav-color img.color-multip{
        width: 40px;
        height: 40px;    
    }

    .cart_quick{}
    .cart_quick p.item_cart_name{
        color: #0284c6;
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;  
    }



    .chatzalo{
        background-color: #00aeef;
        padding: 5px 10px;
        color: white !important;
        position: fixed;
        bottom: 10px;
        right: 110px;
        border-radius: 5px; 
    }
    .chatdb{
        background-color: #00aeef;
        padding: 5px 10px;
        color: white !important;
        position: fixed;
        bottom: 10px;
        right: 166px;
        border-radius: 5px;
    }

    #back2Top {
        width: 60px;
        /* line-height: 40px; */
        overflow: hidden;
        z-index: 999;
        display: none;
        cursor: pointer;
        -moz-transform: rotate(270deg);
        /* -webkit-transform: rotate(270deg); */
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        /* transform: rotate(270deg); */
        position: fixed;
        bottom: 115px;
        right:10px;
    }

    .video_detail{margin-bottom:15px}   
    .video_detail iframe{
        border: none;
        width: 100%;
        height: 230px;  
    }   
    .header_full{
        background: #383838;  
    }
    .mag-wrapper .title {
        font-size: 20px;
        font-weight: 600;
        padding: 10px 0px;
        transition: all 0.5s ease-out;
        text-transform: uppercase;
        border-bottom: 1px #DDDDDD solid;
    }

    .form-contact .control-label{
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;    
    }
    .form-contact {
        background: #d0d0d0;
        padding: 15px;
        border-radius: 0px;
        color: black;
        margin-bottom: 30px;
    }


    .clickCart{
        position: fixed;
        bottom: 190px;
        right: 10px;
        z-index: 9999;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: #f8171f;
        border-radius: 50%;
        color: white;
        font-size: 24px;    
        animation: phonering-alo-circle-img-anim 2s infinite ease-in-out;
    }
    .clickCart i{}
    .list_img{}
    .list_img ul{
        height: 35px;
        padding: 0px 5px;
    }
    .list_img ul li{
        list-style: none;
        float: left;
        margin-right: 5px;
    }
    .list_img ul li{
        border: 1px white solid;
        display: flex;
        padding: 1px;
    }
    .list_img ul li:hover {
        border:1px #f57123 solid;
    }
    .list_img ul li.active {
        border:1px #f57123 solid;
    }

    .list_img ul li img{
    }
    .list_img ul li img {
        width: 30px;
        height: 30px;
        border-radius: 1px;
    }
    .mb_color{
        display: none;
    }


    .box-border{
        border: solid 1px #DD0000;
        border-radius: 0px;
        min-height: 20px;
        margin-bottom: 10px
    }
    .box-call-detail{
        padding: 10px;
    }
    .box-border p.title{
        background: none repeat scroll 0 0 #DD0000;
        color: #FFFFFF;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .box-call-detail a{
        color: #0673ba;
        font-size: 15px;
        font-weight: 500;
    }
    .list_link{
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .list_link a{
        color: #3B5998;
        display: block;
        padding: 3px 0;
        font-weight: 500;
        font-size: 13px;
    }
    .list_support{}
    .list_support b{
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        color: #EE0000;
    }
    .list_support p{
        margin-bottom: 5px;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }
    .pagination .disabled {
        color: black;
        text-decoration: none;
        background: white;
        border: 1px solid #ddd;
        padding: 3px 8px;
        border-radius: 3px;
    }
    .pagination .current {
        background: #337ab7;
        border-color: #163b5e !important;
        color: white !important;
        margin: 0 5px 0 7px;
        padding: 3px 8px;
        border-radius: 3px;
    }
    .pagination a {
        margin: 0 5px 0 0;
        padding: 3px 6px;
    }
    .pagination span a {
        color: black;
        text-decoration: none;
        background: white;
        border: 1px solid #ddd;
        padding: 3px 8px;
        border-radius: 3px;
    }

    .left-slide{
        height: 385px;
    }

    ul.brand_ul{}
    ul.brand_ul li{
        margin-left: 25px;
        margin-bottom: 5px;
        list-style-type: disc;
    }
    ul.brand_ul li a{
        color: black
    }

    .detailpro h4.name{
        line-height: 26px;
        font-size: 17px;
        font-family: utm;
    }
    .diemban{}
    .diemban .img{}
    .diemban .img img{}
    .diemban h3{
        
    }