/*----------------------------------------*/
/*  1.	Default CSS
/*----------------------------------------*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    /*footer fixed bottom when content not full height*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    box-sizing: border-box;
}

::selection {
    background: #0083BB;
    color: #FFF;
}

.wrapper-outer {
    background: #F5F5F5;
    /*footer fixed bottom when content not full height*/
    flex: 1;
}
.wrapper {
    background: #FFF;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0083BB;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}
.image-margin-top-10 {
    display: block;
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}
.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin-bottom: 200px !important;
    display: block;
}

/*----------------------------------------*/
/*  2.	header-top-area
/*----------------------------------------*/
#header-top-area {
    height: 35px;
    background: #F2F2F2;
}

#header-top-area .info, #header-top-area .address {
    line-height: 35px;
}

#header-top-area .space-info {
    padding: 0 5px;
}

/*----------------------------------------*/
/*  3.	header-bottom-area
/*----------------------------------------*/
li.open {
    background: #777 !important;
}
#header-bottom-area {
    background: #FFF;
}

#header-bottom-area .logo {
    padding: 12px;
}

#header-bottom-area .name-company {
    font-size: 26px;
    color: #0083BB;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

#header-bottom-area .description-company {
    font-size: 20px;
    color: #666666;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#header-bottom-area .header-search {
    position: relative;
    margin-top: 25px;
}

#header-bottom-area .header-search input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    padding: 0 40px 0 20px;
    width: 100%;
    border-radius: 3px;
}

#header-bottom-area .header-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

@media screen and (max-width: 768px) {
    #header-bottom-area .logo {
        text-align: center;
    }

    #header-bottom-area .logo img {
        width: 150px;
    }

    #header-bottom-area .name-company {
        margin-top: 0;
        font-size: 13px;
        color: #3E9DD7;
        font-weight: 600;
        margin-bottom: 0;
        text-align: center;
    }

    #header-bottom-area .description-company {
        font-size: 11px;
        color: #666666;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    #header-bottom-area .header-search {
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

/*----------------------------------------*/
/*  4.	menu-area
/*----------------------------------------*/
#menu-area {
    margin-bottom: 0;
    background: #3E9DD7;
    border-radius: 0;
    height: 50px;
    z-index: 9999;
}

.navbar-brand {
    color: #FFF;
}

#menu-area .navbar-nav a {
    color: #FFF;
}

#menu-area .navbar-nav {
    background: #3E9DD7;
}

#menu-area .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
}

#menu-area li a:hover, #menu-area li a:visited {
    background: #555;
}

#menu-area li a.home {
    display: inline-block;
    position: relative;
    padding-left: 38px;
}

#menu-area li a.home::before {
    font-family: FontAwesome;
    content: "\f015";
    font-size: 25px;
    position: absolute;
    display: block;
    left: 18px;
    top: 13px;
}

#menu-area .open .dropdown-toggle {
    background: #555;
}

#menu-area .open .dropdown-menu {
    background: #3E9DD7;
}

#menu-area .dropdown-menu {
    padding: 0;
}

#menu-area .dropdown-menu li a {
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 14px;
    }
}

/*----------------------------------------*/
/*  5.	slider-area
/*----------------------------------------*/
.jssorb05 {
    position: absolute
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer
}

.jssorb05 div {
    background-position: -7px -7px
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px
}

.jssorb05 .av {
    background-position: -67px -7px
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px
}

.jssora22l,
.jssora22r {
    display: block;
    position: absolute;
    width: 40px;
    height: 58px;
    cursor: pointer;
    /* background: url('../images/img/a22.png') center center no-repeat; */
    overflow: hidden
}

.jssora22l {
    background-position: -10px -31px
}

.jssora22r {
    background-position: -70px -31px
}

.jssora22l:hover {
    background-position: -130px -31px
}

.jssora22r:hover {
    background-position: -190px -31px
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px
}

.jssora22l.jssora22lds {
    background-position: -10px -31px;
    opacity: .3;
    pointer-events: none
}

.jssora22r.jssora22rds {
    background-position: -70px -31px;
    opacity: .3;
    pointer-events: none
}

/*----------------------------------------*/
/*  6.	footer
/*----------------------------------------*/
#footer {
    background: #2D2D2D;
    min-height: 100px;
}

#footer #widget-footer {
    padding: 40px 0 20px;
}

#footer #widget-footer #description {
    color: #d5d5d5;
    font-weight: 500;
    line-height: 25px;
    margin-top: 22px;
    text-align: justify
}

#footer #widget-footer #widget-contact {
}

#footer #widget-footer h3 {
    border-bottom: 1px solid #5b5b5b;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 11px;
}

#footer #widget-footer #widget-contact .footer-menu {
    list-style: none;
    color: #d5d5d5;
    font-size: 15px;
}

#footer #widget-footer #widget-contact .footer-menu li {
    padding: 5px 0;
}

#footer #widget-footer #widget-contact .footer-menu li i {
    display: inline-block;
    margin-right: 10px;
}

#footer-bottom-area {
    background: #212121;
    padding: 10px 0;
}

#footer-bottom-area .copyright p {
    color: #d5d5d5;
    margin: 0;
}

#footer-bottom-area .copyright a {
    color: #F35818;
}

/*----------------------------------------*/
/*  7.	main
/*----------------------------------------*/
#main {

    min-height: 500px;
}

.main-background {
    background: #FFF;
}

/*----------------------------------------*/
/*  8.	main-left
/*----------------------------------------*/
#main .main-left {
    border: solid 1px #e8e8e8;
    border-top: none;
}

#main .main-left .title {
    height: 40px;
    background: #3E9DD7;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}

#main .main-left .box-content ul {
    list-style: none;
}

#main .main-left .box-content ul li {
    clear: both;
}

#main .main-left .box-content .icon {
    width: 28px;
    height: 28px;
    float: left;
}

#main .main-left .box-content .phone {
    font-size: 24px;
}

#main .main-left .box-content .contact {
    font-size: 16px;
    color: red;
    text-indent: 10px;
    font-weight: 700;
}

#main .main-left .box-content .contact-online a {
    padding: 0 8px;
}

#main .main-left .box-content .contact-online img {
    width: 35px;
    height: 35px;
}

#main .main-left .box-content h4 {
    border-top: 1px solid #d2d2d2;
    color: #3E9DD7;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 8px;
    margin-top: 5px;
    text-indent: 10px;
}

#main .main-left .box-content p {
    padding-left: 10px;
}

#main .main-left .list-group.panel {
    margin-bottom: 0;
}

#main .main-left .list-group .list-group-item {
    text-transform: capitalize;
}

#main .main-left .list-group.panel > .list-group-item {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

#main .main-left .list-group.panel > .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#main .main-left .list-group.panel > .list-group-item::before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
}

#main .main-left .list-group-submenu {
    margin-left: 20px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #F35818;
    text-decoration: none;
    background-color: #D9EDF7;
}

/*----------------------------------------*/
/*  8.	main-right
/*----------------------------------------*/
.main-right .category-area {
    margin-top: 20px;
}

.section-title {
    line-height: normal;
    margin-bottom: 20px;
}

.section-title h2 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #3E9DD7;
}

@media (min-width: 768px) {
    .section-title h2::before, .section-title h2::after {
        border-top: 4px double #666;
        content: "";
        left: -136px;
        position: absolute;
        top: 9px;
        width: 120px;
    }

    .section-title h2::after {
        left: inherit;
        right: -136px;
    }
}

/*----------------------------------------*/
/*  8.	single-product
/*----------------------------------------*/
.single-product {
    height: 250px;
    border: solid 1px #d5d5d5;
    margin-bottom: 20px;
    overflow: hidden;
}

.single-product:hover img {
    transform: scale(1.1);
}

.single-product .image-product {
    padding-bottom: 1px;
    border-bottom: solid 1px #d5d5d5;
}

.single-product .image-product img {
    width: 260px;
    height: 195px;
    padding: 5px 5px;
}

.single-product .item-content {
    padding-top: 8px;
}

.single-product .item-content h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-top: 5px;
    padding: 0 5px;
}

.color-orange {
    color: #F35818;
}

/*----------------------------------------*/
/*  9.	breadcrumb
/*----------------------------------------*/
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105";
    font-family: FontAwesome;
}

.breadcrumb li a {
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  10.	product-list
/*----------------------------------------*/

.product-list-area .section-title h1 {
    text-transform: uppercase;
    text-indent: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .product-list-area .section-title h1 {
        font-size: 18px;
    }
}

.product-list-area .section-title h1 a {
    color: #3E9DD7;
}

.product-list-area .section-title h1::after {
    content: "";
    border-bottom: solid 2px #F35818;
    display: block;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .product-list-area form {
        /*width: 160px;*/
        position: absolute;
        top: 14px;
        right: 24px;
    }
}

/*----------------------------------------*/
/*  10.	product-detail-area
/*----------------------------------------*/
.product-detail-area h1.title {
    color: #3E9DD7;
    text-transform: capitalize;
    margin-top: 0;
}

.product-detail-area .description {
    font-size: 16px;
}

.product-detail-area .btn-tel {
    padding: 15px;
    color: #FFF;
    background: #F35818;
    text-transform: uppercase;
    border-radius: 5px;
}

.product-detail-area .btn-tel:hover {
    background: red;
}

.product-detail-area h2.info {
    font-size: 24px;
    color: #3E9DD7;
    margin-bottom: 0;
}

.product-detail-area h2.info::after {
    content: "";
    padding-bottom: 5px;
    border-bottom: solid 2px #F35818;
    display: block;
}

.product-detail-area .content {
    border: solid 1px #d5d5d5;
    padding: 20px;
}

.product-detail-area .single-product {
    height: 195px;
    border: solid 1px #d5d5d5;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-detail-area .single-product .image-product img {
    width: 190px;
    height: 141px;
}

.post-tag {
    margin: 10px 0 35px
}

.post-tag a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
}

.post-tag a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.post-tag a:hover {
    background: #444;
    color: #FFF;
}

.post-tag a:hover:before {
    border-right-color: #444;
}

/*----------------------------------------*/
/*  11.	slider product similar
/*----------------------------------------*/

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 2%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: -8px;
    position: absolute;
    top: 35%;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: -8px;
    position: absolute;
    top: 35%;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/*----------------------------------------*/
/*  12. contact-page
/*----------------------------------------*/

.contact-page .contact-title {
    position: relative;
}

.contact-page h2 {
    float: left;
    background: #3E9DD7;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 14px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: justify;
    width: 250px;
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.contact-page h2:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187, 0, 0, 0);
    border-left-color: #3E9DD7;
    border-width: 20px 20px 20px 10px;
    margin-top: -20px;
    z-index: 1;
}

.contact-page .contact-note {
    background: #D9EDF7;
    border-radius: 5px;
    padding: 10px;
}

.contact-page .contact-note p {
    color: #111;
}

p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}

p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}

ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}

input.parsley-error, textarea.parsley-error, select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}

.btn-group .parsley-errors-list {
    display: none
}



@media (min-width: 768px) {
    h1.tag {
        width: 600px;
    }
}
/*----------------------------------------*/
/*  13. news-list-page
/*----------------------------------------*/
.news-list-page .news-list-title {
    position: relative;
}

.news-list-page h1 {
    float: left;
    background: #3E9DD7;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 14px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: justify;
    width: 250px;
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.news-list-page h1:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187, 0, 0, 0);
    border-left-color: #3E9DD7;
    border-width: 20px 20px 20px 10px;
    margin-top: -20px;
    z-index: 1;
}
.news-list-content .single-news {
    display: table;
    width: 100%;
}
.news-list-content .image-news {
    display: table;
    float: left;
    width: 33.3333%;
}
.news-list-content .image-news img {
    width: 275px;
    height: 180px;
}
.news-list-content .item-content {
    padding: 0 15px;
    float: left;
    width: 66.6667%;
}
.news-list-content .item-content h2 {
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
}
.news-list-content .item-content h2 a {
    color: #3E9DD7;
}
.news-list-content .item-content h2 a:hover {
    color: #F35818;
}

.news-list-content .item-content .item-des a:hover {
    background: #F35818;
    color: #FFF;
}
.news-list-content .item-content .item-des a {
    padding: 6px 10px;
    background: #3E9DD7;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
}
.news-list-content .item-content .time {
    margin: 5px 0;
    display: inline-block;
    color: #5A5A5B;
}
.news-list-content .ln_solid {
    clear: both;
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 15px 0;
}
/*----------------------------------------*/
/*  13. news-detail-page
/*----------------------------------------*/

.news-detail-title h1 {
    margin: 0;
    margin-bottom: 10px;
}
.news-detail-title h1 a {
    color: #3E9DD7;
}
.news-detail-title h1 a:hover {
    color: #F35818;
}
.news-detail-content .intro {
    font-weight: 600;
}

.list-news-view .news-view-title {
    position: relative;
}

.news-view-title h3 {
    float: left;
    background: #3E9DD7;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 14px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: justify;
    width: 250px;
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.news-view-title h3:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187, 0, 0, 0);
    border-left-color: #3E9DD7;
    border-width: 20px 20px 20px 10px;
    margin-top: -20px;
    z-index: 1;
}
.list-news-view  ul {
    list-style: none;
    padding-left: 10px;
}
.list-news-view  ul li {
    padding: 2px 0;
}
.list-news-view  ul li::before {
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 8px;
    position: relative;
    top: 0;
}
.list-news-view  ul li a {
    color: #3E9DD7;
}
.list-news-view  ul li a:hover {
    color: #F35818;
}
.list-news-view  ul li .time {
    color: #5A5A5B;
}
/*----------------------------------------*/
/*  14. slider-video
/*----------------------------------------*/

#carousel-custom .carousel-inner {
    position: relative;
    width: 100%;
}

#carousel-custom .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}
#carousel-custom .carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}
#carousel-custom img {
    height: 200px;
    width: 100%;
}
#carousel-custom h3.title-video {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
#carousel-custom h3.title-video a{
    font-size: 16px;
    color: #0083BB;
}
#carousel-custom h3.title-video a:hover {
    color: #F35818;
}

