main{
    max-width: 450px;
    margin: 0 auto;
    --tw-shadow-color: rgb(0 0 0 / .5);
    --tw-shadow: var(--tw-shadow-colored);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a,a:hover,a:active{
    color: #4b5563;
    text-decoration: none;
}
a{
    color: #4b5563;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
a:hover{
    opacity: .5;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    font-size: 14px;
}
.logo{
    width: 50px;
}
header{
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
header .logout{
    color: #fff;
    font-size: 24px;
    transition: all .3s ease-in-out;
}
header .logout:hover{
    opacity: .5;
}
.user-info{
    background: #fff;
    border-radius: 12px;
    margin-top: -60px;
    --tw-shadow-color: rgb(0 0 0 / .3);
    --tw-shadow: var(--tw-shadow-colored);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.user-info .logo{
    width: 80px;
    top: 20px;
    right: 8px;
}
.user-info .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.user-info .bottom-sec{
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e45b37;
}

.user-info .bottom-sec a img{
    width: 32px;
    height: 32px;
}
.p-12{
    padding: 12px;
}
.section-1 ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.section-1 ul li img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    --tw-shadow-color: rgb(0 0 0 / .3);
    --tw-shadow: var(--tw-shadow-colored);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
video{
    width: 100%;
    height: auto;
}
.section{
    padding: 20px 0;
}
.section-heading{
    height: 48px;
    background-image: linear-gradient(to right, #e45b37, #fff);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #dc2626;
    border: 1px solid #e5e7eb;
}
.section-2 h4{
    color: #015096;
    font-weight: 600;
}
.section-2 h6{
    color: #4b5563;
    font-size: 16px;
}
.section-2 p{
    color: #015096;
}
.section-2 .tabs{
    width: max-content;
}
.section-2 .tabs li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding: 4px 8px;
    cursor: pointer;
    border: 1px solid #e5e7eb;
}
.section-2 .tabs li.active{
    border-color: #e45b37;
    color: #e45b37;
}
.section-3 .swiper-slide .item{
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    z-index: 0;
}
.section-3 .swiper-slide .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #e45b37;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.section-3 .swiper-slide .item:hover::after{
    height: 100%;
}
.section-3 .swiper-slide .item-heading .icon{
    display: inline-block;
    width: 128px;
}
.section-3 .swiper-slide .item-heading .icon img{
    width: 80px;
    height: 80px;
}
.section-3 .swiper-slide .item-heading .icon img.hover-icon,
.section-3 .swiper-slide .item:hover .item-heading .icon img{
    display: none;
}
.section-3 .swiper-slide .item:hover .item-heading .icon img.hover-icon{
    display: block;
}
.section-3 .swiper-slide .item-heading .line{
    display: inline-block;
    border-bottom: 2px solid #a3a3a3;
    height: 80px;
    flex: 1 1 0%;
    transition: all .3s ease-in-out;
}
.section-3 .swiper-slide .item:hover .item-heading .line{
    border-color: #fff;
}
.section-3 .swiper-slide .item-content h3{
    color: #e45b37;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin: 16px 0;
    transition: all .3s ease-in-out;
}
.section-3 .swiper-slide .item:hover .item-content h3{
    color: #fff;
}
.section-3 .swiper-slide .item-content p{
    display: none;
    color: #fff;
    transition: all .3s ease-in-out;
}
.section-3 .swiper-slide .item:hover .item-content p{
    display: block;
}
.section-3 .swiper-slide .item-content-img{
    aspect-ratio: 16/9;
}
.section-3 .swiper-slide .item:hover .item-content-img{
    display: none;
}
.section-3 .swiper-slide .item-content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
    background: #ffffff4d;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 18px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.menu-bottom{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 450px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #e5e7eb;
    z-index: 9999;
}
.menu-bottom li{
    flex: 1;
}
.menu-bottom img{
    width: 32px;
    height: 32px;
}
.menu-bottom li a{
    color: #222;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.menu-bottom li a.active{
    color: #e45b37;
}
.login-section .logos img{
    width: 100px;
}
.login-section .logos .line{
    display: inline-block;
    height: 40px;
    width: 1px;
    background: #9ca3af;
}
.login-form .nav-tabs .nav-item{
    flex: 1;
}
.login-form .nav-tabs .nav-link{
    width: 100%;
    color: #4b5563;
    border: none;
    border-bottom: 1px solid #9ca3af;
    font-size: 16px;
    font-weight: 600;
}
.login-form .nav-tabs .nav-link.active{
    color: #222;
    border-color: #e45b37;
}
.form-group{
    margin-bottom: 15px;
}
.form-control{
    height: 48px;
}
.form-control:active,.form-control:focus{
    box-shadow: none;
    outline: none;
}
.button{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #e45b37;
    border-radius: 4px;
    height: 48px;
}
.button:hover{
    color: #fff;
}
.login-form a:not(.button){
    color: #e45b37;
    font-weight: 600;
    text-decoration: underline;
}
.login-form a:not(.button):hover{
    opacity: 1;
}
.detail-header{
    color: #fff;
    background: #e45b37;
    padding: 8px 15px;
}
.detail-header{
    font-size: 16px;
    font-weight: 600;
}
.detail-header .back-btn{
    color: #fff;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.profile-section .user-info{
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #e5e7eb;
}
.profile-section .user-info .avatar{
    width: 56px;
    height: 56px;
}
.profile-section ul{
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    padding: 16px;
}
.profile-section ul img{
    width: 28px;
    height: 38px;
}
.profile-section ul a{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}
.profile-section ul li:last-child a{
    border-bottom: none;
}
.profile-section ul a.button{
    height: 40px;
    padding: 0;
    margin: 0;
}
.history-section ul{
    border-radius: 8px;
    background: #e45b37;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}
.history-section ul li{
    flex: 1;
}
.history-section ul a{
    display: block;
    padding: 5px;
    color: #222;
}
.history-section ul a.active{
    color: #fff;
}
.history-section ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 24px;
    background: #222;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 575.98px){
    .menu-bottom{
        min-width: 100%;
    }
    main{
        max-width: 100%;
    }
}