﻿body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color: #373F41;
}
/*Common*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
img {
    max-width: 100%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

select.form-control {
    appearance: auto !important;
}

.transition {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.text-shadow {
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.text-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b57c1f+0,f8e59c+100 */
    background: rgb(181,124,31); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(181,124,31,1) 0%, rgba(248,229,156,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(181,124,31,1) 0%,rgba(248,229,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(181,124,31,1) 0%,rgba(248,229,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b57c1f', endColorstr='#f8e59c',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .box-shadow:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.box-shadow-lg {
    box-shadow: 0 28px 56px rgba(0,0,0,0.05), 0 20px 20px rgba(0,0,0,0.02);
}

a {
    text-decoration: none;
    color: #ef1c24;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.form-control {
    font-size: 14px;
    padding: .5rem 1.5rem;
    border-color: #D0D0D0;
    background-color: #fff;
}

.control-icon {
    position: relative;
}

    .control-icon i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.text-justify {
    text-align: justify;
}

.bg-gray {
    background-color: #dadada;
}

.text-danger {
    color: #a52a2a;
}

.btn-danger {
    background-color: #ef1c24;
}

.btn {
}

.btn-success {
    background-color: #2E462F;
}

.btn-outline-danger {
    border-color: #E5322D;
    color: #E5322D;
}

.btn-outline-success {
    border-color: #2E462F;
    color: #2E462F;
}

.btn-primary {
    background-color: #b26637;
    border-color: #b26637;
    color: #fff;
}

    .btn-primary:hover {
        background-color: rgba(131,26,27,1);
    }

.slick-slide {
    margin: 0 1rem;
}

.slick-list {
    margin: 0 -1rem;
}

.slick-dots {
    bottom: -50px;
}


.slick-prev,
.slick-next {
    display: flex;
    padding: 24px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    z-index: 10;
    justify-content: center;
    background: #404040;
    opacity: 0.35;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

    .slick-prev:before,
    .slick-next:before {
        font-family: "Font Awesome 5 Pro";
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        color: #fff;
        font-size: 1.2rem;
    }

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
    background: #404040;
}

.slick-arrow-bottom {
    padding-bottom: 6rem;
}

.slick-arrow .slick-prev,
.slick-arrow .slick-next {
    left: 2rem;
    right: auto;
    width: auto;
    height: auto;
    padding: .35rem 1rem .5rem;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .slick-arrow .slick-prev:hover,
    .slick-arrow .slick-next:hover {
        background-color: #fff;
    }

    .slick-arrow .slick-prev:before,
    .slick-arrow .slick-next:before {
        font-family: "Font Awesome 5 Pro";
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    .slick-arrow .slick-prev:before {
        content: "\f104";
    }

    .slick-arrow .slick-next:before {
        content: "\f105";
    }

.slick-arrow-bottom .slick-prev,
.slick-arrow-bottom .slick-next {
    top: auto;
    bottom: 0;
    background: none;
}

.slick-arrow-bottom .slick-prev {
    left: 50%;
    transform: translateX(calc(-46% - 30px));
}

.slick-arrow-bottom .slick-next {
    left: auto;
    right: 50%;
    transform: translateX(calc(46% + 30px));
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: -60px;
    background-color: rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-to-top.active {
        bottom: 35px;
    }

    .back-to-top i {
        font-size: 32px;
        color: #fff;
    }

    .back-to-top:hover {
        cursor: pointer;
        bottom: 40px;
    }

.fancybox-content {
    padding: 0;
}

.fancybox-content,
.fancybox-is-open .fancybox-stage {
    overflow: initial;
}

.fancybox-slide--html .fancybox-close-small {
    top: -44px;
    color: #fff;
    padding: 0;
}

.blockquote {
    padding: 1rem 1rem 1rem 2rem;
    background-color: #e2e3e4;
    border-left: 4px solid #ef1c24;
    font-size: 1rem;
    font-style: italic;
}

.mcs-horizontal {
    overflow-x: auto;
    white-space: nowrap;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #5f5f61;
}

.mcs-horizontal .mCSB_container > * {
    display: inline-block;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 15px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: auto;
}

.nav-tab li > a {
    background-color: #dadada;
    color: #ef1c24;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.nav-tab li.active > a {
    background-color: #ef1c24;
    color: #fff;
}

.nav-tab li + li {
    margin-left: 15px;
}

.page-item.active .page-link {
    background-color: #2E462F;
    border-color: #2E462F;
    color: #fff;
}

.page-link {
    background-color: #F0F2F0;
    color: #2E462F;
    font-weight: bold;
}

    .page-link:hover {
        background-color: #ddd;
        color: #2E462F;
    }

@media (min-width: 992px) {
    .col-lg-25 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.f-12 {
    font-size: 12px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}
.fw-400,
.fw-400 a{
    font-weight: 400 !important;
}
.w-200 {
    width: 200px;
}

.title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400 !important;
}

.title-style1 {
    padding: 1rem 0;
}

.title-style2 {
    position: relative;
    color: #E5322D;
}

    .title-style2:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background-color: #E5322D;
        transform: translateY(-50%);
        z-index: -1;
    }

    .title-style2 span {
        display: inline-block;
        padding-right: 1.5rem;
        background-color: #fff;
    }

.title-style3 a {
    font-size: 28px;
    font-weight: 700;
    padding-left: 1rem;
    border-left: 4px solid #E5322D;
    color: #404040;
}

@media screen and (max-width: 767px) {
    .title-style3 a {
        font-size: 16px;
    }
	.content img {
		max-width:100%;
		height:auto!important;
	}
	.footer .col-6 {
		margin-bottom:1.5rem;
	}
}
/*Header*/
.header {
    z-index: 99;
    height: auto !important;
}

.topbar {

}

    .topbar a {
        color: #282828;
        font-size:13px;
    }

        .topbar a:hover {
            color: #E5322D;
        }

    .topbar i {
        font-size: 18px;
    }

    .topbar ul.nav > li + li {
        margin-left: 1rem;
    }

    .topbar ul.nav > li.active > a {
        color: #E5322D;
        font-weight: bold;
    }

.search a {
    text-decoration: none;
}

    .search a i {
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    .search a:hover {
        background-color: #da251c;
    }

        .search a:hover i {
            color: #fff;
        }

.logo a {
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -ms-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
}

    .logo a img {
        -webkit-transition: width 300ms ease;
        -moz-transition: width 300ms ease;
        -ms-transition: width 300ms ease;
        -o-transition: width 300ms ease;
        transition: width 300ms ease;
    }

.is-sticky .logo a {
    position: static;
}

    .is-sticky .logo a img {
        width: 55px;
    }
/*Mainnav*/
#sticky-wrapper {
    z-index: 9999;
}

.is-sticky .mainnav {
    border-top: 0 !important;
}

.mainnav {
    background-color: #fff;
    z-index: 999 !important;
}

    .mainnav a {
        color: #000;
    }

        .mainnav a:hover {
            color: #ef1c24;
        }

    .mainnav ul.nav {
    }

        .mainnav ul.nav > li {
            position: relative;
        }
            .mainnav ul.nav > li:after {
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
                background-color: #ed1846;
                content: "";
                position: absolute;
                display: block;
                bottom: 0;
                left: 0;
                height: 3px;
                width: 0;
            }
            .mainnav ul.nav > li:hover:after,
            .mainnav ul.nav > li.active:after {
                width: 100%;
            }

            .mainnav ul.nav > li + li {
            }

            .mainnav ul.nav > li > a {
                display: flex;
                align-items: center;
                padding: 1.4rem 0;
                font-size: 16px;
                font-weight: 400;
                color: #282828;
                text-align: center;
                justify-content: center;
            }

                .mainnav ul.nav > li > a > i {
                    margin-left: 2rem;
                }

            .mainnav ul.nav > li.active:hover > a,
            .mainnav ul.nav > li.active > a {
                color:#E5322D;
            }

            .mainnav ul.nav > li:hover > a {
                color: #E5322D;
            }

            .mainnav ul.nav li.dropdown > a > span {
                font-family: "Font Awesome 5 Pro";
                position: relative;
            }
            .mainnav ul.nav > li.dropdown.active > a > span:before,
            .mainnav ul.nav > li.active:hover > a > span:before,
            .mainnav ul.nav > li.active > a > span:before,
            .mainnav ul.nav > li.dropdown:hover a > span:before {
                color: #E5322D;
            }
            .mainnav ul.nav > li.dropdown a > span:before {
                content: "\f107";
                position: absolute;
                right: -15px;
                top: 50%;
                transform: translateY(-50%);
                color: #303030;
            }

            .mainnav ul.nav > li.active.dropdown:before {
                color: #5f5f61;
            }

            .mainnav ul.nav li.dropdown a > span span {
                font-family: "Roboto";
            }
            .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu {
                min-width:590px;
            }
            .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li {
                width: 50%;
                float:left;
            }
                .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li > a {
                    white-space:nowrap;
                    min-height:38.4px;
                }

                .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li:hover > a {
                    background-color:#E5322D;
                    color:#fff;
                }

                .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li:hover > ul.dropdown-menu {
                    
                }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown > a > span {
            display:block;
        }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown > a > span:before {
            content: "\f105";
            right: -20px;
            color: #303030;
        }

            .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown:hover > a > span:before {
                color: #fff;
            }

                    .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li:hover > ul.dropdown-menu > li > a {
                        color: #fff;
                        background-color: #E5322D;
                    }

                    .mainnav ul.nav > li.dropdown.product-cat > ul.dropdown-menu > li:hover > ul.dropdown-menu > li:hover > a {
                        background-color:rgb(229 50 45 / 0.85);
                    }

    .mainnav ul.dropdown-menu {
        padding: 0;
        z-index: 999;
        top: 110%;
        box-shadow: none;
        border: 0;
        left: -9999px;
        opacity: 0;
        display: block;
        -webkit-transition: opacity .3s ease,top .25s ease;
        -moz-transition: opacity .3s ease,top .25s ease;
        -ms-transition: opacity .3s ease,top .25s ease;
        -o-transition: opacity .3s ease,top .25s ease;
        transition: opacity .3s ease,top .25s ease;
        overflow: hidden;
        background-color: #f8f8f8;
        border-radius: 0;
    }

        .mainnav ul.dropdown-menu > li > a {
            display: block;
            padding: .5rem 3rem .5rem;
            font-weight: 400;
            font-size: .9rem;
            color: #282828;
            white-space: nowrap;
        }

        .mainnav ul.dropdown-menu > li + li {
        }

        .mainnav ul.dropdown-menu > li:hover > a {
            background-color: #f3f4f5;
            color: #ef1c24;
        }

    .mainnav ul.nav > li.dropdown > ul.dropdown-menu:hover {
        overflow: initial;
    }

    .mainnav ul.nav > li.dropdown:hover > ul.dropdown-menu {
        left: 0;
        top: 100%;
        opacity: 1;
        z-index: 999;
    }

    .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu {
        top: 0;
    }

    .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li {
        position: relative;
    }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li a {
            text-align: left;
        }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li:hover > ul.dropdown-menu {
            left: 100%;
            top: 0;
            opacity: 1;
            background-color: #f3f4f5;
            padding-top: 0;
            overflow: initial;
        }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
            color: #2E462F;
        }

        .mainnav ul.nav > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li:hover > a {
            background: none;
            color: #E5322D;
        }

.search a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input {
    position: absolute;
    top: 100%;
    left: -9999px;
    opacity: 0;
    -webkit-transition: opacity .3s ease,top .25s ease;
    -moz-transition: opacity .3s ease,top .25s ease;
    -ms-transition: opacity .3s ease,top .25s ease;
    -o-transition: opacity .3s ease,top .25s ease;
    transition: opacity .3s ease,top .25s ease;
    z-index: -1;
    width: 100%;
}

    .search-input.show {
        opacity: 1;
        left: 0;
        z-index: 99;
    }

    .search-input input {
        font-size: 1.2rem;
        border-radius: 0;
    }
/*Slideshown*/
.slideshow {
    background: url(../images/slideshow-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
}

    .slideshow .slide-item {
        position: relative;
    }

    .slideshow .slide-img {
        text-align: center;
    }

        .slideshow .slide-img img {
            height: 746px;
            display: inline-block;
        }

    .slideshow .slick-current .slide-img {
        animation-name: fadeIn;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .slideshow .slick-dots {
        left: 7%;
        width: auto;
        bottom: 40px;
        text-align: left;
        margin-bottom: 0;
    }

    .slideshow .slick-slide {
        margin: 0;
    }

    .slideshow .slick-list {
        margin: 0;
    }

    .slideshow .slick-prev,
    .slideshow .slick-next {
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        padding: .35rem 1rem .5rem;
        border-radius: 0;
        background: none;
        color: #2E462F;
    }

    .slideshow .slick-prev {
        left: 15px;
    }

    .slideshow .slick-next {
        right: 15px;
    }
/*Content*/
.content {
    color: #404040;
}

    .content p:last-child {
        margin-bottom: 0;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
        font-weight: bold;
    }

.main-title {
    font-size: 1.6rem;
    font-weight: bold;
}

.sub-title {
    color: #dd2026;
}
/*Dịch vụ*/
.partner-index-list > .row > .col-lg-25 {
    margin-bottom:0.25rem;
}
.index-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
}
.index-item {
    background-color: rgba(248,249,250);
    border-radius: 4px;
    height:100%;
}
.index-item a {
    color: #373F41;
    
}
.index-item .index-caption {
    padding-left:1rem;
    padding-right:1rem;
    padding-bottom:1rem;
}
.index-img {
    height: calc(88px);
    display: flex;
    align-items: center;
}

.index-item > a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.index-item a:hover {
    color: #E5322D;
}
.solution-item {
    height:300px;
    position:relative;
}
    .solution-item:after {
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        position: absolute;
        background-color: rgb(229 50 45 / 0.68);
        z-index: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
    }
.solution-item:hover::after {
    height:100%;
}
.solution-item .index-caption {
    color:#fff;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    padding:3rem 1.5rem;
    z-index:10;
}
.solution-item .index-title {
    font-size:19px;
    position:relative;
}
    .solution-item .index-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 2px;
        background-color: #E5322D;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
    }
    .solution-item:hover .index-title:after {
        background-color:#fff;
    }
/*Product*/
.product-label {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0.1rem 0.5rem;
    background-color: #E5322D;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.product-caption {
    color: #404040;
    padding-top:1rem;
    padding-bottom:1rem;
}

.product-title {
    font-size: 150%;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.product-list .product-title {
    font-size:100%;
}

.product-note {
    font-size: .8rem;
    color: #808080;
}

.product-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
}

.product-link .btn-success {
    width: calc(100% - 43px);
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-4-items .slick-prev,
.slide-4-items .slick-next {
    transform: translateY(calc(-50% - 26px));
}

.product-item-sub .product-img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product-list .col-lg-3 .product-item-sub .product-img {
    height: 215px;
}
@media (min-width: 992px) {
    .product-item-sub .product-img {
        height:240px;
    }
    .product-list .col-lg-3 .product-item-sub .product-img {
        height: 306px;
    }
}
    
    .product-item-sub .product-img .viewmore {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: -1px;
        background-color: rgba(64,64,64,.75);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        border-radius: 4px;
    }

        .product-item-sub .product-img .viewmore a {
            font-weight: 700;
            color: #404040;
            background-color: #fff;
        }

.product-item-sub:hover .product-img .viewmore {
    opacity: 1;
}

.product-item-sub .product-img .viewmore a:hover {
    background-color: #2E462F;
    color: #fff;
}

.product-content {
    font-size: 16px;
}

    .product-content h3 {
        position: relative;
        color: #E5322D;
    }

        .product-content h3:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 1px;
            background-color: #E5322D;
            transform: translateY(-50%);
            z-index: -1;
        }

        .product-content h3 span {
            display: inline-block;
            padding-right: 2rem;
            background-color: #fff;
        }

    .product-content h4 {
        font-size: 24px;
        font-weight: 700;
        padding-left: 1rem;
        border-left: 4px solid #E5322D;
        color: #404040;
    }

.product-code strong {
    font-size: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'icom', 'Noto Sans', sans-serif;
}

.product-code .icom_font {
    font-weight: 300;
}

.product-cat-item {
    width: 100%;
    cursor: pointer;
    border-right: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    .product-cat-item a {
        display: block;
        text-decoration: none;
        padding: 2em 10px;
        text-align: center;
        background: #f0f0f0;
        color: #282828;
        font-size: 125%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-cat-item.active {
        border-bottom:none;
    }
    .product-cat-item.active a {
        border-bottom-color: #fff;
        background-color: #fff;
    }
    .product-cat-item.active a span {
        border-bottom: 1px #e90505 solid;
        display: inline-block;
    }
    .product-cat-tab .slick-slide {
        margin: 0;
    }
.product-cat-tab .slick-list {
    margin:0;
}

@media screen and (max-width: 767px) {
    .breadcrumb > li {
        font-size: 14px !important;
    }

    .product-item-sub .product-img {
        height: 170px!important;
    }
    .product-cat-item a span {
        font-size:12px;
    }
    .product-cat-item a {
        padding:1rem 10px;
    }
}
/*Tin tức*/
.news-featured-wrapper > div {
    float:left;
}
.news-slide .slick-list {
    padding-left:1rem;
}
.news-label {
    white-space: nowrap;
    width: 157px;
    margin-right:2rem;
}
.news-content {
    width:calc(100% - 192px);
}
.news-link {
  
}
.news-link a {
    color: #282828;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .news-link a:hover {
        color:#E5322D;
        text-decoration:underline;
    }
.news-item:hover {
}

.news-img {
    overflow: hidden;
    border-radius: 8px;
}

    .news-img img {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

.news-title {
    color: #404040;
    font-weight: 700;
    line-height: 28px;
    font-size: 17px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.news-item:hover .news-title {
    color: #E5322D;
}

.news-item:hover .news-img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-description {
    color: #404040;
}

/*Case study*/
.case-item {
    position: relative;
}

.case-title {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.case-description {
    background-color: #2E462F;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

    .case-description a:hover {
        color: rgba(248,229,156,1);
    }

.case-item:hover .case-description {
    opacity: 1;
    z-index: 10;
}
/*Footer*/
.footer {
   border-top:1px solid #e2e3e4;
}

.footer-title {
    font-size: 26px;
    font-weight: 700;
}

.footer a {
    
}

    .footer a:hover {
        color: #E5322D;
    }
.social-zalo img {
    background-color: #0180C7;
    border-radius:5px;
}
.social-fb img {
    background-color: #3A589B;
    border-radius: 5px;
}
/*Social*/
.social-fixed {
    position: fixed;
    right: -5px;
    bottom: 100px;
    display: flex;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: right top;
    z-index:99;
}

    .social-fixed a {
        font-size: 15px;
        line-height: 40px;
        font-weight: 600;
        color: #fff !important;
        background-color: #787878;
        display: inline-block;
        width: 80px;
        height: 37px;
        text-align: center;
        border-radius: 0 0 5px 5px;
        position: relative;
        transition: all 0.1s;
    }

        .social-fixed a.fb:hover {
            background-color: #3A589B;
        }

        .social-fixed a.zalo:hover {
            background-color: #0180C7;
        }

        .social-fixed a:hover {
            opacity: 1;
            transform: translateY(3px);
        }

        .social-fixed a + a {
            margin-left: 10px;
        }
/*Search*/
.panel-right {
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
}

    .panel-right.active {
        right: 0;
        opacity: 1;
        z-index: 999;
    }

    .panel-right .panel-header {
        display: flex;
        align-items: center;
    }

    .panel-right .btn-close {
        background-color: #F2F2F2;
        color: #2E462F;
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

.backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
    opacity: 0;
}

    .backdrop.active {
        z-index: 99;
        opacity: 1;
    }

.panel-menu-mobile {
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 300px;
    background-color: #2E462F;
}

    .panel-menu-mobile.active {
        right: 0;
    }
/*Breadcrumb*/
.breadcrumb {
    margin: 0;
}

    .breadcrumb > li {
        font-size: 14px;
    }

        .breadcrumb > li.active {
            color: #404040;
        }

        .breadcrumb > li > a {
            color: #737B7D;
        }
/*Page content*/
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5 {
    font-weight: 900;
}

.page-share a.btn:hover {
    background-color: #ef1c24;
    border-color: #ef1c24;
    color: #fff !important;
}

#form h2 {
    font-weight: 900;
}
/*Responsive*/
.btn-menu-mobile {
    font-weight: 900;
    text-transform: uppercase;
}

.mm-menu {
    height: 100% !important;
    background-color: #2E462E;
    max-width: 300px;
}

@media (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
    }
}

.mm-listview .mm-next:before {
    border: none;
}

.mm-menu > .mm-navbar {
    background: none !important;
    background-color: #2E462F;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}

.mm-listview > li > a, .mm-listview > li > span {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mm-listview > li.active > a {
    background-color: #E5322D;
}

.mm-listview > li:not(.mm-divider):after {
    border-color: #f3f4f5;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: #f3f4f5;
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
    border-color: #f3f4f5;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    z-index: 999;
}

.mm-clear:after, .mm-close:after {
    right: 30px;
}

.mm-clear:before, .mm-close:before {
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    width: 12px;
    height: 12px;
}

.mm-navbar {
    border: 0;
}

.mm-listview > li:not(.mm-divider):after {
    border: none;
}

.mm-panel > .mm-listview > li.second {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-secondary ul > li {
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
}

    .nav-secondary ul > li > a {
        padding: 7px 15px;
    }

    .nav-secondary ul > li + li {
        margin-top: 9px;
    }

@media screen and (min-width: 1379px) {
    .fancybox-content {
        width: 80%;
    }
}

@media screen and (max-width: 1378px) {
    h2 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    .mainnav ul.nav > li + li {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .h2, h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .h3, h3 {
        font-size: calc(1.0rem + .6vw);
    }

    .slideshow .slide-img img {
        height: auto;
    }

    .btn-menu-mobile {
        display: block;
        margin-left: 1rem;
    }

    .slideshow .slide-caption {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
    .mm-menu {
        max-width: initial;
    }

    .title {
        font-size: 16px;
        line-height: 21px;
        border-left-width: 5px;
    }

    .title-style1 {
        padding: 8px 12px;
    }

    .index-img {
        height: calc(88px + 3rem);
    }

        .index-img .py-5 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }
}

@media screen and (max-width: 375px) {
    .btn-menu-mobile {
        font-size: 1rem;
    }
}

.bg-shadow {
    background: url(../images/about/about-section-bg.png) no-repeat top left;
}

    .bg-shadow.bg-shadow-top-center {
        background-position: top center;
    }

    .bg-shadow.bg-shadow-bottom-center {
        background-position: bottom center;
    }
/*===============About================*/

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
}
/*==============Product================*/

.product-category-slide .slick-list {
    margin: 0;
}

.product-category-slide .slick-slide {
    margin: 0;
}

.product-category-slide .slick-prev:before,
.product-category-slide .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-size: 3rem;
    color: #f8eed5;
}

.product-category-slide .slick-prev:before {
    content: "\f137";
}

.product-category-slide .slick-next:before {
    content: "\f138";
}

.product-category-slide .slick-prev {
    left: 2rem;
}

.product-category-slide .slick-next {
    right: 2rem;
}

.product-category-slide .slick-prev,
.product-category-slide .slick-next {
    opacity: 1;
    background: none;
    box-shadow: none !important;
}

#accordionProduct .accordion-item .accordion-button {
    font-size: 1.2rem;
}

.product-info {
    font-size: 1.1rem;
}

.btn-addcart {
    background-color: rgb(184,111,59);
    border-color: rgb(184,111,59);
    color: #fff;
}

    .btn-addcart:hover {
        background-color: rgba(154,49,34,1);
        color: rgba(248,229,156,1);
    }

.product-share a {
    font-size: 1.5rem;
    color: #6e6e6e;
}

.product-share span {
    margin-right: 1rem;
}

.product-share a + a {
    margin-left: 2rem;
}

.product-share a:hover {
    color: #ef1c24;
}

.product-thumbnail a {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumbnail .slick-current a {
    border-color: #2E462F !important;
}

.product-thumbnail .slick-next {
    right: -2px;
}

.product-thumbnail a img {
    max-height: 100%;
}

.product-avatar .slick-list {
}

.product-avatar .slick-track {
    display: flex;
    align-items: center;
}

.product-avatar .slick-slide a {
    text-align: center;
    display: block;
}

.product-thumbnail {
}

    .product-thumbnail .slick-slide {
        text-align: center;
    }

        .product-thumbnail .slick-slide a {
            text-align: center;
            border-radius: 5px !important;
            display: inline-block;
        }

        .product-thumbnail .slick-slide img,
        .product-avatar .slick-slide img {
            display: inline-block;
        }

.product-detail-title {
    font-size: 32px;
    font-weight: 700;
}

.accordion-item .accordion-button {
    font-weight: bold;
    font-size: 1rem;
    background: none;
    color: #000;
    border-bottom: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border-radius: 6px;
}

    .accordion-item:last-of-type,
    .accordion-item:first-of-type {
        border-radius: 6px;
    }

    .accordion-item + .accordion-item {
        margin-top: 1.5rem;
    }

    .accordion-item .accordion-button:focus {
        box-shadow: none;
    }

.product-related .slick-list {
    padding-top: .5rem;
}

.product-related .product-title a {
    color: #a52a2a;
}

.product-related .product-related-item:hover .product-title a {
    color: rgb(184,111,59);
}

.product-related .product-related-caption .btn {
    font-size: 1rem;
    background-color: rgb(184,111,59);
    border-color: rgb(184,111,59);
    color: #fff;
}

    .product-related .product-related-caption .btn:hover {
        background-color: rgba(131,26,27,1);
        border-color: rgba(131,26,27,1);
        color: rgba(248,229,156,1);
    }

.product-related-slide .slick-list {
    margin: 0;
}

.product-related-slide .slick-slide {
    text-align: center;
}

    .product-related-slide .slick-slide img {
        display: inline-block;
    }

.product-related-item.box-shadow:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
    h1.product-title {
        font-size: 2rem;
    }

    h2.product-title {
        font-size: 1.6rem;
    }

    .product-thumbnail {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

        .product-thumbnail a {
            width: 100%;
            height: 74px;
            padding: 0.5rem !important;
        }

    .product-info {
        padding: 0 !important;
    }

    .product-related .product-related-caption .btn {
        font-size: .8rem;
        padding: 0.5rem 1rem !important;
        min-width: initial;
        width: 100%;
    }

    .product-related .product-title {
        font-size: 1rem;
    }

    .accordion-button {
        font-size: 1.2rem;
    }

    .product-info ul.nav.nav-tech > li {
        width: 25%;
    }

    .product-detail-button a {
        width: 100%;
    }

        .product-detail-button a + a {
            margin-top: .5rem;
        }

    .product-content ul.nav > li {
        width: 100%;
    }

        .product-content ul.nav > li + li {
            margin-left: 0 !important;
            margin-top: .5rem;
        }

    .product-content h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .product-thumbnail a {
        height: 60px;
    }
}

/*================Liên hệ==================*/
.contact {
    margin-top: -2rem;
    border-radius: 15px;
}

    .contact h3 {
        font-weight: bold;
    }

    .contact p {
        font-size: 1.1rem;
    }

.contact-info h1 {
    font-weight: bold;
    font-size: 2rem;
}

.contact-info i {
    width: 40px;
    height: 40px;
    background-color: #ef1c24;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.contact-info p {
    font-size: 1.2rem;
}

    .contact-info p + p {
        margin-top: 1.5rem;
    }

@media screen and (max-width: 1024px) {
    .contact iframe {
        width: 208px !important;
        height: 208px !important;
    }
}

@media screen and (max-width: 767px) {
    .contact-info {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .contact-info h1 {
            font-size: 1.5rem;
        }

        .contact-info p {
            font-size: 1rem;
        }

        .contact-info i {
            margin-right: 1rem;
        }

    .contact.p-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contact .rounded-circle {
        border-radius: 6px !important;
        margin-top: 1.5rem;
    }

    .contact iframe {
        width: 100% !important;
    }

    .contact-form .row > .col-md-6 + .col-md-6 {
        margin-top: 1rem;
    }

    .contact-form button {
        width: 100%;
    }
}

/*=================Dịch vụ==================*/
.service-title.title-style3 a {
    font-size: 24px;
    text-transform: none;
}

.service-caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-related .service-title a {
    color: #404040;
}

    .service-related .service-title a :hover {
        color: #E5322D;
    }

.related-title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 1rem;
    border-left: 4px solid #E5322D;
    color: #404040;
}

/*About*/
.about-title {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.about-item:hover .about-title {
    color: #E5322D;
}
