@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: 0px;
    width: 120px;
}

.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: 5px 0;
    /*margin-bottom: 15px;*/
}

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

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

.main-menu {
    background: #f4f5f8;
    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: red
}

.menu > ul > li > a {
    color: #61656F;
    display: inline-block;
    padding: 18px 35px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

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

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

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

.top-content .top-content-left .title:after {
    content: '';
    display: block;
    float: left;
    height: 5px;
    width: 50%;
    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;
}

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

.readmore {
    padding: 10px 29px;
    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: 0px;
}

.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: left;
    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: 35px;
    text-align: center;
    position: relative;
    padding-bottom: 19px;
}

.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: 100px;
    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: url('../images/bg_heading.jpg') no-repeat left center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}

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