/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Custom Style *****/
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
/* Main Banner */
.main-banner .container{
    /*position: relative;*/
	position: absolute;
    height: 100%;
}
.main-banner .owl-carousel  .owl-wrapper,
.main-banner .owl-carousel  .owl-item{
    max-height: 600px;
}
.main-banner .owl-theme .owl-controls .owl-page {
    display: inline-block;
    /*width: 16.66%;*/
    width: 19%;
}
.main-banner .owl-theme .owl-controls .owl-page:nth-child(1) span,
.main-banner .owl-theme .owl-controls .owl-page:nth-child(5) span{
    background-color: #025bac;
}
.main-banner .owl-theme .owl-controls .owl-page:nth-child(2) span,
.main-banner .owl-theme .owl-controls .owl-page:nth-child(6) span{
    background-color: #fe75ad;
}
.main-banner .owl-theme .owl-controls .owl-page:nth-child(3) span,
.main-banner .owl-theme .owl-controls .owl-page:nth-child(7) span{
    background-color: #ffba00;
}
.main-banner .owl-theme .owl-controls .owl-page:nth-child(4) span,
.main-banner .owl-theme .owl-controls .owl-page:nth-child(8) span{
    background-color: #95c04b;
}
.main-banner .owl-theme .owl-controls .owl-pagination {
    float: left;
    position: relative;
    width: 100%;
}

.main-ban-captin {
    left: 70px;
    position: absolute;
    /*top: 150px;*/
    width: 30%;
	top: inherit;
    bottom: 0;
}
.main-ban-captin .title{
    font-size: 64px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-ban-captin .title-sub{
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-ban-captin .title-sub div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-ban-captin .title-sub span{
    display: block;
    margin-top: 15px;
    color: #3e3e3e;
}
.main-ban-captin .btn {
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.main-ban-captin .caption-footer{
    color: #5b5b5b;
    font-size: 14px;
}
.main-ban-captin .caption-footer p {
    line-height: 1.1;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-ban-captin .form-item, 
.main-ban-captin .form-actions {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}


/* Home Category Carousel */
.home-cat-carousel #owl-demo-2 .owl-pagination{
    display: none;  
}
.home-cat-carousel #owl-demo-2 .item {
    position: relative;
    margin: 0 20px;
}
.home-cat-carousel #owl-demo-2 .item img.lazyOwl {
    width: 100%;
}
.home-cat-carousel #owl-demo-2 .item .item-footer {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 0;
    min-height: 40px;
    padding: 13px 15px;
    position: absolute;
    width: 100%;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.home-cat-carousel #owl-demo-2 .item a:hover .item-footer {
    bottom: 0;
    height: 100%;
    transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
}
#owl-demo-2 .item a:hover .item-footer{
    padding-top: 10px;
}
#owl-demo-2 .item .item-footer .disc{
    float: left;
    width: 85%;
}
#owl-demo-2 .item .item-footer .disc .title,
#owl-demo-2 .item .item-footer .disc .title-sub{
    float: left;
    width: 100%;
    line-height: 1.1;
    font-weight: 300;
}
#owl-demo-2 .item .item-footer .disc .title{
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#owl-demo-2 .item .item-footer .disc .title-sub{
    font-size: 14px;
    margin-top: 14px;
    display: none;
}
#owl-demo-2 .item a:hover .item-footer .disc .title-sub{
    display: block;
}
#owl-demo-2 .item .item-footer .arrow{
    background: rgba(0, 0, 0, 0) url("../../../images-home/arrow-doted.svg") no-repeat scroll 0 2px / 12px auto;
    background-size: 12px;
    display: block;
    height: 18px;
    width: 12px;
    float: right;
}
/* hover */
.home-cat-carousel #owl-demo-2 .item a:hover .item-footer{
    background: rgba(6, 57, 102, 0.9) none repeat scroll 0 0;
    bottom: 0;
    transition:border 0.3s ease 0s;
}
#owl-demo-2 .item a:hover .item-footer .disc .title {
    margin-bottom: 5px;
    white-space: normal;
    max-height: 60px;
}
#owl-demo-2 .item a:hover .item-footer .disc .title-sub{
    max-height: 60px;
    overflow: hidden;
}
/* Carousel nav buttons */
.home-cat-carousel #owl-demo-2 .owl-buttons{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
}
.home-cat-carousel #owl-demo-2 .owl-prev,
.home-cat-carousel #owl-demo-2 .owl-next{
    position: absolute;
    padding: 0;
    height: 20px !important;
    width: 15px !important;
}
.home-cat-carousel #owl-demo-2 .owl-prev{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-left.svg") no-repeat scroll 0 0 / cover;
    left: -15px;
}
.home-cat-carousel #owl-demo-2 .owl-next{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-right.svg") no-repeat scroll 0 0 / cover;
    right: -10px;
}
.home-cat-carousel #owl-demo-2 .owl-item.loading,
.tele-offers #owl-demo-3 .owl-item.loading{
    min-height: inherit;
}
.home-cat-carousel .owl-theme .owl-controls .owl-buttons div,
.tele-offers .owl-theme .owl-controls .owl-buttons div{
    background-color: red;
    border-radius: 0 !important;
    opacity: 0.3;
}
.home-cat-carousel .owl-theme .owl-controls .owl-buttons div:hover,
.tele-offers .owl-theme .owl-controls .owl-buttons div:hover{
    border-radius: 0 !important;
    opacity: 0.6;
}
/* Home Offers Carousel */
.tele-offers #owl-demo-3 .owl-item{
    text-align: center;
}
.tele-offers #owl-demo-3 .owl-item img{
    width: 60%;
    margin-left: 20%;
}
.tele-offers #owl-demo-3 .owl-buttons{
    position: absolute;
    top: 30%;
    margin-top: -10px;
    width: 100%;
}

.tele-offers #owl-demo-3 .owl-prev,
.tele-offers #owl-demo-3 .owl-next{
    position: absolute;
    padding: 0;
    height: 20px !important;
    width: 15px !important;
}
.tele-offers #owl-demo-3 .owl-prev{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-left.svg") no-repeat scroll 0 0 / cover;
    left: 15px;
}
.tele-offers #owl-demo-3 .owl-next{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-right.svg") no-repeat scroll 0 0 / cover;
    right: 15px;
}
.tele-offers #owl-demo-3 .item-info {
    float: left;
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.tele-offers #owl-demo-3 .item-info a.link,
.tele-offers #owl-demo-3 .item-info a{
    color: #828282;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.tele-offers #owl-demo-3 .item-info h5 {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 2px;
    margin-top: 2px;
    max-height: 44px;
    overflow: hidden;
    padding: 0 50px;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}
.tele-offers #owl-demo-3 .item-info .btn {
    text-transform: uppercase;
    padding: 10px 20px;
}
.tele-offers #owl-demo-3 .item-info .price {
    color: #0a8bff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
}
.tele-offers #owl-demo-3 .button-group{
    margin-top: 5px;
}
.tele-offers #owl-demo-3 .button-group{
}
.tele-offers #owl-demo-3 .button-group .form-item, 
.tele-offers #owl-demo-3 .button-group .form-actions {
    margin-bottom: 0;
    height: 42px;
}
/* Custom - Main Banner End */

/* innerRightColl Carousel Start */
.item-thumb-block #owl-demo-3 .owl-prev,
.item-thumb-block #owl-demo-3 .owl-next{
    position: absolute;
    padding: 0;
    height: 20px !important;
    width: 15px !important;
}
.item-thumb-block #owl-demo-3 .owl-buttons{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
}
.item-thumb-block #owl-demo-3 .owl-prev{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-left.svg") no-repeat scroll 0 0 / cover;
    left: -25px;
}
.item-thumb-block #owl-demo-3 .owl-next{
    background: rgba(0, 0, 0, 0) url("../../../images-home/icon-arrow-right.svg") no-repeat scroll 0 0 / cover;
    right: -22px;
}
/* innerRightColl Carousel End */





