html {
    box-sizing: border-box;
    background-color:#020724 ;
}


a{
    color: white;
    text-decoration: none;
}

em{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: white;
}


h2,p,h3 {
    text-decoration: none;
    color: white;
}

ul{
    color: white;
    list-style: none;
    padding: 0;

}

ul li {
    margin-bottom: 8px;
    margin-left: 1.3em;
    line-height: 2em;
}


p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: white;
}

body {
    background-color: #24130f;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}



.header, .header-wrapper {
    display: flex;
    background-size: cover;
    justify-content: center;
    transition: background-color .3s, opacity .3s;
    width: 100%;
    z-index: 30;
    height: 90px;
    background-color: #020724;
}

.container{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.header-inner{
    height: 100%;
    display: flex;
    margin: 0px 20px;
}

.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}

#logo {
    width: 300px;
    flex-shrink: 0; /* Không thu nhỏ */
    flex-grow: 0; /* Không mở rộng */
    flex-basis: auto; /* Giữ nguyên kích thước */
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    padding: 10px;
    font-size: 20px;
    display: none;
    margin-right: 10px;
    border-radius: 5px;
    border: 0.5px solid white;
}

.fa-regular{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 10px;
    color: white;
    font-size: 25px;
}

#logo button{
    display: none;
}


#logo img {
    max-height: 60px;
    width: auto;
}

.custom-button {
    flex-shrink: 0; /* Không thu nhỏ */
    flex-grow: 0; /* Không mở rộng */
    flex-basis: auto; /* Giữ nguyên kích thước */
    background-color: #007BFF; /* Màu nền của button */
    color: white; /* Màu chữ của button */
    padding: 10px 20px; /* Kích thước nút */
    font-size: 16px; /* Kích thước chữ */
    border: none; /* Loại bỏ đường viền */
    border-radius: 4px; /* Bo tròn các góc của button */
    cursor: pointer; /* Biến con trỏ thành bàn tay khi di chuột qua button */
    transition: background-color 0.3s ease; /* Hiệu ứng hover */
}

.hide-for-medium {
    flex-grow: 1;
    display: flex;
    justify-self: start;
}

.horizontal-list-nav {
    list-style-type: none; /* Loại bỏ dấu chấm */
    padding: 0; /* Xóa khoảng trắng giữa ul và mục */
    display: flex; /* Sử dụng Flexbox */
    justify-content: space-around; /* Căn các mục cách đều nhau */
}

.horizontal-list-nav li{
    margin: 0 10px;
}

.horizontal-list-nav li a {
    text-decoration: none; /* Loại bỏ gạch chân của liên kết */
    padding: 10px 0px; /* Kích thước của mỗi mục */
    color: white; /* Màu chữ */
    border: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px; /* Bo tròn các góc */
    transition: background-color 0.3s ease; /* Hiệu ứng hover */
    text-transform:uppercase
}

.horizontal-list-nav li a:hover {
    text-decoration: underline;
    color: white;
}

/* Side_bar */


/*

.sidebar a {
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    color: #f1f1f1;
} 

.sidebar .logo {
    padding: 8px 8px 8px 32px;
    font-size: 30px;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 20px;
} */


 /* Side_bar */
#overlay {
    position: fixed; /* Thiết lập vị trí cố định để nó không chịu ảnh hưởng của cuộn trang */
    top: 0; /* Đặt ở đỉnh của trang */
    left: 0; /* Đặt ở bên trái của trang */
    width: 0%; /* Chiều rộng bằng toàn bộ trang */
    height: 100%; /* Chiều cao bằng toàn bộ trang */
    background-color: rgba(0, 0, 0, 0.5); /* Màu đen với độ trong suốt 50% */
    z-index: 999; /* Thiết lập vị trí cao hơn của các phần tử khác, để đè lên body */
}

.sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
}
.sidebar a {
    text-decoration: none;
    padding: 20px 0;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    color: black;
    text-decoration: underline;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Section-1 */

.container{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.sec-1{
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sec-1-col{
    margin: 0;
    padding: 15px 30px;
    position: relative;
    width: 50%;
}

.sec-1-col-2{
    margin: 0;
    padding: 15px 30px;
    position: relative;
    width: 50%;
}

.sec-1-col h1{
    color: white;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
}

.sec-1-col p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: white;
}

.play{
    background: linear-gradient(94.16deg, #794BFD 0.91%, #1BA3F0 99.6%);
    color: #fff;
    padding: 10px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding-bottom: 6px;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    border-radius: 10px;
    margin-right: 20px;
}

.download{
    text-transform: uppercase;
    display: block;
    width: 25%;
    float: left;
    background: #DC0000;
    color: #fff;
    padding: 10px 10px;
    padding-bottom: 6px;
    text-decoration: none !important;
    text-align: center;
    border-radius: 10px;
}

.sec-1-col-2>div{
    margin-left: auto;
    margin-right: auto;
}

#image_2108603137 {
    width: 80%;
}

#image_2108603137 img{
    width: 100%;
    height: auto;
}

/* Section-2 */
.sec-2{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
    margin-top: 147px;
}

.sec-2 img{
    margin-top: -146px;
    width: 80%;
    height: 235px;
}

.box{
    background: #2D324899;
    padding: 10px;
    border-radius: 10px;
    width: 32.33%;
    margin: 0 auto;
    position: relative;
}

.box a {
    text-decoration: none;
}

.box h4 {
    color: white;
}

.box p{
    font-size: 17px;
    height: 100px;
    color: #Fff;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}
/* 
Section-3 */

.sec-3 h2 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 30px;
    border-bottom: 0px;
    color: white;
    text-rendering: optimizeSpeed;
    text-align: center;
}

.sec-3 p {
    color: white;
    text-rendering: optimizeSpeed;
    text-align: center;
}

.sec-3 p.linebot:after {
    content: "";
    background: url(https://namhungland.vn/wp-content/uploads/2024/03/Rectangle-8-1.png);
    width: 461px;
    height: 4px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px !important;
    margin: auto;
}

/* Section-4 */
.sec-4{
    display: flex;
}

.col_inner{
    padding: 10px;
    border-radius: 10px;
    width: 32.33%;
    margin: 0 auto;
    position: relative;
}

.col_inner img{
    margin: 20px 0;
    width: 100%;
    height: 100%;
}

/* Section-5 */
.sec-5{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.img_play, .img_download {
    padding: 50px;
    width: 20%;
}

.img_play img{
    width: 100%;
    height: auto;
}

.img_download img{
    width: 100%;
    height: auto;
}

#text-366798848{
    color: white;
    font-size: 0.75em;
    text-align: center  ;
}

.sec-5_title{
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    box-sizing: border-box;
	color:#fff;
}

.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    color: #f2f2f2  ;
    height: 2px;
    opacity: .1;
}


#text-2535954983 h2 {
    margin-bottom: 5px;
    font-size: 30px;
    border-bottom: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.wp-caption{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 50px 0;
}

.wp-caption img{
    width: 50%;
    height: auto;
}

.wp-caption-text{
    color: white;
    padding: 20px;
    font-style: italic;
}

/* Footer */
footer#footer {
    border-top: 1px solid #ffffff70;
}

.footer-wrapper {
    position: relative;
    width: 100%;
}

/* footer {
    background-color:#020724;
    color: white;
    padding: 30px 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
} */

.sec-6{
    width: 100%;
}

.links li {
    display: inline-block;
    margin: 0.4em;
    list-style: none;
}

.links li a{
    color: #c3c4cb;
    font-size: .9em;
    text-decoration: none;
}

.links li a:hover{
    text-decoration: underline;
}

.sec-6 ul{
    display: flex;
    justify-content: start;
    border-bottom:1px solid hsla(0, 0%, 100%, .08);
}

.sec-7{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.column{
    width: 33.33%;
    padding: 10px;
}

.column h2{
    text-align: center;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
}

.column ul li{
    line-height: 1.5em;
}

.column ul a{
    text-decoration: none;
    color: #c3c4cb;
    font-size: .9em;
}

.column ul a:hover{
    text-decoration: underline;
}

.column a:hover{
    text-decoration: underline;
}

.p_footer {
    color: #c3c4cb;
    padding-bottom: 60px;
}

.fa-facebook{
    padding-left: 10px;
}

.column .widget-title {
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

img{max-width:100%;box-sizing:border-box}

#text-entry ul {
    list-style-type: disc;
    list-style-position: inside;
}

#text-entry a{color:red;}
#text-entry a:hover{text-decoration:underline}