@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

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

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#slider-home .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.logo img {
    /*padding-top: 15px;*/
    width: 100%;
}

.top-header .phone-email ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-header .phone-email ul li {
    display: inline-block;
    float: left;
}

.top-header .phone-email ul li:first-child {
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

.top-header .phone-email ul li span {
    color: #de330d;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    display: inline-block;
    padding-bottom: 2px;
}

.top-header .phone-email ul li a {
    color: #76797f;
    font-size: 15px;
}

.main-search form {
    position: relative;
}

.main-search form input[type=text] {
    width: 100%;
    height: 44px;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.main-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 50px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #8d8d8d;
}

.top-social ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-social ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.top-social ul li a {
    display: inline-block;
    background: #de330d;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
}

.top-social {
    text-align: right;
    margin-top: 17px;
}

.top-social ul li:first-child {
    margin-left: 0
}

.top-header {
    padding:  0;
    margin-bottom: 0;
}

.top-header .phone-email {
    margin-top: 25px;
}

.top-header .main-search {
    margin-top: 23px;
}

.main-menu {
    background: #19ac5b;
    z-index: 999 !important;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

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

.main-menu ul li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li .sub-menu li a {
    padding: 7px 15px;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.main-menu ul li .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px !important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

.main-menu ul li a:hover {
    color: #eeb256
}

.menu > ul > li > a {
    color: #fff;
    display: inline-block;
    padding: 18px 11px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 16px;
}

.menu > ul > li > a > svg {
    margin-left: 5px;
}

.language ul li img {
    width: 25px;
}

.language {
    text-align: right;
    margin-top: 18px;
}

.language ul li {
    margin-left: 5px;
}

.language ul {
    display: inline-block;
}

.new-home .image {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 240px;
    overflow: hidden;
}

.new-home .image img { width: 100%; height: 100%; }
.new-home .nav-image .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

#slider-home .item img {
    height: auto;
    object-fit: cover;
}

#slider-home .item {
    position: relative;
}

#slider-home .item .overlay-item {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#slider-home .item .overlay-item .title {
    color: #e31e25;
    font-family: 'Roboto-Bold';
    font-size: 35px;
}

#slider-home .item .overlay-item .desc {
    font-size: 17px;
    color: #e31e25;
}

#slider-home .item .overlay-item .call-now {
    background: #ffb73a;
    padding: 10px 27px;
    font-family: 'Roboto-Bold';
    border-radius: 3px;
    margin-top: 12px;
    display: inline-block;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #19ac5b;
}

.top-content .top-content-left .title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
}

.top-content .top-content-left .title:after {

}

.top-content .top-content-left .nav-content-left p {
    font-size: 18px;
}

.readmore {
    padding: 10px 20px;
    background: #ffb73a;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.readmore:hover {
    background: #e75329;
    color: #ffff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e75329;
}

a {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.top-content .top-content-right iframe {
    width: 100%;
    height: 355px;
}

.top-content {
    /*padding-top: 50px;*/
}

.home-products-heading {
    min-height: 300px; /* display: flex; */
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('../images/img1.jpg');
    margin-top: 45px;
    background-position: 0 !important;
}

.home-products-heading .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.home-products-heading .description {
    color: #fff;
    font-size: 20px;
}

.product-home .tab-content1 ul li a {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    background: none;
    border: 0
}

.product-home .tab-content1 ul li a:hover {
    background: none;
    border: 0
}

.product-home .tab-content1 ul {
    display: inline-block;
    border: 0
}

.product-home .tab-content1 {
    text-align: center;
}

.product-home .tab-content1 ul li a:after {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    content: '';
    display: block;
    float: left;
    height: 5px;
    width: 0;
    clear: both;
    position: absolute;
    background: rgb(230, 78, 38);
    background: linear-gradient(90deg, rgba(230, 78, 38, 1) 0%, rgba(255, 173, 103, 1) 100%);
    bottom: 0;
    left: 20px;
}

.product-home .tab-content1 ul li:hover a:after {
    width: calc(100% - 40px);
}

.product-home .tab-content1 ul li.active a:after {
    width: calc(100% - 40px);
}

.product-home {
    margin-top: 50px;
}

.product-home .tab-content1 ul li.active a {
    border: 0;
    background: no-repeat;
}

.product-home .tab-content1 ul li:hover a {
    border: 0;
    background: no-repeat;
}

.item-product .prd-title {
    text-align: center;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
    padding: 20px 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product .prd-title .readmore a {
    color: #e64e26;
    text-transform: uppercase;
}

.item-product .prd-title .title a {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    text-align: center;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
    padding: 12px 0;
    opacity: 1;
    text-transform: uppercase;
}

.item-product .prd-title .title {
    margin: 0;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.item-product .prd-title .readmore {
    margin-top: 0;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: no-repeat;
    box-shadow: none;
    padding: 0;
    border: 0;
}

.item-product .prd-title .readmore {
    display: none;
}

.item-product:hover .prd-title .title {
    display: none;
}

.item-product:hover .prd-title .readmore {
    display: block;
}

.item-product .prd-info {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    bottom: -100%;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.item-product:hover .prd-info {
    bottom: 0;
    opacity: 1;
}

.item-product .image {
    position: relative;
    overflow: hidden;
}

.item-product .image .prd-info .title2 {
    font-family: 'Roboto-Bold';
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.item-product .image .prd-info a {
    color: #fff;
}

.item-product .image .sabo {
    width: 80%;
    text-align: center;
    border: 2px solid #ffac66;
    height: 70%;
    margin: 0 10%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    /* height: 56px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-product {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    margin-bottom: 20px;
}

.product-home .tab-content1 .content-product {
    margin-top: 30px;
}

.title-primary {
    font-weight: 700;
    color: #222;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 40px;
}

.title-primary:after {
    content: '';
    display: block;
    float: left;
    height: 5px;
    clear: both;
    position: absolute;
    background: rgb(230, 78, 38);
    background: linear-gradient(90deg, rgba(230, 78, 38, 1) 0%, rgba(255, 173, 103, 1) 100%);
    bottom: 0;
    width: 200px;
    left: calc(50% - 100px);
}

.why-chose {
    margin-top: 25px;
}

.center {
    text-align: center;
}

.title-title .description {
    font-size: 18px;
    padding-top: 10px;
}

.why-chose .nav-why-choose .item .icon {
    width: 74px;
    display: inline-block;
    float: left;
}

.why-chose .nav-why-choose .item .nav-icon {
    width: calc(100% - 74px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.why-chose .nav-why-choose .item .nav-icon .title {
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    margin-bottom: 8px;
}

.why-chose .nav-why-choose .item .nav-icon .title a {
    color: #f5864c;
}

.why-chose .nav-why-choose .item .nav-icon .desc {
    margin-bottom: 0;
    color: #677078;
}

.why-chose .nav-why-choose .item {
    margin-bottom: 30px;
}

.why-chose .nav-why-choose {
    margin-top: 40px;
}

.working-process .nav-working-process .item .icon {
    width: 75px;
    display: inline-block;
    float: left;
}

.working-process .nav-working-process .item .nav-icon {
    width: calc(100% - 75px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.working-process .nav-working-process .item .nav-icon .title {
    font-weight: bold;
    color: #f5864c;
    margin-bottom: 7px;
    padding-bottom: 0;
    line-height: 20px;
    padding-top: 0;
    position: relative;
    font-size: 50px;
}

.working-process .nav-working-process .item .nav-icon .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #f5864c9e;
    margin-top: 10px;
}

.working-process .nav-working-process .item .nav-icon .desc {
    margin-bottom: 0
}

.working-process .nav-working-process .item {
    padding-bottom: 20px;
}

.working-process .nav-working-process {
    padding-top: 25px;
}

.working-process {
    padding-top: 20px;
}

.new-home {
    background: #f4f5f8;
    padding: 40px 0;
    margin-top: 30px
}

.new-home .title-primary:after {
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.new-home .slider-new {
    margin-top: 30px;
}

.new-home .slider-new .item {
    background: #fff;
}

.new-home .slider-new .item .nav-image {
    padding: 15px;
}

.new-home .slider-new .item .nav-image .title {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Roboto-Bold';
    height: 40px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 8px;
}

.new-home .slider-new .item .nav-image .desc {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* height: 56px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-home .slider-new .item .image img {
    height: 200px;
    object-fit: cover;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.new-home .slider-new .item .image {
    overflow: hidden;
}

.new-home .slider-new .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slider-new .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-new .owl-dot.active {
    background: #f5864c;
}

.slider-new .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.slider-new {
    padding-bottom: 35px;
}

.my-customer {
    background: url('../images/banner_page.jpg');
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

.my-customer .title-pri {
    text-align: center;
    font-family: 'Roboto-Bold';
    font-size: 35px;
    color: #fff;
    padding-bottom: 20px;
}

.my-customer .slider-customer .text p {
    color: #fff;
    font-size: 17px;
}

.my-customer .slider-customer .title-name {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 25px;
}

.my-customer .slider-customer .position {
    color: #fff;
}

.slider-customer .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-customer .owl-dot.active {
    background: #f5864c;
}

.slider-customer .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.slider-customer {
    padding-bottom: 30px;
}

.slider-partner .item {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 465px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.slider-partner .item img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-home {
    padding: 40px 0;
}

.partner-home .slider-partner {
    margin-top: 20px;
}

/*css footer */
.footer-1 {
    /*    padding-top: 36px;*/
    padding-bottom: 45px;
}

.h3-title-ft {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    line-height: 24px;
}

.wp-ft a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.copy-right {
    background: #0093c9;
    padding: 15px 0px;
}

.div-list-ft p {
    position: relative;
}

.div-list-ft p svg {
    margin-right: 5px;
}

.list-ft li {
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.list-ft li:last-child {
    border-bottom: 0
}

.list-ft li a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.list-ft li a:hover {
    color: #e67817;
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.div-list-ft .p-diachi {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}

.div-list-ft .p-diachi1 {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}

.div-list-ft .p-sdt {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}

.div-list-ft .p-web {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}

.div-list-ft .p-mail {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    float: left;
    background: #84bd32;
    text-align: center;
    line-height: 38px;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}

.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}

.box_formft input {
    border: 0px;
    border-radius: 4px; /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#footer-site {
    background: #03153e;
    margin-top: 46px;
}

.copy-right {
    width: 100%;
    display: inline-block;
    background: #020e28;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #bdbdbd;
    margin: 0;
    padding: 0;
}

.copy-right .text-center {
    text-align: center
}

.div-list-ft p {
    color: #fff;
}

.copy-right a {
    color: #bdbdbd;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-1 .wp-ft .title-footer {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    line-height: 24px;
    padding-bottom: 6px;
}

a.btn_send_req {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 99;
    box-shadow: 0 0 20px #00000061;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

a.btn_send_req span {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    height: 100%;
    width: 268px;
}

.modal-header {
    text-align: center;
    background: #e53a25;
    color: #fff;
    text-transform: uppercase;
}

#dkModal h5 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto-Bold';
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 16px;
}

.form-question {
    margin-top: 8px;
    float: left;
    width: 100%;
}

.form-question h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.form-question input {
    background-color: #bfbfbf5e;
    border: none;
    font-size: 15px;
    color: #000;
    border-radius: 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9c9a9a;
    width: 100%;
}

.form-question textarea {
    width: 100%;
    background-color: #bfbfbf5e;
    height: 120px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9c9a9a;
}

.form-question input[type="submit"] {
    width: 200px;
    float: right;
    font-weight: bold;
    font-size: 17px;
    background: #e53a25;
    text-transform: uppercase;
    color: #fff;
}

#dkModal .modal-body {
    display: inline-block;
    width: 100%;
}

.form-question .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form-question .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-question .form-group {
    margin-bottom: 10px;
}

.language-mobile {
    display: none;
}

.language-mobile ul {
    padding: 0;
    margin: 0;
}

.language-mobile ul li {
    display: inline-block;
    float: left;
}

.page-title {

    background-size: cover;
    padding: 70px 0;
    text-align: center;
    background-size: cover !important;
}

.page-title .title {
    font-family: 'Roboto-Bold';
    font-size: 40px;
    color: #fff;
}

.hinden {
    display: none;
}

.page-title .desc {
    color: #fff;
    font-size: 18px;
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 20px 0;
}

.breadcrumb ul {
    padding-left: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a {
    color: #61656f;
    font-size: 15px;
}

.main-detail-product .top-detail-product .nav-detail-product {
    box-shadow: 0 0 20px #ddd;
    padding: 20px;
}

.main-detail-product .top-detail-product .nav-detail-product .link svg {
    margin-left: 5px;
}

.main-detail-product .top-detail-product .nav-detail-product .link .readmore {
    margin-right: 10px;
    text-transform: uppercase;
}

.main-detail-product .top-detail-product .nav-detail-product .link .readmore.request-send {
    background: #e75329;
    color: #fff
}

.main-detail-product .top-detail-product .nav-detail-product .nav-image .title {
    color: #61656f;
    margin: 0;
    padding-bottom: 10px;
    font-size: 30px;
    font-family: 'Roboto-Bold';
}

.infomation-detail-product .title-primary {
    font-size: 23px;
    text-align: left;
    margin-bottom: 20px;
}

.infomation-detail-product .title-primary:after {
    left: 0
}

.infomation-detail-product {
    box-shadow: 0 0 20px #ddd;
    padding: 20px;
    margin-top: 45px;
}

.infomation-detail-product .comment-fb .title-primary:after {
    width: 105px;
}

.other-product .title-primary {
    font-size: 23px;
    text-align: left;
}

.other-product .title-primary:after {
    left: 0
}

.other-product {
    margin-top: 30px;
}

.other-product .nav-other-product .item-product {
    text-align: center;
}

.other-product .nav-other-product {
    margin-top: 30px;
}

.main-new .content-new .item .image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.main-new .content-new .item .image {
    overflow: hidden;
}

.main-new .content-new .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-new .content-new .item .title {
    font-family: 'Roboto-Bold';
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.main-new .content-new .item .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.main-new .content-new .item .image {
    position: relative;
}

.main-new .content-new .item .image .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #de330d;
    top: 12px;
    left: 12px;
    z-index: 100;
}

span.month {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 2px;
    text-align: center;
}

span.date {
    font-size: 28px;
    font-family: 'Roboto-Bold';
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.main-new .content-new .item {
    margin-bottom: 30px;
}

.sidebar .item-sb form {
    position: relative;
}

.sidebar .item-sb form input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.sidebar .item-sb form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 40px;
    background: none;
    border: 0;
}

.sidebar .item-sb .title-sb {
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 15px;
    border-left: 5px solid #de330d;
}

.sidebar .item-sb .nav-item-sb .item2 .image {
    width: 35%;
    display: inline-block;
    float: left;
}

.sidebar .item-sb .nav-item-sb .item2 .nav-image {
    width: 65%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.sidebar .item-sb .nav-item-sb .item2 .nav-image .title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    font-family: 'Roboto-Bold';
}

.sidebar .item-sb .nav-item-sb .item2 .nav-image .date {
    margin: 0;
    color: #999;
}

.sidebar .item-sb .nav-item-sb .item2 .nav-image .date svg {
    margin-right: 5px;
}

.sidebar .item-sb .nav-item-sb .item2 .image img {
    height: 79px;
    width: 100%;
}

.sidebar .item-sb .nav-item-sb .item2 .image {
    overflow: hidden;
}

.sidebar .item-sb .nav-item-sb .item2 .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clearfix {
    clear: both;
}

.sidebar .item-sb .nav-item-sb .item2 {
    margin-bottom: 10px;
}

.content-new-detail h1.title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 6px;
}

.other-new .other-title {
    font-size: 22px;
    padding-bottom: 10px;
}

.content-new.other-new {
    margin-top: 40px;
}

.fixed-detail ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.fixed-detail ul li {
    width: 100%;
}

.fixed-detail ul li a {
    color: #61656F;
    padding: 18px 17px;
    display: block;
    border-bottom: 1px solid #fcfcfd;
    text-transform: uppercase;
    font-size: 15px;
    background: #f4f5f8;
    width: 100%;
}

.fixed-detail ul li.active a {
    background: #e9e9e9;
    border-left: 5px solid #de330d;
}

.fixed-detail ul li:hover a {
    background: #e9e9e9;
    border-left: 5px solid #de330d;
}

.content-info-page .title-pr {
    background: #de330d;
    width: 70%;
    color: #ffff;
    padding: 10px 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.content-info-page #top1 .title-pr {
    margin-bottom: 20px;
}

.content-info-page #top1 p {
    padding-top: 10px;
}

.content-info-page #top1 .item-top {
    margin-top: 20px;
}

.content-info-page #top1 .item-top .item .image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.content-info-page #top1 .item-top .item .image {
    overflow: hidden;
}

.content-info-page #top1 .item-top .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-info-page #top1 .item-top .item .title {
    font-family: 'Roboto-Bold';
    margin-top: 11px;
    margin-bottom: 0;
}

.content-info-page #top1 .item-top .item .desc {
    font-size: 14px;
    color: #999
}

.content-info-page #top2 .item {
    position: relative;
}

.content-info-page #top2 .item .title {
    display: block;
    width: 100%;
    text-align: center;
    background: #da8b0c75;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 35px 0;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.content-info-page #top2 .item .image img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.content-info-page #top2 {
    margin-top: 30px;
}

.content-info-page #top2 .nav-content2 {
    margin-top: 20px;
}

.content-info-page #top2 .nav-content2 .item {
    margin-bottom: 30px;
}

.is-sticky .fixed-detail {
    top: 75px !important;
}
.content-info-page #top3 .nav-content3 .image {
    position: relative;
}
.content-info-page #top3 .nav-content3 .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.content-info-page #top3 .nav-content3 .nav-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 90%;
    left: 5%;
    padding: 13px;
    text-align: center;
}
.content-info-page #top3 .nav-content3 .nav-info .name {
    margin: 0;
    font-family: 'Roboto-Bold';
    color: #999;
    margin-bottom: 4px;
    font-size: 18px;
}
.content-info-page #top3 .nav-content3 .nav-info .desc {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    margin: 0;
    color: #999;
}
.content-info-page #top3 .nav-content3 .item-right .text {
    position: relative;
    padding: 30px;
    margin-top: 30px;
    text-align: justify;
    font-style: italic;
    color: #333;
}
.content-info-page #top3 .nav-content3 .item-right .text:before {
    content: url('../images/left-qt.png');
    position: absolute;
    left: 0;
    top: 0;
}
.content-info-page #top3 .nav-content3 .item-right .text:after {
    content: url('../images/right-qt.png');
    position: absolute;
    right: 0;
    bottom: 0
}
.content-info-page #top3 .nav-content3 {
    margin-top: 20px;
}
.content-info-page #top4 {
    margin-top: 50px;
}
.content-info-page #top4 .title-pr {
    margin-bottom: 20px;
}
@media (min-width: 1000px){
    .hidden-pc{
        display: none;
    }
}

@media (max-width: 1024px){
    header#header-site .hidden-mb {
        display: none;
    }
    #header-site .logo img {
        padding: 10px;
        width: 78px;
    }
    .hc-nav-trigger {
        top: 23px!important;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    a.logo.hidden-pc {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .sidebar-wrapper .item .content .float-box .img {
        width: 15% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .sidebar-wrapper .item .content .float-box .img {
        width: 7% !important;
    }
}

@media (max-width: 1024px) {
    .left-row-box{
        order: 2;
        position: unset!important;
        padding-right: 15px!important;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0 0;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .right-row-box{
        order: 1;
        padding-left: 15px!important;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .home-content > .container > .row {
        display: flex;
        flex-flow: row wrap;
    }
}

@media (max-width: 480px)  {
    .new-home .image {
        width: 100%;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        height: 240px;
        overflow: hidden;
    }
    .page-title .title {
        font-size: 19px!important;
        line-height: 25px;
    }
    .top-content {
        padding-top: 25px;
    }
    .top-content-left .ha{
        width: 100%;
        text-align: center;
    }
    .home-products-heading,.why-chose {
        margin-top: 5px;
    }
    .title-primary {
        margin-bottom: 15px;
    }
    .readmore {
        margin-bottom: 15px;
    }
    .slider-partner .item {
        height: 275px;
    }
    .partner-home {
        padding:0;
    }
    .nav-content-dt h2 {
        max-width: 100%!important;
        line-height: 20px;
    }
    .logo img {
        padding: 10px;
        width: 78px;
    }
    .top-social,.phone-email {
        display: none;
    }

    .hidden-mb{
        display: none;
    }

}


.service-home .post-item .box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.service-home .post-item {
    margin: 0 0 20px 0;
}

.service-home .post-item .box-image img {
    width: 100%;
    height: 190px;
/*    height: auto;*/
    object-fit: cover;
}
.service-home .box-text {
    text-align: left;
    border: 1px solid #ddd;
    padding: 10px 10px 20px 10px;
}
.service-home .line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    margin: 0;
}
.service-home .from_the_blog_excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.service-home .box-text p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.service-home .badge.post-date {
    top: 10px;
    left: 25px;
    position: absolute;
    background: transparent;
    /* width: 40px!important; */
    /* height: 40px!important; */
    padding: unset;
    /* line-height: 40px; */
}
.service-home .badge-inner {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    /* width: 100%; */
    /* height: 100%; */
    background-color: #009146;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s,color .3s,border .3s;
    border-radius: 0!important;
    width: 42px;
    text-align: center;
    padding: 10px 0;
}

.service-home .badge-inner .post-date-month {
    font-size: 11px;
}

.service-home .badge-inner .post-date-day {
    display: inline-block;
    margin-bottom: 3px;
}
section.service-home {
    margin: 15px 0 35px 0;
}
.sidebar-wrapper, .main-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
}

.sidebar-wrapper .item .title {
    background: #19ac5b;
    color: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}

.sidebar-wrapper .item .content .float-box {
    display: flex;
    margin: 0 0 15px 0;
}

.sidebar-wrapper .item .content .float-box:first-child {
}

.sidebar-wrapper .item .content .float-box .img {
    width: 23%;
}

.sidebar-wrapper .item .content .float-box .text {
    width: calc(100% - 20%);
    font-size: 15px;
}

.sidebar-wrapper .item .content .float-box .text a {
    font-weight: bold;
    color: red;
}

.sidebar-wrapper .item .content .float-box .text p {
    margin: 0;
}

.sidebar-wrapper .item {
    margin: 0 0 15px 0;
}

.sidebar-wrapper .item .content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.sidebar-wrapper .item .content ul li a {
    margin: 0 0 7px 0;
    display: block;
    font-size: 15px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-wrapper .item .title h3 {
    margin: 0;
    font-weight: bold;
    line-height: 23px;
}

.left-row-box {
    padding-right: 7.5px;
    position: sticky;
    top: 60px;
}

.right-row-box {
    padding-left: 7.5px;
}

.home-content {
    margin: 30px 0 0 0;
}
.footer-top {
    color: #fff;
    padding: 20px 0 5px 0;
}

.footer-top ul, .footer-top ol {
    padding: 0 0 0 15px;
}

.footer-top li {
    margin: 0 0 10px 0;
}

.footer-top .title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
}
.service-home .readmore {
    /*    background: #19ac5b;*/
    /*    color: #fff;*/
    margin: 5px 0 10px 0px;
}

@media (max-width: 767px){
    .nav-content-dt img {
        height: auto!important;
    }
    .hotline-bar{
        display: none;
    }
    .contact-footer {
        bottom: 10% !important;
        left: 15px!important;
    }
    .nav-content-left * {
        font-size: 18px;
    }
    .top-header .hotline {
        display: inline-block!important;
        position: relative;
        top: 2px;
    }

    .top-header .hotline a {
        color: red;
        font-weight: bold;
        font-size: 24px;
    }

    .top-header .logo.hidden-pc img {
        display: none;
    }

    .top-header {
        height: 70px;
    }
}

/*social*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e10000;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #e10000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e10000;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
.hotline-bar {
    position: absolute;
    background: #e10000;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#button-contact-vr {
    bottom: 15%;
    left: 10px;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
    10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
}