﻿
@media (max-width: 1200px) {

.carousel {
    height: 540px;
    position: relative;
}
.caption-carousel {
    top: 20px;

}
.caption-carousel h2 {
    font-size: 35px;
}

.text-top ul li {
    margin: 0px 0px;
}
}


@media (max-width: 991px) {

.text-top ul li {
    margin: 0px 3px;
}

.header-bg3 {
    opacity: 0;
}

.header-bg2{
    opacity: 0.1;
}

.fill-img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode: multiply;
}
/*
.caption-carousel {
    display: none;
}
*/
.carousel {
    height: 530px;
    position: relative;
}
.caption-carousel h2 {
    font-size: 24px;
    line-height: 45px;
}
.caption-carousel h3 {
    font-size: 14px;

}
.text-top {
    text-align: right;
    margin-top: 30px;
    position: absolute;
    left: 65px;
    z-index: 9;
    top: -95px;
}
.caption-carousel {
    top: 60px;
}
.caption-carousel h2 {
    font-size: 40px;
}

.btn-header 
{
    padding: 8px 15px;    
    margin-left: 10px;
}
.btn-gray {
    font-size: 14px;
}


.news-box2 {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 0px 40px 0px;
    text-align: right;
    border-radius: 5px;
}
.slider-products
{
	 margin-bottom:30px;
	 margin-top:30px;
}
.tabset > label {
    padding: 15px 15px 20px 15px;
    font-size: 15px;
}


}


@media (max-width: 768px) {


.carousel {
        height: 855px;
}
.fill-img {
        background-position: right 85%;
        background-size: 195%;
}
		
.caption-carousel {
    position: absolute;
    top: 10px;
    left: 5%;
    right: 5%;
    z-index: 10;
    padding-top: 20px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2 {
    font-size: 25px;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.news-box2 img {
    margin: auto;
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    float: none;
    margin-right: 0;
}
}




@media (max-width: 767px) {


.code_apply {
    display: block;
    padding: 12px 20px;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 100%;
    float: right;
}
.pic-inner {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 30px;
    float: none;
}


}



@media (max-width: 480px) {
}