* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1200px;
}
.menu-mobile{
    display: none;
}
img{
    max-width: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
ul{list-style: none;margin:0;padding: 0; }
body{
    font-family: 'Roboto', sans-serif;
}
.float{float: left;width: 100%;}
a:hover{text-decoration: none;}
div#page {
    float: left;
    width: 100%;
}
div#header {
    float: left;
    width: 100%;
}
.menu-nav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}
.logo img {
    height: 35px;
}
.menu-content {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.menu-content ul {
    float: left;
}
.menu-content ul li {
    float: left;
}
.menu-content ul li:hover a, .menu-content ul li.active a {
    border-color: #f0c314;
}
.menu-content ul li a {
    float: left;
    padding: 5px 20px;
    font-size: 16px;
    color: #57585b;
    border: 2px solid #fff;
    border-radius: 8px;
    margin: 0 1px;
    letter-spacing: 1px;
}
.language {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.language a {
    float: left;
    margin: 0 5px;
    color: #57585b;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
.language a:first-child {
    padding-right: 20px;
}
.language a:first-child:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background: #333;
    bottom: 5px;
    right: 5px;
}
.language a.active {
    font-weight: bold;
}
.language a i {
    font-size: 6px;
    margin: 0 1px;
}
div#slider {
    float: left;
    width: 100%;
}
div#slider .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}
div#slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #57585b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 1px solid #57585b;
}
div#slider .owl-theme .owl-dots .owl-dot.active span, div#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f49302;
    border: 1px solid #f49302;
}
div#about {
    float: left;
    width: 100%;
    padding: 30px 0;
}
h3.title-page-box span {
    border-bottom: 2px solid #f0c314;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
h3.title-page-box {
    margin: 10px 0;
    color: #57585b;
    font-size: 25px;
    float: left;
    width: 100%;
}
.desc-about {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}
a.readmore {
    float: left;
    width: 100%;
    text-align: right;
    color: #58595b;
    font-weight: bold;
    letter-spacing: 1px;
}
.item-service h3 {
    font-size: 15px;
    font-weight: bold;
    color: #57585b;
    letter-spacing: 1px;
}
.item-service {
    float: left;
    width: 100%;
    position: relative;
}
.cap-service ul li a {
    font-size: 13px;
    color: #717171;
}
.cap-service {
    border: 1px solid #ccc;
    padding: 25px 30px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    left: 35px;
    display: none;
    z-index: 999;
    min-width: 300px;
    box-shadow: 0px 3px 10px #00000047;
}
.item-service:hover div.cap-service {
    display: block;
}
.item-service:hover h3 {
    color: #f0c314;
}
.cap-service ul li a i {
    font-size: 4px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
}
.desc-prd-home a.readmore {
    text-align: center;
    margin-top: 15px;
}
.slide-prd-home {
    float: left;
    width: 100%;
}
.desc-prd-home {
    float: left;
    width: 100%;
    margin-top: -10px;
}
.item-prd-home a {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.img-prod-home {
    float: left;
    width: 100%;
    height: 100%;
}
.desc-prd-home-item h3 {
    margin: 20px 0;
    font-size: 30px;
    color: #fff;
    margin-left: -45px;
    letter-spacing: 3px;
}
.desc-prd-home-item ul li span:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #f0c314;
    position: absolute;
    left: -45px;
    top: 10px;
}
.desc-prd-home-item ul li span {
    padding-bottom: 10px;
    display: inline-block;
    color: #e2e2e2;
    position: relative;
    letter-spacing: 1.5px;
}
.desc-prd-home-item ul li span:hover {
    color: #f0c314;
}
.desc-prd-home-item {
    background: #57585b;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    padding-left: 90px;
    transition: 0.4s all;
    top: 100%;
}

.desc-prd-home .owl-prev {
    right: 50px;
    color: #fff;
    z-index: 999;
    top: -38px;
    background: #f0c314;
    height: 36px;
    line-height: 36px;
    width: 50px;
    border-radius: 10px 0 0;
}
.desc-prd-home .owl-next {
    right: 0;
    z-index: 999;
    top: -38px;
    background: #f0c314;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 5px;
    width: 49px;
    border-radius: 0 10px 0 0;
}
.item-prd-home:hover .desc-prd-home-item {
    top: 0;
}

.desc-client img {
    height: 30px;
    width: auto !important;
}
.desc-client {
    float: left;
    width: 100%;
    padding: 10px 0;
}
div#footer {
    float: left;
    width: 100%;
    background: #e3e3e3;
}
.content-footer {
    padding-top: 30px;
    padding-bottom: 10px;
}
h3.title-item-ft {
    margin: 10px 0;
    font-size: 14px;
    color: #57585b;
    font-weight: 400;
    letter-spacing: 1px;
}
.contact-ft p {
    font-size: 14px;
    color: #8a8a8a;
}
.item-ft ul li a {
    font-size: 14px;
    color: #8a8a8a;
    padding-bottom: 6px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}
.item-ft ul li a:hover {
    text-decoration: underline;
    color: #000;
}
.language a:hover, a.readmore:hover {
    color: #f0c314;
}
.item-ft {
    float: left;
    width: 100%;
}
.copyright {
    float: left;
    width: 100%;
    border-top: 2px solid #fff;
    margin-top: 25px;
    padding: 15px 0;
    /* display: flex; */
    /* justify-content: space-between; */
}
.menu-ft a {
    float: left;
    padding-right: 30px;
    color: #8a8a8a;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.text-copyright {
    color: #8a8a8a;
}
.menu-ft a:hover {
    color: #333;
}
div#contact {
    float: left;
    width: 100%;
    padding: 25px 0;
    background: url(../images/bg_contact.png) center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.title-detail {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
}
.info-address {
    float: left;
    width: 100%;
}
.line-info-address {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
p.info-p-add span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    margin-right: 12px;
}
.form-address {
    float: left;
    width: 100%;
}
.map-address iframe {
    height: 335px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #0000007a;
}
.form-contact button {
    width: 100%;
    border: 0;
    padding: 10px;
    background: #f0c314;
    font-size: 15px;
    border-radius: 5px;
    outline: none;
}
p.info-p-add {
    color: #eaeaea;
    font-size: 13px;
    letter-spacing: 1.5px;
}
div#about-page .title-detail {
    color: #57585b;
    margin-top: 25px;
}
h3.title-about-item {
    margin: 0;
    border-bottom: 2px solid #f0c317;
    font-weight: 300;
    font-size: 22px;
}
.content-about-page {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
div#about-page {
    float: left;
    width: 100%;
}
.desc-about-pages {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.contact-ft {
    letter-spacing: 1px;
}
.desc-client .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
div#hotline ul li:last-child a {
    border: 0;
}
div#hotline ul li a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 5px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
div#hotline {
    position: fixed;
    right: 10%;
    top: 40%;
    background: #f0c314;
    border-radius: 10px 0 0 10px;
    padding: 3px 8px;
    z-index: 999;
    width: 45px;
}
div#hotline ul li ul {
    position: absolute;
    top: 0px;
    right: 18px;
    transition: 0.5s all;
    z-index: -1;
    display: none;
    padding-right: 15px;
}
div#hotline ul li:hover ul {
    width: auto;
    display: block;
}
div#hotline ul li ul li a {
    background: #f0c314;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
}
div#hotline ul ul li {
    overflow: hidden;
    padding-right: 17px;
}
div#hotline ul li {
    position: relative;
    float: left;
    width: 100%;
}
div#service-page {
    float: left;
    width: 100%;
    margin: 50px 0;
    margin-top: 30px;
}
div#service-page .title-detail {
    color: #57585b;
}
.service-page {
    float: left;
    width: 100%;
    margin-top: 30px;
}
div#tab-control {
    border-bottom: 2px solid #f0c314;
}
div#tab-control, div#tab-control ul {
    float: left;
    width: 100%;
}
div#tab-control ul li a {
    float: left;
    padding: 10px 15px;
    border: 2px solid #ffffff;
    border-bottom: 0;
    min-width: 200px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    color: #57585b;
    font-weight: 500;
    text-decoration: none;
}
div#tab-control ul li.active a, div#tab-control ul li:hover a {
    border-color: #f0c314;
    border-radius: 6px 6px 0 0;
}
div#tab-control ul {
    display: flex;
    justify-content: space-between;
}
div#tab-control ul li {
    float: left;
}
div#content-tab {
    float: left;
    width: 100%;
}
.content-tab {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 640px;
}
.img-service-tab {
    float: left;
    width: 100%;
    height: 100%;
}
.dec-service-page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    background: #ffffffe0;
    padding: 30px 20px 30px 70px;
}
.dec-service-page ul {
    float: left;
    width: 100%;
    height: 100%;
}
.dec-service-page ul li div {
    display: none;
}
.dec-service-page ul li {
    float: left;
    width: 100%;
    position: relative;
}
.dec-service-page ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #57585b;
    padding: 15px;
    color: #57585b;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    text-decoration: none;
}
.dec-service-page ul li a span:first-child i {
    float: left;
    font-size: 5px;
    margin-top: 7px;
    padding-right: 5px;
}
.dec-service-page ul li a:hover {
    color: #000000;
}
.dec-service-page ul li.active span.last-item-service {
    transform: rotate(90deg);
}
.dec-service-page ul li.active div {
    display: block;
    float: left;
    width: 100%;
    padding-left: 30px;
    letter-spacing: 1px;
    padding-top: 15px;
    font-size: 15px;
}
.dec-service-page ul li a i {
    float: right;
    font-size: 20px;
    font-weight: 600;
}
div#products-page {
    float: left;
    width: 100%;
    margin-top: 30px;
}
div#products-page .title-detail {
    color: #57585b;
}
.cap-product-page {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: justify;
    padding: 0 15%;
    letter-spacing: 1px;
    color: #7d7d7d;
}
.item-prd-home {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.pagination ul li.active a {
    border-color: #f0c314;
}
.pagination ul li a {
    border: 2px solid #fff;
    color: #57585b;
    padding: 5px 10px;
    border-radius: 5px;
}
.pagination ul li a i {
    font-size: 18px;
}
.desc-products-page {
    float: left;
    width: 100%;
}
.desc-products-page .desc-prd-home-item {
    align-items: center;
    padding: 0;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a:hover {
    border-color: #f0c314;
}
div#detail-prd-page {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.content-detail-page {
    float: left;
    width: 100%;
}
.line-top-detail {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.desc-text-prd {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.desc-left-prd {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.desc-left-prds h3 {
    margin: 0;
    font-size: 25px;
    color: #57585b;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.cap-detail {
    float: left;
    width: 100%;
}
.item-desc-detail h4 {
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    font-weight: 400;
    color: #57585b;
}
.item-desc-detail p {
    font-weight: 300;
    color: #57585b;
    font-size: 14px;
}
.item-desc-detail {
    padding-left: 20px;
}
.error-field p {
    color: #fff;
}








.owl-next {
    position: absolute;
    right: 0;
}
.owl-prev {
    position: absolute;
}
.owl-prev {
    right: 30px;
    font-size: 20px;
    color: #f33534;
    z-index: 999;
    top: -50px;
    background: #e8e8e8;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}
.owl-next {
    text-align: center;
    right: 0;
    font-size: 20px;
    z-index: 999;
    top: -50px;
    background: #e8e8e8;
    height: 30px;
    line-height: 30px;
    color: #f33534;
    padding: 0 5px;
    width: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 1px solid #f49302;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f49302;
}

.owl-controls {
    z-index: 9999;
}


@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}