li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #CC0000;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.social li a i {
    line-height: 35px;
}

.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: #333;
}

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: #CC0000;
    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: #ee9a13;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #333;
    color: #fff;
}
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
}
.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;
    max-height: 80px;
}

.container
{
    position:relative;
}
/***********************/

.menu-icon {
    color: #fff;
    float: right;
    margin: 12px 0;
}
nav.menu_mb {
    margin: 0;
}
/*************menu*************/

.header {
    position: relative;
    padding: 10px 0;
}
.header.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px 2px #ccc;
}
.header .logo {
    float: left;
    z-index: 11;
}

.header .search {
    float: left;
    position: relative;
    cursor: pointer;
    width: 515px;
    margin: 18px 0;
  
}
p.homemb {
    float: left;
    margin-left: 180px;
}

p.homemb a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

.menu {
    text-align: left;
    background: #0096D3;
}
.menu.fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
}.menu.fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
}
.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    margin: 22px 23px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
}

.menu ul li i.fa-caret-down {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 26px;
}
.menu ul li a:hover, .menu ul li:hover i {
    color: #f0a100;
}


.menu ul li a:hover:after {
    width: 100%;
}

.menu ul li ul.level_1 {
    position: absolute;
    background: #ffffff;
    z-index: 11;
    top: 64px;
    left: 20px;
    width: 250px;
    box-shadow: 1px 1px 1px #ccc;
}

.menu ul li ul.level_1 li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #111;
    font-size: 15px;
}
.menu ul li ul.level_1 li a:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #333;
    content: "\f0da";
    margin-right: 6px;
}

.menu ul li ul.level_1 li a:hover,.menu ul li ul.level_1 li a:hover:before {
    color: #cc0000;
}

.menu ul li ul.level_1 li {
    display: block;
}

.menu ul li:hover ul.level_1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
}
.menu ul li ul.level_1 li ul.level_2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    display: none;
}

.menu ul li ul.level_1 li ul.level_2 li a {
    line-height: 22px;
}
.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;
    padding: 0px 0;
    clear: both;
}


.header .search .content {
    z-index: 11;
    padding: 2px;
}

.header .search .content input {
    padding: 9px;
    border-radius: 33px;
    width: 100%;
    background: #eeeeeea3;
    border: 1px solid #ddd;
}

.header .search .content button {
    color: #CC0000;
    padding: 8px;
    border-radius: 0px;
    position: absolute;
    right: 9px;
    top: 3px;
    border: none;
    background: none;
}
.header .search .content button:hover {
    background: #333;
}
.hotlinetop {
    float: right;
    margin:  0px 0px;
}

.hotlinetop a {
    display: inline-block;
/*    border: 2px solid #CC0000; */
    border-radius: 30px;
    color: #cc0000;
    font-weight: 500;
    font-size: 18px;
    padding-right: 15px;
}

.hotlinetop a i {
    width: 38px;
    height: 38px;
    background: #cc0000;
    color: #fff;
    text-align: center;
    margin: -2px;
    line-height: 38px;
    font-size: 24px;
    border-radius: 39px;
    margin-right: 5px;
}
section#banner .owl-nav button span {
    color: #fff;
    background: #0000009e;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 32px;
    font-size: 25px;
}

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: #cc0000;
}
h2.title span {
    position: relative;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: #cc0000;
    height: 44px;
    line-height: 27px;
    padding: 10px 25px;
}

h2.title {
    text-align: left;
    border-bottom: 1px solid #cc0000;
    margin-bottom: 10px;
}

h2.title span:after {
    content: "";
    position: absolute;
    right: -44px;
    margin: auto;
    width: 0;
    top: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 44px solid #cc0000;
}
h2.title a {
    float: right;
    font-size: 15px;
    margin-top: 20px;
}

h2.title a:hover {
    color: #cc0000;
}
.box-category h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px;
    line-height: 26px;
    border-bottom: 3px solid #ac0707;
    height: 44px;
    background-image: linear-gradient(to right, #cc0000, red);
}

.box-category .content {
    border: 1px solid #ddd;
    padding: 10px;
    background: #eeeeee82;
}

.box-category .content .sidebar ul li a {
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    padding:  5px 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    color: #cc0000;
    padding-left: 7px;
}

.box-category .content .sidebar ul li ul li a {
    text-transform: none;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
    background: transparent;
}

.box-category .content .sidebar ul li ul li a:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #333;
    content: "\f0da";
    margin-right: 5px;
}

.box-category .content .sidebar ul li ul {
}

.box-category .content .sidebar ul li ul li a:hover {
    color: #cc0000;
}

.box-category .content .sidebar ul li ul li a:hover {
    padding-left: 25px;
}

.box-category .content .sidebar ul li:last-child a {
    border-bottom: none;
}
.box-category {
    margin-bottom: 25px;
}

.f-block h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 4px solid #cc0000;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}

.f-block .content {
    border: 1px solid #eee;
    padding: 10px;
}

.f-block .content .item {
    display: flex;
    margin-bottom: 10px;
}

.f-block .content .item p.img {
    width: 36%;
}

.f-block .content .item h3 {
    width: 64%;
    padding-left: 10px;
}

.f-block .content .item h3 a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.f-block {
    margin-bottom: 15px;
}
section#cate-home {}
section#cate-home .item {
    margin-bottom: 20px;
}
.content-des {
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

section#cate-home .item p.img a {
    display: block;
    height: 240px;
    overflow: hidden;
    position: relative;
}

section#cate-home .item a h3 {
    text-align: center;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

section#cate-home .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#cate-home .item h3 a {
    display: table-cell;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    vertical-align: middle;
}

section#cate-home .item h3 {
    display: table;
    width: 100%;
    height: 45px;
    text-align: center;
}
section#cate-home .item a:hover img,.contentnews .item p.img:hover img {
    transform: scale(1.5);
}
section#cate-home .item a h3 span {font-size: 32px;font-weight: 600;}

.owl-spbc .itempr {
    margin: 0 15px;
}

.itempr .img a img {display: inline-block;}

.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;
    line-height: 24px;
}

.itempr .meta h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    height: 45px;
}
.itempr {
    color: #fff;
    margin-top: 15px;
}
.itempr .img {
    position: relative;
    display: block;
    text-align: center;
}


section.product-home {
    padding: 50px 0;
    background: url(../images/bgdc.jpg);
    background-attachment: fixed;
}
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: #2d4277;
}

section#news-ct {
    margin: 40px 0;
}
.newhome .owl-nav {
    position: absolute;
    right: 15px;
    top: -63px;
}

.newhome .owl-nav button span {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 32px;
    font-size: 24px;
    margin: 0 1px;
    background: #eee;
}

.newhome .owl-nav button span:hover {
    background: #cc0000;
    color: #fff;
}
.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;
    top: 8px;
    background: #fff;
    color: #28166f;
    text-align: center;
    left: 8px;
    font-size: 13px;
    border: 2px solid #28166f;
    padding: 5px;
    z-index: 11;
}

.contentnews .item .dated label {
    display: block;
    line-height: 16px;
    font-size: 17px;
}

.contentnews .item .meta {
    width: calc(100% - 250px);
    padding-left: 15px;
}

.contentnews .item .meta h3 a {display: block;margin-bottom: 10px;line-height: 25px;}

.contentnews .item .meta .desc {
    line-height: 22px;
    margin-top: 5px;
    color: #555;
}

.contentnews .item .meta h3 a:hover {
    color: #cc0000;
}
.contentct .item {
    margin: 0 15px;
    border: 1px solid #eee;
    float: left;
}

.contentct .item .img {
    float: left;
    margin-right: 15px;
    width: 200px;
    height: 208px;
}

.contentct .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentct .item .meta {
    width: calc(100% - 215px);
    float: left;
    padding: 5px 0;
}

.contentct .item .meta h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    position: relative;
}

.contentct .item .meta .desc {
    color: #666;
    line-height: 23px;
}

.contentct .item .meta h3 a:hover {
    color: #cc0000;
}
footer {
    padding: 50px 0 0;
    background-size: cover;
    color: #fff;
    line-height: 25px;
    position: relative;
    margin-top: 30px;
}
copyright {
    text-align: center;
    background: #a70808;
    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: 18px;
    margin-bottom: 20px;
    position: relative;
}
footer:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0096D3;
}

footer h2:after {
    width: 40px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.listmenufooter ul li a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    transition: all 1s ease 0s;
}

.listmenufooter ul li a:hover {
    padding-left: 4px;
    color: #ef9f01;
}

.listmenufooter ul li a i {
    font-size: 13px;
}
.social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #0096D3;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}

.social li a:hover {
    background: #2d4277;
    color: #fff;
}
.address ul li {
    line-height: 33px;
}
.social {
    margin-top: 15px;
}
.box-right {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 1111;
}

.box-right .phone a {
    text-align: center;
    background: #ffffff;
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px 0;
    border-radius: 50%;
}

.box-right .phone a img {
    max-width: 40px;
}
.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: #2d4277;
    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: 20px;
    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: #cc0000!important;
    color:#FFF !important;
    border: 1px solid #cc0000 !important;
}
.info-pr h1 {
    line-height: 29px;
    font-size: 22px;
}



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;
    display: flex;
}

.pagenews.contentnews .item p.img {
    height: 190px;
    width: 250px;
    border: 1px solid #eee;
    padding: 3px;
}
.contentnews.pagenews {
    display: block;
}

.contentnews.pagenews .item .desc {
}
.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: #cc0000;
    color: #fff;
    text-transform: uppercase;
}

.contact .form-contact button:hover {
    background: #444;
}
section.product-home h2 span {
    color: #fff;
}

section.product-home h2 span:after {
    background: #fff !important;
}
.main {
    margin-top: 15px;
}
.page-detail
{
    line-height: 25px;
}
.page-detail img {
    max-width: 100%;
    height: auto !important;
}
.option_intro .item .meta {
    position: absolute;
    bottom: 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    left: 15px;
    padding-right: 15px;
    line-height: 25px;
    opacity: 0;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
}

.option_intro .item {
    margin-bottom: 30px;
    position: relative;
}

.option_intro .item .meta h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.option_intro .item:hover .meta {
    opacity: 1;
    transform: translateY(15%) translateZ(0);
}

h2.title-page-in {
    margin-bottom: 15px;
    font-size: 25px;

}
h1.title-page-sp {
    text-align: center;
    font-size: 21px;
}

h2.title-detail {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product_list .items {
    margin-bottom: 30px;
    position: relative;
}

.product_list .items p.img a {
    display: block;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product_list .items p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_list .items p.img a:hover img {
    transform: scale(1.5);
}
.product_list .items .meta h3 {
    display: table;
    height: 45px;
    width: 100%;
    text-align: center;
}

.product_list .items .meta h3 a {
    display: table-cell;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
    vertical-align: middle;
}
    display: table;
    height: 45px;
    width: 100%;
    text-align: center;
}
.product_list .items p.img a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    background: linear-gradient(to top, #323232 0%, rgba(50,50,50,0) 33%);
    opacity: .3;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s;
}

.product_list .items p.img a:hover:before {
    opacity: 0.5;
}
.breadcrumb.pagesp {
    display: block;
    background: none;
    float: left;
    width: 65%;
}
.title-detail-sp {
    position: relative;
    margin-bottom: 10px;
}
.title-detail-sp p.img img {
    width: 100%;
}
.title-detail-sp .meta {
    position: absolute;
    bottom: 10%;
    font-size: 20px;
    text-transform: uppercase;
    left: 10%;
    background: #fffc;
    padding: 20px;
}

.title-detail-sp .meta h1 {
    color: #ef9f01;
    font-size: 30px;
}






.contentnews.pagenews .item:hover .dated {
    background: #ef9f01;
    color: #fff;
    border: 2px solid #ef9f01;
}
section#news-related h2 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
section#news-related ul {
    display: flex;
    flex-wrap: wrap;
}

section#news-related ul li {
    width: calc(100%/2 - 30px);
    display: flex;
}

section#news-related ul li p.img {
    width: 27%;
}

section#news-related ul li h3 {
    width: 73%;
    padding-left: 15px;
}
section#news-related ul li a {
    line-height: 24px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #333;
}
section#news-related ul li p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#news-related ul li p.img a {
    height: 90px;
    display: block;
}
section#news-related ul li {
    margin: 15px;
}
section#news-related ul li h3 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
section#news-related ul li a:hover {
    color: #cc0000;
}
.bannerin img {
    width: 100%;
}
.address p {
    margin-bottom: 5px;
}
.other-products {
    margin-top: 25px;
    margin-bottom: 25px;
}

.other-products h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.other-products .content .item {
    margin: 0 15px;
}

.other-products .content .item h3 a {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    font-size: 15px;
    line-height: 21px;
}

.other-products .content .item h3 {
    display: table;
    text-align: center;
}

.other-products .content .item p.img a:hover img {transform: scale(1.5);}

.other-products .content .item .img a {
    height: 170px;
    display: block;
    overflow: hidden;
}

.other-products .content .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.other-products .owl-nav {
    position: absolute;
    right: 13px;
    top: -48px;
}

.other-products .owl-nav button span {
    display: block;
    margin: 0 3px;
    background: #eee;
    width: 35px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
}

.other-products .owl-nav button span:hover {
    background: #cc0000;
    color: #fff;
}
div#slider {
    margin-bottom: 10px;
    margin-top: 10px;
}