﻿.sk_new_3_T_M
{

    }

.sk_new_3_T
{
         height: 40px;
    padding: 8px 0px 0px 20px;
    border: 1px solid #eaeaea;
    }
    
    .sk_new_3_T:hover
{
         height: 40px;
    padding: 10px 0px 0px 20px;
    border: 1px solid #eaeaea;
    background:#fda31b;
    }
    

        
        
        .sk_new_3_T a
        {
              color: #000;
    font-size: 14px;
    font-weight: 500;
            }
            
            /* Hide the dropdown menu by default */
.right_Main_1 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    margin-top: 5px;
}

.right_Main_1 li {
    margin: 5px 0;
}

.right_Main_1 li a {
    text-decoration: none;
    color: #333;
}

/* Show the dropdown menu on hover */
.sk_new_3_T:hover .right_Main_1 {
    display: block;
}


@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

.wrapper {
    /* width: 60%; */
}

.container-FAQ {
    background-color: white;
    color: black;
    /* border-radius: 0px 0px 20px 20px; */
    /* box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25); */
    /* margin: 20px 0; */
}

.question {
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: black;
    height: 50px;
    border-right: 1px solid #1665b1;
    border-left: 1px solid #1665b1;
    transition: background-color 0.3s;
}

.question:hover {
    background-color: #efefef; /* Màu nền khi hover */
}
.question:hover a {
    color: #fda31b; /* Màu nền khi hover */
}
.question::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: 400;
}

.container-FAQ:hover .question::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

/* Khi câu hỏi có lớp 'open', phần trả lời vẫn mở */
.question.open + .answercont {
    max-height: 500px; /* Chiều cao lớn đủ để hiển thị nội dung */
}

.question:hover {
    background-color: #f0f0f0;
    color:#1665b1;
}

.question.open::after {
    transform: rotate(45deg); /* Xoay dấu cộng khi mở */
}


.container-FAQ:hover .answercont {
    max-height: 500px; /* Đảm bảo đủ cao để hiển thị nội dung */
}

.answer {
       padding: 0px 20px 15px 30px;
    line-height: 1.5rem;
    font-size: 15px;
    font-weight: 400;
    border-right: 1px solid #1665b1;
    border-left: 1px solid #1665b1;
}

@media screen and (max-width: 790px) {
    html {
        font-size: 15px;
    }
    .wrapper {
        width: 100%;
    }
}

.question-title-faq {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 500;
    text-align: center;
    margin: 20px;
    font-size: 23px;
    color: #f3753a;
}

/* Phân trang */
.container-FAQ a {
    color: #000;
}

.question a {
       color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.answer_1 {
    border-top: thin solid #ebebeb;
    padding: 15px 0px;
}

.answer_1:hover {
    background-color: #f0f0f0;
    color:#1665b1;
}
.answer_1 a {
         color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.answer_1:hover a {
         color: #1665b1 !important;
    font-size: 17px;
    font-weight: 500;
}

                
                .container-FAQ .active a
                {
                    color:#fda31b
                    }
                    
                    
                    .news_col_3
                    {
    margin: 0px 0px 20px 0px;

                        }