*,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container {
    width: 1200px;
}

img {
    max-width: 100%;
}

a {
    -moz-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;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
    -moz-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;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

body {
    font-family: Arial;
    font-size: 14px;
    color: #000;
}

/*header*/
/*.header {*/
/*background: url('../img/bg-top-header.jpg') no-repeat;*/
/*background-size: 100% 100%;*/
/*}*/
.top-header {
    border-bottom: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 8px;
}

.top-header .menu-top-header {
    text-align: right;
}

.top-header .menu-top-header li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 12px;
}

.top-header .menu-top-header li:last-child {
    padding-right: 0;
    border-right: none;
}

.top-header p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.top-header a {
    color: #fff;
}

.top-header a:hover {
    color: #f7a600;
}

/*/////////////////////////////*/

.bottom-header {
    padding-top: 24px;
    padding-bottom: 25px;
}

.bottom-header .search {
    padding: 21.5px 0;
}

.bottom-header .search .form-search {
    width: 410px;
    position: relative;
    padding-left: 60px;
}

.bottom-header .search input {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 3px;
    padding: 10px;
    background: #e1dedd;
}

.bottom-header .search button {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    font-size: 30px;
}

.bottom-header .hotline-bottom-header {
    text-align: right;
}

.hotline {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
}

.hotline strong {
    font-size: 24px;
}

/*menu*/
.nav {
    background: #f3f3f3;
}

.nav .destop-menu li {
    display: inline-block;
    padding: 0 17px;
    padding-top: 12px;
    padding-bottom: 10px;
    position: relative;
}

.nav .destop-menu li a {
    color: #000;
    text-transform: uppercase;
}

.nav .destop-menu li a:hover {
    color: #f7a600;
}

.nav .destop-menu .leve2-menu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 3;
    background: #dad9d7;
    display: none;
}

/*.nav .destop-menu .leve2-menu li {*/
/*width: 100%;*/
/*padding: 5px 10px;*/
/*border-top: 1px solid #fff;*/
/*}*/
/*mobile nav*/
/*.mobile-menu {*/
/*width: 42px;*/
/*height: 42px;*/
/*display: none;*/
/*}*/
/*.mobile-menu .btn-mobile-menu {*/
/*background: none;*/
/*border: none;*/
/*font-size: 24px;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*main-product*/
.main-product {
    padding-bottom: 55px;
}

.main-product .title-product {
    border-bottom: 1px solid #000;
    padding-top: 23px;
    padding-bottom: 8px;
    margin-bottom: 1px;
}

.main-product h2 {
    margin: 0;
    font-size: 18px;
}

.main-product h2 a {
    text-transform: uppercase;
    color:#3c8b2f;
    font-size:35px;
}

.main-product h2 a:hover {
    color:#3c8b2f;
}

.main-product .title-menu-product {
    text-align: right;
} 
.main-product .title-menu-product li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #787271;
    line-height: 14px;
}

.main-product .title-menu-product li:last-child {
    padding-right: 0;
    border-right: none;
}

.main-product .title-menu-product li a {
    color: #271511;
}

.main-product .title-menu-product li a:hover {
    color: #f7a600;
}

.main-product .product-main {
    border-top: 1px solid #000;
}

.main-product .product-main .item-product {
    padding: 3px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.main-product .product-main .item-product p,
.main-product .product-main .item-product a {
    color: #271511;
    margin: 0;
}

.main-product .product-main .item-product a:hover {
    color: #f7a600;
}

.main-product .product-main .item-product h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    height: 34px;
    overflow: hidden;
}

.main-product .product-main .item-product .text-product {
    padding: 20px 10px;
    padding-bottom: 17px;
}

.main-product .item-product .img-product {
    overflow: hidden;
    text-align: center;
}

.main-product .item-product .img-product img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.main-product .item-product .img-product img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*footer*/
.footer {
    background: url('../img/bg-footer.jpg') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #f7a600;
}

.footer .logo-footer {
    padding: 25px 0;
}

.footer .title-center-footer {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
}

.footer .main-center-footer {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.introduce .main-center-footer li {
    margin-bottom: 5px;
}

.strategic-partnership .main-center-footer {
    padding-top: 0;
    float: left;
    width: 100%;
}

.strategic-partnership .main-center-footer ul {
    margin: 0 -15px;
}

.strategic-partnership .main-center-footer li {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    padding-top: 15px;
}

.footer .copyright {
    padding-bottom: 20px;
}

.footer .copyright li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #fff;
    line-height: 14px;
}

.footer .copyright li:first-child {
    border-left: none;
    padding-left: 0;
}

/*sidebar*/
.product-main-page {
    width: 74.583%;
    float: left;
}

.sidebar {
    width: 25.417%;
    float: left;
    padding-right: 20px;
    padding-top: 23px;
}

.sidebar > div > div {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
    clear: both;
    float: left;
    width: 100%;
}

.sidebar .title-sidebar {
    text-transform: uppercase;
    color: #271511;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.sidebar .title-sidebar span {
    display: block;
    position: relative;
    float: left;
    padding-bottom: 5px;
}

.sidebar .title-sidebar span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #00a85a;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.sidebar .main-online-support {
    clear: both;
}

.sidebar .top-online-support {
    border-bottom: 2px solid #00a85a;
    padding: 5px 0;
}

.sidebar .top-online-support strong {
    color: #fe5400;
}

.sidebar .top-online-support a {
    color: #00527b;
}

.sidebar .top-online-support a:hover {
    color: #fe5400;
}

.sidebar .bottom-online-support {
    text-align: center;
}

.sidebar .bottom-online-support p {
    text-align: left;
    padding-top: 15px;
}

.sidebar .bottom-online-support strong {
    color: #05a1db;
}

.sidebar .bottom-online-support strong span {
    color: #ff0000;
}

.sidebar .bottom-online-support .btn-online-support {
    background: #07a7e3;
    border-radius: 3px;
    border: none;
    color: #fff;
}

.sidebar .bottom-online-support .btn-online-support span {
    padding: 7.5px 15px;
    display: inline-block;
    background: url('../img/br-btn-online-support.jpg') no-repeat 100%;
}

.sidebar .bottom-online-support .btn-online-support span:last-child {
    background: none;
}

.sidebar .bottom-online-support .btn-online-support i {
    font-size: 17px;
}

.sidebar .featured-news {
    float: left;
    width: 100%;
}

.sidebar .main-featured-news {
    clear: both;
}

.sidebar .featured-news .main-featured-news li {
    padding-top: 15px;
    float: left;
    width: 100%;
}

.sidebar .featured-news .main-featured-news .img-featured-news {
    width: 28%;
    float: left;
}

.sidebar .featured-news .main-featured-news .text-featured-news {
    width: 72%;
    float: left;
    padding-left: 5px;
}

.sidebar .featured-news .main-featured-news .text-featured-news a {
    color: #271511;
    font-size: 12px;
}

.sidebar .featured-news .main-featured-news .text-featured-news a:hover {
    color: #f7a600;
}

.sidebar .main-fanpage-facebook {
    clear: both;
    padding-top: 15px;
}

.sidebar .main-fanpage-facebook iframe {
    width: 100%;
}

/*product*/
.product-details {
    color: #271511;
}

.product-details .title-product {
    margin-bottom: 15px;
}

.product-details .title-product h2 {
    text-transform: uppercase;
    color: #271511;
}

.product-details .top-product-details {
    margin-bottom: 30px;
}

/*.product-details .img-product-details {
	overflow: hidden;
}*/
.product-details .img-product-details img {
    width: 100%;
    max-width: auto;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
}

/*.product-details .img-product-details img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}*/
.product-details h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.product-details .text-product-details p {
    margin: 10px 0;
}

.product-details .text-product-details p span {
    color: #ff0000;
}

.product-details .btn-product-details a {
    padding: 7px 10px;
    background: #8e2a11;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}

.product-details .btn-product-details a span {
    margin-left: 10px;
    font-size: 20px;
}

.product-details .btn-cart-product-details {
    margin-right: 30px;
}

.product-details .btn-cart-product-details a span {
    font-size: 18px;
}

.product-information .main-product-information {
    border: 1px solid #ddd;
    padding: 10px;
}

.product-details .product-information h3 {
    margin-bottom: 15px;
    font-size: 14px;
}

.product-details .product-information h3 span {
    display: block;
    margin-bottom: 10px;
}

.product-details .product-information li {
    margin-bottom: 10px;
}

.product-details .product-information li:before {
    /*content: "\f067";*/
    /*font-family: FontAwesome;*/
    content: "+";
    display: inline-block;
    margin-right: 5px;

}

.product-details .product-information li:first-child {
    padding-left: 10px;
}

.product-details .product-information li:first-child:before {
    display: none;
}

.product-details .right-product-information h3 {
    text-transform: uppercase;
    text-align: center;
}

.product-details .form-product-information textarea,
.product-details .form-product-information input {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 3px;
    padding: 5px 10px;
}

.product-details .form-product-information textarea {
    height: 100px;
}

.product-details .btn-product-information {
    text-align: center;
    margin-bottom: 12px;
}

.product-details .btn-product-information button {
    padding: 5px 10px;
    background: #8e2a11;
    border: none;
    border-radius: 3px;
    color: #fff;
}

/*category*/
.product-main-page .paging {
    text-align: center;
    margin-top: 15px;
}

.product-main-page .paging li {
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
}

.product-main-page .paging span,
.product-main-page .paging a {
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    color: #271511;
    background: #f4f4f4;
}

.product-main-page .paging a:hover {
    color: #f7a600;
}

.product-main-page .paging li span.active {
    background: #dfdfdf;
    color: #fff;
}

.main-center-footer img {
    height: 75px;
}

/*zoom img*/
/*.zoomLens {
	width: 100px !important;
	height: 100px !important;
}
.zoomWindow {
	background-size: 500px 500px !important;
}*/

@font-face {
    font-family: UTM_Davida;
    src: url(../fonts/UTM_Davida.woff);
url('../fonts/UTM_Davida.woff2?v=4.3.0') format('woff2'),
url('../fonts/UTM_Davida.woff?v=4.3.0') format('woff'),
url('../fonts/UTM_Davida.ttf?v=4.3.0') format('truetype'),
url('../fonts/UTM_Davida.svg?v=4.3.0#fontawesomeregular') format('svg');
}

/* dung chung ----->*/

.header {
    background: url("../img/bg-heder.jpg") no-repeat;
    background-size: 100% 100%;
}

.name-cty {
    padding: 35px 0px;
}

.name-cty a {
    font-size: 63px;
    color: rgba(13, 112, 6, 0.8);
    text-transform: uppercase;
    font-family: UTM_Davida;
}

.hotline-top {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.back-link {
    padding: 8px 0px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-bottom: 25px;
}

.back-link li {
    list-style: none;
    float: left;
    position: relative;
}

.back-link li:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 27px;
    height: 28px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-link li a {
    padding: 1px 25px;
    display: block;
    color: #777;
    font-size: 14px;
}

.back-link li a:hover {
    color: orange;
}

.tabs-detail .nav-tabs>li>a {
    border-radius: 0px;
    border-bottom: none;
    color: #666;
    font-size: 15px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.tabs-detail .tab-content {
    line-height: 24px;
    border: 1px solid #dcdee3;
    border-top: 0px;
    color: #222;
    font-size: 14px;
    background: #fff;
    padding: 20px 15px;
}

.tabs-detail ul {
    text-align: center;
    border: 1px solid #ddd;
}

.tabs-detail ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0px;

}

.tabs-detail ul li a {
    border-bottom: 0px !important;
}

.tabs-detail ul >li.active>a, .tabs-detail ul >li.active>a:hover, .tabs-detail ul >li.active>a:focus {
    border: 1px solid transparent;
    color: orange;
}

.tabs-detail ul li a:hover {
    background: transparent;
    border: 1px solid transparent;
}

.name-detail {
    margin: 10px 0px;
}

.name-detail a {
    font-size: 13px;
    color: #333;
}

.box-color-detail {
    margin-bottom: 10px;
}

.img-detail-right {
    float: right;
}

.img-detail-right img {
    max-width: 400px;
    max-height: 400px;
}

/*style- popup img ------>*/

.demo-gallery > ul {
    margin-bottom: 0;
}

.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    width: 80px;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.demo-gallery> ul {
    width: 400px;
    float: left;
}

.demo-gallery {
    float: right;
}

.dcs-detail-right {
    width: 400px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}

.dcs-detail-right span {
    font-weight: normal;
}

.text-detail-right {
    color: #924a4b;
    padding-bottom: 10px;
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
}

/*footer ----->*/
.footer {
    padding: 30px 0px;
    background: #663300;
}

.title-bottom {
    font-size: 20px;
    color: #fff;
    padding-bottom: 16px;
    background: url("../img/line-tite-bottom.jpg") repeat-x bottom left;
    margin-bottom: 20px;
}

.address-bottom p {
    font-size: 16px;
    color: #fff;
}

.copyright {
    font-size: 16px;
    color: #fff;
}

.contact-product {
    font-weight: bold;
    text-align: center;
    color: #894401 !important;

}

.nb_price_hot {
    color: #894401;
}

.main-product h2 {
    color: #894401 !important;
}

.title-content-product {
    border-bottom: 1px dotted #000;
    color: #4a4a4a;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 5px;
}

/*fix responsive ----->*/
.container {
    width: 1200px !important;
}
/*update 19/6/2017----->*/
.nav .destop-menu li a {
    font-size: 15px;
    color: #398828!important;
    font-weight: bold;
}

@media(max-width: 992px){
    .tabs-detail ul.nav-tabs{
        width: 100% !important;
    }
}