body {
    margin : 0 auto;
    padding : 0;
    font-size : 14px;
    font-family: Arial;
    color : #333;
    background: #F9F8F4;
}
.bottom-header{
    background: #713309;
}
a{
    color: #713309 ;
}
a:hover,a:focus{
    text-decoration: none;
    color:#db8e28
}
.img_logo2{
    width: 345px;
    margin-left: 15px;
}
.right_header{
    float: right;
    padding-top: 10px;
}
.ul-top-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ul-top-menu li{
    float: left;
}
.a-top-menu{
    color: #FFFFFF;
    padding: 0 10px;
    border-right:1px solid #FFFFFF;
    display: block;
    line-height: 1;
}
.a-top-menu:hover,.a-top-menu:focus{
    color: #fff;
}
.ul-top-menu li:last-child a{
    padding-right: 0;
    border-right: none;
}
.div-logo{
    float: left;
    padding-top: 5px;
}
 .menu{
    position: relative;
    float: right;
}

#main-menu a.parent{
    display: block;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 35px 0;
    color:#fff;
    font-weight: bold;
}
.info-slide{
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 100px;
    left: 0;
}
.info-slide-2{
    width: 55%;
}
.h2-slide{
    color: #a81015;
    font-size: 35px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #fff;
}
.h3-slide{
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #888;
    margin-bottom: 30px;
}
.a-slide{
    display: inline-block;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 18px;
    border: 2px solid #FFFFFF;
    font-weight: bold;
}
.a-slide:hover{
    color: #e34d86;
    border-color: #e34d86;
    text-decoration: none;
}
 #main-menu a.parent:hover, #main-menu a.parent_ac{
}
#main-menu{
    text-align: center;
}
#main-menu .menuHidenpro_1, .menuHidenpro_1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu .menuHiden {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display:none;
    position: absolute;
    z-index: 999;
    transition: all 300ms ease-in-out 0s;
    padding-bottom:10px;
    font-size:13px;
    min-width: 150px;
}
#main-menu ul.menuHiden li,
#main-menu ul.menuHiden li.active{
    padding-left: 16px;
    padding-right: 21px;
    padding-top: 11px;
    text-align: left;
    text-transform: none;
}
#main-menu .menuHiden ul li ul li {
    clear: both !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    margin-top: 4px !important;
    padding-left: 11px !important;
    padding-top: 0 !important;
    text-align: left;
}
#main-menu ul.menuHiden li.active a:hover{
    text-decoration: underline;
}
#main-menu ul.menuHiden li.active a{
    color: #e34d86;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#main-menu ul.menuHiden li a,
#main-menu ul.menuHiden li.active ul li a{
    color: #666 !important;
    font-weight: normal;
    text-transform: capitalize;
    padding: 5px 0;
    margin-bottom: 2px;
}
#main-menu ul.menuHiden li a:hover,
#main-menu ul.menuHiden li.active ul li a:hover{
    text-decoration: underline;
    color: #008000 !important;
}
#main-menu .menuHidenLd li a{
    padding-left:10px;
    text-transform:capitalize !important;
    line-height:24px !important;
    font-weight:normal !important;
    font-size:13px !important;
}
 #main-menu a:hover{
    color:#e34d86 ;
     text-decoration: none;
}
#main-menu .menu_leve_1{
    display: inline-block;
 }

a{
    transition: all 0.2s ease 0s;
}
.left-content{
    float: right;
    width: calc(100% - 270px);
    padding-left: 35px;
}
.content-nobred{
    padding-top: 20px;
}
.right-content{
    float: left;
    width: 270px;
}
.img-slide{
    width: 100%;
}
.thumb-slide{
    width: 170px;
}
.content{
    padding: 20px 0;
}
.thumb-slide.active{
    border: 3px solid red;
}
img{
    max-width: 100% !important;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.row_product.owl-carousel{
    padding: 0 30px;

}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;

}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}
.box_tuvan .row_product{
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    clear: both;
    padding-top: 25px;
    width: 1168px;
}
.a_name_product{
    color: #333333;
}
.p-name{
    margin: 10px 0 10px 0;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}
.col-product-list-inner{
    background: #FFFFFF;
    padding: 10px;
}
.img_product{
    padding: 0 8px;
}

.col-product-list .img_product, .row_product_h .img_product {
    height: 180px;
}
.col-product-list-inner:hover{
    box-shadow: 0 0 2px rgba(87, 87, 87, 0.6);
}
.box-product{
    padding: 30px 0;
}
.col-product{
    margin-bottom: 30px;
}
.col-product:nth-of-type(4n+1){
    clear: both;
}
.box-test{
    background: #FFFFFF;
    padding: 30px 30px 0 30px;
    margin-bottom: 30px;
}
.col-test{
    padding-bottom: 30px;
}
.col-test:nth-of-type(3n+1){
    clear: both;
}
.img-avatar{
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    padding: 2px;
    border:1px solid #CCCCCC;
}
.p-test{
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    color: #666666;
}
.info-test{
    padding: 15px 0;
}
.img-cat{
    width: 100%;
    height: 310px;
}
.col-cat iframe, .col-cat img{
    width: 100%;
    height: 310px;
}
.top-content{
    margin-bottom:40px;
}
.row_product .owl-buttons div,.itemslider-thumbnails .owl-buttons div{
    font-style: normal;
    font-weight: normal;
    height: 53px;
    position: absolute;
    right: 0;
    top: 110px;
    width: 24px;
}
.row_product .owl-buttons .owl-next{
    background: url("next.gif") no-repeat top left;
}
.row_product .owl-buttons .owl-prev,.itemslider-thumbnails .owl-buttons .owl-prev{
    left: 0 !important;
    background: url("prev.gif") no-repeat top left;
}
.row_product_h{
    padding: 5px 15px;
}
.box-product-inner{
    padding-top: 25px;
}
div.navicate {
    border-color: #0099AB #eeeeee #EDEDED #dddddd;
    border-style: solid;
    border-width: 2px 0px 1px;
    clear: both;
    position: relative;
    z-index: 99;
}
.h2-news{
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}
.h2-news a{
    color: #333333;
}
.row-news-list{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.row-news-list:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
div.navicate .parent {
    background: #0099AB none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding-left: 19px;
    padding-right: 20px;
    text-transform: uppercase;
}
div.navicate .parent::after {
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #0099AB;
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin-left: 20px;
    margin-top: 1px;
    position: absolute;
    width: 0;

}

div.navicate .parent a {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}
div.navicate .sub {
    border-right: 1px solid #cccccc;
    float: right;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 9px;
    margin-bottom: 0;
}
div.navicate .sub a {
    color: #666666;
    font-size: 13px;
    display: block;
}
div.navicate div.sub {
    border: medium none !important;
}
.bar-product{
    color: #666666;
}
.price{
    color:#FF0000;
    font-size: 17px;
}
.old{
    font-size: 14px;
    text-decoration: line-through;
}
.offer{
    display: inline-block;
    background: #D60C0C;
    color:#fff;
    padding: 0 5px;
    font-weight: bold;
}
.img-full{
    width: 100%;
}
.a_news{
    font-weight: bold;
    font-size: 16px;
}
.slogan-footer{
    background: #D2E66D;
    color: #006600;
    padding: 20px 0;
}
footer{
    background: #6A2807;
    color: #ffffff;
}
.a-book:hover,
.a-book:focus{
    background: #bf171d;
    color: #FFFFFF;
    text-decoration: none;
}
.box-video{
    background: #6A2807;
    padding-top: 20px;
}

iframe{
    max-width: 100% !important;
}
.h2-video{
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    background: url("../images/video.png") no-repeat left center;
    padding:6px 0 6px 70px;
}
.bar-video{
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #23ef67;
}
.col-video{
    margin-bottom: 30px;
}
.a-book{
    display: inline-block;
    background: #6A2807;
    color:#FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px 5px 7px;
    font-size: 14px;
    margin-top: 10px;
}
.footer-info{
    padding: 25px 0;
    background: #713309;
    color:#fff;
}
footer a{
    color: #fff;
}
.menu-footer{
    padding: 30px 0;
    color: #ffffff;
}
.h3-footer{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.mid-footer{
    background: #006600;
    padding: 15px 0;
}
.sub-footer{
    padding-bottom: 10px;
}
.box_tuvan figure,.right_product_A figure{
    border-bottom: 2px solid #a81015;
    clear: both;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 7px 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;

}
.box_tuvan .iamges,.right_product_A .iamges{
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    clear: both;
    height: 195px;
    overflow: hidden;
}
.box_tuvan .iamges img,.right_product_A .iamges img{
    width: 100%;
}
.box_tuvan h3,.right_product_A h3{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size:15px;
    margin: 0;
}
.box_tuvan figure b{
    border-bottom: 32px solid #d93164;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    float: left;
    height: 0;
    width: 0;
}
.box_tuvan h3 a,.right_product_A h3 a{
    color:#fff;
    font-size:14px;
}
.box_tuvan figure a,.right_product_A figure a{
    background: #a81015 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

.box_tuvan .owl-buttons div {
    border: 1px solid #dfdfdf;
    color: #dddddd;
    float: right;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    line-height: 23px;
    margin-left: 10px;
    padding-left: 5px;
    position: relative;
    text-align: center;
    top: -227px;
    transition: all 0.4s ease 0s;
    width: 16px;
}
.box_tuvan .owl-buttons div:hover {
    background: #808283 none repeat scroll 0 0;
}
.box_tuvan .owl-buttons div::before {
    content: "";
    font-family: FontAwesome;
}
.box_tuvan .owl-buttons div.owl-prev::before, .right_product_A div.owl-prev::before {
    content: "" !important;
}

.box_tuvan .owl-buttons div::before, .right_product_A .owl-buttons div::before {
    content: "";
    font-family: FontAwesome;
}
.box_tuvan .owl-buttons .owl-prev::before {
    content: "" !important;
}
.box_tuvan .owl-buttons .owl-prev {
    border-radius: 0 2px 2px 0 !important;
    left: 0 !important;
    padding-left: 6px !important;
    width: 16px !important;
}
.breadcrumbs{overflow:hidden;font-size:12px;color:#666666;padding: 15px 0}
.breadcrumbs div{float:left;padding-right:5px;}
.breadcrumbs i{
    padding-left: 5px;
}
.breadcrumbs a{
    color: #666666;
}
.col-product-list{
    margin-bottom: 35px;
}

.div_page_list{
    text-align: right;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}
.div_page_list a{
    text-align: center;
    display: inline-block;
    margin: 0 5px;

}

.page_acitve{
    color: #ed1c24;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;

}
.h3-right{
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    background: #a81015;
    text-transform: uppercase;
}
.row_product_right{
    margin: 15px 0;
    background: #F5F5F5;
    padding: 20px;
}
.row_product_right img{
    padding: 0;
}
.row_product_right .p-name{
    text-align: center;
    margin-top: 10px;
}
.box_right{
    margin-bottom: 30px;
    background: #FFFFFF;
}
.h3-cat{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: #6A2807 ;
    background: #6A2807 ;
}
.h3-cat a{
    color: #fff;
}

.a-sub-cat{
    color: #333333;
}
.h2-camket{
    text-align: left;
    line-height: 1.1;
    padding: 5px 9px;
}
.sub-cat{
    padding: 10px 0 10px 12px;
}
.sub-cat + .sub-cat{
    border-top: 1px solid #ccc;

}
.inner-camket{
    padding: 15px;
    margin-top: 10px;
}
.ul_right{
    list-style: none;
    margin: 0;
    padding: 0;
}
.h1-title{
    display: inline;
    font-size: 15px;
}
.h1-similar{
    font-size: 17px;
    font-weight: bold;
}
.li-sub{
    padding-bottom: 5px;
}
.a-sub{
    font-weight: bold;
    text-transform: uppercase;
}
.ul-sub-2{
    padding: 0;
    margin-top: 10px;
    list-style: none;
}
.li-sub-2{
    background: url("muitenbe.gif") no-repeat 0 5px;
    padding-left: 10px;
    margin-bottom: 7px;
}
#thumbs{list-style:none;margin:0px;padding:0px}

.li_thumbs img{float:left;height:80px;float:left;padding-right:5px;padding-bottom:5px}
#photo{
    margin-bottom: 20px;
    padding: 0 20px;
}
.h2-title{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 9px;
    margin-top: 0;
    margin-bottom: 20px;
}
.top-product{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product_detail{
    padding: 20px;
    background: #FFFFFF;
}
.span{
    margin-right: 20px;
}
.form-book{
    padding: 15px;
    background: #F5F5F5;
    margin-top: 15px;
}
.hotline{
   float: left;
    background: url(../images/phone.png) no-repeat 0 5px;
    padding: 5px 0 5px 35px;
}
.span-hotline{
    font-weight: bold;
    font-size: 18px;
    padding-right: 10px;
}
.span-hotline a{
    color: #FFFFFF;
}
.h1-title{
    font-size: 14px;
}
.right-product{
    padding-bottom: 15px;
}

.quantity-p{
    border: 1px solid #CCCCCC;
    padding: 4px 5px;
    border-radius: 4px;
}
.bt-submit{
    background: #F78510;
    border-radius: 3px;
    color:#fff;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 17px;
    border:none;
    margin-left: 25px;
}
.bt-submit:hover,.bt-submit:focus{
    background: #F99939;
}
.bottom-form{
    margin-top: 20px;
}
.box-share{
    margin-top: 15px;
}
.row-contact{
    padding-bottom: 12px;
}
.quantity{
    width: 70px;
    border:1px solid #ccc;
    padding: 4px 5px;
    border-radius: 4px;
}
.contact_us{
    width:100%;
    border:1px solid #ccc;
    padding: 4px 5px;
    border-radius: 4px;
}
.textarea_contact{
    width:100%;
    height: 120px;
    border:1px solid #ccc;
    padding: 4px 5px;
    border-radius: 4px;
}
.a-view-detail{
    text-decoration: underline;
}
.left-content img[width]{
    height: auto !important;
    width: auto !important;
}
.h1-detail{
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.summary-about-detail{
    padding-bottom: 15px;
}
.box-follow-us{
    float: right;
}
.top-footer{
    border-bottom: 1px solid #C4C0B6;
    padding: 15px 0;
}
.bt-promotion{
    background: url(promotion.png) no-repeat top left;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 40px;
}
.keyword{
    background: #FFFFFF;
    border: none;
    height: 40px;
    padding: 5px;
    width: 300px;
    float: left;
}
div.navicate1 .parent{
    background-color: #E34D86;
}
div.navicate1 .parent::after{
    border-left-color: #E34D86;
}
div.navicate1{
    border-color:#E34D86 #eeeeee #E34D86 #dddddd
}

div.navicate2 .parent{
    background-color: #D62E4D;
}
div.navicate2 .parent::after{
    border-left-color: #D62E4D;
}
div.navicate2{
    border-color:#D62E4D #eeeeee #D62E4D #dddddd
}

div.navicate3 .parent{
    background-color: #F87064;
}
div.navicate3 .parent::after{
    border-left-color: #F87064;
}
div.navicate3{
    border-color:#F87064 #eeeeee #F87064 #dddddd
}

.navbar-toggle{
    display: none;
    float: right;
    margin: 0;
    margin-top: 7px;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.ul_menu{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.product-image .owl-buttons .owl-next {
    background: #0594c9 none repeat scroll 0 0;
    color: #ffffff;
    height: 33px;
    position: absolute;
    right: 0px;
    width: 33px;
    z-index: 9;
    top: 30%;
}
.product-image .owl-buttons .owl-prev {
    background: #0594c9 none repeat scroll 0 0;
    color: #ffffff;
    height: 33px;
    left: 0px;
    position: absolute;
    width: 33px;
    z-index: 9;
    top: 30%;
}
.product-image .owl-buttons .owl-prev::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff -moz-use-text-color -moz-use-text-color #ffffff;
    border-image: none;
    border-style: solid none none solid;
    border-width: 2px medium medium 2px;
    bottom: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: -5px;
    position: absolute;
    right: 6px;
    transform: rotate(-45deg);
    width: 13px;
}
.product-image .owl-buttons .owl-next::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ffffff #ffffff -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    bottom: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: -5px;
    position: absolute;
    right: 13px;
    transform: rotate(-45deg);
    width: 13px;
}
.row_product{
    margin: 0 10px;
}
.row_product_h{
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.row_product_h:nth-of-type(5n+1){
    clear: both;
}
.top{
    background: #6A2807;
    color: #fff;
}
.btn{
    padding-right: 20px;
    padding-left: 20px;
}
.h2-cat-detail a{
    color: #333
}
.h2-cat-detail{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #713309;
}
.top-page{
    border-bottom: 1px solid #713309;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.top-page .h2-cat-detail{
    border:none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.row-test{
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.box-similar{
    margin-top: 20px;
}
.h2-cat{
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.h2-cat::after{
    margin: 0 auto;
    background: url(../images/line.png) no-repeat;
    width: 176px;
    height: 20px;
    content: "";
    display: block;
    margin-top: 5px;
}
.col-product-list:nth-of-type(3n+1){
    clear: both;
}
.col-product-list{
    margin-bottom: 30px;
}
.error{
    border-color:red
}
.top-menu-footer{
    padding: 15px 0;
    background: url(../images/line-xanh.png) no-repeat bottom center;
    text-align: center;
}
.top-menu-footer a{
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.top-menu-footer a:last-child{
    border-right: none;
}
.row-product {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px;
}
.col-product-list, .row-product {
    display: flex;
}
.col-product-list {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    width: 33.333%;
}
.col-product{
    width: 25%;
}
.col-product-list section {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    box-shadow: 0 0 1px rgba(87, 87, 87, 0.6);
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 15px;
}
.bar-product {
    -moz-box-flex: 1;
    flex-grow: 1;
}
div.div_facebook {
    float: left;
}
div.div_tweet {
    float: left;
    margin-left: 5px;
}
div.div_google {
    float: left;
    margin-left: 5px;
}
.img_logo{
    max-width: 300px !important;
}
.div_social{padding-top:10px;height: 35px}
.bar-review{
    padding-bottom: 20px;
    font-size: 20px;
}
.total-review{
    font-size: 30px;
}
.review-list{
    text-align: left;
    padding-top: 30px;
}
.row-review-list{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.row-review-list:last-child{
    border:none;
}
.top-review{
    padding-bottom: 5px;
}
.avatar{
    float: left;
    width: 30px;
}
.name-review{
    font-weight: bold;
}
.right-top-review{
    margin-left: 40px;
}
.date{
    color: #999;
    font-size: 13px;
}
.name-review span{
    color: #999;
    font-size: 14px;
}
.content-review{
    font-size: 14px;
    padding-left: 40px;
}
.date-review{
    color: #999999;
    padding-left: 10px;
}
.reply-review{
    padding-left: 30px;
    padding-top: 10px;
}
.like-review{
    cursor: pointer;
}
.h3_review{
    background: #000;
    color:#fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.name-review-admin{
    color: #0088cc;
}

.reply-review .row-review-list{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.title_customize{background:#EFEFEF;height:30px;line-height:30px;padding-left:10px;font-weight:bold}

.text_enquiry{
    width: 100%;
}
.frm input[type="text"], .frm textarea{
    padding: 5px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.box_whyus{border:1px solid #AFAFAF;margin-bottom:20px;overflow: hidden}
.box_whyus_2{background:#F3F3F3;padding:5px 5px 5px 10px;}
#message{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("sending.gif") no-repeat center center;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
@media (min-width: 768px){

    .sticky.top{
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .sticky .img_logo{
        width: 130px;
    }
    .sticky .img_logo2{
        width: 220px;
    }
    .sticky .right_header{
        padding-top: 10px;
    }

}
@media (max-width: 991px){
    #main-menu{
        display: none;
    }
    .navbar-toggle{
        display: block;
    }
    .menu{
        background: #000000;
    }
    .left-content,.right-content{
        width: 100%;
        padding-left: 0;
    }
    .left-content{
        padding-bottom: 15px;
    }
    .top-content{
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) AND (min-width: 768px) {
    .row_product_h{
        width: 33.333%;
    }
    .row_product_h:nth-of-type(5n+1){
        clear: none;
    }
    .row_product_h:nth-of-type(3n+1){
        clear: both;
    }
    .img_logo{
        width: 120px;
    }
    .img_logo2{
        width: 220px;
    }
    .right_header{
        padding-top: 10px;
        font-size: 12px;
    }
    .navbar-toggle{
        padding-top: 15px;
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .col-product-list{
        width: 100%;
    }
    .product_detail{
        padding: 10px;
    }
    .box-product{
        padding: 20px 0;
    }
    .col-product-list:nth-of-type(3n+1){
        clear: none;
    }
    .col-product-list:nth-of-type(2n+1),
    .col-product:nth-of-type(2n+1){
        clear: both;
    }
    .h3-slide{
        display: none;
    }
    .h2-slide{
        font-size: 16px;
    }
    .info-slide{
        top: 20px;
    }
    .info-slide-2{
        width: 100%;
    }
    .h2-cat{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .div-logo{
        padding-left: 0;
    }
    .h1-title{
        font-size: 12px;
    }
    .span-hotline{
        font-size: 16px;
    }
    .col-product-list .img_product, .row_product_h .img_product{
        height: auto;
		padding: 0;
    }
    .col-product-list .p-name, .row_product_h .p-name{
        height: auto;
    }
    .row_product_h:nth-of-type(5n+1){
        clear: none;
    }
    .row_product_h:nth-of-type(2n+1){
        clear: both;
    }
    .row_product_h{
        width: 50%;
    }

    .img-cat{
        height: auto;
    }
    .div-logo{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .img_logo{
        width: 150px;
    }
    .img_logo2{width: 180px;margin-left: 5px}
    .col-product-list:nth-of-type(2n+1){
        clear: both;
    }
    .price{
        font-size: 14px;
    }
    .old{
        float-size:12px;
    }
    .a_name_product{
        font-size: 14px;
    }
    .right-product{
        padding-top: 15px;
    }
    .h2-news{
        margin-top: 10px;
    }
    .connected-carousels .prev-stage, .connected-carousels .next-stage{
        width: 100px !important;
        height: 200px !important;
    }
    .img-slide{
        height: 200px;
    }
    .connected-carousels .navigation{
        display: none;
    }
    .keyword{
        width: 150px;
    }
    .box-follow-us{
        padding-top: 15px;
        float: none;
        text-align: center;
    }
}

.iconproduect{
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    width: 70px;

}
.hot{
    background: url(hot.png) no-repeat top left;
}
.new {
    background: url("new.png") no-repeat top left;
}
.img-thumb-detail{
    border: 1px solid #CCCCCC;
}
.item-product{
    padding: 0 5px;
}
#catproducts h3{
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.mm-list > li > a, .mm-list > li > span{
    padding-top: 9px;
    padding-bottom: 9px;
}
.mm-menu ul li li{
    position: relative;
}
.mm-menu ul li li::before{
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 0;
}