/* Commits */
.ssCommits {
    padding: 20px 0;
}
.ssCommits .gridCommits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.gridCommits .itemCommits {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;

    cursor: pointer;
}
.itemCommits .__icon {
    width: auto;
}
.itemCommits .__icon img {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.itemCommits:hover .__icon img {
    transform: rotateY(360deg);
}
.itemCommits .__text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
}
/* END Commits */

/* CatPro */
.ssCatPro {
    margin-bottom: 50px;
}
.itemCatPro {
    display: block;
}
.itemCatPro .__img {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 15px;
}
.itemCatPro .__img a {
    display: block;
}
.itemCatPro .__img a img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemCatPro:hover .__img a img {
    transform: scale(1.1);
}
.itemCatPro a {
    display: block;
}
.itemCatPro a h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
    text-decoration: underline;
}

.boxSwiperCatPro {
    position: relative;
}
.swiperCatPro {
    position: relative;
    overflow: hidden;
}
/* swiper arrow */
.boxSwiperCatPro .swiper-button-prev,
.boxSwiperCatPro .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
    color: #000;
    opacity: 0.4;
}
.boxSwiperCatPro .swiper-button-prev:hover,
.boxSwiperCatPro .swiper-button-next:hover {
    background: #000 !important;
    color: #fff;
}
.boxSwiperCatPro .swiper-button-prev svg,
.boxSwiperCatPro .swiper-button-next svg {
    width: 20px;
    height: 20px;
}
.boxSwiperCatPro .swiper-button-prev {
    left: -22px;
}
.boxSwiperCatPro .swiper-button-next {
    right: -22px;
}
/*END CatPro */

/* ProOutstanding */
.ssProOutstanding {
    margin-bottom: 50px;
}
.th_ssProOutstanding {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.th_ssProOutstanding h2 {
    margin: 0;
    font-size: 3.1rem;
    font-weight: 800;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}
.th_ssProOutstanding a {
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    transition: all 0.4s;
}
.th_ssProOutstanding a:hover {
    color: #fff;
    background-color: #000;
}

.boxSwiperProOutstanding {
    position: relative;
    padding-bottom: 20px;
}
.swiperProOutstanding {
    position: relative;
    overflow: hidden;
}

/* kéo các itemproduct bằng nhau  */
.swiperProOutstanding .swiper-wrapper {
    align-items: stretch;
}
.swiperProOutstanding .swiper-slide {
    height: auto;
    display: flex;
}
.swiperProOutstanding .itemproduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* swiper arrow */
.boxSwiperProOutstanding .swiper-button-prev,
.boxSwiperProOutstanding .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
    color: #000;
    opacity: 0.4;
}
.boxSwiperProOutstanding .swiper-button-prev:hover,
.boxSwiperProOutstanding .swiper-button-next:hover {
    background: #000 !important;
    color: #fff;
}
.boxSwiperProOutstanding .swiper-button-prev svg,
.boxSwiperProOutstanding .swiper-button-next svg {
    width: 20px;
    height: 20px;
}
.boxSwiperProOutstanding .swiper-button-prev {
    left: -22px;
}
.boxSwiperProOutstanding .swiper-button-next {
    right: -22px;
}

/* swiper scrollbar */
.boxSwiperProOutstanding .swiper-scrollbar {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
}
.boxSwiperProOutstanding .swiper-scrollbar-drag {
    background: #000;
    border-radius: 999px;
    transition: transform 0.3s ease;
}
/*END ProOutstanding */

/* ssWhatHot */
.ssWhatHot {
    margin-bottom: 100px;
    padding: 50px 0;
    background: #fafafc;
}
.th_ssWhatHot {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.th_ssWhatHot h2 {
    margin: 0;
    font-size: 3.1rem;
    font-weight: 800;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}

.arrowWhatHot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 15px;
}
.arrowWhatHot .arrow_prev,
.arrowWhatHot .arrow_next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 7px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    transition: all 0.4s;
}
.arrowWhatHot .arrow_prev:hover,
.arrowWhatHot .arrow_next:hover {
    background-color: #000;
}
.arrowWhatHot .arrow_prev:hover path,
.arrowWhatHot .arrow_next:hover path {
    stroke: #fff;
}
.arrowWhatHot .arrow_prev.swiper-button-disabled,
.arrowWhatHot .arrow_next.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}

.swiperWhatHot {
    position: relative;
    overflow: hidden;
}
.itemWhatHot {
    display: block;
}
.itemWhatHot .__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 7px;
}
.itemWhatHot .__img a {
}
.itemWhatHot .__img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.itemWhatHot:hover .__img a img {
    transform: scale(1.1);
}
.itemWhatHot .__cont {
    padding: 15px 10px;
}
.itemWhatHot .__cont a {
    display: block;
}
.itemWhatHot .__cont a h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.itemWhatHot .__cont .excerpt {
}
.itemWhatHot .__cont .link {
    font-weight: 400;
    font-size: 0.8rem;
    text-decoration: underline;
    color: #555;
}
/*END ssWhatHot */

/* ssProduct */
.ssProduct {
    margin-bottom: 100px;
}
h2.th_ssProduct {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}
.flexColRight_ssProduct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexSubCat_ssProduct {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
}

.itemSubCat {
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.4s;
}
.itemSubCat:hover,
.itemSubCat.active {
    color: #fff;
    background-color: #000;
}

.arrow_ssProduct {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 15px;
}
.arrow_ssProduct .arrow_prev,
.arrow_ssProduct .arrow_next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 7px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    transition: all 0.4s;
}
.arrow_ssProduct .arrow_prev:hover,
.arrow_ssProduct .arrow_next:hover {
    background-color: #000;
}
.arrow_ssProduct .arrow_prev:hover path,
.arrow_ssProduct .arrow_next:hover path {
    stroke: #fff;
}
.arrow_ssProduct .arrow_prev.swiper-button-disabled,
.arrow_ssProduct .arrow_next.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}

.img_ssProduct {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.img_ssProduct .__img {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.img_ssProduct .__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 45%, #000000f2 100%);
}
.img_ssProduct .__img img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_ssProduct .__cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 48px 24px;
    width: 100%;
    text-align: center;
}
.img_ssProduct .__cont h3 {
    display: block;
    font-weight: 900;
    font-size: 2.5rem;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.img_ssProduct .__cont h3 span {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}
.img_ssProduct .__cont a {
    display: inline-block;
    padding: 12px 60px;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s;
}
.img_ssProduct .__cont a:hover {
    background: #fff;
    color: #000;
}

.boxSwiperPro {
    position: relative;
    height: 100%;
}
.swiperPro {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 20px;
}
.swiperPro .swiper-slide {
    padding: 0 1px;
}
/* swiper scrollbar */
.boxSwiperPro .swiper-scrollbar {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
}
.boxSwiperPro .swiper-scrollbar-drag {
    background: #000;
    border-radius: 999px;
    transition: transform 0.3s ease;
}
/*END ssProduct */

/* ssPost */
.ssPost {
    margin-bottom: 50px;
}
h2.th_ssPost {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 2rem;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}
.grid_ssPost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.postItem {
    position: relative;
}
.postItem .imgWrap {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    aspect-ratio: 4 / 3;
}
.postItem .imgWrap a {
    display: block;
    height: 100%;
}
.postItem .imgWrap img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postItem:hover .imgWrap img {
    transform: scale(1.1);
}
.postItem .contWrap {
    padding-top: 10px;
}
.postItem .contWrap .authorPost {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 0.75rem;
    color: #000;
}
.postItem .contWrap .authorPost .date {
    font-style: italic;
}
.postItem .contWrap .authorPost .author {
}
.postItem .contWrap a {
    display: block;
    margin-bottom: 10px;
}
.postItem .contWrap a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000;
}
.postItem .contWrap .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 400;
    font-size: 0.8rem;
    color: #000;
}
.postItem2 {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 15px;
}
.postItem2 + .postItem2 {
    margin-top: 20px;
}
.postItem2 .img_postItem2 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5/ 3;
    border-radius: 7px;
}
.postItem2 .img_postItem2 a {
    display: block;
    height: 100%;
}
.postItem2 .img_postItem2 a img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postItem2:hover .img_postItem2 a img {
    transform: scale(1.1);
}
.postItem2 .info_postItem2 {
    display: block;
}
.postItem2 .info_postItem2 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.postItem2 .info_postItem2 h4 a {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
}

a.readMore_ssPost {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.4s;
}
a.readMore_ssPost:hover {
    background: #000;
    color: #fff;
}
/*END ssPost */

/* ssImageSlide */
.ssImageSlide {
    margin-bottom: 50px;
}
.boxSwiperImageSlide {
    position: relative;
}
.swiperImageSlide {
    position: relative;
    overflow: hidden;
}
/* swiper arrow */
.boxSwiperImageSlide .swiper-button-prev,
.boxSwiperImageSlide .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
    color: #000;
    opacity: 0.4;
}
.boxSwiperImageSlide .swiper-button-prev:hover,
.boxSwiperImageSlide .swiper-button-next:hover {
    background: #000 !important;
    color: #fff;
}
.boxSwiperImageSlide .swiper-button-prev svg,
.boxSwiperImageSlide .swiper-button-next svg {
    width: 20px;
    height: 20px;
}
.boxSwiperImageSlide .swiper-button-prev {
    left: -22px;
}
.boxSwiperImageSlide .swiper-button-next {
    right: -22px;
}

.img_ssIS {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.img_ssIS a {
    display: block;
    height: 100%;
}
.img_ssIS a img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_ssIS a:hover img {
    transform: scale(1.1);
}
/*END ssImageSlide */

/* ssPartner */
.ssPartner {
    margin-bottom: 50px;
}
.boxSwiperPartner {
    position: relative;
}
.swiperPartner {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 -8px;
}
.swiperPartner .swiper-slide {
    padding: 8px;
}
/* swiper arrow */
.boxSwiperPartner .swiper-button-prev,
.boxSwiperPartner .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
    color: #000;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.boxSwiperPartner .swiper-button-prev:hover,
.boxSwiperPartner .swiper-button-next:hover {
    background: #000 !important;
    color: #fff;
}
.boxSwiperPartner .swiper-button-prev svg,
.boxSwiperPartner .swiper-button-next svg {
    width: 10px;
    height: 10px;
}
.boxSwiperPartner .swiper-button-prev {
    left: -15px;
}
.boxSwiperPartner .swiper-button-next {
    right: -15px;
}

.img_ssPN {
    position: relative;
    overflow: hidden;
}
.img_ssPN a {
    display: block;
    height: 100%;
}
.img_ssPN a img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_ssPN:hover {
    box-shadow: 0 0 10px #0000004d;
}
/*END ssPartner */
