:root {
	--colorMain: #2a7fed;
	--colorRed: #f11c1c;
}

.noPadding {
	padding-bottom: 0 !important;
}

.padding15 {
	padding-bottom: 15px !important;
}

/* css home title */
.home-title {
    margin-bottom: 0 !important;
}

.home-title h1, .home-title h2 {
	font-weight: 600;
    margin-bottom: 5px;
}

.home-title p {
	margin-bottom: 5px;
}

.home-title h1 strong, .home-title h2 strong {
    color: var(--colorRed);
}

.home-title h1, .home-title h2, h2.itcodewp-featured-products__title {
    position: relative;
    background: linear-gradient(270deg, #f1b61c 30%, var(--colorRed) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* css nang luc */
.img-border img {
    border-radius: 20px;
    overflow: hidden;
}

.nangluc {
    text-align: left;
}

.nangluc h2 {
	margin-bottom: 15px;
	    margin-left: unset;
}

.nangluc p, .nangluc ul li {
    text-align: justify;
	color: #68768b;
    font-size: 14px;
}

.nangluc-img {
    width: 40% !important;
    position: absolute !important;
    right: 0;
    bottom: -110px;
    z-index: 3;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 24px;
    background: #e7edf5;
    box-shadow: 0 20px 45px rgba(20, 54, 100, 0.2);
}

.home-about-box  {
    border: 1px solid rgba(23, 104, 215, 0.09);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.75);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    margin-bottom: 15px;
}

.home-about-box .icon-box-text h3 {
    font-size: 15px;
    margin: 0 0 2px;
    color: #172640;
}

.home-about-box .icon-box-text p {
    font-size: 13px;
    color: #6f7b8d;
    font-weight: 400;
    line-height: 18px;
}

.home-about-box .icon-box-img {
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.home-about-box .icon-box-img img {
    padding-top: 0;
}

.home-about-snkn {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.home-about-snkn p {
    padding: 15px 12px;
    border: 1px solid rgba(23, 104, 215, 0.09);
    border-radius: 15px;
    background: #f8fbff;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #6f7b8d;
}

.home-about-snkn p strong {
    font-size: 20px;
    font-weight: 800;
    color: #e61a25;
}

a.button.primary.about-btn {
    background: linear-gradient(135deg, #e61a25, #daa0a3);
    box-shadow: 0 13px 27px rgba(23, 104, 215, 0.2);
}

.home-about-eyebrow strong {
    color: #e61a25;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
}

.home-about-eyebrow strong:before {
    content: "";
    width: 29px;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.home-about-eyebrow p {
    margin-bottom: 0;
}

.home-about-box:hover {
    transform: translateX(6px);
    border-color: #f11c1c2e;
    background: #ffffff;
    box-shadow: 0 15px 32px rgba(25, 54, 94, 0.09);
}

.home-about-box:hover .icon-box-img {
    transform: rotate(-5deg) scale(1.06);
}

/* css banner hop qua san pham giai phap doanh nghiep */
.banner.has-hover.banner-hopqua {
    padding-top: 200px;
}

.banner-hopqua, .banner-hopqua .banner-bg.fill  {
    border-radius: 18px;
    border: 0;
}

.banner-hopqua .banner-layers:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 18px;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}

.banner-hopqua .banner-layers:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 18px;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}

.banner-hopqua:hover .banner-layers:before, .banner-hopqua:hover .banner-layers:after {
    transform: scaleY(1);
    opacity: 1;
}

.banner-hopqua .banner-layers:hover .title-banner {
    opacity: 0;
    transition: 0.3s;
}

.banner-hopqua .banner-layers:before,
.banner-hopqua .banner-layers:after{
    pointer-events: none;
}

.hopqua-textbox {
    padding-right: 16px;
}

.hopqua-title h2 {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
	    text-transform: uppercase;
}

.hopqua-title p {
    font-size: 12px;
}

a.button.white.btn-dv-hopqua {
    color: var(--colorRed) !important;
    font-size: 12px;
    font-weight: 500;
	border: 1px solid #fff;
}

a.button.white.btn-dv-hopqua:hover {
    background-color: var(--colorRed) !important;
    color: #fff !important;
}

a.button.white.btn-dv-hopqua:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 10px;
    padding-left: 2px;
}

/* css san pham */
.btn-xct a {
    border: 1px solid #959595;
    border-radius: 50px;
    text-align: center;
    margin-top: 8px !important;
    font-size: 13px;
    padding: 8px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    width: 100%;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 13.5px;
    font-weight: 500;
}

/* css blog */
/* Card */
.itcodewp-blog-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.itcodewp-blog-item:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
}

/* Thumbnail */
.itcodewp-blog-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.itcodewp-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.itcodewp-blog-item:hover .itcodewp-blog-thumb img {
    transform: scale(1.06);
}
.itcodewp-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}

.itcodewp-blog-body {
    padding: 18px 20px 22px;
}

.itcodewp-meta-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 14px;
}

.itcodewp-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.itcodewp-num-box {
    display: flex;
    align-items: baseline;
    gap: 1px;
    line-height: 1;
}

.itcodewp-hash {
    font-size: 36px;
    font-weight: 900;
    color: #ff9d00;
    line-height: 1;
}

.itcodewp-num {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -2px;
}

.itcodewp-date {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
    text-align: center;
}

.itcodewp-divider {
    width: 2px;
    background: linear-gradient(to bottom, #f97316, #ec4899, #8b5cf6);
    border-radius: 2px;
    opacity: 0.2;
    align-self: stretch;
}

.itcodewp-title-col {
    flex: 1;
    display: flex;
    align-items: center;
}

.itcodewp-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itcodewp-title a {
    color: inherit;
    text-decoration: none;
}
.itcodewp-title a:hover {
    color: #ec4899;
}

.itcodewp-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itcodewp-btn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.itcodewp-btn-more:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    opacity: 0.92;
}
.itcodewp-btn-more svg {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.itcodewp-btn-more:hover svg {
    transform: translateX(3px);
}
/* end css blog */



/* css section cau hoi */
.accordion.cauhoi .accordion-item {
    background: #fff;
    border-radius: 12px !important;
    border: 1px solid #e8ecf0 !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.accordion.cauhoi .accordion-item:hover {
    border-color: #c8d0dc;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.accordion.cauhoi .accordion-item.active {
    border-color: #1d4ed8;
    box-shadow: 0 4px 20px rgba(29,78,216,0.10);
}

.accordion.cauhoi .accordion-title {
    padding: 14px 18px ;
    background: #fff;
    transition: background 0.2s ease;
    border: 0;
}

.accordion.cauhoi .accordion-item:hover .accordion-title {
    background: #f8faff;
}

.accordion.cauhoi .accordion-item.active .accordion-title {
    background: #f0f5ff;
    border-bottom-color: #e2e8f0;
}

.accordion.cauhoi .accordion-title span {
    font-size: 14px;
    color: #1a1a2e;
	font-weight: 600;
}

.accordion.cauhoi .accordion-item.active .accordion-title span {
    color: #1d4ed8;
}

.accordion.cauhoi .accordion-title .toggle {
    right: 4px;
    left: unset;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.accordion.cauhoi .accordion-item.active .accordion-title .toggle {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.accordion.cauhoi .accordion-title .toggle i {
    font-size: 20px;
    color: #64748b;
    transition: transform 0.25s ease, color 0.25s ease;
}

.accordion.cauhoi .accordion-item.active .accordion-title .toggle i {
    color: #fff;
    transform: rotate(180deg);
}

.accordion.cauhoi .accordion-inner {
    padding: 18px 20px;
    background: #fff;
}

.accordion.cauhoi .accordion-inner p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 10px ;
}

.accordion.cauhoi .accordion-inner p:last-child {
    margin-bottom: 0;
}

.accordion.cauhoi .accordion-inner p strong {
    color: #1a1a2e;
    font-weight: 500;
}


/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css slider owl carousel */
.owl-nav button i {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

/* css footer */
footer#footer {
    background-color: #081e33;
    background: -webkit-linear-gradient(top, #f11c1cb0, #d40002);
    padding-top: 30PX;
}

.ct-ft h4 {
	font-size: 14px;
}

.ct-ft p, .ct-ft a {
    font-size: 14px;
    margin-bottom: 8px;
	color: #fff;
}

.ct-ft h3 {
    font-size: 16px;
	color: #fff;
}

.box-bg-ft > .col-inner {
    background: #d40002;
    padding: 20px;
    border-radius: 20px;
}

.box-bg-ft h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ct-ft ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.ct-ft ul {
    margin-bottom: 0;
}

.footer-social img {
    width: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
}

/* css trang lien he */
.form-lh input[type=tel], .form-lh input[type=text], .form-lh input[type=email], .form-lh textarea {
    border: 0;
    box-shadow: 0 0;
    border-radius: 6px;
    height: 36px;
    font-size: 13px;
}

form.wpcf7-form {
    margin-bottom: 0;
}

.lh-maps p iframe {
    border-radius: 10px;
    overflow: hidden;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 6px;
}

.lh-form-icon .icon-box .icon-box-text {
	padding-left: 8px !important;
}

.lh-form-icon .icon-box-text p {
    font-size: 15px;
}


/* css sidebar bai viet */
div#secondary {
}

.post-sidebar.large-3.col {
    padding-left: 8px;
}

a.button.is-link.btn-blog {
    display: none;
}

.itcodewp-cat-widget {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 28px;
}

/* Header */
.itcodewp-cat-header {
    background: linear-gradient(135deg, var(--colorRed), #f97316);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.itcodewp-cat-header-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.itcodewp-cat-header-icon svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.itcodewp-cat-header-title {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.3px;
}

/* Danh sách */
.itcodewp-cat-list {
    padding: 12px;
}

/* Item */
.itcodewp-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    margin-bottom: 6px;
    text-decoration: none !important;
    border: 1.5px solid transparent;
    background: #fafafa;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.itcodewp-cat-item:last-child {
    margin-bottom: 0;
}

.itcodewp-cat-item:hover {
    background: #fff8f0;
    border-color: #ffe0b2;
    transform: translateX(4px);
}

/* Dot màu */
.itcodewp-cat-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Tên danh mục */
.itcodewp-cat-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    flex: 1;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.itcodewp-cat-item:hover .itcodewp-cat-name {
    color: #f97316;
}

/* Badge số bài */
.itcodewp-cat-count {
    font-size: 11px;
    font-weight: 700;
    background: #fff0e6;
    color: #f97316;
    border-radius: 20px;
    padding: 2px 9px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.itcodewp-cat-item:hover .itcodewp-cat-count {
    background: #f97316;
    color: #fff;
}

/* css bai viet lien quan */
/* ============================================
   ITCODEWP Sidebar Related Posts Widget
   Paste vào: Flatsome > Theme Options > Custom CSS
   Dùng shortcode: [itcodewp_related_posts]
   ============================================ */

.itcodewp-related-widget {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 28px;
}

/* Header */
.itcodewp-related-header {
    background: linear-gradient(135deg, var(--colorRed), #f97316);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.itcodewp-related-header-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.itcodewp-related-header-icon svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.itcodewp-related-header-title {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

/* Danh sách */
.itcodewp-related-list {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Item */
.itcodewp-related-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 12px;
    text-decoration: none !important;
    background: #fafafa;
    border: 1.5px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.itcodewp-related-item:hover {
    background: #f5f0ff;
    border-color: #e0d4fc;
    transform: translateX(4px);
}

/* Thumbnail */
.itcodewp-related-thumb {
    width: 70px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.itcodewp-related-thumb img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.itcodewp-related-item:hover .itcodewp-related-thumb img {
    transform: scale(1.08);
}

/* Placeholder khi không có ảnh */
.itcodewp-related-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.itcodewp-related-noimg svg {
    width: 24px;
    height: 24px;
    stroke: #94a3b8;
    fill: none;
    stroke-width: 1.5;
}

/* Info */
.itcodewp-related-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Tiêu đề */
.itcodewp-related-title {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.itcodewp-related-item:hover .itcodewp-related-title {
    color: #8b5cf6;
}

/* Meta: date + view */
.itcodewp-related-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.itcodewp-related-meta-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
}

.itcodewp-related-meta-item svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}