li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #9c7442;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.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: 0;
    margin-bottom: 0;
    display: block;
    border: none;
    background: none;
}

.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: #987a53;
    float: right;
    margin: 12px 0;
}

nav.menu_mb {
    margin: 0;
}


/*************menu*************/

.tophead {
    background: #eee;
    padding: 10px 0;
}

.tophead .content {
    display: flex;
    justify-content: space-between;
}

.tophead .content .topleft p {
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
}

.tophead .content .topleft p i {
    color: red;
    font-size: 18px;
}

.tophead .content .topright {
    display: flex;
}

.tophead .content .topright .topsocial a {
    margin-right: 15px;
    color: #999;
}

.tophead .content .topright .topsocial {
    margin-right: 15px;
}

.tophead .content .topright .topsocial a:hover {
    color: #987a53;
}

.tophead .time {
    margin-right: auto;
    float: right;
}

.tophead p {
    display: inline-block;
}

.header {
    position: relative;
    padding:   27px 0px 10px 0px;
}

.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;
    margin-right: 15px;
}

.header .search {
    float: right;
    position: relative;
    cursor: pointer;
}

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;
    position: relative;
    z-index: 12;
    float: right;
    margin: 20px 0;
}

.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    color: #333;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 15px;
}

.menu ul li i.fa-caret-down {
    position: absolute;
    right: 2px;
    top: 13px;
}

.menu ul li a:hover,
.menu ul li:hover i,
.menu ul li a.active {
    color: #987a53;
}

.menu ul li a:hover:after {
    width: 100%;
}

.menu ul li ul.level_1 {
    position: absolute;
  
    z-index: 11;
    top: 40px;
    left: 0px;
    width: 250px;
    box-shadow: 1px 1px 1px #ccc;
    background: #3544B7;
}

.menu ul li ul.level_1 li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    margin: 0 0px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
}

.menu ul li ul.level_1 li a:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    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: #fff;
    background: red;
}

.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: #977b56;
    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;
}

#banner {
    position: relative;
}

#banner .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#banner .owl-dots button span {
    margin: 0 3px;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

#banner .owl-dots button.active span {
    background: #fff;
}

.icon_search {
    position: absolute;
    right: 0px;
    top: 29px;
    font-size: 19px;
}

.header .search .content {
    z-index: 11;
    padding: 2px;
    position: absolute;
    width: 350px;
    right: 0;
    top: 60px;
    display: none;
}

.header .search .content input {
    padding: 9px;
    width: 100%;
    border: 1px solid #ddd;
}

.header .search .content button {
    color: #fff;
    padding: 9px 10px;
    border-radius: 0px;
    position: absolute;
    right: 2px;
    top: 3px;
    border: none;
    background: #987a53;
}

.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: 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;
}

div#banner .owl-nav button span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #ffffffcf;
    line-height: 36px;
    font-size: 31px;
}

div#banner .owl-nav button.owl-prev span {
    margin-left: 5px;
}

div#banner .owl-nav button.owl-next span {
    margin-right: 5px;
}

div#banner .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

div#banner .owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
}

div#banner .owl-nav button span:hover {
    background: #987a53;
    color: #fff;
}

h1.title-page {
    margin-bottom: 30px;
}

h2.title span,
.title-page span,
.ttl_related span {
    position: relative;
    font-size: 28px;
    color: #3544B7;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}

section#cate-home {
    margin-top: 60px;
}

h2.title,
.title-page,
.ttl_related {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h2.title span:after,
.title-page span:after,
.ttl_related span:after {
    content: "";
    position: absolute;
    right: 0;
    margin: auto;
    width: 50px;
    top: 0;
    height: 3px;
    background: #ed1c24;
    left: 0;
    bottom: -39px;
}

.abouthome {
    padding: 50px 0;
    background: #eee;
}

.abouthome iframe {
    height: 370px;
}

h2.title a {
    font-size: 14px;
    color: #fff;
    margin-right: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

h2.title a:hover {
    color: #cc0000;
}

.box-category h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 10px;
    background: #e03232;
}

.box-category .content {
    border: 1px solid #ddd;
    padding: 0 10px;
}

.box-category .content .sidebar ul li a {
    font-size: 15px;
    background: #fff;
    font-weight: 400;
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 8px 0;
}

.box-category .content .sidebar ul li ul li a {
    text-transform: none;
    padding-left: 15px;
    color: #333;
    font-size: 15px;
    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: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    background: #ea0000;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

.f-block .content {
    border: 1px solid #ddd;
    padding: 10px;
    background: #ececec;
}

.f-block .content .flex-key a {
    display: inline-block;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 7px;
    margin: 0 2px 4px;
    border-radius: 8px;
}

.f-block .content .flex-key a:hover {
    background: #000;
    color: #fff;
}

.f-block .content .item {
    border: 1px solid #cacaca;
    box-shadow: 3px 3px 1px #cacaca;
    margin-bottom: 25px;
}

.item-video h3 a {
    font-size: 15px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.item-video {
    margin-bottom: 10px;
}

.f-block .content .item .img {
    display: block;
    border: 5px solid #fff;
}

.f-block .content .item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.f-block .content .item .item-bl-new .new-date {
    font-size: 12px;
}

.f-block .content .item .item-bl-new {
    border-top: 1px solid #cacaca;
}

.f-block.f-cate {
    border: 1px solid #ddd;
}

.f-block.f-cate h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    padding: 10px;
}

.f-block.f-cate ul {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.f-block.f-cate ul li {
    border-bottom: 1px dashed #ddd;
}

.f-block.f-cate ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    display: block;
}

.f-block .content .item h3 a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #9c7442;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
}

.f-block {
    margin-bottom: 15px;
}

.f-block form {
    position: relative;
}

.f-block form input {
    border: 1px solid #ccc;
    height: 38px;
    padding-left: 10px;
    width: 100%;
}

.f-block form button {
    background: #6d6d6d;
    color: #fff;
    border: none;
    height: 38px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.f-block form button:hover {
    background: #e03232;
    color: #fff;
}

.wrap_item .item {
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #cacaca;
    text-align: center;
    box-shadow: 3px 3px 1px #cacaca;
    margin-top: 25px;
}

.wrap_item.f-product .item {
    padding-bottom: 22px;
}

.content-des {
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.wrap_item .item p.img a {
    display: block;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.wrap_item .item p.img a {
    height: 210px;
}

.wrap_item .item a h3 {
    text-align: center;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.wrap_item .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.wrap_item.f-product .item a img {
    object-fit: scale-down;
}

.wrap_item .item a:hover img {
    transform: scale(1.1);
}

.wrap_item .item h3 a {
    display: table-cell;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #977b56;
    vertical-align: middle;
    text-transform: uppercase;
}

.wrap_item .item h3 {
    display: table;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrap_item .item a h3 span {
    font-size: 32px;
    font-weight: 600;
}

.wrap_item .item .des_da {
    text-align: left;
}

.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;
}

.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;
}

.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;
    color: #fff;
    line-height: 25px;
    position: relative;
    margin-top: 30px;
    background: #202020;
}

copyright {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    background: #131313;
    text-align: center;
    color: #fff;
}

footer h2 {
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

footer h2:after {
    width: 50px;
    height: 2px;
    background: red;
    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: #970404;
    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: #f00;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    border-radius: 50%;
}

.box-right .phone.map {
    padding: 0;
}

.box-right .phone.map a {
    padding: 0;
    background: no-repeat;
}

.box-right .phone.map a img {
    max-width: 40px;
}

.box-right .phone.facebook a {
    background: #436fed;
}

.box-right .phone a img {
    max-width: 30px;
}

.box-right .phone {
    margin-bottom: 5px;
}

.box-right .phone.zalorung img {
    display: none;
}

.box-right .phone.zalorung a {
    background: url(../images/zalo-icon.png) no-repeat;
    background-size: cover;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

@-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;
    max-height: 20px;
}

.block h2 {
    background: red;
    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: 25px;
    margin-top: 20px;
}

h1.title-detail.ttlsp {
    border-bottom: 2px solid #e03232;
    padding-bottom: 5px;
}

.cate-description {
    margin-bottom: 15px;
}

.flex-ed {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.flex-ed select {
    height: 34px;
    border: 1px solid #ccc;
}

.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: #977b56 !important;
    color: #FFF !important;
    border: 1px solid #967c59 !important;
}

.info-pr h1 {
    line-height: 29px;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
}

.price-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.price-detail label {
    margin-right: 10px;
    margin-bottom: 0;
}

.price-detail .new-price {
    font-weight: 800;
    font-size: 25px;
    color: red;
    margin-right: 10px;
}

.price-detail .old-price {
    text-decoration: line-through;
    font-size: 19px;
    color: #999;
}

.product_related .itempr {
    margin-bottom: 30px;
}

.contact .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 26px;
}

.contact .content {
    line-height: 27px;
}

.contact .form-contact input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact {}

.contact .form-contact textarea {
    min-height: 100px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 30px;
    border: none;
    background: #9b7547;
    color: #fff;
    text-transform: uppercase;
}

.contact .content h1,
.contact h2 {
    background: red;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.contact .map {
    margin-top: 15px;
    display: block;
}

.contact .form-contact button:hover {
    background: #444;
}

section.product-home h2 span {
    color: #fff;
}

section.product-home h2 span:after {
    background: #fff !important;
}

.main {
    position: relative;
}

.main.pagein {
    margin-top: 15px;
}

.main.black:before {
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 11;
    top: -16px;
}

.page-detail {
    line-height: 25px;
}

.page-detail p {
    margin-bottom: 10px;
}

.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;
}
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-weight: 700;
    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: 13px;
    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;
}
.new-home {
    margin-top: 15px;
}
.new-home-main {
    display: flex;
}
p.new-home-main-img {
    width: 50%;
    height: 290px;
    display: block;
}
.new-home-main-info {
    width: 50%;
    padding-left: 15px;
}
p.new-home-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-home-main-info h3 a {
    display: block;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 5px;
}
.new-home-main-info .new-date {
    font-style: italic;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.new-home-content {
    margin-top: 15px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.new-home-content-item {
    display: flex;
    width: calc(50% - 30px);
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0 15px;
    margin-bottom: 15px;
}
p.new-home-item-img {
    width: 120px;
    display: block;
}
.new-home-item-info {
    width: calc(100% - 130px);
    padding-left: 15px;
}
p.new-home-item-img img {
    height: 80px;
    object-fit: cover;
    width: 100%;
}
.new-home-item-info h3 a {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}
background: rgba(0, 0, 0, 0.2);
display: inline-block;
margin-right: 10px;
color: #acacac;
font-size: 14px;
padding: 0 10px;
border-radius: 8px;
margin-bottom: 5px;

}
.tagcloud a:hover {
    background: #000;
}
.f-pr-image-zoom {
    margin-top: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.zoomWrapper {
    width: 100% !important;
    height: 450px !important;
}
.zoomWrapper img {
    width: 100% !important;
    height: 450px !important;
    object-fit: scale-down;
}
div#slidezoompage {
    margin-top: 10px;
    border: 1px solid #eee;
    display: flex;
    padding: 5px;
}
div#slidezoompage .thumb-dt {
    height: 90px;
    display: block;
}
div#slidezoompage .thumb-dt img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.support a {
    display: block;
    margin: 10px 0;
    font-weight: 700;
}
.support a i {
    color: red;
    font-size: 18px;
}
.support a.tel1 i {
    color: #0cca4b;
}
.product_meta {
    border-left: 2px solid red;
    margin: 15px 0;
    padding-left: 10px;
}
.product_meta span {
    display: block;
}
.product_meta span a {
    color: #e03232;
    font-size: 14px;
}
.product_meta span a:hover {
    text-decoration: underline;
}
.product_meta span.posted_in {
    margin-bottom: 10px;
}
.ttlmt {
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #9c7442;
    text-transform: uppercase;
}
.ttlmt span {
    display: inline-block;
    background: #9c7442;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}
.partner {
    margin: 50px 0;
}
.partner .owl-nav button span {
    width: 35px;
    height: 35px;
    background: #eee;
    display: block;
    border-radius: 50%;
    font-size: 27px;
    line-height: 31px;
    box-shadow: 1px 1px 1px #CCCc;
}
.partner .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 34%;
}
.partner .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 34%;
}
.partner .owl-nav button span:hover {
    background: #977b56;
    color: #fff;
}
.partner .item {
    border: 1px solid #eee;
    margin: 0 15px;
    height: 100px;
}
.partner .item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.contentnews .item {
    border: 1px solid #cacaca;
    box-shadow: 3px 3px 1px #cacaca;
    margin-bottom: 25px;
}
.contentnews .item .img {
    border: 5px solid #fff;
}
.contentnews .item .meta {
    border-top: 1px solid #cacaca;
    text-align: center;
}
.contentnews .item .meta h3 a {
    text-transform: uppercase;
    color: #9c7442;
    padding: 5px 10px;
    display: block;
    line-height: 25px;
}
.contentnews .item .meta h3 {
    display: block;
    height: 60px;
    overflow: hidden;
}
.contentnews .item .img a {
    height: 300px;
    display: block;
    overflow: hidden;
}
.contentnews .item:hover .img img,
.f-block .content .item:hover .img img {
    transform: scale(1.1);
}
.contentnews .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-block .content .item .img a {
    display: block;
    height: 300px;
    overflow: hidden;
}
.detail-service {
    margin-bottom: 40px;
}
.detail-service #slider {
    display: flex;
    flex-wrap: wrap;
}
.detail-service #slider li {
    width: calc(100%/4 - 12px);
    margin: 6px;
}
.detail-service #slider li a {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.detail-service #slider li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-service #slider {
    margin-left: -3px;
    margin-right: -3px;
}
.detail-service #slider li a:after {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 140%;
    height: 120%;
    top: -10%;
    left: -20%;
    text-align: center;
    content: "";
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.18);
    border: 5px solid rgba(255, 255, 255, 0.19);
    background: rgba(0, 0, 0, 0.38) url(../images/search-icon.png) center center no-repeat;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 10.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detail-service #slider li a:hover:after {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    opacity: 1;
}
.page-video .item iframe {
    width: 100%;
    height: 350px;
}
.page-video .item {
    margin-bottom: 30px;
}
.page-recruit .item {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    color: #977b56;
    text-transform: uppercase;
}
.page-recruit .item:hover {
    color: #fff;
    background: #977b56;
}
.recruit-related li i {
    margin-right: 5px;
}
.main.page-contact {
    margin-top: 20px;
}
.contact .map iframe {
    height: 250px;
}
.productbreadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.productbreadcrumb ul li {
    margin-right: 9px;
}
.lst-category a {
    display: table;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 15px;
    height: 49px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    line-height: 20px;
}
.lst-category a:hover {
    background:#987a53;
    color: #fff;
}
.lst-category a span {
    display: table-cell;
    vertical-align: middle;
}