@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: hahuytuyen1998@gmail.com
*/
body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
}
h1, h2, h3, h4 {
    margin-top: 0px;
    font-weight: 700;
}
.clr{
    clear: both;
}
ul{
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    color: #ec1f28;
}
a {
    color: #333;
    cursor: pointer;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
p{
    font-weight: 400;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-flex {
    display: flex;
}
.ali-c {
    align-items: center;
}
.ju-s {
    justify-content: space-between;
}
.ju-c {
    justify-content: center;
}
/* css scroll */
*::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #ec1f28; 
  width: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a; 
} 

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    50% {
        opacity: 1;
        transform: scale(2.0);
    }

    100% {
        opacity: 0;
        transform: scale(4.0);
    }
}

@keyframes img-rung {
    0% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 51px;
    line-height: 51px;
}


.owl-prev {
    left: 0px !important;
}

.owl-next {
    right: 0px !important;
}

.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.swiper{
    overflow: hidden;
}
.nav-container-fixed{
position:fixed !important;
box-shadow: 0 0 5px 0 #000;
top:0;
left:0;
right:0;
width:100%;
z-index:10055;
background: #fff;}
.nav-container-fixed{
    border: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 30px;
    background: #fff;
    color: #ec1f28;
    font-size: 14px;
    line-height: 28px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #f0e5d9;
}
/*====================================================================*/
/* css memu mobie */
.wp-menu-mobile {
    position: absolute;
    top: 50%; cursor:pointer;
    transform: translateY(-50%);
    left: 10px;
    z-index: 9;
}
#trigger-mobile i{font-size:22px; color:#333}
span.bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(255,255,255);
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.menu_toggle {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.menu_toggle.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #1f1f1f;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-main-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: calc(100% - 25%);
    max-width: 300px;
    padding: 0 40px;
    padding-top: 30px;
}
.mobile-main-menu .drawer-header {
    background-color: #e1091b;
}
.mobile-main-menu .drawer-header .drawer-header--auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 16px;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._object {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body {
    color: #fff;
    font-size: 12px;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body a {text-transform:uppercase; font-weight:600; color:#fff}
 
.mobile-main-menu .la-scroll-fix-infor-user { 
    overflow: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
    padding: 10px;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    position: relative;
    overflow-y: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
    width: 100%;
    float: left;
    padding: 0px;
    border-bottom: 0.5px solid #626262;
    position: relative;
    overflow: hidden;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li span{
    float: left;
    width: 23px;
    margin: 0 9px 0 0;}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
    display: block;
    color: #979797;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li.active a{
    color: #fff;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li:last-child{
    border-bottom: none;
}
li.ng-scope span.c1 {
    text-transform: uppercase;
    font-size: 13px;
} 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size:13px;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
    content: "\f107";
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
    padding-left: 20px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.navbar-toggle .icon-bar {
    background: #f3b94d;
}
.wp-menu-mobile{
    display: none;
}
.mobile-main-menu .input_search{
    position: relative;
    padding: 10px;
}
.mobile-main-menu .input_search input{
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding-left: 10px;
}
.mobile-main-menu .input_search button{
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #6EC1B7;
    border-radius: 30px;
    border: none;
    top: 10;
    right: 10px;
}
/*end-------------------------------------------------------------*/
.top_header{
    background: #e6e6e6;
    padding: 10px 0;
}
.wrapper_top_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper_top_header span{
    display: inline-block;
    color: #727272;
}
.wrapper_top_header span a{
    color: #727272;
}
.wrapper_top_header span a:hover{
    color: #ec1f28;
}
.wrapper_top_header span i{
    margin-right: 3px;
    color: #ec1f28;
}
.right_top_header span{
    margin-left: 30px;
}
.header_page{
    background: #fff;
    padding: 15px 0px;
}
.logo_eco a{
    display: block;
}
.logo_eco img{
    width: 100%;
}
.right_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.realfactory_right_header{
    display: flex;
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
}
.realfactory_right_header:first-child{
    border-left: 0px;
}
.icon_realfactory img{
    width: 15px;
}
.icon_realfactory{
    width: 15px;
    margin-right: 10px;
}
.content_realfactory h4{
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.content_realfactory p{
    color: #929292;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.header_page .row{
    align-items: center;
}
.btn_contact_right_header{
    margin-left: 20px;
}
.btn_contact_right_header a{
    display: inline-block;
    color: #fff;
    background: #ec1f28;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ec1f28;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.btn_contact_right_header a:hover{
    background: #fff;
    color: #ec1f28;
    border: 1px solid #ec1f28;
}
.slider_and_menu_page{
    position: relative;
}
.slider_and_menu_page img{
    webkit-transition: all 40s;
    -o-transition: all 40s;
    transition: all 40s;
    max-height: 500px;
    object-fit: cover;
}
.slider_and_menu_page .swiper-slide-active img {
    transform: scale(1.5);
    width: 100%;
}
.wrapper_menu_page{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_page{
    z-index: 999;
    background: #1e6db5;
    width: 100%;
    color: #fff;
}
.menu_lv_1{
    display: flex;
    align-items: center;
}
.menu_lv_1 .item_menu_lv_1 , .menu_lv_1 li{
    position: relative;
}
.menu_lv_1 .item_menu_lv_1 > a , .menu_lv_1 li > a{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 30px;
    border-bottom: 3px solid transparent;
}
.menu_lv_1 .item_menu_lv_1:hover > a ,.menu_lv_1 li:hover > a{
    border-bottom: 3px solid #ec1f28;
}
.menu_lv_2{
    position: absolute;
    top: 100%;
    left: 0;
    background: #0e0e0e;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99;
}
.item_menu_lv_1:hover .menu_lv_2{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu_lv_2 li a{
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
}
.menu_lv_2 li a:hover{
    background: #ec1f28;
    color: #fff;
}
.right_menu_page{
    display: flex;
    justify-content: flex-end;
}
.btn_drop_search button{
    background: none;
    color: #fff;
    outline: 0;
    border: none;
}
.bg_search_page{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-500px);
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.bg_search_page.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.form_search_page{
    position: relative;
}
.form_search_page input{
    width: 600px;
    background: transparent;
    width: 100%;
    border-width: 0px 0px 3px;
    font-size: 40px;
    padding: 0px 120px 25px 0px;
    line-height: 48px;
    letter-spacing: 0.5px;
    color: #fff;
}
.form_search_page input::placeholder { /* chạy tốt trên Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form_search_page input:-ms-input-placeholder { /* chạy trên Internet Explorer 10-11 */
    color: #fff;
}

.form_search_page input::-ms-input-placeholder { /* chạy trên Microsoft Edge */
    color: #fff;
}
.form_search_page_btn{
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    right: 40px;
    background: none;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 30px;
}
.form_search_page_close{
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    right: 0px;
    background: none;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 30px;
}
.sec_category{
    position: relative;
    margin-top: -110px;
}
.box_category{
    position: relative;
}
.box_category img{
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}
.content_category{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
    top: 0;
    left: 0;
    align-content: center
}
.content_category h3{
    width: 100%;
    text-align: center;
}
.content_category h3 a{
    color: #fff;
    margin-bottom: 10px;
    font-size: 23px;
    width: 100%;
    display: block;
}
.content_category p{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #f9f9f9;
    margin-bottom: 0;
}
.slider_category .swiper-button-next{
    right: 0px;
    margin-top: 0 !important;
}
.slider_category .swiper-button-prev{
    left: 0px;
    margin-top: 0 !important;
}
.bg_cata_and_about{
    background-image: url(img/about-home-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec_about_us{
    padding: 60px 0;
}
.left_about_us h2{
    font-size: 34px;
    margin-bottom: 30px;
    color: #333;
}
.right_about_us img{
    margin-bottom: 20px;
}
.right_about_us p{
    font-size: 16px;
    line-height: 30px;
    color: #727272;
}
.btn_right_about_us a{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 3px;
    border: 2px solid;
    font-weight: bold;
}
.btn_right_about_us a:first-child{
    background: #515151;
    border-color: #515151;
    color: #fff;
}
.btn_right_about_us a:first-child:hover{
    background: #ec1f28;
    border-color: #ec1f28;
}
.btn_right_about_us a:last-child{
    color: #ec1f28;
    border-color: #ec1f28;
}
.btn_right_about_us a:hover{
    background: #ec1f28;
    border-color: #ec1f28;
    color: #fff;
}
.banner_ads{
    background-image: url(img/CTA-bg-2.jpg);
    padding: 55px 0;
    background-size: cover;
}
.banner_ads h3{
    color: #fff;
    font-size: 23px;
    margin-bottom: 0;
}
.banner_ads a{
    display: block;
    display: inline-block;
    color: #fff;
    background: #ec1f28;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ec1f28;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.banner_ads a:hover{
    background: transparent;
}
.wrapper_banner_ads{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_product_sevice{
    padding: 60px 0;
}
.title_sec_product{
    text-align: center;
    margin-bottom: 20px;
}
.title_sec_product h2{
    position: relative;
    text-transform: uppercase;
    color: #ec1f28;
    display: inline-block;
}
.title_sec_product h2:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #ec1f28;
    width: 100px;
    left: -110px;
}
.title_sec_product h2:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #ec1f28;
    width: 100px;
    right: -110px;
}
.img_box_product_sevice{
    overflow: hidden;
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 60%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.img_box_product_sevice img {
    width: 100%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    webkit-transition: all 20s;
    -o-transition: all 20s;
    transition: all 20s;
}
.content_box_product_sevice a{
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
.content_box_product_sevice a:hover{
    color: #ec1f28;

}
.content_box_product_sevice p{
    font-size: 16px;
    line-height: 30px;
    color: #727272;
}
.box_product_sevice{
    margin-top: 20px;
}
.box_product_sevice:hover img{
    transform: scale(1.5);
}
.link_img_box_product_sevice{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.link_img_box_product_sevice a{
    color: #fff;
    font-size: 40px;
}
.link_img_box_product_sevice a:hover{
    color: #ec1f28;
}
.box_product_sevice:hover .link_img_box_product_sevice{
    opacity: 1;
    visibility: visible;
}
.btn_xemthem{
    text-align: center;
    margin-top: 20px;
}
.btn_xemthem a{
    display: inline-block;
    color: #fff;
    background: #ec1f28;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ec1f28;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.btn_xemthem a:hover{
    background: transparent;
    color: #ec1f28;
}
.sec_pro_hot{
    background-image: url(img/bg_prohot.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper_sec_prohot{
    display: flex;
}
.left_wrapper_sec_prohot{
    width: 25%;
    background: url(img/port-desc-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 30px 50px 30px;
}
.right_wrapper_sec_prohot{
    width: 75%;
}
.left_wrapper_sec_prohot h3{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #e2484d;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 45px;
}
.left_wrapper_sec_prohot h3:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #e2484d;
    height: 3px;
    width: 40%;
}
.left_wrapper_sec_prohot p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.left_wrapper_sec_prohot a{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.left_wrapper_sec_prohot a i{
    margin-left: 5px;
}
.right_wrapper_sec_prohot{
    position: relative;
}
.wrapper_sec_prohot .box_product_sevice{
    background: #fff;
}
.wrapper_sec_prohot .content_box_product_sevice{
    padding: 0 10px 10px 10px;
}
.box_pro_hot_content{
    padding: 30px;
    color: #cccccc;
}
.box_pro_hot_content h3 a{
    color: #fff;
    font-size: 18px;
}
.box_pro_hot_content a{
    color: #cccccc;
}
.box_pro_hot_img img{
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    width: 100%;
}
.box_pro_hot:hover .box_pro_hot_img img{
    transform: scale(1.1);
}
.box_pro_hot:hover .box_pro_hot_content{
    background: #333;
}
.box_pro_hot_img{
    overflow: hidden;
    position: relative;
}
.link_img_box_product_hot{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.link_img_box_product_hot a{
    color: #fff;
    font-size: 18px;
}
.link_img_box_product_hot a:hover{
    color: #ec1f28;
}
.box_pro_hot:hover .link_img_box_product_hot{
    opacity: 1;
    visibility: visible;
}
.slider_pro_hot .swiper-button-next, .slider_pro_hot .swiper-button-prev{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
}
.sec_new_job{
    padding: 60px 0;
}
.title_news_job{
    background: #333;
    height: 40px;
    padding: 0 20px;
}
.title_td{
    background: #bd0000;
}
.title_news_job h3{
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
.title_news_job a{
    line-height: 40px;
    float: right;
    font-weight: bold;
    color: #fff;
}
.title_news_job a i{
    font-size: 12px;
}
.title_news_job a:hover{
    color: #FA96BC;
}
.list_news{
    position: relative;
    padding: 20px 20px 21px 20px;
    border-top: none;
}
.box_news_img{
    overflow: hidden;
    background: #fff;
    position: relative;
    height: auto !important;
    width: 100%;
    margin-bottom: 10px;
}
.box_news_img figure{
    margin-bottom: 0px;
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.box_news_img figure img {
    object-fit: cover;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.box_news_details h3{
    font-size: 14px;
    height: 40px;
    margin-bottom: 5px;
}
.box_news_details h3 a{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.date_user_news span{
    font-size: 12px;
    margin-right: 5px;
    color: #ADADAD;
}
.box_news_details p{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #ADADAD;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 13px;
}
.list_job li{
    padding: 10px;
    height: 113px;
}
.box_job{
    display: flex;
}
.img_job img{
    width: 120px;
    height: 90px;
    object-fit: cover;
}
.details_job{
    width: calc(100% - 120px);
    padding-left: 10px;
}
.details_job h3{
    font-size: 14px;
    line-height: 20px;
}
.slider_news .swiper-button-next, .slider_news .swiper-button-prev{
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
}
.sec_baogia{
    background-image: url(img/bg_prohot.png);
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.title_baogia h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}
.ip_baogia input{
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.ip_baogia select{
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.ip_baogia{
    text-align: center;
}
.ip_baogia a{
    display: inline-block;
    color: #fff;
    background: #333;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #333;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    margin-top: 30px;
    min-width: 200px;
    text-transform: capitalize;
}
.sec_partner{
    padding: 30px 0;
}
.top_footer{
    padding: 70px 0 50px 0;
    background: #515151;
}
.wrapper_footer{
    display: flex;
}
.col_footer{
    width: 25%;
    padding: 0 30px;
    border-right: 1px solid #949393;
}
.col_footer:last-child{
    border-right: none;
}
.logo_ft img{
    max-height: 100px;
    margin-bottom: 20px;
}
.col_footer p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.col_footer h3{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.langua_ft{
    margin-bottom: 40px;
}
.langua_ft a{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 0;
}
.langua_ft a:hover{
    color: #fff;
}
.langua_ft a img{
    margin-right: 10px;
}
.link_bm li a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}
.link_bm li a:hover{
    color: #ec1f28;
}
.link_bv_ft li a{
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    display: block;
}
.info_ft li{
    margin-bottom: 15px;
    line-height: 30px;
    color: #fff;
}
.info_ft li i{
    color: #ec1f28;
    margin-right: 5px;
}
.link_bv_ft li a:hover{
    color: #ec1f28;
}
.copyright{
    color: #838383;
    background: #131313;
    text-align: center;
    padding: 20px 0;
}
.language{
    margin-left: 10px;
    position: relative;
}
.language button{
    display: flex;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    font-size: 13px;
}
.language button img{
    margin-right: 5px;
}
.language button i{
    margin-left: 5px;
}
.list_drop_langua{
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    min-width: 100px;
    display: none;
}
.list_drop_langua ul{
    width: 100%;
}
.list_drop_langua ul li a{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
}
.list_drop_langua ul li a img{
    margin-right: 5px;
}
.search_lang_mobie{
    display: none;
}
.nav-container-fixed {
    background: #1e6db5;
}
.sec_vision_mission{
    padding-top: 60px;
}
.tab-wrapper .tab{
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}
.tab-wrapper .tab li a{
    display: inline-block;
    padding: 0 30px;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.tab-wrapper .tab li.active a{
    color: #ec1f28;
}
.box_vision_mission{
    text-align: center;
}
.box_vision_mission img{
    max-width: 100px;
    margin-bottom: 30px;
}
.box_vision_mission h3{
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}
.box_vision_mission p{
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
}
.sec_page_product{
    padding: 30px 0;
}
.wrapper_sec_page_product{
    display: flex;
}
.left_sec_page_product{
    width: 75%;
    padding-right: 5px;
}
.right_sec_page_product{
    width: 25%;
    padding-left: 5px;
}
.title_page_product{
    background-color: #ec1f28;
    width: 100%;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    padding: 0 10px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
}
.title_page_product a{
    color: #fff;
    font-weight: bold;
}
.title_page_product a:hover{
    text-decoration: underline;
}
.slider_fact_logo{
    padding: 10px 0;
    position: relative;
}
.box_logo_fact{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_fact_logo .swiper-button-next, .slider_fact_logo .swiper-button-prev{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
    font-size: 9px;
}
.box_product_page{
    border: 1px solid #ccc;
    padding: 8px 6px;
    border-radius: 5px;
}
.list_product_page > ul{
    display: flex;
    flex-wrap: wrap;
    --spacing: 10px;
    --columns: 4;
    margin-left: calc(-1 * var(--spacing));
}
.list_product_page > ul > li {
    margin-left: var(--spacing);
    width: calc((100% / var(--columns)) - var(--spacing));
    margin-top: 10px;
}
.box_product_page{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    overflow: hidden;
}
.box_product_page .name_product{
    color: #1f6db5;
    height: 66px;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    margin: 25px 0;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.name_product h3{
    font-size: 15px;
    line-height: 23px;
}
.box_product_page a:hover .name_product{
    color: #ec1f28;
}
.box_product_page:hover{
    border-color: #ec1f28;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.img_product{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_product img{
    height: 135px;
    object-fit: cover;
}
.box_product_page:hover .img_product img{
    transform: scale(0.9);
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.pani_pagepro ul{
    justify-content: center;
    margin-top: 20px;
}
.page-link{
    color: #333;
}
.page-item.active .page-link{
    color: #fff;
    background-color: #ec1f28;
    border-color: #ec1f28;
}
.list_cate_page_pro{
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-top: none;
}
.list_cate_page_pro h3{
    font-size: 14px;
    color: #ec1f28;
    margin-bottom: 0;
}
.list_cate_page_pro ul{
    padding-left: 10px;
    margin: 5px 0 20px 0;
}
.list_cate_page_pro ul li a{
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.list_cate_page_pro ul li a:hover{
    color: #ec1f28;
}
.xt_catepro a{
    color: #ec1f28;
    font-weight: 500;
}
.cate_product{
    margin-bottom: 15px;
}
.list_trademark_product{
    padding: 15px 0;
    border: 1px solid #ccc;
    border-top: none;
}
.list_trademark_product ul li a{
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 15px;
    font-weight: bold;
}
.list_trademark_product ul li:last-child a{
    border-bottom: none;
}
.list_trademark_product ul li a:hover{
    color: #ec1f28;
}
.wrapper_detail_product{
    display: flex;
    margin-top: 20px;
}
.silde_big_pro{
    position: relative;
}
.silder_details img{
    width: 100%;
}
.silder_details{
    width: 50%;
}
.silde_big_pro{
    margin-bottom: 10px;
}
.small_img_pro img{
    height: 80px;
    object-fit: cover;
}
.silder_details .swiper-button-next, .silder_details .swiper-button-prev{
    margin-top: 0;
    transform: translateY(-50%);
}
.content_details_pro{
    width: 50%;
    padding-left: 20px;
}
.content_details_pro h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    color: #1e6db5;
}
.content_details_pro > p{
    font-size: 15px;
}
.content_details_pro > p span{
    margin-left: 10px;
    color: #ec1f28;
    font-weight: 500;
}
.des_content_details_pro h4{
    font-size: 15px;
}
.des_content_details_pro ul {
    padding-left: 15px;
}
.des_content_details_pro ul li{
    list-style-type: circle;
    line-height: 25px;
    margin-bottom: 5px;
}
.list_btn_cdp{
    display: flex;
    margin-top: 20px;
}
.list_btn_cdp a{
    display: flex;
    text-align: center;
    border: solid 1px #ec1f28;
    color: #fff;
    width: 50%;
    flex-wrap: wrap;
    background: #ec1f28;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    align-items: stretch

}
.list_btn_cdp a span{
    display: block;
}
.list_btn_cdp a span:first-child{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.list_btn_cdp a:last-child{
    margin-left: 5px;
    background: #1e6db5;
    border-color: #1e6db5;
}
.list_btn_cdp a:first-child{
    margin-right: 5px;
}
.list_btn_cdp a:hover{
    background: #de8400;
    border-color: #de8400;
}
.describe_details_product{
    padding: 30px 0;
}
.title_describe_details_product{
    border-bottom: 1px solid #ddd;
}
.title_describe_details_product h3{
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
}
.content_describe_details_product{
    padding: 20px 0;
}
.content_describe_details_product h3, .content_describe_details_product h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.content_describe_details_product p{
    font-size: 16px;
    line-height: 30px;
}
.content_describe_details_product img{
    display: block;
    margin: 10px auto;
}
.title_page_child{
    background: url(img/BG_Magazzino.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
.title_page_child h1{
    font-size: 70px;
    margin-bottom: 0;
}
.title_page_child p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}
.sec_catalog_page{
    padding: 60px 0;
}
.des_top_catalog h2{
    font-size: 23px;
}
.des_top_catalog p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.box_catalog{
    margin-bottom: 30px;
}
.box_catalog_img {
    overflow: hidden;
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 50%;
    margin-bottom: 20px;
}
.box_catalog_img img {
    width: 100%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    transition: transform .4s;
    border-radius: 10px;
}
.box_catalog a{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.box_catalog p{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #727272;
}
.box_last_child_catalog{
    text-align: right;
}
.box_last_child_catalog h3{
    font-size: 18px;
    margin-bottom: 40px;
}
.box_last_child_catalog p{
    font-size: 16px;
    line-height: 30px;
    color: #727272;
    margin-bottom: 40px;
}
.box_last_child_catalog a{
    display: inline-block;
    color: #fff;
    background: #ec1f28;
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ec1f28;
    webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.box_last_child_catalog a:hover{
    background: #1e6db5;
    border-color: #1e6db5;
}
.list_catalog_page{
    padding-bottom: 60px;
}
.page_details_catalog{
    padding: 60px 0;
}
.wrapper_page_details_catalog{
    display: flex;
}
.wrapper_news{
    display: flex;
}
.nav_left_wpdc{
    width: 25%;
    background: #f7f7f7;
    padding: 20px;
}
.nav_left_wpdc h3{
    margin-bottom: 20px;
    font-size: 18px;
}
.box_search_nav_left_wpdc{
    position: relative;
}
.search_nav_left_wpdc input{
    background: #fff;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 50px 0 20px;
    border-radius: 5px;
    color: #8a8a8a;
}
.box_search_nav_left_wpdc button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: none;
    border: none;
    color: #8a8a8a;
    outline: 0;
    color: #333;
    width: 50px;
}
.box_search_nav_left_wpdc button:hover{
    color: #ec1f28;
}
.list_dm_catalog{
    margin-top: 40px;
}
.list_dm_catalog ul li a{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    display: block;
    color: #727272;
}
.content_catalog{
    width: 75%;
    padding-left: 30px;
}
.img_top_content_catalog img{
    width: 100%;
    margin-bottom: 30px;
}
.title_big_download_cc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.title_big_download_cc h2{
    color:#181818;
    font-size: 27px;
    line-height: 32.4px;
}
.btn_down_catalog button , .btn_down_catalog  a{
    padding: 12px 20px;
    line-height: 22.1px;
    background: #ec1f28;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ec1f28;
    font-weight: bold;
    border-radius: 3px;
}
.btn_down_catalog button:hover , .btn_down_catalog a:hover{
    background: #fff;
    color: #ec1f28;
    transition: all .7s;
}
.content_catalog p{
    font-size: 16px;
    line-height: 30px;
     color: #727272;
}
.content_catalog h3{
    margin-bottom: 20px;
    font-size: 18px;
}
.btn_down_bottom_catalog{
    display: flex;
    justify-content: flex-end;
}
.share_catalog{
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}
.share_catalog a{
    display: inline-block;
    margin: 0 15px;
}
.left_news{width: 75%; padding-right: 30px;}
.title_left_page_news h2{
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 20px;
}
.title_left_page_news p{
    font-size: 16px;
    line-height: 25px;
    color: #727272;
    margin-bottom: 0;
}
.list_news_page .box_news{
    margin-top: 30px;
}
.box_news_small{
    display: flex;
    margin-top: 30px;
}
.img_news_small{
    width: 80px;
    object-fit: cover;
}
.img_news_small img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.content_news_small{
    width: calc(100% - 80px);
    padding-left: 10px;
}
.content_news_small a{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.img_top_content_news{
    margin-bottom: 30px;
}
.img_top_content_news img{
    width: 100%;
}
.left_news_details h3{
    font-size: 23px;
    margin-bottom: 20px;
}
.left_news_details p{
    font-size: 16px;
    line-height: 30px;
    color: #727272;
}
.des_top_service p{
    margin-bottom: 20px;
}
.box_service h3{
    font-size: 18px;
}
.page_contact{
    padding: 60px 0;
}
.info_contact h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.info_contact .contact{
    margin-bottom: 20px;
}
.info_contact .contact p{
    font-size: 14px;
}
.info_contact .contact p i{
    color: #ec1f28;
    margin-right: 5px;
}
.info_contact input{
    width: 100%;
    padding: 0px 10px;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.info_contact textarea{
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.info_contact button{
    height: 40px;
    float: right;
    background: #ec1f28;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
}
.info_contact button:hover{
    border: 1px solid #ec1f28;
    background: #fff;
    color: #ec1f28;
}
.map_gg iframe {
    width: 100%;
    height: 480px;
    border: 1px solid #ddd;
}
.sec_category{
    padding: 0 7%;
}
.slider_category{
    position: relative;
}
.title_sec_vision{
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
.tamnhin .title_sec_vision:before{
    width: 3px;
    height: 20px;
    content: "";
    background: #333;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.wrapper_sumenh{
    display: flex;
}
.wrapper_sumenh .box_vision_mission{
    width: calc(100%/3);
    padding: 0 15px;
}
.wrapper_sumenh .box_vision_mission:last-child{
    padding-right: 0;
}
.wrapper_sumenh .box_vision_mission:first-child{
    padding-left: 0;
}
.gtri_cotloi{
    margin-top: 40px;
}
.wrapper_gtri_cotloi{
    display: flex;
}
.wrapper_gtri_cotloi .box_vision_mission{
    width: calc(100%/3);
    padding: 0 15px;
}
.wrapper_gtri_cotloi .box_vision_mission:last-child{
    padding-right: 0;
}
.wrapper_gtri_cotloi .box_vision_mission:first-child{
    padding-left: 0;
}
.wrapper_gtri_cotloi .box_vision_mission h3:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #333;

}

.btn_contact_right_h .item {
  border: solid 1px #ddd;
  border-radius: 5px;
  height: 62px;
  display: block;
  float: left;
  color: #296cca;
  margin-left: 15px;
  padding: 6px 25px 0;
  position: relative;
}

.btn_contact_right_h .item {
  color: #296cca;
}
.hotline b {
  display: block;
  color: #296cca;
  font-size: 20px;
  font-style: italic;
}
.hotline .fa {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  border: solid 1px #ddd;
  left: -20px;
  top: 9px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 25px;
  color: #296cca;
  background: #fff;
}