
@charset "utf-8";
/*Large*/
@media (min-width:1200px){
    .size{
        width: 780px;
        height: 632px;
    }
    .title2{
        font-size: 16px;
        font-weight: bold;
    }
    .text{
        font-family: Roboto, serif;
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .text-primary-100{
        color: #135471;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 70px; /* Thay đổi giá trị bottom theo yêu cầu */
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    
    .carousel-indicators .nut {
        text-indent: 0;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
        background-color: #ECEDEB;
        transition: all 0.25s ease;
    
    }
    .carousel-indicators .nut.active,
    .carousel-indicators .nut:hover {
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background-color: #B1793B;
    }
}
/*Medium*/
@media (min-width:992px) and (max-width:1199px){
    .size{
        margin-top: 50px;
        width: inherit;
        height:fit-content;
        border-radius: 4px;
    }
    .title2{
        font-size: 16px;
        font-weight: bold;
    }
    .text{
        font-family: Roboto, serif;
        font-size: 14x;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .text-primary-100{
        color: #135471;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 250px; /* Thay đổi giá trị bottom theo yêu cầu */
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .carousel-indicators .nut {
        text-indent: 0;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
        background-color: #ECEDEB;
        transition: all 0.25s ease;
    
    }
    
    .carousel-indicators .nut.active,
    .carousel-indicators .nut:hover {
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background-color: #B1793B;
    }

}
/*Small*/
@media (min-width:768px) and (max-width:991px){
    .size{
        margin-top: 50px;
        width: inherit;
        height:fit-content;
        border-radius: 4px;
    }
    .title2{
        font-size: 16px;
        font-weight: bold;
    }
    .text{
        font-family: Roboto, serif;
        font-size: 14x;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .text-primary-100{
        color: #135471;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 200px; /* Thay đổi giá trị bottom theo yêu cầu */
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .carousel-indicators .nut {
        text-indent: 0;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
        background-color: #ECEDEB;
        transition: all 0.25s ease;
    
    }
    
    .carousel-indicators .nut.active,
    .carousel-indicators .nut:hover {
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background-color: #B1793B;
    }

}
/*X-small*/
@media (max-width:767px){
    .size{
        margin-top: 50px;
        width: inherit;
        height:300px;
        border-radius: 4px;
    }
    .title2{
        font-size: 16px;
        font-weight: bold;
    }
    .text{
        font-family: Roboto, serif;
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .text-primary-100{
        color: #135471;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 150px; /* Thay đổi giá trị bottom theo yêu cầu */
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .carousel-indicators .nut {
        text-indent: 0;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
        background-color: #ECEDEB;
        transition: all 0.25s ease;
    
    }
    
    .carousel-indicators .nut.active,
    .carousel-indicators .nut:hover {
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background-color: #B1793B;
    }
}

