@import "../font/roboto/css.css";
@import "../font/roboto condensed/css.css";


body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

*:focus {
    outline: none;
}

button:focus {
    outline: none !important;
}

.img-responsive {
    width: 100%
}

a:hover {
    text-decoration: none;
}
.btn-hover:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}
/*---------------*/

.home-slider {
    height: 650px;
    position: relative;
}

.home-slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    position: relative;
}

.slide-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
    text-align: center;
}

.slide-text img.brand-logo {
    /*height: 60px;*/
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.slide-text img.deco {
    height: 20px;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.home-slider .slide-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.home-slider .slide-text p {
    font-size: 16px;
}

.slide h2 strong {
    color: #fff;
}


.slide-buttons {
    margin: 20px 0;
}

.slide-buttons .slide-btn {
    margin-left: 10px;
    background: #ea1d25;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
}

.home-slider .slide-text > *:nth-child(1) {
    animation-duration: .6s;
}

.home-slider .slide-text > *:nth-child(2) {
    animation-duration: .6s;
    animation-delay: .3s;
}

.home-slider .slide-text > *:nth-child(3) {
    animation-duration: .6s;
    animation-delay: .6s;
}

.home-slider .slide-text > *:nth-child(4) {
    animation-duration: .6s;
    animation-delay: .9s;
}

.home-slider .slide-text > *:nth-child(5) {
    animation-duration: .6s;
    animation-delay: .9s;
}


.home-slider .owl-prev {
    position: absolute;
    font-size: 24px !important;
    background: #ea1d25 !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50px;
    line-height: 1.4 !important;
    top: 44%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.home-slider .owl-next {
    position: absolute;
    font-size: 24px !important;
    background: #ea1d25 !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 50px;
    line-height: 1.4 !important;
    top: 44%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #000;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea1d25;
}

/*---------------*/
.home-header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.home-header .fusion-logo {
    margin-bottom: 20px;
}

.home-header .fusion-logo img {
    height: 80px;
}

/*---------------*/
.section-fusion {
    padding: 60px 0;
    position: relative;

}

.gtth-section {
    padding-bottom: 120px;
}

.gtth-section .cat1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
}

h2.titlel1 {
    color: #ea1d25;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.fusion-slick-slide {
    position: relative;
}

.fusion-slick-slide .slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 5;
    cursor: pointer;
    border: none;
    background: #ea1d25;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 24px;
    line-height: 1.7;
    border-radius: 50%;
}

.fusion-slick-slide .slick-arrow:focus {
    outline: none;
}

.fusion-slick-slide .slick-prev {
    left: -50px;
}

.fusion-slick-slide .slick-next {
    right: -50px;
}

.gtth-slider-nav .item {
    margin: 20px 10px;
    border: 0;
    position: relative;
}

.gtth-slider-nav .item img {
    border-radius: 10px;
    border: 3px solid #e5e5e5;
    display: block;
}

.gtth-slider-nav .slick-current img {
    border-radius: 10px;
    border: 3px solid #000;
    position: relative;
}

.gtth-slider-nav .slick-current img:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px; /** for older browsers **/
}

.gtth-slider .item {
    display: flex;
}

.gtth-slider .item .box {
    flex: 1;
}

.gtth-slider .item .box .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gtth-slider .item .box .wrap-img {
    display: block;
    width: 100%;
    height: 100%;
}

.gtth-slider .item .info {
    flex: 1;
    background: #000;
    color: #fff;
    padding: 30px;
}

.gtth-slider .item .info .title {
    font-size: 26px;
    text-transform: uppercase;
}

.gtth-slider .item .info .des {
    font-size: 16px;
    margin: 30px 0;
}

/*---------------*/
.fusion-group-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-image: url("../img/bg-1.jpg");
    text-align: center;
    padding: 30px 0;
}

.fusion-group-section img.boy-dog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    height: 120px;
}

.fusion-group-section .box {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    padding: 30px;
    margin-top: 60px;
    border-radius: 10px;
}

.fusion-group-section .box img {
    height: 40px;
    margin-bottom: 20px;
    opacity: 1 !important;
}

.fusion-group-section .box h4 {
    font-size: 20px;
    text-transform: uppercase;
    opacity: 1;
}

/*---------------*/
.fusion-whyus {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-image: url("../img/bg-2.jpg");
    text-align: center;
    padding: 40px 0;
}

.fusion-whyus .cat2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

.fusion-whyus .box {
    background: #ea1d25;
    padding: 10px;
}

.fusion-whyus .box .item {
    width: 25%;
    float: left;
}

.fusion-whyus .box .item .info {
    color: #fff;
    padding: 20px;
}

@media(max-width: 991px){
    .fusion-whyus .box .item .info {
        color: #fff;
        padding: 20px 12px;
    }
}

.fusion-whyus .box .item .info-black {
    background: #000;
}

.fusion-whyus .box .item .info .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fusion-whyus .box .item .info .buttom {
}

.fusion-whyus .box .item .info .buttom a {
    background: #ea1d25;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.fusion-whyus .box .item .info .buttom a.black {
    background: #000;
}

.clients-slide {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.fusion-section-product {
    padding: 50px 0;
    position: relative;
}

.fusion-section-product .dog-right{
    bottom: 0;
    right: 0;
    position: absolute;
    width: 200px;
}


.fusion-section-product .head h2 {
    font-size: 28px;
    color: #ea1d25;
    text-transform: uppercase;
    font-weight: bold;
}

@media(max-width: 767px){
    .fusion-section-product .head .float-left{
        display: block;
        width: 100%;
    }
    .fusion-section-product .head h2, h2.titlel1 {
        font-size: 20px;
        text-align: center;
    }
}

.fusion-section-product .head a {
    color: #fff;
    background: #ea1d25;
    border-radius: 5px;
    padding: 8px 15px;
    margin-top: -3px;
    display: inline-block;
}
.fusion-section-product .product-slider{}

.product-slider .owl-prev {
    position: absolute;
    font-size: 24px !important;
    background: #ea1d25 !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0;
    line-height: 1.4 !important;
    top: 44%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.product-slider .owl-next {
    position: absolute;
    font-size: 24px !important;
    background: #ea1d25 !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    line-height: 1.4 !important;
    top: 44%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.product-slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
}

.product-slider .owl-dots .owl-dot {
    outline: none;
}

.product-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #000;
    border-radius: 0;
}

.product-slider .owl-dots .owl-dot.active span, .product-slider .owl-dots .owl-dot:hover span {
    background: #ea1d25;
}

.product-item {
    text-align: center;
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
    display: grid;

}
.product-item:hover{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.product-item .name{}
.product-item .name a{
    color: #000;
}
.product-item .price{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.product-item .btn-view-detail{
    margin: 20px 0;
}
.product-item .btn-view-detail a{
    padding: 8px 20px;
    background: #ea1d25;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
/*---------------*/
.news-section {
    padding: 40px 0;
}

.news-section .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-image: url("../img/bg-3.png");
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-top: 70px;
}
.news-section .item img{
    position: absolute;
    width: 120px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}
.news-section .item h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 60px;
}
.news-section .item p{}
.news-section .item p a{
    padding: 6px 20px;
    background: #ea1d25;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
/*---------------*/
.partner-signup-section {
    background: #ea1d25;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}
.partner-signup-section .box{
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.44);
}
.partner-signup-section .box .item1{
    width: calc(100% - 350px);
    float: left;
    padding: 40px 0;
    background: #000;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.partner-signup-section .box .item1 .item{}
.partner-signup-section .box .item1 .item .number{
    font-size: 60px;
    font-weight: bold;
}
.partner-signup-section .box .item1 .item p{
    font-size: 20px;
    text-transform: uppercase;
}
.partner-signup-section .box .item2{
    width: 350px;
    float: left;
    padding: 20px;
}
.partner-signup-section .box .item2 h2{
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}
.partner-signup-section .box .item2 h2:before{
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.partner-signup-section .box .item2 h2 span{
    display: block;
}
.partner-signup-section .box .item2 p{
    margin: 20px 0;
}
.partner-signup-section .box .item2 p a{
    padding: 10px 20px;
    background: #000;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
/*---------------*/
.partner-section {
    padding: 40px 0;
}
.partner-section h2{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.partner-section img.deco{
    height: 20px;
}
/*---------------*/

/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/


* {
    box-sizing: border-box;
}

.main-index {
    /* margin-top: 20px; */
}

.doi-tac-img {
    margin-top: 30px;
    border-radius: 5px;
}

/*-responsive-*/

@media (max-width: 1920px) {
    .fusion-section-product .product-slider .product-item a{
        height: 300px;
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 900px) {
    .partner-signup-section .box .item2{
        width: 100%;
    }
    .partner-signup-section .box .item1{
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 20px 10px;
    }
    .partner-signup-section .box .item1 .item .number{
        font-size: 40px;
        font-weight: bold;
    }
    .fusion-section-product .product-slider .product-item a{
        height: 260px;
    }
}
@media (max-width: 768px) {
    .home-slider .owl-nav {
        display: none;
    }

    .slide-text {
        width: 95%;
    }

    .home-slider {
        height: 550px;
    }

    .home-slider .item {
        height: 550px;
    }

    .fusion-slick-slide .slick-prev {
        left: 0;
    }

    .fusion-slick-slide .slick-next {
        right: 0;
    }

    .fusion-whyus .box .item {
        width: 50%;
    }

    .fusion-whyus .box .item .info-black-xs, .btn-xs-black {
        background: #000 !important;
    }

    .fusion-whyus .box .item .info-xs, .btn-xs-red {
        background: #ea1d25 !important;
    }
    .breadcrumb {
        margin-top: 110px;
        margin-bottom: 0;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .gtth-slider .item .info {
        padding: 10px 20px;
    }
    .fusion-section-product .product-slider .product-item a{
        height: 260px;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 580px) {


    .col-xs-padding {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 480px) {
    .gtth-slider .item {
        display: block;
    }
    .fusion-section-product .product-slider .product-item a{
        height: 180px;
    }
}

@media (max-width: 370px) {
    .fusion-whyus .box .item {
        width: 100%;
    }
    .partner-signup-section .box .item1 .item .number {
        font-size: 26px;
        font-weight: bold;
    }
    .partner-signup-section .box .item1 .item p {
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media (max-width: 320px) {
    .fusion-section-product .product-slider .product-item a{
        height: 280px;
    }
}

/*------Profile--------*/
.fusion-list-group {
}
.fusion-list-group a{
    border: none;
    border-radius: 0 !important;
    background: #f5f5f5;
    font-weight: bold;
    margin-bottom: 1px;
}
.fusion-list-group a:hover{
    background: #000;
    color: #fff;
}
.fusion-list-group  a i{
    width: 20px;
    margin-right: 6px;
}
.fusion-list-group  a.active{
    background: #EC1B34;
}
.bill{}
.bill ul{
    padding: 10px 0;
    border-bottom: 3px dotted #e5e5e5;
}
.bill ul li{
    list-style: none;
}
.bill ul li a{
    color: #EC1B34;
}