
a, a em, a b, button, input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-primary_{
    color: #d4281c;
}

.tbold{
    font-weight: 700;
}
a:hover, a:focus {
    color: #f6911d;
    text-decoration: none;
}
img {
    max-width: 100% !important;
}

h1{
    font-size:30px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5,h6{
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
.img-full {
    width: 100%;
}

.section{
    padding: 35px 0;
}
.txt-primary{
    color:#ff3945
}
.owl-theme .owl-dot .owl-dot.active span, .owl-theme .owl-dot .owl-dot:hover span {
    background: #f6911d;
}
.owl-theme .owl-dot .owl-dot span{
    margin: 5px;
}
.slide .owl-dots,
.slider-tienich .owl-dot {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.slide.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0 !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    position: absolute;
    top: 40%;
    transition: all .6s ease;
    z-index: 9999;
    text-indent: -9999em;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateY(-50%);
    border: none;
}
.owl-theme .owl-nav .owl-prev{
    left: -65px;
    background: url("../images/left.png") no-repeat center center;
}
.owl-theme .owl-nav .owl-next{
    right: -65px;
    background: url("../images/right.png") no-repeat center center;
}
