@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}
body {
    background-color: #ffffff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 30px;
}
a {
    text-decoration: none;
}
a:hover,a:focus {
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.fixed {position:fixed; top:0; left:0;z-index: 9;width: 100%;}
.fixed .top_main{
    height: 60px!important;
    opacity: 90%;
}
.top_main{
    background-color: #ff7f27;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    /*background: white;*/
    z-index: 9;
    position: relative;
}

.main_site{
/*    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    background: white;*/
}
.main_site_1{
    /*padding-top: 134px;*/
}
.main{
    padding: 20px 0px;
}
.top_header{
    background-color: white;
    text-align: left;
    padding: 10px;
}
.top_header_1{
    list-style: none;
    display: inline-block;
    margin-left: -40px;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 0px;
}
.top_header_1 li{
    float: left;
    padding-left: 20px;
    border-right: 1px solid #485895;
    padding-right: 20px;
}
.top_header_1 li:last-child{
    border-right: 0px solid #485895;
}
.top_header_1 li a{
    color: #b7cae7;
    font-size: 13px;
    text-transform: uppercase;
}
.bg_contact{
    background-color: #0c2547;
    color: white;
}
.contactform_h{
    background-color: white;
    color: #333;
    padding: 10px;
}
.about_home{
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: #ff7f27;
    margin: 3px 0px 9px 0px;
}
.nav-tabs > li > a:hover {
    color: #fff;
    background-color: #ff7f27;
}
.cen_tab > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.cen_tab {
    text-align:center;
}
.bct{
    text-align: left;
}
.bct img{
    text-align: left;
        width: 136px;
}
.bg_fo_b{
    background: #000;
    text-align: center;
    color: white;
}
.bg_fo_b a{

}
#toc{
    background-color: #fafafa;
    display: table;
    padding: 10px 28px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    margin-bottom: 20px;
}
.tn_name_company {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
h3.tn_name_company:before {
    content: '';
    background: white;
    height: 2px;
    width: 150px;
    position: absolute;
    top: 33px;
    left: 10px;
}
.contact_us_footer ul {
        margin-top: 16px;
    padding: 0;
}
.contact_us_footer ul li {
    display: inline-block;
    margin-right: 10px;
}
.contact_us_footer ul li {
    list-style: none;
}
li.can_facebook, li.can_twitter, li.can_google, li.can_youtube, li.can_insta {
    width: 40px;
    height: 40px;
    padding: 12px 13px;
    border: 1px solid;
    border-radius: 100%;
    border: 2px solid white;
}
.contact_us_footer ul li a {
    color: white;
    text-decoration: none;
}
.contact_us_footer ul li a {
    color: white;
}
.fields{
    padding: 10px;
    margin-bottom: 1px;
    background: #EBECEC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.side_by_side {
    float: left;
    width: 70px;
}
.side_by_side label {
    width: 100% !important;
}
.fields label {
    float: left;
    width: 27%;
}
.three_column {
    float: left;
    width: 20%;
}
.three_column label, #fbuilder .side_by_side label {
    width: 100% !important;
}

img{
    max-width: 100%;
}
.head {
    float: left;
    margin: 0px;
    font-size: 21px;
}
.pro_home > li > a {
    display: inline-block;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    padding: 10px 27px;
    cursor: pointer;
    transition: 0.3s;
}
.pro_home > li.active > a, .pro_home > li > a:hover, .pro_home > li > a:focus {
    padding: 10px 27px;
    background: url(../../images/icon1.png) no-repeat left center, url(../../images/icon2.png) no-repeat right center, #ff7f27;
} 
.pro_home > li.active > a, .pro_home > li.active > a:hover, .pro_home > li.active > a:focus {
    padding: 10px 27px;
    background: url(../../images/icon1.png) no-repeat left center, url(../../images/icon2.png) no-repeat right center, #ff7f27;
} 
.tieude {
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    text-align: center;
    background: url(../../images/icon1.png) no-repeat left center, url(../../images/icon2.png) no-repeat right center, #ff7f27;
}
#danhmuc {
    background: #f2f2f2;
    margin-bottom: 30px;
}
#danhmuc ul li {
    list-style: none;
    border-bottom: 1px dashed #d9d9d9;
}
#danhmuc ul li a {
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    margin-left: 20px;
    display: block;
    padding: 9px 0px;
}
#danhmuc ul {
    padding: 0;
}
#w_visaochonchungtoi{
    background: url(../../images/bg_visaochon.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
.tieude_visao{
    text-align: center;
    text-transform: uppercase;
    color: #fffc00;
    font-family: 'UTM HelvetIns';
    background: url(../../images/tieude_vissao.png) no-repeat bottom center;
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 3%;
}
.img_top{
    max-width: 100%;
}
.content_visao{
    /*	width: calc(100% + 30px);
            margin:0 -15px;*/
}
.item_visao{
    /*	float: left;
            width: calc(100%/3 - 30px);*/
    /*margin: 0 15px;*/
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.item_visao img{
    float: left;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-right: 10px !important;
    transition: 1s;
}
.item_visao:hover img{
    transform: rotateX(180deg);
}
.item_visao .ten{
    font-size: 18px;
    text-transform: uppercase;
    color: #fffc00;
    font-family: 'Roboto-Bold';
}
.pa_info{
    padding: 60px 10px;
}
.tieude_bottom {
    text-transform: uppercase;
    color: #ff7f27;
    font-size: 25px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    font-family: 'Roboto-Bold';
    padding-bottom: 11px;
}
.tieude_bottom:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 3px;
    background: #4d4d4d;
    left: 0;
    bottom: -2px;
}
.tieude_giua {
    background: #f2f2f2;
    margin-bottom: 20px;
}
.tieude_giua .title_p {

    display: inline-block;
    background: url(../../images/icon1.png) no-repeat left center, url(../../images/icon2.png) no-repeat right center, #ff7f27;
    color: #fff;
    text-transform: uppercase;

    font-family: 'Roboto-Bold';
    padding: 0 27px;
    cursor: pointer;
    transition: 0.3s;
}
.tieude_giua .title_p h1{
    font-size: 14px;
    line-height: 40px;
    margin: 0px;
}
.tieude_giua .title_p h3 {
    font-size: 14px;
    line-height: 40px;
    margin: 0px;
}
.sideproducts_inner{
    /*background: #f2f2f2;*/
    margin-bottom: 30px;
    margin-top: 10px;
}
.pro_img{
    width:100%;
}
.side_items_title{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sideproducts_item{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sideproducts_item_text {
    text-align: left;
    margin-bottom: 10px;
}
.sideproducts_item_text h3 a{
    font-size: 14px;
    color: #ff7f27;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: pointer;
    background-color: #ff7f27;
}
/*css dat mach*/
.top_main {
    /*    background: url('../../images/back_voca.jpg') repeat top center;*/
    /*padding: 5px 20px;*/
    /*background-size: cover;*/
}
.thumbnail,.img-thumbnail {
}
.menustyle > .navbar-nav > li:first-child>a:before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 7px;
    color: #fff;
    font-size: 13px;
}
.navbar-default {
    background-color: #ffffff00;
    border: none;
    border-radius: 0;
    min-height: 40px;
    /*padding-top: 26px;*/
}
.navbar-default .navbar-nav > li {
    border-right: 1px solid rgba(0,0,0,.1);
}
.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    font-family: 'Roboto-Bold';
    padding: 5px 15px;
    line-height: 50px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: rgba(0,0,0,.1);
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .active > a {
    color: white;
    background-color: rgba(0,0,0,.1);
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: rgba(0,0,0,.1);
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: rgba(0,0,0,.1);
}
/*.dropdown-menu {
    background-color: #ed1c24;
}*/
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom {
    border-radius: 0;
}
.dropdown-menu > li > a {
    /*background: none repeat scroll 0 0 #ed1c24c7;*/
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    color: black;
    font-size: 12px;
    letter-spacing: 0;
    min-width: 140px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    background-color: #ff7f27;
    color: #fffdfd;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff7f27;
    color: #fffdfd;
}
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ed1c24;
        background-color: #ff7f27;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ff7f27;
    }
    
}

.block-intro{
    padding: 20px 0px;
}
.tieude_intro {
    text-transform: uppercase;
    color: #ed1c24;
    text-align: center;
    font-family: 'Roboto-Bold';
    padding-bottom: 20px;
    font-size: 29px;
}
.co_dt{
    color: white !important;
}
.con_intro{
    text-align: center;
}
i.fa {
    padding-right: 5px;
}
.divider {
    clear: both;
    height: 1px;
    margin: 0 0 5px 0;
    width: 100%;
}
label {
    margin-right: 10px;
}
.slide_main {
}
.slidex {
    position: relative;
    z-index: 0;
}
.slidex img {
    max-width: 100%;
    width: 100%;
}
.nivo-controlNav {
}
.nivo-caption {
    display: none !important;
}
.top_banner {
    display: block;
    margin-top: 19px;
}
.top_banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.top_cart {
    margin-top: 34px;
    padding-left: 30px;
}
.top_logo {
    text-align: left;
        padding: 10px;
    /*    padding-top: 10px;*/
}
a.logo {
    color: #c61f49;
    /*margin-left: 50px;*/
}
a.logo img {
    height: 69px;
}
.fixed a.logo img {
     height: 59px; 
}
a.logo span {
    font-weight: bold;
    font-size: 21px;
    margin-top: 15px;
    display: block;
    text-align: left;
    color: #fff;
    margin-left: 7px;
}
a.logo span:hover,a.logo span:focus {
    color: #fff;
    text-decoration: none;
}
.gotop {
    background: url("../../images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 170px;
    font-size: 0;
    padding: 25px;
    position: fixed;
    right: 0;
    text-indent: 0;
    z-index: 9999;
}
.top_bar {
    background: #ed1c24 none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
}
.top_bar ul {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 7px;
}

#footer1 {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
#footer1 table {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #d6452f;
}
#footer1 a {
    color: #fff;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.dt {
    display: block;
    width: 100%;
    margin: auto;
    line-height: 35px;
    color: #fff;
    background: #d6452f;
    position: fixed;
    bottom: 50px;
    left: 0px;
    display: none;
    border-bottom: 1px solid #fff;
}
.dt a {
    display: inline-block;
    width: 48%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
footer a{
    color: white;
}
#footer1 img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}
.top_bar ul li {
    color: #fff;
    float: left;
    font-size: 11px;
    list-style: outside none none;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    width: auto;
}
.top_bar ul li a {
    color: #fff;
}
.top_bar ul li i {
    font-size: 18px;
    vertical-align: middle;
}

.top_hotline {
    margin-top: 15px;
    text-align: right;
}
.top_hotline i.fa {
    padding: 0;
}
.social {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.social a {
}
a.t_facebook {
    background-color: #4b66b5;
    border-radius: 100%;
    color: #fff;
    margin-left: 10px;
    padding: 6px 10px;
}
a.t_google {
    background-color: #c71c22;
    border-radius: 100%;
    color: #fff;
    margin-left: 2px;
    padding: 6px 8px;
}
a.t_twitter {
    background-color: #49b2d2;
    border-radius: 100%;
    color: #fff;
    margin-left: 2px;
    padding: 6px 8px;
}
a.t_cart {
    background-color: #ed1c24;
    color: #fff;
    font-size: 20px;
    padding: 6px 5px 6px 6px;
}
a.t_cart_text {
    font-size: 14px;
    color: #ed1c24;
    text-decoration: none;
}
a.top_support {
    color: #333;
    font-family: "bebas";
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
a.top_support:hover,a.top_support:focus {
    text-decoration: none;
}
a.top_support i.fa {
    color: #c71c22;
}
a.top_support span {
    color: #c71c22;
}
.top_search {
    /*    border-left: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        margin-top: 25px;
        padding-left: 30px;
        padding-right: 30px;*/
}
.hotline_hd {
    background: url(../../images/hotline_top.png) no-repeat left top;
    padding-left: 120px;
    height: 53px;
    margin-top: 14px;
}
.hotline_hd p {
    color: #c91f2b;
    font-size: 18px;
    font-family: "bebas";
}
.searchform {
    position: relative;
}
.searchinput {

    border: 1px solid #e5e5e5;

    font-size: 12px;
    letter-spacing: 1px;

    width: 100%;

    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    background-position: 99% 50%;
    color: currentColor !important;
    border-radius: 99px;
    padding: 0px 10px;
}
.searchsubmit {
    background: #ed1c2400 url("/images/search4.png") no-repeat scroll center 6px;
    border: medium none;
    font-size: 0;
    height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 39px;
}
.top_search_1{
    padding-top: 26px;
    margin-right: 10px;
}
.block1, .block2, .block3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
div.title, h1.title {
    border-bottom: 1px solid #d4d4d4;
    color: #262626;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
div.title a.heading, h1.title a.heading {
    color: #262626;
    float: left;
}
div.title a.heading:hover,div.title a.heading:focus,h1.title a.heading:hover,h1.title a.heading:focus {
    text-decoration: underline;
}
div.title a.view-all {
    background: #f4f4f4 none repeat scroll 0 0;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    color: #262626;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -5px;
    padding: 5px 10px;
    text-transform: none;
}
.homebox, .homebox2 {
    display: block;
}
.homeads, .homeads2, .homeads3, .homeads0 {
}
.homeads a, .homeads2 a, .homeads3 a, .homeads0 a {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.homeads img, .homeads2 img, .homeads3 img, .homeads0 img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.homeads0 img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.address {
    position: relative;
    top: 35px;
    width: 192px;
    float: right;
}
.sohl {
    background: url(../../images/hotline_05.png) no-repeat;
    padding-left: 40px;
}
.sohl span {
    width: auto !important;
    font-family: 'bebas';
    color: #333333;
    font-size: 20px;
}
.address span:nth-child(1) {
    width: 70px;
    float: left;
}
.address p {
    font-size: 23px;
    font-family: 'bebas';
    line-height: 30px;
    color: #dd0000;
}
.homeads0 a:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.home_deal {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c9c9c9;
    margin-left: -10px;
    margin-right: -10px;
    padding: 55px 10px 10px;
}
.home_deal > a {
    display: block;
    border: 1px solid #c9c9c9;
    position: relative;
}
.home_deal > a > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.home_deal .price {
    color: #C71C22;
    font-size: 25px;
    padding: 20px 20px 10px;
    text-align: center;
}
.home_deal > h3 {
}
.home_deal > h3 > a {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.home_deal > h3 > a:hover,.home_deal > h3 > a:focus {
    text-decoration: underline;
}
.home_deal .price_old {
}
.home_deal .price_discount {
}
.home_deal p strong {
    font-size: 12px;
}
.home_deal .buynow {
    background: #c71c22 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px 13px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.home_deal .buynow:hover,.home_deal .buynow:focus {
    background-color: #DE4C4A;
}
.home_deal .saleoff {
    background-image: url("../../images/element.png");
    background-position: 0 -1699px;
    background-repeat: no-repeat;
    height: 78px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 30px;
    top: 0;
    width: 89px;
}
.home_deal .saleoff span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}
.home_deal .timer {
    background: #ed1c24 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin-top: 0;
    padding: 15px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.link-more {
    border: 1px solid #c9c9c9;
    display: block;
    margin: 10px -10px;
}
.link-more a {
    color: #c71c22;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
}
.link-more a:hover,.link-more a:focus {
    text-decoration: underline;
}
.latest_pro{
    padding-bottom: 20px;
    overflow: hidden
}
.h_list_pro{
        font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    margin-top: 0px;
    padding: 10px;
}
.homecat {
}
.homecat_item {
        padding-bottom: 20px;
/*    background-color: #EA5A14;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px #555;
    -moz-box-shadow: 0px 1px 3px 0px #555;
    box-shadow: 0px 1px 3px 0px #555;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;*/
}
.homecat_item:hover {
/*    box-shadow: 0 2px 3px #555;
    -webkit-box-shadow: 0px 2px 3px 0px #555;
    -moz-box-shadow: 0px 2px 3px 0px #555;
    box-shadow: 0px 2px 3px 0px #555;*/
}
.homecat_item a {
    display: block;
    text-decoration: none;
}
.homecat_item a img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.homecat_item a p {
    /*color: #fff;*/
    /*display: inline-block;*/
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    /*width: 195px;*/
}
.homecat_item a p span.homecat_summary {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}
.item {
    margin-bottom: 10px;
    transition: all 0.2s linear 0s;
}
.item .item-image {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}
.discount {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}
.discount span {
    background: #c9212a none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.item .item-image img {
    /*border: 1px solid #d4d4d4;*/
    width: 100%;
    height: auto;
    max-width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
span.category a, span.category {
    color: #c71c22;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.item h3 {
    margin: 0;
}
.item h3 a {
        color: #ff7f27;
    display: block;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 8px;
    word-wrap: break-word;
    text-align: center;
    /* padding: 10px 0px 0px;
}
.item h3 a:hover,.item h3 a:focus {
    text-decoration: underline;
}
.item p {
    color: #777;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.item span.item_meta {
    color: #aaa;
    font-size: 11px;
}
.item span.item_meta span.line {
    color: #ddd;
    margin: 0 5px;
}
.item span.item_meta a {
    color: #aaa;
    transition: all 0.3s ease 0s;
}
.item h4 {
    color: #cc0000;
    font-size: 15px;
    font-weight: bold;
}
.item .price {
    font-size: 13px;
    margin-right: 5px;
}
.item .price_old {
    font-size: 13px;
    margin-left: 5px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.partner {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.partner_inner {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}
.partner_item {
}
.owl-buttons .owl-prev {
    background: url("../../images/owl-left.png") no-repeat scroll 37px center #fff;
    font-size: 0;
    height: 60px;
    left: -30px;
    position: absolute;
    top: 30%;
    width: 60px;
}
.owl-buttons .owl-next {
    background: url("../../images/owl-right.png") no-repeat scroll 13px center #fff;
    font-size: 0;
    height: 60px;
    right: -30px;
    position: absolute;
    top: 30%;
    width: 60px;
}
.owl-buttons {
    display: none;
}
h3.footer_main_title {
    border-bottom: 1px solid #595959;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}
.menulist {
}
.menulist ul {
    padding-left: 15px;
    overflow: hidden;
}
.menulist ul li {
    color: #C9212A;
    list-style: square;
}
.menulist ul li a {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}
.menulist ul li a:hover,.menulist ul li a:focus {
    color: #fff;
    text-decoration: underline;
}
.connection {
}
.connection ul {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 0;
}
.connection ul li {
    float: left;
    height: 34px;
    margin-right: 15px;
    width: 35px;
    list-style: none;
}
.connection ul li a {
    background-image: url("../../images/element.png");
    background-repeat: no-repeat;
    float: left;
    height: 34px;
    width: 35px;
}
.connection ul li .facebook {
    background-position: -188px -408px;
}
.connection ul li .youtube {
    background-position: -188px -623px;
}
.connection ul li .twt {
    background-position: -188px -479px;
}
.connection ul li .wpress {
    background-position: -188px -550px;
}
.connection ul li .google {
    background-position: -188px -336px;
}
.connection h3 {
    float: left;
    width: 85px;
}
.connection h3 a.qrcode {
    background-image: url("../../images/element.png");
    background-position: -188px -708px;
    background-repeat: no-repeat;
    float: left;
    height: 78px;
    width: 78px;
}
.connection p {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
    width: 130px;
}
.connection p a {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.connection p a.appstore {
    background-image: url("../../images/element.png");
    background-position: -188px -850px;
    background-repeat: no-repeat;
    height: 35px;
}
.connection p a.googleplay {
    background-image: url("../../images/element.png");
    background-position: -188px -942px;
    background-repeat: no-repeat;
    height: 35px;
}
.footer_bar {
    background: #128995 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.footer_main {
    background: #222222 none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
footer {
    background: #ff7f27;
    color: #fff;
    font-size: 14px;
}
.footer {
}
.footer a {
    color: #ed1c24;
}
.footer_contact {
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 15px;

}
.tieude_ft {
    text-transform: uppercase;
    color: #fffc00;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 17px;
}
.tieude_ft:after {
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.ten_cty {
    text-transform: uppercase;
    color: #fcff00;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    padding-top: 14px;
    line-height: 34px;
}
.footer_contact p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 34px;
}
.main {
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
}
.box {
}
.box > h3 {
    border-bottom: 1px solid #c71c22;
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.post-header {
    clear: both;
}
.post-header > h3 {
    border-bottom: 1px solid #c71c22;
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.post-header > h3 > a {
    color: #555;
    text-decoration: none;
}
.post-header h1 {
    clear: both;
    color: #c71c22;
    display: inline-block;
    font-size: 29px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 10px;
    text-transform: uppercase;
    word-wrap: break-word;
}
span.post-meta {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}
span.post-meta a {
    color: #999;
}
span.post-meta span.line {
    color: #bbb;
    font-size: 16px;
    margin: 0 6px;
}
.post-entry {
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
}
.post-entry img, .post-entry table {
    height: auto !important;
    max-width: 100% !important;
}
.post-entry table td {
    padding: 3px 5px;
}
.post-summary {
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 0;
}
.post-entry p {
    line-height: 23px;
}
.post-entry p a img {
    border-bottom: 1px solid #999 !important;
    vertical-align: middle;
}
.post-share {
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding: 18px 16px 16px;
    transition: all 0.2s ease 0s;
}
.post-share:hover {
    border: 1px solid #444;
}
.post-share:hover > span.share-text {
    color: #222;
}
.post-share span.share-text {
    color: #aaa;
    font-size: 19px;
    font-weight: 700;
    margin-right: 34px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: top;
}
.post-entry .post-tags {
    clear: both;
    margin-top: 25px;
}
.post-entry .post-tags a {
    border: 1px solid #d4d4d4;
    color: #888;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.post-entry .post-tags a:hover {
    border: 1px solid #414141;
    color: #000;
}
#respond {
    margin-bottom: 20px;
    overflow: hidden;
}
.sharing {
    display: inline-block;
}
.sharing_tab {
    float: left;
    margin-right: 15px;
    width: auto;
}
.facebook_comment {
    margin: 25px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
}
.sidebox {
    margin-bottom: 25px;
}
.sidebox > h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
}
.side_item {
    padding-bottom: 10px;
}
.side_item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.side_item h3 a {
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    word-wrap: break-word;
}
.side_item span.item_meta {
    color: #aaa;
    font-size: 11px;
}
.side_item span.item_meta span.line {
    color: #ddd;
    margin: 0 5px;
}
.side_items {
    color: #333;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.side_items a {
    color: #ff7f27;
    display: block;
    font-size: 15px;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    padding-top: 10px;
    text-decoration: none;
    word-wrap: break-word;
}
.side_items_title {
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
}
.line {
    border-top: 1px solid #e5e5e5;
}
.grid {
}
.grid > h3 {
    border-bottom: 1px solid #c71c22;
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.grid_title {
}
.grid_title a {
    color: #c71c22;
    font-weight: bold;
}
.grid_title a:hover,.grid_title a:focus {
    color: #c71c22;
    text-decoration: none;
}
.grid .thumbnail {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0;
}
.grid .thumbnail img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    padding: 5px;
    transition: all 0.2s ease-in-out 0s;
}
.grid .thumbnail img:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.grid .caption {
    margin-top: 10px;
    padding: 0;
}
.grid .caption p {
    margin-bottom: 5px;
}
.grid .caption span {
    font-size: 13px;
}
.grid_price strong {
    color: #EA5A14;
    font-size: 16px;
}
.grid_summary {
    text-align: justify;
}
.grid_same {
    margin-top: 30px;
    margin-bottom: 10px;
}
.grid_same > strong {
    border-bottom: 1px solid #d4d4d4;
    display: block;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-align: left;
}
.grid_same .same-image {
    display: inline-block;
    position: relative;
    width: 40%;
    vertical-align: top;
}
.grid_same .same-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.grid_same .same-image .discount span {
    padding: 0;
    font-size: 10px;
}
.grid_same .same-content {
    display: inline-block;
    margin-left: 10px;
    width: 50%;
}
.grid_same .same-content h3 {
    margin-top: 0;
}
.grid_same .same-content h3 a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
}
.grid_same .same-content h3 a:hover {
    text-decoration: underline;
}
.grid_same .same-content .price {
    display: block;
    font-size: 20px;
    margin-right: 0;
}
.grid_same .same-content .price_old {
    display: block;
}
.grid_same .same-item {
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.title_payment {
    font-size: 19px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 10px;
}
.st_xn_pay {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 7px;
}
.payment_box {
    padding: 24px 12px;
    background-color: rgb(245, 245, 245);
    margin: 0px 0px 10px;
    border-radius: 3px;
}
.title_pay1 {
    font-size: 16px;
    font-weight: bold;
}
.paging {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
    width: 100%;
}
.paging > strong, .paging > a {
    background: #f9f9f9;
    border: 1px solid #d4d4d4;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 10px 16px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.paging > a:hover,.paging > a:focus {
    background: #fefefe;
}
.paging > strong {
    background: #c9212a;
    color: #fff;
}
.contact {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.contact_title {
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.contactform {
}
.contactinfo {
}
.contactform form {
}
.contactinput {
    border: 1px solid #bbb;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
}
.contactinput:focus {
}
.contactsubmit {
    background: url("../../images/list_icon_white.png") no-repeat scroll right 10px center #ea5a14;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-weight: bold;
    margin: 20px 0;
    padding: 6px 25px 6px 15px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
}
.contactsubmit:hover,.contactsubmit:focus {
    color: #fff;
}
.contactinfo a {
    color: #333;
}
.list_content_news{
        display: block;
    border-top: 0px;
    padding: 10px 0px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    border-bottom: 1px solid #ff7f27;
    margin-bottom: 20px;
}
.post-summary{
    font-size: 18px;
    line-height: 26px;
}
.post-share {
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding: 18px 16px 16px;
    transition: all 0.2s ease 0s;
}
.post-share:hover {
    border: 1px solid #444;
}
.post-share:hover > span.share-text{
    color: #222;
}
.post-share span.share-text {
    color: #aaa;
    font-size: 19px;
    font-weight: 700;
    margin-right: 34px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: top;
}
.post-entry .post-tags {
    clear: both;
    margin-top: 25px;
}
.post-entry .post-tags a {
    border: 1px solid #d4d4d4;
    color: #888;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.post-entry .post-tags a:hover {
    border: 1px solid #414141;
    color: #000;
}
.sharing {
    display: inline-block;
}
.sharing_tab {
    float: left;
    margin-right: 15px;
    width: auto;
}
.facebook_comment {
    margin: 25px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
}
.post-entry{
    padding-bottom: 20px;
}
.sidesupports {
    /*background: none repeat scroll 0 0 #c71c22;*/
    border: 1px solid #d4d4d4;
}
.sidesupports a {
    display: block;
}
.supports_box {
}
.supports_box p {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}
.supports_tel {
    background-color: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 5px;
    text-align: center;
    text-transform: none;
}
.supports_tel span {
    color: #c71c22;
    font-family: "bebas";
    font-size: 20px;
}
.supports_skype, .supports_yahoo {
    background-color: #fff;
    color: #333;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}
.supports_skype > strong, .supports_yahoo > strong, .supports_tel > strong {
    display: block;
    margin-bottom: 5px;
}
.supports_skype > a > img, .supports_yahoo > a > img {
    max-width: 100%;
    margin-bottom: 5px;
    width: auto;
}
.related {
    margin-top: 30px;
}
.related h3 {
    display: inline-block;
    float: left;
    font-size: 12pt;
    font-weight: 700;
    margin: 0 0 1em;
}
.related h3 em {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    padding-top: 10px;
    font-style: normal;
    width: 100%;
}
.related_item {
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.related_item:hover {
    opacity: 1;
}
.related_item h4 {
}
.related_item h4 a {
    color: #ff7f27;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}
.related_item_image {
}
.related_item_image img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.image {
    margin-bottom: 10px;
}
.infomation {
    line-height: 24px;
    margin-bottom: 10px;
}
.infomation > div {
    margin-top: 5px;
}
.infomation > h1 {
    border-bottom: 1px solid #d4d4d4;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 10px;
    word-wrap: break-word;
}
.infomation h2 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
.description, .summary {
    color: #555;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 18px;
}
.description table, .description img, .summary table, .summary img {
    height: auto !important;
    max-width: 100% !important;
}
.description table td, .summary table td {
    padding: 3px 5px;
}
.price {
    color: #c71c22;
    font-size: 26px;
    font-weight: bold;
    margin-right: 15px;
}
.price_old {
    color: #2f2f2f;
    font-size: 15px;
    text-decoration: line-through;
}
.addtocart {
    background: #ea5a14 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.addtocart:hover,.addtocart:focus {
    background-color: #de4e08;
}
.contact_order_submit {
    background: #ea5a14 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
}
.contact_order_submit:hover,.contact_order_submit:focus {
    background-color: #de4e08;
}
.order_tel {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.order_tel span {
    color: #c71c22;
}
.tablesize {
    color: #000;
    text-decoration: underline;
}
.tablesize:hover,.tablesize:focus {
    color: #000;
}
.tab-content {
    padding-top: 20px;
}
.sizebox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c9c9c9;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 9px;
    vertical-align: middle;
}
.sizebox:hover,.sizebox_selected {
    background-color: #2d2d2d;
    color: #fff;
}
.cart {
    clear: both;
    margin-bottom: 20px;
}
.cart > h3 {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
}
.cart_price {
    font-weight: bold;
}
.total_price {
    font-weight: bold;
    text-align: right;
}
.cart th, .cart td {
}
.coupon {
}
.coupon form {
    text-align: right;
}
.coupon form input[type='text'] {
    display: inline-block;
    width: 200px;
}
.coupon form input[type='submit'] {
    border: 1px solid #d4d4d4;
    display: inline-block;
    vertical-align: top;
}
.html5gallery {
    overflow: hidden;
}
.html5gallery-container-0 {
}
.html5gallery-elem-0 > a {
    display: none;
}
.html5gallery-elem-img-0 {
    background: #fff none repeat scroll 0 0;
    /*    height: 100% !important;
        width: 100% !important;*/
}
.html5gallery-elem-img-0 > a {
    display: none;
}
.html5gallery-elem-image-0 {
    /*    display: inline-block;
        height: auto !important;
        left: 0 !important;
        max-height: 100% !important;
        position: static !important;
        top: 0 !important;
        width: auto !important;*/
}
.html5gallery-title-0,.html5gallery-title-0:hover,.html5gallery-title-0:focus {
    display: none !important;
}
.html5gallery-tn-img-play-0 {
    display: none !important;
}
.html5gallery-play-0, .html5gallery-pause-0 {
    /*    left: auto !important;
        right: 50px;*/
}
.html5gallery-lightbox-0 {
    /*    left: auto !important;
        right: 0;*/
}
.html5gallery-right-0 {
    /*    left: auto !important;
        right: 0;*/
}
.list {
    clear: both;
    overflow: hidden;
}
.list > h3 {
    border-bottom: 1px solid #c71c22;
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.list > h3 > a {
    color: #555;
    text-decoration: none;
}
.list_item {
    clear: both;
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0;
}
.list_thumb a {
    display: inline-block;
}
.list_thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
/*    border: 1px solid #d4d4d4;
    padding: 3px;*/
}
.he_test{
    height: 266px;
}
.list_content {
    display: block;
    border-top: 0px;
    padding: 10px 28px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    border-bottom: 1px solid #ff7f27;
}
.list_content p {
    clear: both;
}
.list_title {
    margin-top: 5px;
}
.list_title a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.list_title a:hover,.list_title a:focus {
    color: #c71c22;
}
.list_summary {
    text-align: justify;
}
a.viewmore {
    background: #c71c22 url("../../images/list_icon_white.png") no-repeat scroll right 10px center;
    border: 1px solid transparent;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap;
}
a.viewmore:hover,a.viewmore:focus {
    color: #fff;
}
.detail {
}
.detail h1 {
    border: 0 none;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0;
    padding: 0;
}
.detail-summary {
    color: #303030;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0 20px;
    text-align: justify;
}
.detail-content {
    margin-bottom: 30px;
}
.detail-content p {
    text-align: justify;
}
.detail-content img , .detail-content table {
    max-width: 100% !important;
    height: auto !important;
}
.detail p {
    text-align: justify;
}
.detail img, .detail table, .detail_content img, .detail-content table, .box_content img, .box_content table {
    max-width: 100% !important;
    height: auto !important;
}
.detail table td, .detail-content table td, .box_content table td {
    padding: 3px 5px;
}
.posted_on {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    color: #727272;
    font-size: 11px;
    padding: 3px 0;
    margin-bottom: 5px;
}
.posted_on span {
    margin-left: 10px;
    margin-right: 10px;
}
.sortby {
    margin-bottom: 5px;
}
.sidefilter {
    background: #fff;
    border: 1px solid #d4d4d4;
}
.filter {
    padding: 10px 15px;
}
.filter a {
    cursor: pointer;
}
.filter h4 {
    margin-top: 5px;
}
.filter ol {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    height: 100px;
    overflow-y: scroll;
    padding: 5px 0 0;
}
.filter ol li {
    float: left;
    padding: 2px 2px 2px 5px;
    width: 100%;
}
.filter ol li a {
    color: #000;
    display: block;
}
.filter ol li a:hover,.filter ol li a:focus {
    text-decoration: underline;
}
.filters {
}
.filters p {
    position: relative;
    margin-bottom: 5px;
}
.filters a {
    clear: both;
    color: #ed1c24;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
}
div.quick_support {
    margin-top: 15px;
}
.quick_support i.fa {
    color: #555;
    font-size: 18px;
    margin-right: 7px;
    width: 30px;
}
.quick_support i.fa-angle-down {
    float: right;
}
.quick_support .panel-heading {
    padding: 0;
}
.quick_support .panel-title > a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px;
}
.quick_support .panel-body {
    line-height: 24px;
}
.sidemenuleft {
    background-color: #fff;
    border: 1px solid #d4d4d4;
}
.sidemenuleft ul {
    clear: both;
    line-height: 28px;
    margin-bottom: 0;
    padding: 15px;
}
.sidemenuleft ul.navsub {
    padding-top: 0;
    padding-bottom: 0;
}
.sidemenuleft ul li {
    list-style: outside none none;
}
.sidemenuleft a {
    /*    color: #2f2f2f;
        font-size: 13px;
        font-weight: bold;*/
}
.sidemenuleft a:hover,.sidemenuleft a:focus {
    text-decoration: underline;
}
.sidemenuleft a.active {
    color: #c71c22;
}
.sidemenuleft a i {
    color: #c71c22;
}
.sidemenuleft h3 {
    border-bottom: 4px solid #c9212a;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
    min-width: 78px;
    padding-bottom: 5px;
    padding-left: 0;
    text-transform: uppercase;
}
#menuside li > ul {
    display: none;
}
#menuside li.active > ul {
    display: block;
}
@media (min-width: 992px) {
    .html5gallery-box-0 {
        /*    left: 0 !important;
            top: 0 !important;
            width: 100% !important;*/
    }
    .html5gallery-elem-0 {
        /*    height: 100% !important;
            width: 100% !important;*/
    }
    .html5gallery-right-0 {
    }
}
 .partner{
        padding-top: 2% !important;
        padding-bottom: 4% !important;
        background-image: url(../../images/doi_tac.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .partner div.title {
        margin-left: -10px;
        margin-right: -10px;
    }
@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .side_items_image {
        padding-left: 0;
    }
    .homebox {
        padding-left: 10px;
    }
    .homebox2 {
        margin-left: -10px;
    }
    .homeads0 {
        margin-left: -10px;
    }
    .homeads {
        padding-left: 10px;
    }
    .homeads3 {
        margin-left: -10px;
    }
   
    .item {
        border: 2px solid transparent;
        height: 431px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .item:hover, .item:focus {
    }
    .related_item {
        height: 236px;
    }
    .grid_item {
        height: 290px;
    }
}
.pa_news{
    padding-bottom: 40px;
}
.bg_footer{
    background: #ff7f27;
    color: #fff;
    font-size: 14px;
}
.footer{
    padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .item {
        height: 320px;
    }
    .home_deal .price {
        font-size: 20px;
    }
    .link-more a {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    body {
        /*padding-top: 50px;*/
    }
    .fixed a.logo img {
    height: 53px;
}
.fixed .top_main {
    height: 64px!important;
    opacity: 90%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ff7f27;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.top_header_1 {

    margin-left:0px;
    }
    .top_header_1 li a {
    color: #b7cae7;
    font-size: 8px;
    text-transform: uppercase;
}
.top_header_1 li {
    float: left;
    padding-left: 8px;
    border-right: 1px solid #485895;
    padding-right: 8px;
}
    .pro_home > li > a {
        font-size: 13px;
    }
    .navbar-default {
        /*position: fixed;*/
        width: 100%;
        z-index: 9999;
        /*top: 0;*/
        /*box-shadow: 1px 1px 10px rgba(0,0,0,0.15);*/
        padding-top: 0px;
    }
    a.logo img {
    height: 61px;
    /* clear: both; */
    display: block;
    /*margin: 0 auto;*/
}
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .dropdown-menu > li > a {
        background: transparent;
        border-bottom: none;
        font-size: 14px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top_search {
    }
    .searchinput {
    }
    .searchsubmit {
    }
    .top_logo {
        text-align: center;
    }
    .slide_main {
        margin-bottom: 15px;
    }
    .slidex {
    }
    .nivo-controlNav {
        display: none !important;
    }
    .main {
    }
    .side_items_image {
        padding-left: 0;
        padding-right: 0;
    }
    .footer {
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_navigation {
        display: none;
    }
    .footer_social {
        text-align: center;
    }
    .post-header h1 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    span.post-meta {
        font-style: normal;
        margin-bottom: 5px;
    }
    .post-share span.share-text {
        display: none;
    }
    .sharing_tab {
        display: block;
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .grid .thumbnail img {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding: 0;
    }
    .grid .caption {
        text-align: center;
    }
    .paging {
        text-align: center;
    }
    .html5gallery-box-0 {
        /*    width: 100% !important;
            top: 0 !important;
            left: 0 !important;*/
    }
    .html5gallery-elem-0 {
        /*width: 100% !important;*/
    }
    .post-header > h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .post-header h1 {
        line-height: 30px;
    }
    .list_item {
        padding: 0;
    }
    .list_thumb a {
        display: block;
    }
    .list_thumb img {
        border: none;
    }
    .list_title {
        margin-top: 10px;
    }
    .contactinfo, .contactform {
        display: inline-block;
    }
    .contact_title {
        margin-bottom: 15px;
    }
    .tn_name_company {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}
h3.tn_name_company:before {
    content: '';
    background: #ffffff00;
    height: 2px;
    width: 150px;
    position: absolute;
    top: 56px;
    left: 10px;
}
.mo_fo_h:before {
    content: '';
    background: #ffffff00;
    height: 2px;
    width: 150px;
    position: absolute;
    top: 32px !important;
    left: 10px;
}
.bg_fo_b {
    font-size: 14px;
}
#myNavbar{
    background: white;
}
}
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}