<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
a:hover {
    text-decoration: none;
    color: unset;
}

img {
    max-width: 100%;
}

#icw .container-catalog {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

#icw .container-catalog h1 {
    font-size: 35px;
    line-height: 52px;
    font-weight: 600;
    padding-top: 24px;
}

.hide-xs {
    display: block;
}

.show-xs {
    display: none;
}

/*################################## breadcrumbs #####################################*/
#icw .breadcrumbs {
    padding-top: 10px;
    align-items: center;
    color: var(--gray-color-2);
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

#icw .breadcrumbs a {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    line-height: 21px;
    font-size: 14px;
    color: #666;
    font-weight: 400 !important;
}

#icw .breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--gray-color-2);
    border-bottom: 2px solid var(--gray-color-2);
    transform: rotate(-45deg);
}

#icw .breadcrumbs a:hover {
    text-decoration: underline;
}

#icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 10px;
}

#icw .breadcrumbs .chevron-right {
    margin: 0 10px;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

#icw .breadcrumbs a:first-child {
    padding-left: 0;
}

/*################################## breadcrumbs #####################################*/

/*################################## hightlight #####################################*/

#icw .hightlight-section {
    padding: 30px 0 50px;
}

#icw .hightlight-section .wrapper-col {
    display: flex;
}

#icw .hightlight-section .wrapper-col .col-left {
    max-width: 656px;
    width: 68%;
}

#icw .hightlight-section .wrapper-col .col-right {
    margin-left: 24px;
    width: 32%;
}

#icw .hightlight-section .img-promotion {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

#icw .hightlight-section .title-filter {
    position: relative;
}

#icw .hightlight-section .title-filter::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background-color: var(--light-gray-3);
}

#icw .hightlight-section .title-filter h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: #FFF;
    display: inline-block;
    padding-right: 10px;
    margin: 0;
    position: relative;
    z-index: 1;
    color: var(--dark-color-1);
}

#icw .hightlight-section .section-tag {
    margin-top: 25px;
}

#icw .hightlight-section .section-tag .all-tag {
    margin-top: 12px;
}

#icw .hightlight-section .section-tag .all-tag .tag {
    border: 1px solid var(--light-gray-10);
    display: inline-block;
    padding: 0 16px;
    border-radius: 18px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-color-2);
    margin-bottom: 10px;
}

#icw .hightlight-section .section-tag .all-tag .tag:hover {
    border: 1px solid var(--green-color-3);
    color: var(--green-color-3);
}

#icw .hightlight-section .section-slide {
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 25px;
    /*    margin-top: 20px;
    */
}

#icw .hightlight-section .section-slide .box-img &gt; a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

#icw .hightlight-section .section-slide .scroll-pagi {
    background: none;
    height: auto;
}

#icw .hightlight-section .section-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

#icw .hightlight-section .section-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--green-color-3);
}


/*################################## hightlight #####################################*/

/*################################## Recommend #####################################*/

#icw .recommend-article {
    background-color: var(--light-gray-1);
    padding: 40px 0 50px;
}

#icw .box-tag .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 20px;
    border: 1px solid var(--light-gray-10);
    color: var(--gray-color-1);
    border-radius: 50px;
    background-color: #FFF;
}

#icw .box-tag .tag:hover {
    border: 1px solid var(--green-color-3);
    color: var(--green-color-3);
}

#icw .all-thumbnail {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#icw .all-thumbnail .thumbnail {
    width: calc(25% - 20px);
    height: auto;
    margin: 0 10px 30px;
    vertical-align: top;
    display: none;
}

#icw .all-thumbnail .thumbnail.show {
    display: inline-block !important;
}

#icw .all-thumbnail .image-thumbnail {
    display: block;
}

#icw .all-thumbnail .image-thumbnail img {
    border-radius: 10px;
    overflow: hidden;
}

#icw .all-thumbnail .title-thumbnail {
    color: var(--green-color-3);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

#icw .all-thumbnail .box-info {
    margin-top: 0;
}

#icw .box-btn {
    text-align: center;
}

#icw .btn-more {
    background-color: var(--green-color-3);
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    padding: 0 25px;
    border: none;
    border-radius: 23px;
}

#icw .btn-more:hover {
    background-color: #009445;
}

.recommend-article .thumbnail .wrapper-detail, #icw .hightlight-section .title-thumbnail {
    position: relative;
    width: 100%;
    min-width: auto;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#icw .hightlight-section .title-thumbnail {
    color: var(--green-color-3);
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-article .thumbnail .wrapper-detail &gt; a:hover, #icw .hightlight-section .box-img .wrapper-detail &gt; a:hover {
    background-position: 0;
}

.recommend-article .thumbnail .wrapper-detail &gt; a ,#icw .hightlight-section .box-img .wrapper-detail &gt; a {
    position: relative;
    color: #333;
    background-image: linear-gradient(to right, #00a94f, #00a94f 50%, rgb(51 51 51 / 95%) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#icw .all-thumbnail .image-thumbnail,
#icw .box-img a,
#icw .img-promotion {
    overflow: hidden;
    border-radius: 10px;
}

#icw .all-thumbnail .image-thumbnail img,
#icw .box-img a img,
#icw .img-promotion a img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

#icw .all-thumbnail .image-thumbnail:hover img,
#icw .box-img a:hover img,
#icw .img-promotion a:hover img {
    transform: scale(1.1);
}

/*################################## Recommend #####################################*/

/*################################## Promotion mobile #####################################*/

#icw .section-promotion-mobile {
    background-color: var(--light-green-1);
    padding: 40px 0 50px;
    display: none;
}

#icw .section-promotion-mobile .img-promotion {
    margin-top: 15px;
}

#icw .section-promotion-mobile .img-promotion img {
    border-radius: 10px;
    overflow: hidden;
}

/*################################## Promotion mobile #####################################*/

/*################################## video #####################################*/

#icw .section-video {
    padding: 40px 0 50px;
}

#icw .wrapper-video {
    margin-top: 20px;
    display: flex;
}

#icw .wrapper-title {
    display: flex;
    justify-content: space-between;
}

#icw .see-all {
    color: var(--green-color-3);
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-right: 10px;
    top: 2px;
}

#icw .see-all:hover {
    text-decoration: underline;
}

#icw .see-all::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--green-color-3);
    border-bottom: 2px solid var(--green-color-3);
    transform: rotate(-45deg) translateY(-50%);
}

#icw .section-video .hightlight-video {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 666px;
    margin-right: 12px;
    width: 66%;
    border: 1px solid #e8e8e8;
}

#icw .section-video .more-video {
    max-width: 320px;
    width: 34%;
}

#icw .section-video .wrapper-video .hightlight-video .icon-play {
    width: 47px;
    height: 47px;
}

#icw .section-video .wrapper-video .icon-play {
    background-color: rgb(24, 169, 79, 0.9);
    border-radius: 100%;
    width: 47px;
    height: 47px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#icw .section-video .wrapper-video .icon-play i {
    color: #FFF;
    line-height: 49px;
}

#icw .section-video .wrapper-video .hightlight-video .icon-play {
    width: 73px;
    height: 73px;
}

#icw .section-video .wrapper-video .hightlight-video .icon-play i {
    font-size: 26px;
    line-height: 75px;
}

#icw .section-video .wrapper-video .box-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;    
    border: 1px solid #e8e8e8;
}

#icw .section-video .wrapper-video .box-video:nth-child(1) {
    margin-bottom: 12px;
}

#icw .section-video .wrapper-matching {
    background: rgb(57, 181, 135);
    background: linear-gradient(67deg, rgba(57, 181, 135, 1) 0%, rgba(24, 113, 141, 1) 100%);
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#icw .section-video .wrapper-matching .wrapper-box-matching {
    display: flex;
    justify-content: space-between;
}

#icw .section-video .wrapper-matching .box-detail {
    width: 55%;
    padding: 35px 0 15px 40px;
    margin-bottom: 100px;
}

#icw .section-video .wrapper-matching .title-matching {
    color: #FFF;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}

#icw .section-video .wrapper-matching .box-detail .desc-matching {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
}

#icw .section-video .wrapper-matching .box-img {
    width: 45%;
    position: relative;
    z-index: 9;
    display: table;
}

#icw .section-video .wrapper-matching .box-img .wrapper-box-img {
    display: table-cell;
    vertical-align: bottom;
}

#icw .section-video .wrapper-matching .box-btn {
    background: rgb(48, 151, 111);
    background: linear-gradient(67deg, rgba(48, 151, 111, 1) 0%, rgba(26, 116, 141, 1) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100px;
    z-index: 1;
    text-align: left;
    padding: 17px 0 0 40px;
}

#icw .section-video .wrapper-matching .btn-login {
    background-color: var(--green-color-3);
    color: #FFF;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#icw .section-video .wrapper-matching .btn-login:hover {
    background-color: #009445;
}

#icw .section-video .wrapper-matching .btn-login span {
    vertical-align: middle;
}

#icw .section-video .wrapper-matching .btn-login .icon-arrow {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #FFF;
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#icw .section-video .wrapper-matching .btn-login .icon-arrow::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--green-color-3);
    border-bottom: 2px solid var(--green-color-3);
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -5px;
}

/*################################## video #####################################*/


/*################################## Popup video #####################################*/

.closer_videopopup {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--green-color-3);
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

.closer_videopopup i {
    font-size: 16px;
    line-height: 42px;
    display: block;
    transform: rotate(45deg);
}

#opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
    background: rgb(0, 0, 0, 0.7);
}

#videCont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 20px;
    max-width: 1040px;
    z-index: 100001;
}

#yt_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

video {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}

#video1 {
    cursor: pointer;
    cursor: hand;
}

.popup-show {
    display: none;
    z-index: 100001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: auto;
    text-align: center;
    background: none;
    vertical-align: middle;
}

/*################################## Popup video #####################################*/


/*################################ Promotion asset ###############################*/
#icw .assets-section {
    background-color: var(--light-green-1);
    overflow-x: hidden;
}

#icw .assets-wrapper {
    padding: 40px 0 20px;
}

#icw .assets-wrapper .see-all::after {
    margin-top: 1px;
}

#icw .assets-swiper {
    padding-bottom: 30px;
}

#icw .assets-swiper-container {
    position: relative;
    margin-bottom: 50px;
}

#icw .assets-swiper .wrapper-tag {
    display: flex;
    justify-content: space-between;
}

#icw .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw .assets-swiper .box-comparision {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

#icw .assets-swiper .box-comparision::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 25px;
    background-color: var(--light-gray-2);
}

#icw .assets-swiper .box-comparision i {
    font-size: 25px;
    color: var(--green-color-3);
    cursor: pointer;
}

#icw .assets-swiper .swiper-slide {
    width: 233px;
}

#icw .assets-swiper .md-thumbnail-slide {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px var(--light-gray-2);
}

#icw .assets-swiper .md-thumbnail-img {
    height: 0;
    padding-bottom: 54.6875%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

#icw .assets-swiper .md-thumbnail-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#icw .assets-swiper .md-thumbnail-img .multi-img {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 5px 8px;
    z-index: 9;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
}

#icw .assets-swiper .md-thumbnail-img .multi-img i {
    font-size: 12px;
    color: #FFF;
}

#icw .assets-swiper .md-thumbnail-detail {
    padding: 10px;
}

#icw .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw .assets-swiper .asset-tag .tag {
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
}

#icw .assets-swiper .asset-tag .tag.new {
    background-color: var(--yellow-color-1);
}

#icw .assets-swiper .asset-tag .tag.hot {
    background-color: var(--red-color-3);
}

#icw .assets-swiper .asset-tag .tag.promotion {
    background-color: var(--orange-color-1);
}

#icw .assets-swiper .asset-tag .tag.wait-for-sale {
    background-color: var(--green-color-6);
}

#icw .assets-swiper .asset-tag .tag span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

#icw .assets-swiper .asset-tag .tag i {
    vertical-align: middle;
}

#icw .assets-swiper .wrap-asset-title .property-favorite {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    float: right;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 10px 2px #DDDDDD;
}

#icw .assets-swiper .wrap-asset-title .property-favorite.active {
    background: #00A94F;
}

#icw .assets-swiper .wrap-asset-title .property-favorite.active .ic-npa-icon-like-active {
    color: #FFF;
}

#icw .assets-swiper .wrap-asset-title .property-favorite i {
    color: #00A94F;
    font-size: 20px;
}

#icw .assets-swiper .asset-title {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 5px;
    color: var(--green-color-3);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    max-width: 120px;
}

#icw .assets-swiper .asset-title:hover {
    text-decoration: underline;
}

#icw .assets-swiper .location {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

#icw .assets-swiper .location i.ic-npa {
    font-size: 12px;
    color: var(--gray-color-4);
    margin-right: 5px;
}

#icw .assets-swiper .location p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--gray-color-2);
}

#icw .assets-swiper .wrap-address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#icw .assets-swiper .wrap-address .asset-address,
#icw .assets-swiper .wrap-address .asset-code {
    color: var(--gray-color-2);
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

#icw .assets-swiper .wrap-detail {
    display: flex;
    justify-content: space-between;
    color: var(--gray-color-2);
    font-size: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DEDEDE;
}

#icw .assets-swiper .wrap-detail i {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 3px;
}

#icw .assets-swiper .wrap-detail span {
    vertical-align: middle;
    font-size: 14px;
}

#icw .assets-swiper .wrap-detail .asset-room {
    display: inline-block;
    vertical-align: middle;
}

#icw .assets-swiper .wrap-detail .asset-room .pipe {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--gray-color-1);
    margin: 0 12px;
}

#icw .assets-swiper .wrap-detail .asset-area {
    display: inline-block;
    vertical-align: middle;
}

#icw .assets-swiper .special-badge,
#icw .assets-swiper .lower-badge {
    width: fit-content;
    padding: 2px 8px;
    background: linear-gradient(130deg, #fe1d1a, #c81814);
    border-radius: 5px;
    margin-bottom: 5px;
}

#icw .assets-swiper .special-badge p,
#icw .assets-swiper .lower-badge p {
    color: white;
    margin-bottom: 0;
    font-size: 12px;
}

#icw .assets-swiper .lower-badge {
    background: transparent;
    padding: 2px 0;
}

#icw .assets-swiper .lower-badge p {
    color: var(--red-color-2);
}

#icw .assets-swiper .spacial-price,
#icw .assets-swiper .lower-price {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color-1);
    line-height: 1.5rem;
}

#icw .assets-swiper .spacial-price {
    color: var(--red-color-1);
}

#icw .assets-swiper .spacial-price span,
#icw .assets-swiper .lower-price span {
    font-size: 16px;
}

#icw .assets-swiper .old-price {
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    color: var(--gray-color-1);
    text-align: end;
    line-height: 1rem;
    position: relative;
    margin: 0 0 0 auto;
}

#icw .assets-swiper .old-price::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--gray-color-1);
    position: absolute;
    top: 50%;
    left: 0;
}

#icw .spacer-line {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin: 20px 0;
}

#icw .asset-nav {
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 0;
}

#icw .asset-nav .asset-item button {
    display: block;
    width: fit-content;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--gray-color-1);
    padding: 7px 0px;
    margin-right: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

#icw .asset-nav .asset-item button.active {
    border-bottom: 2px solid var(--green-color-3);
    color: var(--dark-color-1);
    font-weight: 600;
}

#icw .swiper-button-next.next-btn,
#icw .swiper-button-prev.prev-btn {
    display: flex;
}

#icw .property-tabs-sec .swiper-button-next.next-btn,
#icw .property-tabs-sec .swiper-button-prev.prev-btn {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
}

#icw .container-catalog .next-btn {
    top: 40%;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#icw .container-catalog .prev-btn {
    top: 40%;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#icw .container-catalog .next-btn::after,
#icw .container-catalog .prev-btn::after {
    font-weight: bold;
    border-right: 2px solid var(--dark-color-1);
    border-bottom: 2px solid var(--dark-color-1);
    font-family: unset;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

#icw .container-catalog .next-btn::after {
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -3px;
}

#icw .container-catalog .prev-btn::after {
    transform: rotate(-230deg);
    left: 50%;
    margin-left: -4px;
}

#icw .container-catalog .scroll-pagi {
    bottom: 0;
}

#comparision .wrap-title {
    white-space: nowrap !important;
}

/*################################ Promotion asset ###############################*/

@media screen and (max-width: 767px) {
    .hide-xs {
        display: block;
    }

    .show-xs {
        display: none;
    }

    #icw .hightlight-section h1 {
        font-size: 24px;
        line-height: 24px;
    }

    #icw .hightlight-section {
        padding: 20px 0;
    }


    /*################################## hightlight #####################################*/

    #icw .hightlight-section .wrapper-col {
        display: block;
    }

    #icw .hightlight-section .wrapper-col .col-left {
        max-width: 100%;
        width: 100%;
    }

    #icw .hightlight-section .wrapper-col .col-right {
        margin-left: 0;
        width: 100%;
    }

    #icw .hightlight-section .wrapper-col .col-right .section-promotion {
        display: none;
    }

    #icw .hightlight-section .section-tag {
        margin-top: 20px;
    }

    #icw .hightlight-section .section-tag .all-tag .tag {
        line-height: 28px;
    }

    /*################################## hightlight #####################################*/

    /*################################## Promotion mobile #####################################*/

    #icw .section-promotion-mobile {
        display: block;
    }

    /*################################## Promotion mobile #####################################*/


    /*################################## video #####################################*/
    #icw h2 {
        font-size: 20px;
        line-height: 30px;
    }

    #icw .wrapper-video {
        display: block;
    }

    #icw .section-video .hightlight-video {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    #icw .section-video .wrapper-video .icon-play {
        width: 38px;
        height: 38px;
    }

    #icw .section-video .wrapper-video .icon-play i {
        font-size: 14px;
        line-height: 40px;
    }

    #icw .section-video .wrapper-video .hightlight-video .icon-play {
        width: 47px;
        height: 47px;
    }

    #icw .section-video .wrapper-video .hightlight-video .icon-play i {
        font-size: 17px;
        line-height: 49px;
    }

    #icw .section-video .more-video {
        width: 100%;
        max-width: 100%;
        display: flex;
    }

    #icw .section-video .wrapper-video .box-video:nth-child(1) {
        margin-right: 5px;
        margin-bottom: 0;
    }

    #icw .section-video .wrapper-video .box-video:nth-child(2) {
        margin-left: 5px;
    }

    #icw .section-video .wrapper-matching .box-detail {
        padding: 0 0 8px 15px;
        margin-bottom: 70px;
        width: 60%;
    }

    #icw .section-video .wrapper-matching .box-detail .desc-matching {
        font-size: 14px;
        line-height: 18px;
    }

    #icw .section-video .wrapper-matching .title-matching {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0 5px 15px;
    }

    #icw .section-video .wrapper-matching .box-img {
        width: 40%;
    }

    #icw .section-video .wrapper-matching .box-btn {
        padding: 12px 0 0 15px;
        height: 70px;
    }

    #icw .section-video .wrapper-matching .btn-login {
        font-size: 12px;
        line-height: 31px;
        padding: 0 11px;
    }

    #icw .section-video .wrapper-matching .btn-login .icon-arrow {
        margin-left: 7px;
        width: 17px;
        height: 17px;
    }

    #icw .section-video .wrapper-matching .wrapper-btn {
        position: absolute;
        bottom: 20px;
        z-index: 99;
        left: 15px;
    }

    /*################################## video #####################################*/


    /*################################## Recommend #####################################*/
    #icw .all-thumbnail {
        margin-left: 0;
        margin-right: 0;
    }

    #icw .all-thumbnail .thumbnail {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    #icw .all-thumbnail .thumbnail.show {
        display: flex !important;
    }

    #icw .all-thumbnail .title-thumbnail {
        margin-bottom: 10px;
        margin-top: 0;
    }

    #icw .box-btn {
        margin-bottom: 0;
    }

    #icw .all-thumbnail .image-thumbnail {
        width: 50%;
    }

    #icw .all-thumbnail .wrapper-detail {
        width: 50%;
        padding-left: 15px;
    }

    #icw .box-tag .tag {
        margin-bottom: 5px;
    }

    /*################################## Recommend #####################################*/
}
</pre></body></html>