@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.css);
@import url(owl.transitions.css);
@import url(slimmenu.min.css);
@import url(multi-row-grid.css);
@import url(screen.css);
@import url(normalize.css);
@import url(menu_bubble.css);
@import url(smoothproducts.css);
/*

    1. Reset

    2. Header

    3. Content

    4. Footer

    */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
 @font-face {
    font-family: 'Roboto Light';
    src: url(../fonts/Roboto-Light.ttf) format("woff"); 
}
@font-face {
    font-family: 'Roboto Medium';
    src: url(../fonts/Roboto-Medium.ttf) format("woff"); 
}
@font-face {
    font-family: 'Roboto Regular';
    src: url(../fonts/Roboto-Regular.ttf) format("woff"); 
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Bold.ttf) format("woff"); 
}
@font-face {
    font-family: 'UTM Avo';
    src: url(../fonts/UTM-Avo.ttf) format("woff"); 
}
@font-face {
    font-family: 'iCiel Bambola';
    src: url(../fonts/UTM-AvoBold.ttf) format("woff"); 
}
@font-face {
    font-family: 'stencil';
    src: url(../fonts/UTM-AvoBold_Italic.ttf) format("woff"); 
}
@font-face {
    font-family: 'UTM Swiss 721 Black Condensed';
    src: url(../fonts/UTM-SWISS-721-BLACK-CONDENSED.ttf) format("woff"); 
}

/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; 
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Roboto Regular', sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    clear: both; 
}

h1 {
    font-size: 2em;
    margin: 0.67em 0; 
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle; 
}

a {
    text-decoration: none;
    color: #333333; 
}

a:hover {
    color: #235AA7;
    text-decoration: none; 
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}

*, *:before, *:after {
    box-sizing: border-box; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}

ul {
    list-style: none;
    padding: 0; 
}

ul:after, section:after {
    content: '';
    clear: both;
    display: block; 
}

small {
    font-size: 80%; 
}
.abs-styl{
    position: absolute;
}
.rev-styl{
    position: relative;
}
.zindex-1{
    z-index: 1;
}
.zindex-2{
    z-index: 2;
}
.zindex-3{
    z-index: 3;
}
.zindex-4{
    z-index: 4;
}
.zindex-5{
    z-index: 5;
}
.zindex-9{
    z-index: 9;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mar-15{
    margin: 15px 0px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-left-15{
    margin-left: 15px;
}
.mar-right-15{
    margin-right: 15px;
}
.pad-15{
    padding: 15px 0px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bottom-15{
    padding-bottom: 15px;
}
.pad-left-15{
    padding-left: 15px;
}
.pad-right-15{
    padding-right: 15px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #009846;
    position: relative;
}
/**
 * 2.0 - index
 * -----------------------------------------------------------------------------
 */
 .banner-slider{
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}
#owl-demo .owl-prev {
    background: url(../images/br_prev.png) center center no-repeat;
    width: 30px;
    height: 60px;
    background-size: 25px;
    left: 10px;
    top: 45%;
    position: absolute;
    text-indent: -8000px;
}
#owl-demo .owl-next {
    background: url(../images/br_next.png) center center no-repeat;
    width: 30px;
    height: 60px;
    background-size: 25px;
    right: 10px;
    top: 45%;
    position: absolute;
    text-indent: -8000px;
}
.content-top-header {
    background: url(../images/bg-menu-top.png) center bottom no-repeat;
    padding-bottom: 15px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.box-top-header{
    background: #fff;
    opacity: .8;
    padding: 5px 0;
    position: relative;
    z-index: 99999;
}
.location-top p{
    color: #235AA7;
}
.location-top p i{
    font-size: 20px;
    margin-right: 7px;
}
.title-register-form p span a{
    color: #235AA7;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.title-register-form{
    margin-right: 15px;
    position: relative;
}
.frame-box{

}
.frame-box .shopping-cart {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
.frame-box .shopping-cart .img-shopping-cart {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    position: relative;
}
.frame-box .shopping-cart .img-shopping-cart img {
    margin-top: -5px;
}
.frame-box .shopping-cart .img-shopping-cart span{
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background: #ccc;
    text-align: center;
    font-size: 13px;
    top: -6px;
    right: -11px;
}
.frame-box .shopping-cart .title-shopping-cart {
    float: left;
}
.frame-box .shopping-cart .title-shopping-cart a{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #454545;
    font-size: 14px;
}
.frame-box .shopping-cart .title-shopping-cart a:hover{
    color: #009846;
}
.frame-box .shopping-cart .title-shopping-cart span{
    display: block;
    font-weight: normal;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'Roboto Regular';
    letter-spacing: 0px;
}
.frame-box .login-register{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
.frame-box .login-register .register-form{

}
.frame-box .login-register .register-form .img-register-form{
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.frame-box .login-register .register-form .img-register-form img{

}
.frame-box .login-register .register-form .title-register-form{
    float: left;
    position: relative;
}
.frame-box .title-register-form:hover .sub-account{
    opacity: 1;
}
.frame-box .title-register-form i{
    margin: 0 6px;
}
.sub-account {
    position: absolute;
    min-width: 160px;
    right: -13px;
    top: 28px;
    background: #fff;
    border: 2px solid #009846;
    padding: 6px;
    opacity: 0; 
    z-index: 99999;
    text-align: right;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.sub-account li a{
    padding: 10px 0;
}
.sub-account:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #009846;
    top: -6px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.frame-box .login-register .register-form .title-register-form p{
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.frame-box .login-register .register-form .title-register-form p a{
    color: #454545;
    font-weight: normal;
    white-space: nowrap;
    font-family: 'Roboto Regular';
    letter-spacing: 0px;
}
.frame-box .login-register .register-form .title-register-form p:hover{
    color: #009846;
}
.frame-box .login-register .register-form .title-register-form p a:hover{
    text-decoration: underline;
}
.frame-box .login-register .register-form .title-register-form p span{
    font-weight: normal;
    white-space: nowrap;
    display: block;
    font-size: 13px;
    font-family: 'Roboto Regular';
    letter-spacing: 0px;
}
.frame-box .support-box{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
.frame-box .support-box .support-form{

}
.frame-box .support-box .support-form .img-support-form{
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}
.frame-box .support-box .support-form .img-support-form img{

}
.frame-box .support-box .support-form .title-support-form{
    float: left;
}
.frame-box .support-box .support-form .title-support-form p{
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.frame-box .support-box .support-form .title-support-form p span{
    display: block;
    font-weight: normal;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'Roboto Regular';
    letter-spacing: 0px;
}
.img-shopping-cart a{
    text-transform: uppercase;
    color: #235AA7;
}
.login{ float:right;}
.login ul li{ list-style:none; position:relative; float:left; margin:0 5px;}
.login ul li a{ color:#fff; font-size:12px; padding:5px 10px;line-height: 30px; position:relative; font-weight:500;}
.login ul li:hover a { color:#fcb040;}
.modal-dialog.modal-sm-register-login{ width:300px;}
.login-fb-gg ul li{ list-style:none; margin-bottom:10px;}
.login-fb-gg ul li a{ color:#fff; font-size:13px; padding:5px 10px 5px 0px; border-radius:5px; display:block;}
.login-fb-gg ul li.login-fb a{ background:#314FAF; text-align: center;}
.login-fb-gg ul li.login-fb a:hover{ background-color:#2240a1;}
.login-fb-gg ul li.login-gg{ margin-bottom:0;}
.login-fb-gg ul li.login-gg a{ background:#E84C3D; text-align: center;}
.login-fb-gg ul li.login-gg a:hover{ background-color:#d53324;}
.modal-dialog.modal-sm-register-login .modal-content{ padding:20px;}
.modal-dialog.modal-sm-register-login .form-control{ border-radius:0px; box-shadow:none; font-size:13px; font-style:italic; margin-bottom:15px; }
.modal-dialog.modal-sm-register-login .checkbox{ margin-top:0;}
.modal-dialog.modal-sm-register-login .btn-primary{ background:#e89f34; border-color:#e39625; width: 100%; text-transform:uppercase; font-weight:500;}
.modal-dialog.modal-sm-register-login .btn-primary:hover{ background:#da8c1a; border-color:#cd8111;}
.forget-pass{ color:#0c519a;    margin-bottom: 10px;display: block;}
.forget-pass:hover{ color:#e89f34;}
.register-new .guide{ font-size:13px; color:#666;}
.register-new form .guide {text-align: center; font-size: 12px;line-height: 15px; margin-top: 10px; margin-bottom:0;}
.register-new form .guide a{ color:#0c519a;}
.register-new form .guide a:hover{ color:#da8c1a;}
.modal-dialog{
    width: 300px;
    margin: auto;
    margin-top: 30px; 
}
.modal-dialog .cont{
    padding: 15px;
}
.modal-content{
    position: relative;
}
button.close{
    position: absolute;
    right: -15px;
    top: -12px;
    color: #000;
    opacity: 1;
    font-size: 29px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: #fff;
}
button.close:hover{
    opacity: 1;
}
.register-new{
    margin: 10px 0px;
}
.guide{
    margin-bottom: 10px;
}
.logo{
    margin: 5px 20px 5px 0px;
}
.main-menu ul li{
    display: inline-block;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}
.main-menu ul li a {
    color: #235AA7;
    padding: 12px 25px 12px 5px;
    border: 1px solid transparent;
    font-size: 15px;
    letter-spacing: 0.5px; 
    font-family: 'UTM Avo';
}
.main-menu ul li:hover > a span{
    color: #d91e16;
    border-bottom: 1px solid #e2096d;
}
.fa-plus:before {
    content: "\f107";
}
ul.slimmenu li.has-submenu span i {
    color: #235AA7;
}
ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 3px;
    bottom: 13px;
    z-index: 999;
    width: 17px;
    text-align: center;
    cursor: pointer;
}
.main-menu ul.ul-submenu li{
    margin: 0px;
}
.main-menu ul.ul-submenu li a{
    text-align: left;
}
ul.slimmenu li a:hover {
    text-decoration: none;
    color: #d91e16;
}
ul.slimmenu li ul li:hover .sub-toggle {
    transform: rotate(-90deg);
}
.main-menu {
    display: table;
    width: 100%;
}
#navigation{
    margin-top: 30px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
ul.slimmenu li ul li {
    background: rgba(255, 255, 255, 0.5);
    padding: 0px !important;
    display: block;
    float: left;
    width: 100%;
}
ul.slimmenu li ul li a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
ul.slimmenu li ul li a span{
    color: #235AA7;
}

.menu-collapser{
    display: none !important;
}
.search-top-index {
    position: absolute;
    right: 10px;
    top: 32px;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #009846;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.search-top-index:hover input[type="text"]{
    min-width: 270px;
    opacity: 1;
    text-indent: 0px;
}
.search-top-index input[type="text"] {
    width: 100%;
    padding-left: 10px;
    height: 40px;
    border: 2px solid #009846;
    padding-left: 15px;
    opacity: 0;
    border-radius: 50px;
    font-size: 14px;
    text-indent: -8000px;
    width: 42px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.search-top-index input[type="text"]:focus, .search-top-index input[type="submit"]:focus{
    outline: none;
}
.search-top-index input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 39px;
    background: #009846;
    margin: auto;
    font-family: 'Roboto','Roboto Light';
    color: #fff;
    letter-spacing: 1px;
    border: none;
    padding: 0px 20px;
    background: url(../images/icon-search-menu.png) center center no-repeat;
    text-indent: -8000px;
}
.destop{
    width: 70px;
    margin-top: 0px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.menu-button {
    right: 0px;
    top: 60px;
    margin: 0px;
}
.menu-button:focus{
    outline: none;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background: #444;
}
.top-header-page {
    height: initial;
    overflow: hidden;
    margin-bottom: 0px;
}
.box-intro-site {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.title-site {
    width: 100%;
    padding: 30px 0px 20px 0px;
    float: left;
}
.title-site h2, .title-site h1{
    float: left;
    width: 100%;
}
.title-site h2 a, .title-site h1 a{
    font-size: 24px;
    font-family: 'UTM Avo';
    color: #235AA7;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
}
.title-site h2 a, .title-site h1 a {
    background: url(../images/line-title.png) center bottom no-repeat;
}
.box-intro-site p{
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}
.meat-left{
    float: left;
}
.meat-right{
    float: right;
}
.box-intro-img{
    margin-bottom: 15px;
}
.fixed-box .content-top-header{
    position: fixed;
}
.fixed-box .content-top-header .box-top-header{
    margin-top: -40px;
}
.fixed-box .banner-slider{
    margin-top: 0px;
}
.fixed-box .destop {
    width: 40px;
    margin-top: 10px;
}
.fixed-box #navigation {
    margin-top: 17px;
}
.fixed-box .search-top-index {
    position: absolute;
    right: 10px;
    top: 18px;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #009846;
}
.bg-eb{
    /*background: #f2f0f0;*/
}
.box-support{
    position: fixed;
    right: -50px;
    top: 30%;
    width: 55px;
    z-index: 9999999;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.show-social{
    right: 15px;
}
.box-support a.support-phone{
    background: url(../images/sky.png) center center no-repeat;

    width: 39px;
    height: 39px;
    float: right;
    background-size: 39px;
    margin-bottom: 7px;
    position: relative;
}
.box-support a.support-email{
    background: url(../images/gg.png) center center no-repeat;
    width: 39px;
    height: 39px;
    float: right;
    background-size: 39px;
    margin-bottom: 7px;
    position: relative;
}
.support-facebook{
    background: url(../images/fb.png) center center no-repeat;

    width: 39px;
    height: 39px;
    float: right;
    background-size: 39px;
    margin-bottom: 7px;
    position: relative;
}
.support-user{
    background: url(../images/ins.png) center center no-repeat;
    width: 39px;
    height: 39px;
    float: right;
    background-size: 39px;
    margin-bottom: 7px;
    position: relative;
}
.support-ytb{
    background: url(../images/ytb.png) center center no-repeat;
    width: 39px;
    height: 39px;
    float: right;
    background-size: 39px;
    margin-bottom: 7px;
    position: relative;
}
.box-support a span {
    position: absolute;
    right: 90px;
    background: #fff;
    border-radius: 0px;
    top: 0px;
    height: 39px;
    padding: 10px 25px;
    opacity: 0;
    color: #c49e7a;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    white-space: nowrap;
}
.box-support a:hover span{
    right: 39px;
    opacity: 1;
}
.box-support a{
    overflow: hidden;
}
.box-support a:hover{
    overflow: inherit;
}
.list-product-standard{
    margin: 10px -7px;
}
.full-width{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.box-product-standard {
    margin-bottom: 15px;
    padding: 0px 7px;
}
.box-product-standard:hover .item-product-standard {
    box-shadow: 0px 5px 18px 3px #ccc;
}
.item-product-standard{
    padding: 10px;
    float: left;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
        border: 1px solid #c1c1c1;
}
.img-product-standard{
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
.img-product-standard img{
    /*height: 100%;*/
    /*max-width: initial;*/
}
.title-product-standard h3 a{
    font-family: 'UTM Swiss 721 Black Condensed';
    font-size: 17px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.title-product-standard h3 a:hover{
    color: #235AA7;
}
.desc-product-standard p{
    font-family: 'UTM Avo';
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.price-product-standard p {
    font-family: 'UTM Avo';
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: center;
    color: #235AA7;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tool-product {
    margin: 0px;
    position: absolute;
    width: 102%;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    height: 140px;
}
.box-25{
    width: 25%;
    float: left;
    display: table;
    height: 1px;
    text-align: center;
    color: #fff;
}
.tool-product .box-25:nth-child(1){
    transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
}
.tool-product .box-25:nth-child(2){
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.tool-product .box-25:nth-child(3){
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.tool-product .box-25:nth-child(4){
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.vertical-box{
    display: table-cell;
    vertical-align: middle;
    background: #235AA7;
    border-right: 1px solid #fff;
}
.vertical-box:hover{
    background: #3d1f0a;
}
.box-25 a{
    color: #fff;
}
.box-25 a img{
    margin-bottom: 10px;
    height: inherit;
    max-width: 100%;
}
.box-25 span{
    display: block;
    text-align: center;
}
.rating-product {
    background: url(../images/danhgia.png) repeat-x;
    height: 20px;
    margin-bottom: 15px;
    width: 100px;
    margin: auto;
}
.item-product-standard:hover .tool-product{
    opacity: 1;
}
.item-product-standard:hover .tool-product .box-25{
    padding-top: 0px;
    height: 140px;
}
.box-ctn-product{
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    height: 140px;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
}
#owl-demo-event .item{
  margin: 7px;
  overflow: hidden;
  position: relative;
}
#owl-demo-event .item img{
  display: block;
  height: 100%;
  max-width: initial;
  min-width:100%;
  min-height: 193px;
}
#owl-demo-event .owl-prev {
    background: url(../images/br_prev.png) center center no-repeat;
    width: 30px;
    height: 60px;
    background-size: 18px;
    left: 10px;
    top: 40%;
    position: absolute;
    text-indent: -8000px;
}
#owl-demo-event .owl-next {
    background: url(../images/br_next.png) center center no-repeat;
    width: 30px;
    height: 60px;
    background-size: 18px;
    right: 10px;
    top: 40%;
    position: absolute;
    text-indent: -8000px;
}
.vertical-style{
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/bg-trans.png) center center repeat;
    top: 0px;
    left: 0px;
    display: table;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    min-height: 193px;

}
#owl-demo-event .item:hover .vertical-style{
    left: 0px;
    opacity: 1;
}
.vertical-style a{
    font-family: 'UTM Avo';
    font-size: 19px;
    display: table-cell;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.news-box{
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.img-news-box {
    float: left;
    width: 145px;
    height: 130px;
    overflow: hidden;
    margin-right: 15px;
    text-align: center;
}
.img-news-box img{
    height: 100%;
    max-width: initial;
}
.ctn-news-box{

}
.ctn-news-box h2{
    clear: inherit;
    margin-bottom: 7px;
}
.ctn-news-box h2 a{
    font-size: 17px;
    font-family: 'UTM Avo';
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}
.ctn-news-box span, .ctn-news-box p{
    font-size: 13px;
    font-family: 'UTM Avo';
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 20px;
}
.ctn-news-box p{
    font-size: 13px;
    font-family: 'UTM Avo';
    color: #000;
    text-transform: none;
    padding-bottom: 10px;
    line-height: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ctn-news-box span, .ctn-news-box p, .main-menu ul li a{
        font-weight: 600;
    }
}
.view-more-news{
    float: right;
    color: #235AA7;
    font-style: italic;
    font-weight: 600;
}
.item-news-box{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
/**
 * 4.0 - Footer
 * -----------------------------------------------------------------------------
 */
.site-footer{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.site-footer p, .site-footer a {
    color: #fff;
    line-height: 20px;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}
.site-footer h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.bg-footer p strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.bg-footer p{
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-weight: 300;
    line-height: 26px;
}
ul.policy{
    list-style: none;
}
ul.policy li a {
    display: block;
}
.policy li{
    width: 50%;
    float: left;
}
ul.social-icon{
    list-style: none;
    margin-top: 10px;
}
ul.social-icon li{
    display: inline-block;
    margin-right: 7px;
}
.mar-15{
    margin-bottom: 15px;
}
.footer-page{
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.newsletter input[type="text"]{
    width: 100%;
    border: none;
    background: #8f8e8e;
    height: 36px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
}
.newsletter input[type="submit"]{
    background: #235AA7;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.copyright{
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: #222222;
}
.copyright a, .copyright p{
    color: #c6b9b9;
}
.copyright a:hover{
    color: #235AA7;
}
.icon-list a{
    text-transform: capitalize;
}
.icon-list{
    height: 635px;
    overflow-y: scroll;
    margin-right: -23px;
}
.menu-wrap{
    overflow: hidden;
}
.filter-product {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
    float: left;
    margin-top: 10px;
}
.filter-product a.active{
    color: rgb(153,153,153);
    border-bottom: 2px solid rgb(127,0,25)
}
.filter-product a {
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0px;
    font-size: 11px;
    display: inline-block;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    color: rgb(127,0,25);
}
.filter-product a:hover {
    color: rgb(127,0,25);
    border-bottom: 2px solid rgb(127,0,25);
    cursor: pointer;
}
.filter-product a.active:hover{
    color: rgb(153,153,153);
    border-bottom: 2px solid #e9e9e9;
    cursor: default;
}
.paginate {
    float: right;
    text-align: center;
    padding: 10px;
    margin: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.paginate .pagination{
    margin: 0px !important;
}
/**
 * 6.0 - Trang Chi Tiet
 * -----------------------------------------------------------------------------
 */
.product-img-box{
    margin-bottom: 15px;
 }
.span12 .item {
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.product-name h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 0px;
}
.price-label{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.price {
    color: #fc3c3c;
    font-size: 24px;
    font-weight: 300;
}
.product-shop{
    margin-bottom: 15px;
}
.short-description p{
    font-weight: 500;
    margin: 10px 0px 10px 0px;
    padding-right: 15px;
    line-height: 24px;
}
.add-to-cart label {
    color: #4c4c4c;
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
.btn_count {
    float: left;
    width: 25px;
    margin-right: 15px;
}
.add-to-cart input {
    background: #fff;
    border: medium none;
    color: #4c4c4c;
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    padding: 0;
    width: 100px;
    text-align: center;
    margin-right: 5px;
    float: left;
    border: 1px solid #ebebeb;
}
.btn_count button {
    background: #fff none repeat scroll 0 0;
    color: #797979;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 3px;
}
.social{
    float: left;
}
.add_to_cart{
    border: none;
    background: #235AA7;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
}
.add_to_cart:hover{
    background: #fc3c3c;
}
.product-overview-tab {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tab-menu-area {
    border-bottom: 2px solid #ebebeb;
    float: left;
    width: 100%;
    height: 63px;
    background: #fff;
}
.tab-menu-area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-menu-area ul li{
    border: medium none;
    box-shadow: none;
    float: left;
    list-style: outside none none;
    margin: 0;
}
.tab-menu-area ul li.active{background:#fff;}
.tab-menu-area ul li:first-child {
    padding-left: 0;
}
.tab-menu-area ul li a {
    display: inline-block;
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    background: #fff;
}
.tab-menu-area ul li.active a {
    color: #bda87f;
    display: inline-block;
    font-family: 'Roboto','Roboto Light', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding: 15px 30px;
    text-decoration: none;
    border-bottom: 3px solid #bda87f;
    text-transform: uppercase;
    background: #f5f5f5;
}
.product-view-area{margin:70px 0px;}
.product-overview-tab .tab-content {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 28px;
    padding: 20px 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    float:left;
    width:100%;
}
#product{
    float: left;
    width: 100%;
}
#owl-detail .owl-prev{
    position: absolute;
    top: 45%;
    left: 0px;
    background: #fff;
    color: #333;
    font-size: 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 15px;
    margin: 0px;
}
#owl-detail .owl-next{
    position: absolute;
    top: 45%;
    right: 0px;
    background: #fff;
    color: #333;
    font-size: 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 15px;
    margin: 0px;
}
.product-shop .social-icon{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.product-shop .social-icon li{
    margin-right: 7px;
    opacity: 0.5;
}
.product-shop .social-icon li:hover{
    opacity: 1;
}
#example3 .sp-thumbnail-container {
    border: 2px solid transparent;
    margin: 10px 0px;
}
#example3 .sp-selected-thumbnail{
    border: 2px solid #ebebeb;
    margin: 10px 0px;
}
.navigation-box{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.navigation-box a, .navigation-box p {
    float: left;
    margin-right: 10px;
    color: #777;
}
.navigation-box a span{
    margin-left: 10px;
}
.navigation-box a:hover{
    color: #fc3c3c;
}
.sidebar {
    font-size: 14px;
}
.col-right {
    margin-bottom: 0px;
}
.stl_list_item {
    margin-bottom: 15px;
}
.title_st {
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #363533;
}
.title_st h2 {
    color: #fec722;
    font-size: 14px;
    margin: 0px 15px;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}
.arrow_title {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 50px;
}
.stl_list_item .widget-content {
    margin-top: 15px;
    background: #fff;
    float: left;
    width: 100%;
}
.sidebar ol, .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}
.popular-posts .posts-list li:first-child {
    margin-top: 0;
}
.stl_list_item .widget-content ul li {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.popular-posts .posts-list li {
    overflow: hidden;
}
.featured-thumb {
    text-align: center;
}
.featured-thumb {
    float: left;
    margin: 0 15px 0px 0;
    position: relative;
}
.sidebar a, .sidebar .block-layered-nav .price .sub {
    color: #222;
    font-size: 12px;
    color: black;
}
.popular-posts h4 {
    font-size: 13px;
    line-height: 18px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    clear: initial;
}
.popular-posts h4 a {
    color: #333;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.popular-posts .post-meta {
    margin-bottom: 0;
    font-size: 11px;
    color: #999;
}
.ad-spots {
    padding-bottom: 15px;
        position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.ad-spots img {
    width: 100%;
}
.col2-right-layout .col-main .page-title {
    padding: 0px 0px 4px 0px;
    margin: 0 0 10px;
}
.page-title h1, .page-title h2 {
    color: #454545;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.blog_entry {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    float: left;
    width: 100%;
}
.blog_entry header {
    width: auto;
    height: auto;
    margin: 0px;
}
.blog_entry-header-inner {
    overflow: hidden;
    padding: 0px;
    border-bottom: 0px solid #E3E3E3;
    margin-bottom: 5px;
}
.blog_entry-title {
    font-size: 26px;
    line-height: 1.2em;
    text-transform: none;
    text-align: left;
    
    font-family: 'Open Sans', sans-serif;
}
.interview{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.blog_entry-title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.interview div {
    float: left;
    margin-right: 10px;
}
.interview div p {
    color: #b7b7b7;
}
.blog_entry .entry-content, .entry-footer {
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    color: #666;
}
.blog_entry .featured-thumb {
    margin-bottom: 18px;
    float: none;
    position: relative;
    overflow: hidden;
    float: left;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.blog_entry .featured-thumb a {
    display: block;
}
.blog_entry .featured-thumb a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.col2-right-layout .col-main .page-title {
    padding: 0px 0px 4px 0px;
    margin: 0 0 10px;
}
h1.blog_entry-title{
    margin: 0px;
    font-size: 22px;
    color: #000;
}
p.description{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.col1-layout .col-main {
    float: none;
    width: auto;
}
.page-title {
    padding: 0px 0px 10px 0px;
    margin: 0 0 0px 0px;
    overflow: hidden;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.data-table {
    border-spacing: 0;
    text-align: left;
}
.data-table {
    width: 100%;
}
#shopping-cart-table {
    border: none;
    background-color: #FFFFFF;
    text-align: left;
}
.data-table thead tr, .data-table tfoot tr {
    background-color: #f7f7f7;
}
.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
}
.data-table thead tr, .data-table tfoot tr {
    background-color: #f7f7f7;
}
#shopping-cart-table tfoot tr td.last {
    border-top: none;
}
.data-table td {
    line-height: 20px;
    padding: 10px;
    vertical-align: top;
}
.shopping-cart-pages .button {
    font-family: 'Open Sans', sans-serif;
        border: 1px #ccc solid;
    background: #fff;
    padding: 10px 15px;
        margin-right: 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.shopping-cart-pages .button:hover{
    background: #009846;
}  
.shopping-cart-pages button.button:hover span{
    color: #fff;
}
.cart-table .btn-continue {
    float: left;
}
.shopping-cart-pages button.button span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #555;
}
.cart-collaterals {
    margin-top: 20px;
}
.cart-collaterals h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 2px;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
    font-weight: bold;
}
.totals .inner {
    padding: 0px 0px 15px 0px;
    margin-top: 0px;
}
#shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px;
}
#shopping-cart-totals-table .price {
        font-size: 21px;
    color: #ff0000;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}
.checkout {
    color: #666666;
    padding-top: 5px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
button.button.btn-proceed-checkout {
    padding: 12px 5px;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}
button.button.btn-proceed-checkout span {
    font-size: 18px;
    font-weight: normal;
}
.product-image img{
    height: 85px;
    width: 85px;
    max-width: initial;
}
.cart-price .price {
        color: #fc3c3c;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    float: left;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase
}
.qty{
    max-width: 100px;
    padding-left: 10px;
    margin-top: 10px;
}
h2.product-name{
    padding-top: 10px;
    font-size: 16px;
    min-width: 100px;
}
.sp-large{
    height: 350px !important;
}
.fixed-box .add-fix {
    position: fixed;
    z-index: 99999;
    float: left;
    width: 100%;
}
.odd{
    background: #f8f8f8;
}
.errorMessage{color: red}
#fb-root{
    height: 0 !important;
}
.sp-large a img{
    min-width: 400px;
}
.sp-loading{
    max-width: 100%;
}
.btn-scroll-top {
    background: url(../images/top.png) no-repeat;
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    cursor: pointer;
}
.page .banner-slider {
    height: 330px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
}
.videobox{
    float: left;
    width: 100%;
}
.list-item {
    float: left;
    width: 33.33333%;
    border: 7px solid #fff;
}
.list-content-img img{
    width: 100%;
    margin-bottom: 10px;
}
.videobox .media{
    margin: 0px -7px;
}
.video-player iframe{ 
    min-height: 350px;
    margin-bottom: 10px;
}
.album-item{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    height: 250px;
    text-align: center;
    display: table;
}
.album-item-box{
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 100%;
    background: #ebebeb;
}
#image-box{
    float: left;
    width: 100%;
}
.intro-company {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.intro-company img{
    width: 150px;
    margin-top: 10px;
}
.intro-company a img{
    margin-bottom: 20px;
    width: initial;
}
.intro-company p b{
    font-family: 'Roboto Medium';
    font-weight: normal;
}
.site-footer .mar-15 h2{
    font-family: 'Roboto Medium';
    font-weight: normal;
}
.site-footer .mar-15 ul{
    float: left;
    width: 100%;
    margin-top: 0px;
}
.site-footer .mar-15 ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b98888;
}
.site-footer .mar-15{
    margin-bottom: 30px;
}
.site-footer a:hover{
    color:#ff6600;
}
.site-footer .mar-15 strong{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}