.block1 .title {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
}
 .block1 .box-header {
    background-image: url(/assets/images/bg-header.png);
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
 }
 .box-search input {
    width: 320px;
    border-radius: 5px;
    padding-right: 30px;
 }
 p.des {
    color: #fff;
    max-width: 350px;
    margin: auto;
    margin-bottom: 10pt;
}

.box-button a {
    background: rgb(242 107 27);
    padding: 10px 20px;
    margin: 5px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}
.bg-blue {
    /* background-color: rgb(4 114 191) !important; */
    background-image: url(/assets/images/bg_blue.svg) !important;
    background-position: center center;
    background-size: cover;
}
.border-blue {
    border: 2px solid rgb(4 114 191) !important;
}
.boder-t-l {
    border-top-left-radius: 5px;
}
.bg-black {
    background: black !important;
}
.box-search i {
    color: black;
    position: absolute;
    margin-left: -25px;
    z-index: 99999;
    margin-top: 10px;
}
.list-item {
    background-color: #333333;
    min-height: 420px;
    margin-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.col.post-item {
    margin-top: 20px;
    border: 2px solid #ef6310;
    padding: 0px;
    border-radius: 5px;
    margin-left: 15px;
}
.just-content-center {
    justify-content: center;
}
.T1549_, .sAOZ6s {
    position: relative;
}
.T1549_ {
    display: inline-flex;
    margin-top: 10px;
    margin-left: 35%;
}
.sAOZ6s {
    margin-right: 1px;
}
.dG6ROf {
    background-image: url(/assets/images/star_full.svg) !important;
}
.XLXeSo, .dG6ROf {
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px !important;
    width: 13px !important;
}
.R6CPBG {
    background-image: url(/assets/images/star_full.svg);
}
.ZDu7mK {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.XLXeSo {
    background-image: url(/assets/images/star.svg);
}
.post-title {
    color: #fff;
}
.box-text p {
    color: #fff;
    height: 70px;
}
.box-text a {
    background: #f26b1b;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px !important;
    font-weight: 700;
    margin-bottom: -10px !important;
}

.icon {
    position: absolute;
    width: 80px;
    margin-top: -60%;
    margin-left: -16px;
}
.text-icon{
    position: absolute;
    transform: translate(16.295px, 15.8797px) rotate(-46.3694deg);
    margin-top: -60%;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    margin-left: -6%;
    font-size: 13px;
}
.block2 ul,
.block3 ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 20px 10px 0px 10px;
    margin: 0;
}
.block2,
.block3 {
    background-color: #222021;
}
.block2 ul li a, .block2 ul li h3,
.block3 ul li h3   {
    color: #fff;
}
.block2 ul li a {
    border-radius: 5px;
    background: #61595d;
    padding: 5px 20px;
    font-weight: 700;
    cursor: pointer;
}
.block2 ul li .active {
    background: #f26b1b !important;
}
.block2 ul li {
    margin-left: 10px;
}
.block2 h3 {
    margin-right: 20px;
}
.box-icon img {
    float: left;
    height: 20px;
    margin-left: 10px;
}
.color-white {
    color: #fff !important;
}
.box-header.scroll-auto {
    overflow: auto;
}

.box-header.scroll-auto ul {
    width: max-content;
}

@media only screen and (max-width: 600px) {
    .box-search input {
        display: none;
    }
    .box-left,
    .box-right {
        width: 90% !important;
    }
    .box-input span {
        margin-left: -20% !important;
    }
    .box-input input {
        width: 80% !important;
    }
}