
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Sansita+Swashed:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Sansita+Swashed:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sansita+Swashed:wght@300..900&display=swap');

:root {
    --bg-color: rgb(158, 155, 155);
    --bg-1: #2D2F8C;
    --bg-2: rgb(6 182 212 / var(--tw-bg-opacity));
    --col-1: rgb(5, 5, 5);
}

.select2-search__field::placeholder {
    color: red !important;   /* màu đen */
    opacity: 1 !important;    /* đảm bảo không bị mờ */
}
@media screen and (min-width: 768px) {
    .slicksp .khungAnh img{
        height: 200px;
    }
    .slick4 .khungAnh img{
        height: 200px;
    }
    .newsDS1 .slick-arrow
    {
        
        top: -35px ;
    }
}
@media screen and (max-width: 768px){
    .slicksp .itemBox{
        margin-right: 0px !important;
        padding: 5px !important;
    }
}

.product-slider-wrapper .slick-arrow{
  
    opacity: 0.3;
}
.product-slider-wrapper .slick-arrow:hover{
  
    opacity: 1;
}
.product-slider-wrapper .slick-next:before {
    content: "\f105"; /* icon mũi tên phải FontAwesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: white;
  
} 

.product-slider-wrapper .slick-prev:before {
    content: "\f053"; /* icon mũi tên phải FontAwesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: white;
  
}
.productBottom12 .title a {
    position: relative;
    display: inline-block; /* rất quan trọng */
    padding-bottom: 10px;
}

.productBottom12 .title a:before{
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    position: absolute;
  
    left: 33%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 0;
    transition: .5s ease-in-out;

}
.product-slider-wrapper .custom-next ,.product-slider-wrapper .custom-prev{
  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 42px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    line-height: 0;
    padding: 2px;
}
.noidung img{
    margin: 0 auto;
}
/* Căn chỉnh breadcrumb */
.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    text-transform: lowercase;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.listsp .itemTitle{
    padding-top: 5px;
}
.listsp .itemBox:hover{
    box-shadow: 0 2px 10px #d3d3d3;
}
.baiVietOther .listsp .itemBox:hover .itemMore{
    display: contents;
}
.listsp .itemBox:hover .itemMore{
    display: block;
}


.breadcrumb li:not(:last-child) a::after {
    content: '\f105'; /* FontAwesome chevron icon */
    font-family: 'FontAwesome';
    padding: 0 10px;
    display: inline-block;
    color: #999;
}

.slicksp .itemBox{
    padding: 5px 13px;
    padding-bottom: 25px;
    width: calc((100% - 78px) / 4);
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.slicksp .khungAnh img {

    max-height: 200px;
}
.slick4 {
    margin-top: 16px;
}

.newsDS .itemTitle a{
    text-align:left;
    text-transform: none;
    float: left;
}


.newsDS .itemBox .itemDetail{
    padding: 0px;
}

.slick4.itemBox{
    padding: 5px 13px;
    padding-bottom: 25px;
    width: calc((100% - 78px) / 4);
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
}
.slick4 .khungAnh img {

    max-height: 200px;
}

.videoHome1 .khungAnh {
    height: 200px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .videoHome1 .khungAnh {
        height: 400px;
    }
}

@media (min-width: 980px) {
    .videoHome1 .khungAnh {
        height: 450px;
    }
}

.breadcrumb li:last-child a {
    color: #000; /* Màu nổi bật cho mục cuối */
    font-weight: bold;
}
@media (min-width: 1200px) {
    #form1 .menuMain .subMenu {
        min-width: 250px;
    }
}
.SplitPages a {
    color: gray;
}
.btn-customsend{
    background: #2d2f8c;
    color: white;
}
.btn-customsend:hover{
    background: #f78d1e;
    color: white;
}
.btn-custom{
        font-family: RobotoBold;
    background: #2d2f8c;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    transition: all 0.3s  ease;
}
.btn-custom:hover{
    background: #f78d1e
}
.btn-custom:hover .a{
    color: black;
}
.productDS .btn-custom:hover{
    background: #f78d1e
}
.productDS .btn-custom:hover .a{
    color: black;
}
.productDS .itemBox:hover .itemDescription{
    display: inline-block;
}
.itemDescription{
    max-height: 70px;
    height: 70px;
}
.infoContact .card{
    border:unset;
    box-shadow: 0 0 7px #d3d3d3;
    border-radius: 0px;
}
.infoContact .tieude{
    position: absolute;
    z-index: 1;
    font-family: RobotoBold;
    font-size: clamp(12px, 2.5vw, 18px);
    line-height: normal;
    text-transform: uppercase;
    background-color: #2d2f8c;
                                            color: #fff;
                                            display: inline-block;
                                            padding: 10px 20px;
                                            top: 0px;
                                                left: 10px;
                                            max-width:fit-content;
                                        
}
.hotro .noidung{
        padding: 44px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: sticky;
    top: 150px;
    border: 1px solid #e8e8e8;
    
}
.chuong-rung {
    animation: ring 1.2s infinite ease-in-out;
    transform-origin: top center;
    display: block;
}
.chuong-rung-chat {
    animation: ring_chat 2s infinite ease-in-out;
    transform-origin: top center;
} 
.zoom {
    animation: zoomInOut 3s infinite ease-in-out;
}

@keyframes zoomInOut {
    0%   { transform: scale(0.8); }
    50%  { transform: scale(1); }
    100% { transform: scale(0.8); }
}
@keyframes ring_chat {
    0%   { transform: rotate(0); }
    10%  { transform: rotate(5deg); }
    20%  { transform: rotate(-5deg); }
    30%  { transform: rotate(0deg); }
    40%  { transform: rotate(-5deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(-5deg); }
    100% { transform: rotate(0); }
}
@keyframes ring {
    0%   { transform: rotate(0); }
    10%  { transform: rotate(15deg); }
    20%  { transform: rotate(-15deg); }
    30%  { transform: rotate(10deg); }
    40%  { transform: rotate(-10deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(-5deg); }
    100% { transform: rotate(0); }
}
.infoContact .tieude{
        left: 20px;
}

.baivietkhac .itemBox{
       box-shadow: 0 2px 10px #d3d3d3;
      padding: 0px;
      margin: 10px 8px;
}

.baivietkhac .itemTitle a{
        font: 15px / 22px RobotoBold;
    text-transform: none;
    float: left;
    text-align: left;
}
.baivietkhac .itemDetail{
    padding: 0px 10px 20px 10px !important;
}

.baivietkhac .itemDetail .itemMore{
        text-align: start;
    float: left;
    background: unset;
    color: blue;
    font: 13px / 24px Roboto;
    font-style: italic;
    color: #2d2f8c;
    display: contents;
    text-transform: none;
    padding: 0px;
    margin: 0px;
}
.thongSo .itemBox{
    display: flex;
}
.baivietkhac .khungAnh img {
    max-height: 250px;
}
.productBottom12 .title{

    padding-bottom: 8px;
    margin-bottom: 10px;
}
.baiVietOther .title
{
        padding-bottom: 5px;
    margin-bottom: 10px;
}
.productBottom12 .title a{
        font: 24px / 32px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
}


@media screen and  (min-width: 800px){
    .baivietkhac .khungAnh img
    {
       max-height: 10em;
    object-fit: fill;
    
    }
    .menuBottomBox {
        width: calc(270 / 1170 * 100%);
        }
}
@media screen and (max-width : 678px){
    .thongSo {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }
    .thongSo .itemBox {
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.thongSo .khunganh{
    width: 80px;
}
}
.thuVienDS .title
{
    margin-bottom: 0px;
}
.product-slider{
    padding :0px 10px ;
}

.product-slider .product-item{
    box-shadow: 0 2px 10px #d3d3d3;
    padding: 5px 5px 15px 5px;
    margin: 5px 10px;
    /*border-radius: 5px;*/
    border:unset;
}
.product-slider .product-item .khungAnh{
    border-bottom: 2px solid #ddd7d7;
    margin: 0px 10px;
}
.product-item img{

        aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}
.product-item .itemTitle{
    font: 18px / 24px RobotoBold;
    text-transform: uppercase;
    padding: 0px 10px !important;
}

 .product-slider-wrapper {
    position: relative;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.custom-prev {
    left: -15px;
}

.custom-next {
    right: -15px;
}

.product-item {
    /* loại bỏ margin mặc định của slick */
    margin: 5px;
    border: 1px solid #e8e8e8;
}



