*{outline:none !important}
body{
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection{background: #ffd6ad}
::selection{background: #ffd6ad}
a,a:hover,a:focus{text-decoration:none}
b,strong,label{font-weight:600}
.text-orange{
    color: #f37b00;
}

.img_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.h2, h2{
	font-size: 22px;
}
#menu_top {
    background-color: #fff;
}

.head_logo {
    margin: 12px 0;
    height: 77px;
}

.head_logo img {
    max-width: 100%;
    max-height: 100%;
}

#head_menu{
    background-color: #6c6d70;
}

@media (min-width: 768px) {
    #header_menu {
        padding: 0;
    }
}

.navbar-default {
    background: #fff;
    border: none;
}

.navbar-toggle{
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .head_logo {
        height: 72px;
    }

    .navbar-toggle{
        margin: 30px 0 0;
    }
}

.header-hotline {
    float: right;
    width: 300px;
    margin-top: 27px;
}

.header-hotline span {
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 10px;
    color: #f37b00;
    font-size: 23px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #f37b00;
    border-radius: 50%;
}

.header-hotline p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.header-hotline h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.header-right {
    float: right;
    width: 100%;
    max-width: 255px;
}

.nav-account-cart {
    height: 55px;
    margin-right: -1px;
}

.form-search{
    position: relative;
    margin: 11px 0;
}

@media (min-width: 768px) {
    .header-right .form-search {
        margin-top: 33px;
    }
}

.form-search i{
    color: #f37b00;
}

.form-search input, .form-search .btn{
    border-radius: 0;
    border-color: #f37b00;
    color: #333;
}

.form-search input:focus{
    border-color: #f37b00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(243, 123, 0, 0.6);
}

.nav-account-cart > ul > li {
    float: left;
}

.nav-account-cart > ul > li > a {
    display: block;
    height: 55px;
    padding: 0 30px;
    line-height: 55px;
    color: #333;
    border-right: 1px solid #8E948E;
    border-bottom: 1px solid #8E948E;
}

span#click_show {
    color: #c7c7c7;
    position: absolute;
    right: 10px;
    top: 19px;
    cursor: pointer;
    padding: 0 5px;
}
.color_or {
    color: #ef5b0d;
}

.search-query {
    width: 100%;
    height: 55px;
    padding: 0 30px;
    line-height: 55px;
    color: #333;
    outline: none;
    background-color: transparent;
}

.search-submit {
    position: absolute;
    right: 10px;
    top: 55px;
    height: 55px;
    width: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #c7c7c7;
    text-align: center;
    background-color: transparent;
    border: none;
}

/*Menu main*/
.navbar-collapse{
    background-color: #6c6d70;
    border: none;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-brand{
    padding: 10px 15px;
}
.navbar-brand img{
    width: 150px;
    height: auto;
}
.navbar-default .navbar-nav > li > a {
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    color: #fefefe;
    text-transform: uppercase;
    transition: ease .3s;
}

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-nav > .current-menu-item > a:hover {
    color: #fff;
    background: #f37b00;
}

#head_menu a:hover, #head_menu a:focus {
    color: #fff !important;
    background-color: #f37b00;
}

.search_mobi {
    margin: 10px 0 10px;
}

.search_mobi .input-group-addon {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0 10px 0 0;
}

.search_mobi input {
    font-size: 15px;
    color: #fff;
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding: 0 7px;
    height: 36px;
}

.search_mobi input:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.35);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f37b00;
}

.navbar-default .navbar-toggle {
    border-color: #FFC7A8;
    border-radius: 3px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFC7A8;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*slider*/
.prj {
    margin-bottom: 0;
}

.prj .slider {
    width: calc(100% + 1px);
}

.slider .owl-nav [class*="owl-"] {
    position: absolute;
    top: -57px;
    margin: 0;
    border-radius: 0;
    background: #d7d7d7;
}

.slider .owl-nav [class*="owl-"]:hover {
    background: #f37b00;
}

.slider.owl-theme .owl-nav {
    margin: 0;
}

.slider .owl-next {
    right: 1px;
    margin-right: 15px;
    padding: 4px 8px 4px 10px !important;
}

.slider .owl-prev {
    right: 36px;
    padding: 4px 10px 4px 8px !important;
}

#slider_main {
    margin-bottom: 35px;
}

#slider_main .owl-nav [class*="owl-"] {
    position: absolute;
    top: calc(50% - 16px);
    margin: 0;
    border-radius: 17px;
    color: #fff;
    color: rgba(255,255,255,.9);
    background: #777;
    background: rgba(0,0,0,.45);
    font-size: 17px;
}

#slider_main .owl-nav [class*="owl-"]:hover {
    background: #f37b00;
}

#slider_main.owl-theme .owl-nav {
    margin: 0;
}

#slider_main .owl-next {
    right: 15px;
    margin-right: 15px;
    padding: 5px 8px 3px 12px !important;
}

#slider_main .owl-prev {
    left: 15px;
    padding: 5px 12px 3px 8px !important;
}

#slider_main .owl-dots {
    position: relative;
    margin-top: -30px;
}

.owl-dot span {
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,.3);
}

#slider_main .owl-prev, #slider_main .owl-next {
    opacity: 0 !important;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

#slider_main.owl-carousel:hover .owl-nav .owl-prev,
#slider_main.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1 !important;
}

.info{
    background: rgb(243, 123, 0);
    background: rgba(243, 123, 0, 0.85);
    position: absolute;
    width: 33%;
    top: 10%;
    left: 30%;
    padding: 10px;
}
.info h3,.info p{
    color: #fff;
}
.info a{
    color: #faffa1;
}
/*Icon main*/
#icon_main p{
    text-align: left;
}
#icon_main p img {
    margin-right: 10px;
}
#icon_main p img:hover {
    cursor: pointer;
}

.icon_info .foot_icon{
    font-size: 17px;
    width: 55px;
    margin-bottom: 10px;
}

.icon_info .foot_text{
    height: 45px;
}

.foot_press h3{
    font-size: 18px;
    line-height: 1.4;
    margin: 14px 0;
    color: #045a04;
}

.foot_press p{
    color: #777;
}

.foot_press a{
    color: #777;
}

/*menu sidebar*/
.nav-category {
    margin-bottom: 30px;
}

.block {
    margin: 15px 0;
}

.nav-category h3 {
    margin: 0;
    padding: 0 0 0 20px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #f37b00;
}

.nav-category > ul {
    border: 1px solid #ebebeb;
    border-top: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-category > ul > li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.nav-category > ul > li:last-child {
    border-bottom: none;
}

.nav-category > ul > li > a {
    font-size: 15px;
    color: #404040;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
}

.qc {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
}

.title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.title h3.ftd_prd {
    border-bottom: 1px solid #f37b00;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    color: #404040;
    text-transform: uppercase;
}
.title h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

/*main*/

.caption h2 {
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #404040;
}

.caption p {
    height: 21px;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #f37b00;
    text-align: center;
}

.thumbnail {
    border-radius: 0;
    padding: 5px;
}

.img_thumb {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    display: table;
    width: 100%;    
    height: 177px;
    padding-bottom: 5px;
}

.img_thumb a {
    display: table-cell;
    vertical-align: middle;
}

.img_thumb img {
    max-width: 100%;
    max-height: 170px;
    width: auto !important;
    transition: ease .2s;
}

.img_thumb img:hover {
    transform: scale(1.06);
}

.prod_page .img_thumb {
    height: 159px;
}

.prod_page .img_thumb img {
    max-height: 153px;
}

.caption a {
    display: block;
    height: 100%;
}

.product, .serviceForm {
    margin-bottom: 10px;
}

.product a {
    color: #404040;
    overflow: hidden;
}

/*.product-item-background {
    position: absolute;
    display: none;
    width: 100%;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.6);
    animation-name: zoomIn;
    animation-duration: .7s;
}

.product-item-button {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -40px;
    width: 82px;
    height: 36px;
}

.product-item-add, .product-item-view {
    height: 36px;
    width: 36px;
    float: left;
    line-height: 36px;
    text-align: center;
    background-color: #efa70d;
    border-radius: 50%;
    color: #cccccc;
}

.product-item-add:hover, .product-item-view:hover {
    color: #fff;
}

.product-item-add {
    margin-right: 2px;
}

.product-item-view {
    margin-left: 2px;
}*/

@media(min-width: 992px) {
    .prj .thumbnail {
        padding: 8px;
    }

    .prj .img_thumb {
        height: 205px;
        padding-bottom: 8px;
    }

    .prj .img_thumb img {
        max-height: 196px;
        height: 196px !important;
        object-fit: cover;
    }

    .prj_page .img_thumb {
        height: 185px;
    }

    .prj_page .img_thumb img {
        max-height: 176px;
    }
}

/*Tin dịch vụ*/
.serviceForm {
    border: 2px solid #f37b00;
    background: #fefff5;
}
.serviceForm .mTitle {
    background: #f37b00;
    position: relative;
}
.mTitle h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 48px;
    padding-left: 15px;
}
.mTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 42px;
    height: 4px;
    display: block;
    background: #f2ff12;
}
.serviceForm .serBox .serCt {
    color: #404040;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.serBox {
    padding: 20px 15px;
}

.aDetail {
    color: #b85c00;
}
.aDetail:hover{
    text-decoration: underline;
}

.serviceForm .serBox .serTitle {
    color: #044E04;
    font-size: 16px;
    margin: 0 0 10px;
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    line-height: 1.2;
}

.serviceForm .serBox .serTitle > a {
    color: #b85c00;
}

.serBox .foot_icon {
    margin-bottom: 8px;
    width: 46px;
}

@media (min-width: 768px) {
    .serviceForm .serBox:nth-child(2n+1) {
        border-right: 1px solid #f37b00;
    }
}

.serviceForm .serBox:nth-child(1), .serviceForm .serBox:nth-child(2) {
    border-bottom: 1px solid #f37b00;
}

@media (max-width: 767px) {
    .serviceForm .serBox:nth-child(3) {
        border-bottom: 1px solid #f37b00;
    }
}

a:hover, a:focus {
    color: #f37b00 !important;
    text-decoration: none;
}

.product-item-button a:hover{
    color: #fff !important;
}
/*Slider sản phẩm*/
.box{
    border: 1px solid #ebebeb;
    margin-top: 20px;
    padding: 5px;
}
#slider_product .box img{
    max-width: 100%;
    height: auto;
}
#slider_product .box a h3{
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}
#slider_product .box a h3:hover,#slider_product .box .view:hover{
    color:#efa70d;
}
#slider_product .box .price{
    color: #ee3334;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
}
#slider_product .box .price span{
    color: #959595;
    text-decoration: line-through;
}
#slider_product .box .view{
    color: #333;
}
#slider_product .box .div_price{
    padding-bottom: 50px;
}
#slider_product .box button{
    margin-top: 20px;
    border-radius: 0;
    width: 160px;
    border: none;
    background-color: #eaeaea;
}
#slider_product .box button:hover{
    background-color: #efa70d;
    color: #fff;
}
#slider_product .bx-wrapper .bx-prev {
    left: 87%;
    background: url(../images/next_prev_product.png) no-repeat 0 0 !important;
}

#slider_product .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/next_prev_product.png) no-repeat -33px 0 !important;
}
#slider_product .bx-wrapper .bx-controls-direction a{
    top:0 !important;
    width: 27px;
    height: 26px;
    margin-top: -47px;
}
.menu_footer{
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #ebebeb ;
    border-bottom: 1px solid #ebebeb ;
}
.menu_footer ul li{
    float: left;
    padding: 0 15px;
    margin: 5px 0;
    display: inline-block;
    border-right: 1px solid #ebebeb;
}

.menu_footer ul li:last-child{
    border-right: none;
}

.footer_main {
    margin: 15px 0 65px;
}

.footer_main .title {
    margin-bottom: 15px;
}

.footer_main ul li{
    padding-bottom: 7px;
}

.footer_main h4 {
    font-size: 18px;
    font-weight: 400;
}

.footer_main ul {
    margin-bottom: 20px;
}

.menu_footer ul li a,.footer_main ul li a{
    color: #333;;
}

#contact_info li:last-child .foot_text {
    word-break: break-all;
}

.foot_icon{
    width: 46px;
    float: left;
}

.foot_text{
    display: table-cell;
    vertical-align: middle;
    height: 37px;
}

ul.foot_news > li {
    padding-bottom: 8px;
}

.artical img{
    width: 100px;
}
.artical a{
    text-decoration: none;
}
.artical .title_artical{
    color: #333;
    line-height: 24px;
}

/* Contact Form */
.contact_input{
    border-radius: 0;
    font-weight: normal;
    color: #333;
    margin-top: 5px;
}

@media (min-width: 440px) {
    .contact_input{
        width: 410px;
    }

}

.contact_input:focus{
    border-color: #f37b00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 94, 8, 0.6);
}

.contact_textarea{
    max-height: 115px;
}

.contact_btn{
    border-radius: 0;
    background-color: #f37b00;
    border-color: #f37b00;
    padding: 6px 20px;
    margin-top: 14px;
    font-size: 15px;
}

.contact_btn:hover{
    background-color: #d95007;
    border-color: #d95007;
}

.contact_btn:focus,.contact_btn:active{
    background-color: #b34205 !important;
    border-color: #b34205 !important;
}

.contact_rcc {
    max-width: 100%;
}

.contact_rcc > div {
    width: 290px !important;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background-color: #fcf8e3;
    padding: 10px 16px;
    border-color: #faebcc;
    color: #8a6d3b;
    margin: 16px 0;
}

div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    padding: 10px 16px;
    border-color: #d6e9c6;
    color: #3c763d;
    margin: 16px 0;
}

div.wpcf7 .ajax-loader{
    background-repeat: no-repeat;
    margin: 15px 0 0 10px;
}

#main_content {
    margin-top: 20px;
}

.entry-header .title, .cat-title {
    border-width: 2px;
}

h1.entry-title{
    font-size: 26px;
    display: inline-block;
    border-bottom: 2px solid #f37b00;
    padding-bottom: 10px;
    margin-bottom: -2px;
    margin-top: 25px;
    font-weight: 400;
}

h3.related{
    color: #333;
}

.featured_image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

.entry-content {
    text-align: justify;
}

.entry-content h4{
    line-height: 1.4;
}

.single-content {
    text-align: justify;
}

.page-title{
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

.page-content{
    margin-bottom: 25px;
}

.page-header {
    border-bottom: 1px solid #ebebeb;
}

.page-header {
    margin-top: 20px;
}

.not-found .form-search {
    max-width: 410px;
}

.widgettitle{
    font-size: 19px;
}

.single-title {
    font-size: 25px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 19px;
    margin-bottom: 20px;
    font-weight: 400;
}

.single-title > span {
    font-size: 20px;
    color: #808080;
}

.box-index {
    margin-top: 20px;
}

.side_heading {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 17px;
}

.side_heading h3 {
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #f37b00;
    padding-bottom: 10px;
    margin-bottom: -1px;
    margin-top: 33px;
    font-weight: 400;
}

#side_video {
    width: 100%;
    height: 203px;
}

#side_video iframe {
    width: 100%;
    height: 100%;
}

.side_news h2, .main_news h2 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.4;
}

.main_news h2 {
    font-size: 19px;
}

.side_news h2 a, .main_news h2 a {
    display: block;
}

.side_news img {
    height: 92px;
}

.main_news img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.main_news .media-body p {
    margin: 5px 0 0;
    color: #555;
}

@media (max-width: 767px) {
    .main_news h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .main_news img {
        width: 92px;
        height: 92px;
    }
}

.side_news .media, .main_news .media {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.main_news .media {
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.side_news .media:last-child, .main_news .media:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.main_news .media-left {
    padding-right: 20px;
}

.main_service img{
    width: 115px;
    height: 115px;
    margin-bottom: 5px;
}

.main_service .media {
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 15px !important;
}

.single_des p {
    white-space: pre-line;
    line-height: 1.7;
    margin-bottom: 0;
}

.single_des .panel-body {
    padding: 12px 15px;
}

.single_des .panel-heading {
    background-color: #f37b00;
    border-color: #f37b00;
    border-radius: 2px 2px 0 0;
    padding: 7px 15px;
    text-transform: uppercase;
}

.single_des.panel-primary {
    border-color: #f37b00;
    border-radius: 3px;
}

.single_tel {
    font-weight: 600;
    color: #c30016;
}

.single_prod img {
    max-height: 370px;
    padding: 20px;
    width: auto;
    max-width: 100%;
}

.single-content p {
    margin-bottom: 5px;
}

.single-content .lightgallery-default {
    text-align: left;
}

.single-content .lightgallery-default a {
    display: inline-block;
    margin: 0 7px 11px 0;
    width: calc(16.66666666% - 11px);
    height: 110px;
}

@media (max-width: 1199px) {
    .single-content .lightgallery-default a {
        width: calc(20% - 11px);
    }
}

@media (max-width: 991px) {
    .single-content .lightgallery-default a {
        width: calc(25% - 11px);
    }
}

@media (max-width: 767px) {
    .single-content .lightgallery-default a {
        width: calc(20% - 11px);
    }
}

@media (max-width: 544px) {
    .single-content .lightgallery-default a {
        width: calc(33.33333333% - 11px);
    }
}

.single-content .lightgallery-default img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 4px;
    transition: ease .2s;
    border-radius: 3px;
}

.single-content .lightgallery-default img:hover {
    border: 1px solid #f37b00;
    background: #ffc9ad;
    filter: contrast(80%) brightness(115%);
}

.single_meta {
    color: #404040;
    margin-bottom: 20px;
}

.service_single .img_thumb img {
    height: 153px !important;
    object-fit: cover;
}

.news_thumb img {
    height: 153px !important;
    object-fit: cover;
}

.link-black {
    color: #404040;
}

.text-gray {
    color: #808080;
}

#go_top {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 18px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 20px;
    color: #f37b00;
    background: #fdffe6;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    border: 2px solid #f37b00;
    border-radius: 50%;
    z-index: 1040;
}

/* BONUS: Need for any Bootstrap Site with Pagination */
.edit-link {
    display: none !important;
}

.wp-pagenavi span {
    border: none;
}

.wp-pagenavi span.current {
    border: 1px solid #1590cf;
    min-width: 32px;
    border-radius: 2px;
}

.wp-pagenavi a {
    padding: 5px 8px;
    min-width: 32px;
    display: inline-block;
    border-radius: 2px;
}

.pagination .pages {
    border: none;
    color: #333;
    padding-left: 0;
}

.pagination .pages:hover,
.pagination .pages:focus,
.pagination .extend:hover,
.pagination .extend:focus {
    background: transparent;
    color: #333;
}

.pagination > li:nth-child(2) > a,
.pagination > li:nth-child(2) > span,
.pagination > li:nth-child(3).active > span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination > li > span {
    color: #333;
    cursor: default;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f37b00;
    border-color: #f37b00;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover {
    color: #f37b00;
}

.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #404040;
}

.pagination {
    margin: 5px 0;
}

/*Responsive*/
@media (max-width: 767px){
    #slider_product .bx-wrapper .bx-prev {
        left: 72%;
    }
    #icon_main p{
        text-align: left;
    }
    .icon_info{
        margin-top: 10px;
    }
    .header-right{
        float: none;
    }
    .nav-account-cart > ul > li > a{
        padding: 0 20px;
    }
    .nav-account-cart > ul > li {
        width: 50%;
    }
    hr{
        margin: 5px 0;
    }
}
@media (max-width: 992px){
    .info{
        width: 50%;
        top: 5%;
        left: 20%;
        padding: 10px;
    }
}

ul.navbar-nav > li > ul.sub-menu{
    position: absolute;
    z-index: 2;
    display: none;
    background: #6c6d70;
    min-width: 288px;
}

ul.navbar-nav > li:hover > ul.sub-menu{
    display: block;
}

ul.navbar-nav > li > ul.sub-menu > li a{
    color: #fff;
    padding: 10px 15px;
    display: block;
}

.foot_address{
    white-space: pre-line;
}