.attribute-check {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.attribute-check {
    margin-bottom: 20px;
}
.box-filter-check {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #EEE;
    border-top: none;
}
.right_show .right_list_tt {
	margin-bottom: 1rem;
	background: #efefef;
	padding: 0px 0;
	margin-top: 1rem;
}
.right_show .right_list_tt ul li {
	    margin: 10px 0;
}
.right_show .right_list_tt ul li img {
	margin-right: 0;
}
.attribute-check .attribute-check {
    margin: 0;
}
.attribute-check {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.attribute-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.attribute-block {
    padding: 0;
    overflow: hidden;
    background: #fbf8f8;
}
.attribute-check .label-title {
    font-weight: bold;
    font-size: 14px;
    background: #F9F9F9;
    padding: 7px 15px;
    cursor: pointer;
    color: #333;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
}
.att-scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.att-scroll {
    margin-top: 10px;
}
.att-scroll li {
    list-style: none;
    margin-bottom: 8px;
    padding-left: 15px;
    display: flex;
    align-items: baseline;
    gap: 0px 10px;
}
.att-scroll li label {
    cursor: pointer;
    color: #555;
    font-weight:400;
}


div#top-filter {
    width: 280px;
}


.label-title svg {
    width: 20px;
    height: 20px;
}

.label-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-all-categpry {
    display: flex;
    gap: 0px 25px;
}

.box-main-product-bycategory {
    width: 100%;
}

h1.category-title {
    color: var(--color-main);
    margin-bottom: 0;
    font-size: 23px;
    text-transform: uppercase;
}

.heading-title .flex {
    display: flex
;
}
.heading-title .count {
    margin-left: 15px;
    margin-top: 2px;
    color: #888;
}
.filter_sort {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}
.filter_sort .small-title {
    vertical-align: top;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.filter_sort a.active, .filter_sort label.active, .filter_sort a:hover, .filter_sort label:hover {
    color: #cf3034;
    border-color: #cf3034;
}
.filter_sort a, .filter_sort label {
    margin-right: 10px;
    color: #666;
    border: 1px solid #EEE;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.box-main-product-bycategory .attribute-block .att-scroll {
    display: flex;
}
#logo_hangsanxuat img {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 7px;
    padding:5px;
}
.item-upload-unifi {
    width: 12.49%;
    flex: none;
}
.item-upload-unifi .item h2 {
    font-size: 16px;
}
.flex-hangsx {
    display: flex;
    flex-wrap: wrap;
}
.list-product-by-category .item-products-hexs {
    width: calc(96% / 4);
}   

.mod-news {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #EEE;
    padding-top: 30px;
    margin-top: 30px;
}
.mod-news .item {
    margin-bottom: 20px;
    overflow: hidden;
}
.mod-news a {
    color: #333;
}
.mod-news img {
    width: 100px;
    height: auto;
    margin-right: 20px;
    float: left;
    border-radius: 5px;
}
.mod-news .item .h4 {
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    height: 65px;
    white-space: normal;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #333;
}
.category-description {
    margin: 25px 0;
    border-top: 1px solid #EEE;
    padding-top: 20px;
}

.category-description {
    height: 450px;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}
.category-description p.dtcvmodetail {
    margin-bottom: 0;
}

.category-description p {
    margin-bottom: 5px;
}
.dtcvmodetail, .dtchide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    padding-top: 85px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    cursor: pointer;
}
.dtcvmodetail span, .dtchide span {
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    color: #3d3d3d;
    background: #fff;
    border: solid 1px #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 20px;
}
.category-description {
    margin: 25px 0;
    border-top: 1px solid #EEE;
    padding-top: 20px;
}

.dtshow {
    height: auto !important;
    padding-bottom: 130px;
}
.category-description {
    height: 450px;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}
















.list_pos_cate ul {
    display: flex
;
    align-items: center;
    margin: 10px 0 20px 0;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ddd;
    flex-wrap: wrap;
}
.list_pos_cate ul li {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-weight: bold;
    padding: 10px 15px;
    float: left;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.list_pos_cate ul li::before {
    content: "";
    bottom: -2px;
    width: 100%;
    background-color: #f00;
    position: absolute;
    height: 3px;
    transition: all .3s;
    transform: scale(0);
  left: 0;
}
.list_pos_cate ul li a {
    white-space: nowrap;
}
.focus_item::after {
    content: "";
    bottom: -2px;
    width: 100%;
    background-color: #f00;
    position: absolute;
    height: 2px;
    transition: all .3s;
    left: 0;
}

.main {
    padding-bottom: 5rem;
    background: #fff;
}
.list_pos_cate ul li:hover a {
    color: #f00;
}
.list_pos_cate ul li:hover::before {
    transform: scale(1);
}




.content-home a {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.content-home .info {
    z-index: 2;
    position: absolute;
    bottom: 0;
    background: rgb(22 22 22 / 80%);
    color: #fff;
    padding: 20px;
    width: 100%;
}
.content-home .info span {
    font-weight: bold;
    font-size: 20px;
}
.content-home .info p {
    opacity: .8;
    font-size: 13px;
    margin-bottom: 1rem;
}
.list_item_tintuc {
    display: flex
;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.list_item_tintuc .item {
    padding: 0 8px;
    width: calc(100% /4);
}
.list_item_tintuc .item a {
    display: block;
}
.list_item_tintuc .item h2 {
    font-weight: bold;
    transition: all .3s;
    margin: 8px 0;
    display: block;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_item_tintuc .item .time {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
    padding-bottom: 5px;
}
.content_text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
}
.right_show .lever {
    margin-bottom: 1rem;
    background: #efefef;
    padding: 10px;
}
.header_live {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
    padding: 10px;
}
.right_show .lever a {
    display: flex;
    gap: 10px;
    padding: 10px 0 5px 0;
    align-items: center;
}
.right_show .lever a:nth-child(2) span {
    background-color: #f25630;
    color: #fff;
}

.right_show .lever a span {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    min-width: 35px;
    height: 35px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
}
.right_show .lever a p {
    color: #333;
    line-height: 1.3;
    font-size: 15px;
    padding-bottom: 0;
}
.right_show .lever a:nth-child(3) span {
    background-color: #cc7935;
    color: #fff;
}
.right_show .lever a:nth-child(4) span {
    background-color: #ccb135;
    color: #fff;
}
.right_list_tt ul li {
    margin: 0 10px 0;
}
.right_list_tt ul li a {
    display: flex
;
}
.right_list_tt ul li a img {
    width: 100px;
}
.right_list_tt ul li .describe {
    padding: 5px 0;
    font-size: 14px;
    flex: 1;
    padding-left: 10px;
}
.right_list_tt ul li .describe p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 7px;
    padding-bottom: 0px;
}
.right_list_tt ul li .describe .time {
    transition: all .3s;
    color: #888888;
    font-size: 12px;
}
.tintuc_pro img {
    width: 100%;
    height: 230px;
    display: block;
    border-radius: 10px;
}
.tintuc_pro ul {
	margin-bottom:10px
}
.tintuc_pro ul li {
    list-style: disc !important;
    margin-left: 20px;
}










.box_news_detail {
    width: 100%;
    color: #717173;
    line-height: 26px;
    text-align: justify;
    font-size: 16px !important;
    margin-bottom: 20px;
}
.box_news_detail h1 {
    margin: 0px 0 10px;
    background: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.box_news_detail h1 {
    color: #222;
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    margin: 20px 0 10px;
    text-align: left;
}
.date_time {
    color: #888;
    margin-bottom: 10px;
}
.date_time span {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px;
}
.date_time svg {
    height: 14px;
    fill: #888;
    margin-right: 4px;
}
.box_news_detail .news_note {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #eee;
    color: #222;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}
.noi_dung_in {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #242424;
}
.tomtatnd {
    margin-top: 0px;
    padding: 5px 10px;
    background: #eee;
}
.header-tomtat {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.header-left-tomtat {
    display: flex
;
    align-items: center;
}
.header-tomtat svg {
    width: 15px;
    height: 15px;
    margin-top: 8px;
}
.header-left-tomtat p {
    padding-left: 10px;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
}
.header-right-tomtat {
    cursor: pointer;
}
.noi_dung_in p {
    padding-bottom: 10px;
    font-size: 14px;
}
.header-right-tomtat p {
    display: inline-flex
;
    align-items: center;
}
.tomtatnd.active-scroll .table-content {
    height: auto;
    transition: 1s ease;
}
.tomtatnd .table-content {
    height: 0px;
    overflow: hidden;
    transition: 1s ease;
}
ol#toc-list {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
}
a.scrollLink {
    font-weight: 600;
}
.scrollLink {
    font-size: 16px;
    font-weight: 400;
}
.hedding-filter-products {
    display: none;
}

.icon-filter-mobile svg {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.icon-filter-mobile {
    display: flex;
    align-items: center;
    width: 110px;
    font-size: 12px;
    justify-content: center;
    border: 1px solid #EEE;
    border-radius: 25px;
    padding: 2px 7px;
    color: #555;
}
.icon-filter-mobile{
    display: none;
}
.filter-products.active {
    display: block;
}


.filter-products.active .attribute-block{
    width:100%;
}

.attribute-block.show-filter .att-scroll {
    display: none;
}

.attribute-block.show-filter.active .att-scroll {
    display: block;
}
.box-all-categpry {
    padding-top: 0;
}
.banner-pages {
    padding-top: 20px;
    background: #fbf8f8;
}
.owl-stage-outer-partner .slick-slide {
    height: unset;
    margin-bottom: 10px;
}
.right_list_tt ul li a img {
    height: 80px;
    border-radius: 5px;
}

i.fa.fa-clock-o svg {
    width: 17px;
    height: 17px;
    margin-bottom: -5px;
}

i.fa.fa-eye.pl-1 svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}
i.fa.fa-eye.pl-1 svg path{
     stroke: #444;
}
i.fa.fa-clock-o svg path {
    stroke: #444;
}
.content-home p.time svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}

.content-home p.time svg path {
    stroke: #fff;
}
.content-home .desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
.tomtatnd {
    margin-bottom: 20px;
    position: sticky;
    top: 46px;
}

.content-tour-detail ul li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 5px;
    font-size: 15px;
}
.content-home img {
    height: 100%;
}

.content-home {
    position: relative;
}

.content-home .info a span {
    color: #fff;
}

.content-home .info a {
    margin-bottom: 5px;
}

.content-home .time {
    padding-bottom: 0px;
}
.content-page {
    padding: 20px 0;
}
.wrap-content-main {
    margin-top: 20px;
}
.heading-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
}
.panigates {
    margin: 0 0 50px 0;
    width: 100%;
    text-align: center;
}
.panigates nav {
}
.nav-appends nav ul {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #005693;
    border-color: #005693;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
        justify-content: center;
}
.tintuc_pro h2 {
	font-size: 22px;
  	font-weight: 600;
  	margin-bottom:10px;
}
.tintuc_pro h3 {
	font-size: 20px;
  	font-weight: 600;
  	margin-bottom:10px;
}
.tintuc_pro h4 {
	font-size: 18px;
  	font-weight: 600;
  	margin-bottom:10px;
}
.tintuc_pro h5 {
	font-size: 17px;
  	font-weight: 600;
  	margin-bottom:10px;
}
.tintuc_pro h6 {
	font-size: 16px;
  	font-weight: 600;
  	margin-bottom:10px;
}


.tour-container .ctnr {
    padding: 0px 0px;
    width: 100%;
}
.tour-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.tour-info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 2px;
    margin-bottom: 40px;
}
.schedule-item {
    grid-column: 1;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}
.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.schedule-detail {
    font-size: 13px;
    opacity: 0.8;
}
.info-detail {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}


.box-content-tourt-bycate {
    background: #0f76ba;
    padding: 10px 0px;
}.box-content-tourt-bycate .hedding-title-slider h2 {
    color: #fff;
}

.box-content-tourt-bycate .hedding-title-slider b {
    background-color: #fff;
    height: 1px;
}








































  .timeline-container {
            margin: 0 auto;
            position: relative;
            padding: 30px 0px;
        }

        .timeline-item {
            margin-bottom: 30px;
            position: relative;
        }

        .timeline-item:nth-child(even) {
            flex-direction: row-reverse;
            display: flex;
        }

        .timeline-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #00bcd4;
            border: 3px solid #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 20px;
            flex-shrink: 0;
            z-index: 2;
            position: relative;
        }

        .timeline-icon::before {
            content: '';
            width: 12px;
            height: 12px;
            background-color: white;
            border-radius: 50%;
        }

        .timeline-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            max-width: 46%;
            position: relative;
        }

        .timeline-item:nth-child(even) .timeline-content {
            align-items: flex-end;
            text-align: right;
        }

        .time-block {
            anchor-name: none;
            background-color: #4a5568;
            color: white;
            padding: 12px 20px;
            font-weight: 600;
            font-size: 16px;
            align-self: flex-start;
            width: 100%;
            position: relative;
        }

        .content-block {
            background-color: white;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #00bcd4;
            width: 100%;
        }

        .content-text {
            color: #2d3748;
            font-size: 14px;
            line-height: 1.6;
        }

        .location-marker {
            color: #e53e3e;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        /* Timeline line */
        .timeline-container::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 40px;
            bottom: 0;
            width: 0px;
            background-color: #e2e8f0;
            z-index: 1;
            border: 1px dashed #cdcdcd;
        }

        .timeline-item:last-child .timeline-container::before {
            display: none;
        }
ul.pagination {
    display: flex;
    padding-top: 20px;
    justify-content: center;
}

ul.pagination li {
    list-style: none !important;
    margin-left: 0px;
}
        /* Responsive design */
        @media (max-width: 768px) {
            .timeline-container {
                padding: 25px 0px;
            }
            
            .timeline-item {
                flex-direction: column !important;
                align-items: center;
            }
            
            .timeline-item:nth-child(even) .timeline-content {
                align-items: flex-start;
                text-align: left;
            }
            
            .timeline-content {
                max-width: 100%;
                width: 100%;
            }
            
            .timeline-icon {
                margin: 0 0 15px 0;
            }
            
            .timeline-container::before {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .content-block {
                padding: 15px;
            }
        }

        .special-tag {
            background-color: #4a5568;
            color: white;
            padding: 0px 16px;
            border-radius: 6px;
            font-size: 19px;
            font-weight: 500;
            display: inline-block;
            margin-left: 10px;
        }

.timeline-item .timeline-content .time-block:before {
    width: 40px;
    height: 40px;
    border: 2px solid #0f76ba;
    content: "";
    border-radius: 100%;
    POSITION: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 9;
}

.timeline-item:nth-child(2n) .timeline-content .time-block:before {
    content: "";
    border-radius: 100%;
    POSITION: absolute;
    right: 105%;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    width: 40px;
    height: 40px;
    border: 2px solid #0f76ba;
    background: #fff;
    z-index: 99;
}

.timeline-content .time-block:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background: url( https://dulichcoto.com.vn/wp-content/uploads/2023/03/clock.png);
    left: 106%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 9px;
    z-index: 9;
}

.timeline-item:nth-child(2n) .timeline-content:after {
    right: 106%;
    left: unset;
    top: 40px;
    z-index: 99;
}


.slider-banner-bycategory {
    background: url(https://dulichcoto.com.vn/wp-content/uploads/2023/03/wowtour-15330048992_e59cb975fa_o.jpg);
    padding: 12rem 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.slider-banner-bycategory:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(39 54 71 / 55%);
}

.slider-banner-bycategory .ctnr {
    position: relative;
    text-align: center;
}

.hedding-content-banner-bycategory span {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px black;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0;
    font-size: 21px;
}

.hedding-content-banner-bycategory h2 {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    padding: 10px 0px;
}

.hedding-content-banner-bycategory p {
    color: rgb(255, 255, 255);
    margin-bottom: 1em;
    margin-top: 0em;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.hedding-content-banner-bycategory a {
    box-shadow: 0px 7px 0px #64b0e3;
    transition: all 0.2s ease-in;
    padding: 2px 50px 2px 50px;
    background-color: #0f76ba;
    color: #fff;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    border-radius: 25px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
}
.item-images-slider-servicer img {
    border-radius: 10px;
    height: 220px;
    width: 100%;
}

.list-slider-servicer {
    /* margin: 2rem 0px; */
}





.box-kynang-dd .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.box-kynang-dd .fade-in.visible {

    opacity: 1;
    transform: translateY(0);
}





.ttttskynang .faq-header {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}

.ttttskynang .faq-header h1 {
    font-size: 39px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ttttskynang .faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.ttttskynang .faq-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.ttttskynang .faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #cdcdcd;
}

.ttttskynang .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ttttskynang .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    background: #f8f9fa;
    padding: 13px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}

.ttttskynang .faq-question:hover {
    background: #e9ecef;
}

.ttttskynang .faq-question .icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.ttttskynang .faq-question.active .icon {
    transform: rotate(180deg);
}

.ttttskynang .faq-answer {
    background: #f8f9fa;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ttttskynang .faq-answer.active {
    padding: 20px 25px;
    max-height: 200px;
}

.ttttskynang .faq-answer p {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.ttttskynang .highlight {
    color: #ee5a24;
    font-weight: 600;
}

.ttttskynang .contact-info {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
}

.ttttskynang .contact-info h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.ttttskynang .contact-info p {
    opacity: 0.9;
}
.box-kynang-dd .fade-in.visible {
    margin-top: 20px;
}

.ttttskynang .section {
    background: white;
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ttttskynang .section h2 {
    color: #0f76ba;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px !important;
}

.box-kynang-dd .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}
.ttttskynang .faq-item.active .faq-answer {
    display: block !important;
    overflow: visible;
    max-height: unset;
    padding-top: 5px;
    padding-bottom: 10px;
}
.ttttskynang .faq-answer p {
    color: #555;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.box-kynang-dd .fade-in.visible h2 span {
    font-size: 15px;
    color: #333;
    font-style: italic;
    text-transform: capitalize;
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}
.images-ddnb img {
    border-radius: 10px;
}

.desc-ddnb .content p {
    color: #333;
    font-size: 15px;
}

.desc-ddnb .content {
    padding-left: 0px;
}

.hedding-title-ddnb {
    padding-bottom: 10px;
}

.hedding-title-ddnb h2 {
    padding-left: 14px;
    border-left: 3px solid #0f76ba;
}

.contents-ddnb .cta-button {
    box-shadow: 0px 7px 0px #64b0e3;
    transition: all 0.2s ease-in;
    padding: 2px 20px 2px 20px;
    background-color: #0f76ba;
    color: #fff;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.contents-ddnb {
    padding-left: 3rem;
}
.box-flex-diemden {
    margin-bottom: 30px;
}
.content-services {
    text-align: center;
    padding: 10px 0px;
}

.content-services span {
    font-weight: 500;
    font-size: 20px;
    color: #0f76ba;
}
.text-servicer {
    text-align: center;
    padding-bottom: 20px;
}
.ttttskynang .faq-answer p {
    padding-bottom: 0px;
}

.faq-answer ul li {
    list-style: disc;
    margin-left: 23px;
    font-size: 14px;
}
button.slick-next-custom.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.list-silder-member-servicer {
    position: relative;
    margin-bottom: 0px;
}

button.slick-next-custom.slick-arrow svg {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
}

button.slick-prev-custom.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}

button.slick-prev-custom.slick-arrow svg {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
}
ol#toc-list li {
    padding-bottom: 10px;
}
.hedding-content-banner-bycategory a img {
    margin-bottom: -4px;
}
.service-info__brief ul li {
    list-style: disc;
    margin-left: 20px;
}
    .table-bao {
    display: flex;
    gap: 0px 13px;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.table-bao ul {
    width: 50%;
}
.timeline-item:nth-child(2n) .timeline-content .time-block:after {
    right: 106%;
    top: 16%;
    left: unset;
    z-index: 999;
}
.header-left-tomtat p {
    font-size: 18px;
}
.content-tour-detail h3 {
    font-size: 18px;
}
.box-news-right-post-details .entry .entry-content h4 a:hover {
    color: #bf1e2e;
}
@media(max-width:990px){

    .tomtatnd {
    margin-bottom: 20px;
    position: sticky;
    top: 82px;
}
    .info-item.schedule-item {
    width: calc(100% / 1 - 10px);
}
    .list_item_tintuc {
        margin: unset;
    }
    
    .list_item_tintuc .item {
        padding: 0 5px;
    }
    
    .content-home .info {
        position: unset;
        padding: 10px 10px 0px;
    }
    
    .content-home a {
        margin-bottom: 0px;
    }
    
    .content-home {
        margin-bottom: 20px;
    }
    
    .content-home img {
        height: 250px;
    }
    
    .content-home .desc p {
        font-size: 14px;
    }

    .tintuc_pro img {
        height: 105px;
    }
    
    .list_item_tintuc .item h2 {
        font-size: 15px;
    }
    
    .content_text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    
    .content-home .info span {
        font-size: 18px;
    }
    .mod-news {
        margin-top: 0px;
    }
    .icon-filter-mobile{
        display: flex;
    }
    .filter_sort {
        flex-wrap: wrap;
    }
    
    .attribute-block {
        width: 74%;
    }
    
    .icon-filter-mobile {
        width: 80px;
    }
    .list-product-by-category .item-products-hexs {
        width: calc(96% / 3);
    }
    
    
    .box-main-product-bycategory {
        width: 100%;
    }
    
    .box-main-product-bycategory .attribute-block .att-scroll {
        flex-wrap: wrap;
    }
    
    .filter_sort .small-title {width: 125px;}

    .filter-products {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100%;
        background: #fff;
        z-index: 9;
    }

    .hedding-filter-products {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 15px;
    }
    
    .hedding-filter-products svg {
        width: 25px;
        height: 25px;
    }
    
    .hedding-filter-products p {
        padding: 10px 0px;
        font-size: 16px;
        color: #cf3034;
        font-weight: 600;
        text-transform: uppercase;
    }
    .item-upload-unifi {
        width: 27.49%;
    }

}
@media(max-width:780px){
    .hedding-content-banner-bycategory span {
    font-size: 15px;
}

.hedding-content-banner-bycategory h2 {
    font-size: 26px;
}

.hedding-title-slider h2 {
    font-size: 23px;
}

.hedding-title-ddnb h2 {
    font-size: 20px;
}

.tour-container .ctnr {
    padding: 0px 20px;
}

.tour-info {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    width: calc(100% / 2 - 10px);
}

.timeline-container::before {
    content: "";
    background: none;
    border: none;
}

.timeline-item .timeline-content:before {
    content: "";
    display: none;
}

.contents-ddnb {
    padding-left: 0px;
    padding-bottom: 25px;
}
  .content-home .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tintuc_pro img {
    height: 140px;
}
    .heading-title {
        display: block;
    }
    .list-product-by-category .item-products-hexs {
        width: calc(96% / 2);
    }
    
    .list_item_tintuc .item {
        width: calc(100% / 2);
    }
    .list_pos_cate ul li {
        font-size: 13px;
        padding: 10px 10px;
        line-height: 20px;
    }
    
    .list_pos_cate ul li::before {
        height: 2px;
    }
}
