li {
    list-style: none;
}

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

a:hover {
    color: #2d4277;
}

body {
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.topbar {
    background-color: #e5e5e5;
}
img{
    transition: all 1s ease 0s;
}

.button:after,
.button:before {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.button:hover:after,
.button:hover:before {
    backface-visibility: hidden;
    border-color: #ff0000;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.button:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline-offset: 0 !important;
    outline: none !important;
}

textarea {
    width: 100%;
}

.text-primary {
    color: #d8373e;
}


a.scrollup {
    background: #27282B;
    bottom: 5px;
    color: #FFFFFF;
    height: 30px;
    line-height: 27px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 1000;
}

a.scrollup:hover {
    background: #333;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #333;
    color: #fff;
}
.breadcrumb {
    padding-top: 10px;
}
.breadcrumb ul li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.breadcrumb ul li:after {content: "/";padding-left: 10px;padding-right: 0px;}

.breadcrumb ul li:last-child:after {
    display: none;
}

.logo img {
    display: inline-block;
}

.container
{
    position:relative;
}
/***********************/

.menu-icon {
    color: #fff;
    float: right;
    margin: 16px 0;
}
nav.menu_mb {
    margin-top: 18px;
}
/*************menu*************/

.header {
    background: #FE0000;
    height: 60px;
    position: relative;
}
.header.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
}
.header .logo {
    background: #fff;
    width: 165px;
    float: left;
    margin-right: 100px;
    padding: 0px 0;
    position: absolute;
    z-index: 11;
 /*   border: 1px solid #2D4277;
    border-radius: 10px*/
}
.header .language {position: absolute;right: 15px;top: 19px;}

.header .search {
    float: right;
    position: relative;
    margin-right: 72px;
    margin-top: 21px;
    border-right: 1px solid #fff;
    padding-right: 24px;
    cursor: pointer;
}
p.homemb {
    float: left;
    margin-left: 180px;
}

p.homemb a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

.menu {
    float: left;
    width: 85%;
    text-align: left;
    margin-left: 220px;
}

.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    margin:  0 15px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 19px;
    display: inline-block;
    font-size: 15px;
}

.menu ul li i.fa-caret-down {
    color: #fff;
    position: absolute;
    right: 0;
}
.menu ul li a:after {
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.menu ul li a:hover:after {
    width: 100%;
}

.menu ul li:hover ul.level_1 {
    display: block;
}

.menu ul li ul.level_1 {
    position: absolute;
    background: #27282B;
    z-index: 11;
    top: 42px;
    left: 20px;
    width: 290px;
    display: none;
}

.menu ul li ul.level_1 li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding:  10px 0;
    margin: 0 12px;
    text-transform: capitalize;
    font-size: 13px;
  
}

.menu ul li ul.level_1 li {
    display: block;
}

.menu ul li:hover ul.level_1 {
    display: block;
}
.menu ul li ul.level_1 li ul.level_2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #27282B;
    display: none;
}

.menu ul li ul.level_1 li ul.level_2 li a {
    border-bottom: 1px solid #fff;
}

.menu ul li ul.level_1 li:hover ul.level_2 {
    display: block;
}
.header .logo a {
    display: block;
    text-align: center;
}

.logo h1 {
    margin: 0;
}
section#banner {
    position: relative;
    clear: both;
}
.header .language p {
    display: inline-block;
}

.header .language p img {
    width: 20px;
    height: 15px;
}

.header .search .content {
    background: #fff;
    position: absolute;
    right: 0;
    top: 39px;
    width: 290px;
    z-index: 11;
    padding: 5px;
    display: none;
}

.header .search .icon_search {
    color: #fff;
    margin-top: 31px;
}

.header .search .content input {
    padding: 6px;
    width: 205px;
    border: none;
}

.header .search .content button {
    background: #111520;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 0px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.header .search .content button:hover {
    background: #333;
}
section#banner .owl-nav button span {
    color: #fff;
    background: #0000009e;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 20px;
}

section#banner .owl-nav button.owl-prev {
    position: absolute;
    top: 46%;
    left: 5px;
}
section#banner .owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    right: 5px;
}
section#banner .owl-nav button:hover span {
    background: #000;
}
h2.title span {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    color: #FE0000;
}

h2.title {
    text-align: center;
    margin: 35px 0;
}

h2.title span:before {
    width: 60px;
    height: 1px;
    content: "";
    position: absolute;
    left: -75px;
    background: #BC6908;
    top: 14px;
}
h2.title span:after {
    width: 60px;
    height: 1px;
    content: "";
    position: absolute;
    right: -75px;
    background: #BC6908;
    top: 14px;
}

h1.title span {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    color: #FE0000;
}

h1.title {
    text-align: center;
    margin: 35px 0;
}

h1.title span:before {
    width: 60px;
    height: 1px;
    content: "";
    position: absolute;
    left: -75px;
    background: #BC6908;
    top: 14px;
}
h1.title span:after {
    width: 60px;
    height: 1px;
    content: "";
    position: absolute;
    right: -75px;
    background: #BC6908;
    top: 14px;
}


section#cate-home {
    background: #f5f5f5;
}
section#cate-home .item {
    margin-bottom: 30px;
}

section#cate-home .item a {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
}

section#cate-home .item a h3 {
    position: absolute;
    bottom: 0;
    background: #2d4277de;
    width: 100%;
    text-align: center;
    height: 45px;
    display: table;
    color: #fff;
    font-weight: 400;
}

section#cate-home .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#cate-home .item a:hover img, .itempr:hover img,.contentnews .item p.img:hover img {
    transform: scale(1.2);
}
section#cate-home .item a h3 span {
    display: table-cell;
    vertical-align: middle;
}
section#cate-home .item.itemmain a {
    height: 530px;
}
.owl-spbc .itempr {
    margin: 0 15px;
}
.itempr .img a.thumb-sp {
    display: block;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.itempr .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itempr .img a:before {
    width: 100%;
    height: 100%;
    background: #00000080;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}


.itempr .meta {
    text-align: center;
    margin-top: 10px;
}

.itempr .meta h3 {
    height: auto;
    margin-bottom: 6px;
    overflow: hidden;
}

.itempr .meta h3 a {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.itempr .meta p {
    color: #666;
    margin-bottom: 7px;
}

.itempr .meta p span {
    color: #000;
}

.itempr .meta .pr-price p {
    margin: 0 2px;
    display: inline-block;
}

.itempr .meta .pr-price p.new-price {
    color: red;
    font-weight: 600;
    font-size: 15px;
}
.itempr .meta .pr-price p.old-price {
    text-decoration: line-through;
}

.itempr .meta h3 a:hover {
    color: #2d4277;
}

.itempr .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
}

.itempr .img {
    position: relative;
}

.itempr .img .overlay a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.itempr .img .overlay a:hover {
    background: #2d4277;
    color: #fff;
}

.itempr:hover .img .overlay {
    display: block;
}
section.product-home {
    padding: 25px 0;
}
section.product-home button span {
    width: 35px;
    height: 35px;
    display: block;
    background: #ccc;
    border-radius: 35px;
    line-height: 35px;
    font-size: 19px;
}

section.product-home button:hover span {
    background: #2d4277;
    color: #fff;
}

section.product-home button.owl-prev {
    position: absolute;
    left: 0;
    top: 28%;
}

section.product-home button.owl-next {
    position: absolute;
    right: 0;
    top: 28%;
}
.title2 h2 {
    text-transform: uppercase;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    color: #27282B;
}

section#news-ct {
    margin: 40px 0;
}

.title2 {
    position: relative;
    margin-bottom: 15px;
}

.title2 .viewall {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 15px;
}

.title2 .viewall:hover {
    text-decoration: underline;
}

.title2 h2:after {
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    right: -80px;
    top: 14px;
    background: #2d4277;
}

.contentnews {
    display: flex;
}

.contentnews .item {
    margin: 0 15px;
}

.contentnews .item p.img img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.contentnews .item p.img {
    height: 190px;
    position: relative;
    display: block;
    overflow: hidden;
}

.item .dated {
    position: absolute;
    bottom: 8px;
    background: #0009;
    color: #fff;
    text-align: center;
    left: 8px;
    font-size: 13px;
    padding: 5px;
}

.contentnews .item .dated label {
    display: block;
    line-height: 16px;
    font-size: 17px;
}

.contentnews .item .meta {
    margin-top: 10px;
}

.contentnews .item .meta h3 a {
    display: block;
    height: 40px;
    color: #111520;
    font-size: 15px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 5px;
}

.contentnews .item .meta .viewed {
    color: #888;
    font-size: 14px;
}

.contentnews .item .meta .desc {
    line-height: 21px;
    margin-top: 5px;
    color: #555;
}

.contentnews .item .meta h3 a:hover {
    text-decoration: underline;
    color: #2d4277;
}
.contentct .item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contentct .item .img {
    float: left;
    margin-right: 15px;
    width: 120px;
}

.contentct .item .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.contentct {
    margin: 0 15px;
}

.contentct .item .meta {
    width: calc(100% - 135px);
    float: left;
}

.contentct .item .meta h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #000;
}

.contentct .item .meta .desc {
    color: #666;
}

.contentct .item .meta h3 a:hover {
    text-decoration: underline;
    color: #2d4277;
}
section#feedback .content {
    border: 2px solid #2d4277;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

section#feedback {
    background: #f5f5f5;
    padding: 50px 0;
}

section#feedback .content h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    padding: 0 55px;
    font-size: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    color: #27282B;
}

.owl-feed .item p.img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: inline;
    border: 3px solid #fff;
    box-shadow: 0px 1px 1px 1px #ccc;
    margin-bottom: 20px;
}

.owl-feed .item .desc {
    margin: 0 15px;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 25px;
}

.owl-feed .item h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    color: #2d4277;
}

.owl-feed .item label {
    color: #333;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 20px;
}

.owl-feed .owl-dots {
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
    width: auto;
    position: absolute;
}

.owl-feed .owl-dots button span {
    background: #ccc;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 12px;
    margin: 0 5px;
}

.owl-feed .owl-dots button.active span {
    background: #2d4277;
}

.owl-feed .owl-dots button {
    background: whitesmoke !important;
}
section#feedback .content h2 span {background: #f5f5f5;padding: 0 40px;}

.owl-feed {
    margin-top: 45px;
}
footer {
 /*   background: url(../images/bgfooter.jpg) no-repeat top center; */
    padding: 50px 0 0;
    background-size: cover;
    color: #fff;
    line-height: 25px;
    position: relative;
    background-color:#27282B;
}
copyright {
    text-align: center;
    background: #292A2D;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 40px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    position: relative;
}

footer h2 {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    position: relative;
}
footer:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #27282B;
}

footer h2:after {
    width: 40px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.listmenufooter ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 15px;
    font-weight: 300;
    transition: all 1s ease 0s;
}

.listmenufooter ul li a:hover {
    padding-left: 4px;
}

.listmenufooter ul li a i {
    font-size: 13px;
}
.fanpage .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 17px;
     padding-top :10px;
}

.fanpage .social li {
    display: inline-block;
    margin-right: 10px;
}

.fanpage .social li a:hover {
    background: #2d4277;
    color: #fff;
}
.address ul li {
    line-height: 33px;
}
.fanpage .social {
    margin-top: 15px;
}
.box-right {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 1111;
}

.box-right .phone a {
    text-align: center;
    background: #E00505;
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px 0;
    border-radius: 50%;
}

.box-right .phone a img {
    max-width: 30px;
}
.box-right .phone {
    margin-bottom: 5px;
}
@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.box-right .phone.call img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}
.block h2 {
    background:#FE0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
}

.block {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.block .content {
    padding: 10px;
}

.block .content ul li a {
 /*   text-transform: uppercase;*/
    font-weight: 500;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 0;
    line-height: 23px;
}

.block .content ul li ul li a {
    margin-left: 10px;
    text-transform: none;
}

.block .content ul li:last-child a {
    border-bottom: none;
}
h1.title-detail {
    font-size: 22px;
    margin-top: 0;
}

.meta-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}
.pagesp .itempr {
    margin-bottom: 30px;
}
.pageing {
    text-align: center;
}
.pagination>li>a, .pagination>li>span {
    color: #111520 !important;
    cursor: pointer;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #E00505 !important;
    color:#FFF !important;
    border: 1px solid #2d4277 !important;
}
.f-pr-image-zoom {
    position: relative;
    margin-bottom: 10px;
}

.f-pr-image-zoom img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}
div#slidezoompage {
    display: flex;
}

div#slidezoompage a {
    width: calc(100%/4 - 10px);
    margin: 0 5px;
}

div#slidezoompage a img {
    height: 91px;
    width: 100%;
    object-fit: cover;
}
.info-pr h1 {
    line-height: 29px;
    font-size: 22px;
}

.info-pr .state {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    border-top: 1px dotted #ccc;
    padding: 5px 0;
}

.price-detail label {
    display: inline-block;
}

.price-detail p {
    display: inline-block;
}

.price-detail p.new-price {
    color: red;
    font-weight: 500;
    font-size: 18px;
}

.price-detail p.old-price {
    text-decoration: line-through;
}

.info-pr .state .sta {
    float: right;
    margin-top: 4px;
}

.info-pr .state .price-detail {
    float: left;
}

.info-pr .state .sta span {
    color: red;
}

.meta-des p {
    margin: 7px 0;
}

.meta-des p label {
    min-width: 115px;
}

.info-pr .support a {
    background: #E00505;
    color: #fff;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    padding: 12px 10px;
}

.info-pr .support {
    border: 1px solid #eee;
    padding: 15px 15px 0;
}

.info-pr .support a:nth-child(2n) {
    background: #2d4277;
}
ul.tab-detail {
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.tab-detail li a {
    margin-right: 0;
}

ul.tab-detail li a {
    background: #eee;
    margin-right: 2px;
    text-transform: uppercase;
}

ul.tab-detail li.active a {
    background: #2d4277;
    color: #fff;
}
h2.title-related {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    margin-top: 15px;
    color: #111520;
}

.product_related .itempr {
    margin-bottom: 30px;
}
.contentnews.pagenews .item {
    margin: 0;
    margin-bottom: 30px;
}

.pagenews.contentnews .item p.img {
    height: 250px;
}
.contentnews.pagenews {
    display: block;
}

.contentnews.pagenews .item .desc {
    height: 62px;
    overflow: hidden;
}
.contact .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact .content {
    line-height: 25px;
}

.contact .form-contact input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact {
    margin-top: 15px;
}

.contact .form-contact textarea {
    min-height: 100px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;   
    border: none;
    background: #2d4277;
    color: #fff;
    text-transform: uppercase;
}

.contact .form-contact button:hover {
    background: #444;
}

.text-left {
    margin: 0 auto;
    padding: 10px 10px;
    background: white;
    margin: 5px;
}
.text-left {
    text-align: left;
}
.icon-box-left, .icon-box-right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}
.icon-box-text {
    border-right: 0px solid #ccc;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.icon-box-left .icon-box-text, .icon-box-right .icon-box-text {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}