li {
    list-style: none;
}

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

a:hover {
    color: #2d4277;
}

body {
    font-size: 15px;
    font-family: 'Barlow', 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: #ee9a13;
    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-top: 10px;
    display: 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;
}

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

.menu-icon {
    color: #291770;
    float: right;
    margin: 26px 0;
}
nav.menu_mb {
    margin: 0;
}
/*************menu*************/

.header {
    height: 80px;
    position: relative;
    box-shadow: 1px 1px 3px #ccc;
    background-color: #FCBE13;
}
.header.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
    background: #FCBE13;
    box-shadow: 1px 1px 5px 2px #ccc;
}
.header .logo {
    margin-right: 60px;
    padding: 4px 0;
    z-index: 11;
    float: left;
}

.header .search {
    float: right;
    position: relative;
    cursor: pointer;
    width: 260px;
    margin: 24px 0;
}
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: 56%;
    text-align: left;
}

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

.menu ul li a {
    color: #28166f;
    text-transform: uppercase;
    margin: 0px 15px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 33px;
    font-weight: 500;
    margin-top: 28px;
}

.menu ul li i.fa-caret-down {
    color: #28166f;
    position: absolute;
    right: 0px;
    top: 32px;
}
.menu ul li a:hover, .menu ul li:hover i {
    color: #f0a100;
}
.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 ul.level_1 {
    position: absolute;
    background: #ffffff;
    z-index: 11;
    top: 80px;
    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;
    text-transform: capitalize;
    font-size: 15px;
}

.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;
    clear: both;
  /*  background: #291770;*/
    padding:   0px 0;
}


.header .search .content {
    background: #eee;
    z-index: 11;
    padding: 2px;
}

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

.header .search .content button {
    color: #f0a100;
    padding: 8px;
    border-radius: 0px;
    position: absolute;
    right: 3px;
    top: -1px;
    border: none;
    background: none;
}
.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;
    border-radius: 50%;
}

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: #28166f;
}
h2.title span {
    position: relative;
    font-size: 30px;
    display: inline-block;
    color: #291770;
    font-family: 'Yeseva One', cursive;
    padding-bottom: 10px;
}

h2.title {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 10px;
}

h2.title span:after {
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    background: #f0a100;
    bottom: 0;
    left: 0;
    margin: auto;
}
section#cate-home {padding: 40px 0;}
section#cate-home .item {
    margin-bottom: 30px;
}
.content-des {
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

section#cate-home .item a:before {
    width: 100%;
    height: 100%;
    background: #00000042;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
section#cate-home .item a {
    display: block;
    height: 300px;
    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 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;
}

.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 {
    margin-top: 10px;
}

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

.contentnews .item .meta .desc {
    line-height: 21px;
    margin-top: 5px;
    color: #555;
}
.contentct {
    margin-top: 25px;
}
.contentnews .item .meta h3 a:hover {
    text-decoration: underline;
    color: #ef9f01;
}
.contentct .item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #eee;
}

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

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

.contentct .item .meta {
    width: calc(100% - 295px);
    float: left;
    padding: 20px 0;
}

.contentct .item .meta h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.contentct .item .meta h3 a:after {
    width: 40px;
    height: 2px;
    background: #28166f;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.contentct .item .meta .desc {
    color: #333;
    line-height: 24px;
}

.contentct .item .meta h3 a:hover {
    text-decoration: underline;
    color: #ee9a13;
}
footer {
    padding: 50px 0 0;
    background-size: cover;
    color: #000000;
    line-height: 25px;
    position: relative;
    margin-top: 30px;
}
copyright {
    text-align: center;
    background: #ef9f01;
    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;
    font-family: 'Yeseva One', cursive;
    position: relative;
}
footer:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  /*  background: #28166f;*/
  background: #FFC000;
}

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

.listmenufooter ul li a {
    color: #000000;
    padding: 4px 0;
    display: block;
    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: #fff;
    color: #000000;
    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: #ef9f01;
    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: #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: 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: #2d4277 !important;
    color:#FFF !important;
    border: 1px solid #2d4277 !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;
}

.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;
}
section.product-home h2 span {
    color: #fff;
}

section.product-home h2 span:after {
    background: #fff !important;
}
.main {
    margin-top: 15px;
}
.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;
    font-family: 'Yeseva One', cursive;
}
h1.title-page-sp {
    text-align: center;
    font-family: 'Yeseva One', cursive;
}

h2.title-detail {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product_list .items {
    margin-bottom: 30px;
    position: relative;
}

.product_list .items .meta {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    font-size: 16px;
    padding-right: 20px;
    text-shadow: 1px 1px 1px #333;
}
.product_list .items p.img a {
    display: block;
    height: 410px;
    position: relative;
}

.product_list .items p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_list .items .meta h3 a {
    display: block;
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
}

.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;
}

.option-detail-sp {
    margin-bottom: 50px;
}

.option-detail-sp .tab-title {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.option-detail-sp .tab-title span {
    display: inline-block;
    padding-bottom: 10px;
}

.option-detail-sp .tab-title span:after {
    width: 50px;
    height: 2px;
    background: #ef9c0c;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.option-detail-sp .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.option-detail-sp .meta p.img,.option-detail-sp .meta .info {
    width: 50%;
}

.option-detail-sp .meta .info {
    padding-left: 31px;
    line-height: 25px;
    font-size: 16px;
}

.option-detail-sp .meta .info ul li {
    list-style: inherit;
}

.option-detail-sp .meta .info ul {
    margin-left: 20px;
}
.option-detail-sp .meta p.img {
    display: block;
    overflow: hidden;
}

.option-detail-sp .meta p.img img {
    transform: scale(1);
    transition: all 1s ease 0s;
}

.option-detail-sp .meta p.img:hover img {
    transform: scale(1.3);
}
.option-detail-sp .items {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    line-height: 25px;
}

.option-detail-sp .items img {
    display: inline;
    height: 45px;
    width: 45px;
    object-fit: scale-down;
    margin-bottom: 10px;
}

.option-detail-sp .items h3 {
    margin-bottom: 9px;
}
.tab-detail-sp {
    float: left;
    margin-top: 10px;
}

.tab-detail-sp p {
    display: inline-block;
    margin-right: 15px;
}

.tab-detail-sp p a {
    font-weight: 600;
    text-transform: uppercase;
}
ul.tab-detail {
    border-bottom: none;
}

ul.tab-detail li a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin-right: 20px;
}

ul.tab-detail li.active a {
    color: #ef9f01;
}
.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 li a {
    line-height: 25px;
    font-size: 15px;
    font-style: normal;
    margin-right: 5px;
    color: #333;
}

section#news-related ul li h3 {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

section#news-related ul li a:hover {
    color: #ef9f01;
}
.bannerin img {
    width: 100%;
}