html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0
}

input,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0
}

select {
    outline: 0;
    border-radius: 0
}

input,
textarea {
    padding: 0;
    background-color: inherit;
    border: none
}

iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px
}

.about {
    margin-inline: 15px;
    padding-top: 148px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    /* Mặc định là hiển thị dọc */
}

.content-left {
    flex: 1;
    padding: 20px;
}

.slideshow-right {
    flex: 1;
    padding: 20px;
    text-align: center;
}

@media screen and (min-width: 835px) {
    .about {
        flex-direction: row;
        /* Khi màn hình lớn hơn hoặc bằng 835px thì hiển thị ngang */
    }
}

@media screen and (min-width: 835px) {
    .about {
        margin-inline: 31px auto;
        padding-top: 196px;
    }

    .slideshow-right {
        padding: 80px;
        text-align: start;
    }
}

@media screen and (min-width: 1000px) {}

.about__list {
    display: grid;
    gap: 42px
}

@media screen and (min-width: 835px) {
    .about__list {
        gap: 47px
    }
}

.about__name {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.1rem
}

@media screen and (min-width: 835px) {
    .about__name {
        font-size: 1.3rem;
        line-height: 1.95rem
    }
}

.about__description p {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.38rem
}

@media screen and (min-width: 835px) {
    .about__description p {
        font-size: 1.3rem;
        line-height: 2.21rem
    }
}

.about__description p strong {
    font-weight: 400
}

.about__description p a {
    text-decoration: underline;
    text-underline-offset: 2px;
    word-wrap: break-word
}

@media screen and (min-width: 835px) {
    .about__description p a {
        transition: all .2s ease-out
    }

    .about__description p a:hover {
        color: #8f8f8f
    }
}

.list__item {
    display: flex;
    gap: 15px
}

.list__title {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.38rem
}

@media screen and (min-width: 835px) {
    .list__title {
        font-size: 1.3rem;
        line-height: 2.21rem
    }
}

.list__text p {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.38rem
}

@media screen and (min-width: 835px) {
    .list__text p {
        font-size: 1.3rem;
        line-height: 2.21rem
    }
}

.list__text p strong {

    font-weight: 400
}

.list__text p a {
    text-decoration: underline;
    text-underline-offset: 2px;
    word-wrap: break-word
}

@media screen and (min-width: 835px) {
    .list__text p a {
        transition: all .2s ease-out
    }

    .list__text p a:hover {
        color: #8f8f8f
    }
}

.about__name+.about__description,
.about__name+.list {
    margin-top: 15px
}

@media screen and (min-width: 835px) {

    .about__name+.about__description,
    .about__name+.list {
        margin-top: 17px
    }
}

.sns {
    margin-top: 42px
}

@media screen and (min-width: 835px) {
    .sns {
        margin: 47px auto 0 0;
        width: 68.9655172414%
    }
}

.sns__list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

@media screen and (min-width: 835px) {
    .sns__list {
        gap: 19px
    }
}

.sns__item {

    font-size: 1.4rem;
    line-height: 2.1rem;
    position: relative
}

@media screen and (min-width: 835px) {
    .sns__item {
        font-size: 1.3rem;
        line-height: 1.95rem
    }
}

.sns__item:not(:last-of-type)::after {
    content: "/";
    position: absolute;
    top: 48%;
    right: -9px;
    transform: translateY(-50%)
}

.slideshow-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slide {
    display: none;
    animation: fade 1s;
}

.slide .image-square {
    width: 350px;
    /* Kích thước bạn muốn cho ảnh vuông */
    height: 350px;
    /* Kích thước bạn muốn cho ảnh vuông */
    object-fit: cover;
    /* Đảm bảo ảnh không bị biến dạng */
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}