/*!
Theme Name: HP Glass
Theme URI: http://underscores.me/
Author: quynv.freelancer@gmail.com
Author URI: https://wibigin.com
Description: Theme Develope by Wibigin
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hpg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HP Glass is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --primary-color: #2f308a;
    --secondary-color: #cf2030;
	--text-color: rgba(0, 0, 0, 0.8);
    --white-color: rgba(255, 255, 255, 1);
    --bg-color: #f8f8f8;
}
/* ===== Style cơ bản ===== */
.fa-youtube-square:before {
    content: "\f431" !important;
}
/* Ẩn menu con mặc định */
.menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    margin-top: 10px;
}
.menu li.menu-item-has-children.open > ul.sub-menu a {
    color: #2f308a;
}
/* Khi li có class open => hiện menu con */
.menu li.menu-item-has-children.open > ul.sub-menu {
    display: block;
	list-style: none;
}
ul#menu-danh-muc-san-pham .toggle-arrow{
	top: 10px; 
	width: 30px;
	text-align: center;
}
/* ul#menu-danh-muc-san-pham li .sub-menu a:hover {
    color: #ff0000 !important;
} */
/* Style mũi tên bên phải */
 .toggle-arrow{
	 top: 13px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
ul#menu-danh-muc-san-pham li {
    padding: 10px 0;
}

ul#menu-danh-muc-san-pham li a {
    font-weight: bold;
	padding-left: 10px;
}
ul#menu-danh-muc-san-pham li:hover a{
    color: #fff !important;
}
ul#menu-danh-muc-san-pham li:hover .toggle-arrow::before{
	    color: #fff !important;
}
ul#menu-danh-muc-san-pham li:hover {
    background: #2f308a;
}
ul#menu-danh-muc-chi-tiet-san-pham .toggle-arrow{
	top: 10px; 
	width: 30px;
	text-align: center;
}
/* ul#menu-danh-muc-san-pham li .sub-menu a:hover {
    color: #ff0000 !important;
} */
/* Style mũi tên bên phải */
 .toggle-arrow{
	 top: 13px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
ul#menu-danh-muc-chi-tiet-san-pham li {
    padding: 10px 0;
}

ul#menu-danh-muc-chi-tiet-san-pham li a {
    font-weight: bold;
	padding-left: 10px;
}
ul#menu-danh-muc-chi-tiet-san-pham li:hover a{
    color: #fff !important;
}
ul#menu-danh-muc-chi-tiet-san-pham li:hover .toggle-arrow::before{
	    color: #fff !important;
}
ul#menu-danh-muc-chi-tiet-san-pham li:hover {
    background: #2f308a;
}
ul#menu-danh-muc-chi-tiet-san-pham li:hover ul li::before{
	background-color: #fff;
}
ul#menu-danh-muc-chi-tiet-san-pham li .sub-menu li::before{
	content: "";
	position: absolute;
	left: 15px;
	top: 22px;
	width: 6px;
	height: 6px;
	background-color: #2f308a;
	transform: translateY(-50%);
}
ul#menu-danh-muc-chi-tiet-san-pham li .sub-menu li{
	position: relative;
    padding-left: 20px; 
	border-top: 1px dashed #939393;
}
ul#menu-danh-muc-chi-tiet-san-pham {
    list-style: none;
}
/* Icon mũi tên */
.toggle-arrow::before {
    content: "▾";
    font-size: 16px;
    display: inline-block;
    transition: transform 0.25s ease;
}

/* Xoay khi mở */
.menu li.menu-item-has-children.open > .toggle-arrow::before {
    transform: rotate(180deg);
}

/* Đảm bảo li có position để mũi tên bám theo */
.menu li.menu-item-has-children {
    position: relative;
}
ul#menu-danh-muc-san-pham li:hover ul li::before{
	background-color: #fff;
}
ul#menu-danh-muc-san-pham li .sub-menu li::before{
	content: "";
	position: absolute;
	left: 15px;
	top: 22px;
	width: 6px;
	height: 6px;
	background-color: #2f308a;
	transform: translateY(-50%);
}
ul#menu-danh-muc-san-pham li .sub-menu li{
	position: relative;
    padding-left: 20px; 
	border-top: 1px dashed #939393;
}
.fa-long-arrow-right:before {
    /*content: "\f178" !important;*/
}
/* menu */
/* mobile only */
@media (max-width: 767px) {
	h3.h-title.text-center {
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 25px;
		-webkit-line-clamp: 3;
		height: 70px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.staff-content.d-flex {
		flex-direction: column;
	}
	.staff-social ul{
		justify-content: center;
	}
	main#page-content .single-content {
		padding: 0 10px;
	}
	.staff__big-block .staff-content .staff__img-link {
		flex-basis: 100% !important;
		width: 100% !important;
	}
	.background-all .container,
	section.news-page.background-all,
	main.contact-page.background-all,
	main.staff-page.background-all
	 {
		padding: 0 !important;
	}
	main.page-question.background-all, main.about-page.background-all
	{
		padding: 0 !important;
	}
	/* Submenu item */
    #menu-main-menu .sub-menu li {
		list-style: none;
        position: relative;
        padding-left: 20px; /* chừa chỗ cho dấu chấm vuông */
    }

    /* Dấu chấm vuông */
    #menu-main-menu .sub-menu li::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 22px;
        width: 6px;
        height: 6px;
        background-color: #fff;
        transform: translateY(-50%);
    }

    #menu-main-menu li {
        position: relative;
        border-top: 1px dashed  rgba(255,255,255,0.2);
		 width: 100%;
    }
    #menu-main-menu .toggle-arrow {
		position: absolute;
		right: 5px;
		top: 16px;
		cursor: pointer;
		color: #fff;
		width: 30px;
        text-align: center;
	}
	#menu-main-menu li.open > .toggle-arrow {
		transform: rotate(180deg);
	}
	#menu-main-menu li {
		position: relative;
	}
    #menu-main-menu li a {
        display: block;
        padding: 12px 40px 12px 15px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: background 0.3s;
		 
    }
	#menu-main-menu li.menu-item-has-children a {width: max-content;}


    #menu-main-menu li a:hover {
        background: rgba(255,255,255,0.1);
    }

    /* Submenu ẩn mặc định */
    #menu-main-menu .sub-menu {
        display: none;
        background: #2f308a;
    }
    #menu-main-menu .sub-menu li .sub-menu li a {
        padding-left: 35px;
        font-size: 15px;
    }
    /* Submenu item */
    #menu-main-menu .sub-menu li a {
        padding-left: 25px;
        font-size: 15px;
    }
}
@media (min-width: 768px) {
	/* Mũi tên xuống cho menu cấp 1 có submenu */
	#menu-main-menu > li.menu-item-has-children {
		position: relative;
	}
	.entry figure{
		max-width: 768px !important;
	}
	#menu-main-menu > li.menu-item-has-children > a {
		padding-right: 30px; /* chừa chỗ cho icon */
		display: block;
	}

	#menu-main-menu > li.menu-item-has-children::after {
		content: "\25BC"; /* Unicode mũi tên xuống ▼ */
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 9px;
		color: #fff;
		pointer-events: none;
		transition: transform 0.3s ease;
	}
	/* ====== Cơ bản cho menu cấp 1 ====== */
	.navbar-nav {
		display: flex;
		align-items: center;
	}

	.navbar-nav > li {
		position: relative;
	}

	.navbar-nav > li > a {
		color: #fff; /* Màu chữ cấp 1 */
		font-weight: bold;
		padding: 12px 10px;
		text-decoration: none;
		display: inline-block;
	}


	
	/* ====== Dropdown cấp 2 ====== */
	.navbar-nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		margin: 0;
		list-style: none;
		background: #fff;
		box-shadow: 0 3px 8px rgba(0,0,0,0.15);
		z-index: 999;
		border: 1px solid rgba(0, 0, 0, .15);
		transition: all 0.5s ease;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-nav .sub-menu li {
		position: relative;
		border-bottom: 1px dotted #ccc;
	}

	.navbar-nav .sub-menu li a {
		display: block;
		padding: 8px 24px;
		color: #333;
		font-size: 14px;
		text-decoration: none;
		white-space: nowrap;
		font-weight: bold;
	}

	.navbar-nav .sub-menu li a:hover {
		background: #cf2030;
		color: #ffffff;
	}

	/* Hiển thị cấp 2 khi hover */
	.navbar-nav > li.menu-item-has-children:hover > .sub-menu {
		display: block;

	}

	/* ====== Dropdown cấp 3 ====== */
	.navbar-nav .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		margin-left: 1px;
		transition: all 0.5s ease;
	}

	.navbar-nav .sub-menu li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}

	/* Mũi tên cấp 2+ */
	.navbar-nav .sub-menu li.menu-item-has-children > a:after {
		content: "▶";
		float: right;
		margin-left: 5px;
		font-size: 0.6em;
		margin-top: 3px
	}
}
/* end menu */

table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary-color);
  color: white;
}

main.background-all .news-wrapper-content,
main.background-all .page-question-content,
main.background-all .form-contact-main,
main.background-all .staff__main-content,
main.background-all section.about-content {
    background: #fff;
    border-radius: 4px;
	padding: 15px 15px;
}
.page-question-content .widget-menu li{
	padding: 10px 0;
	border-bottom: 1px dashed #939393;
}
.page-question-content .widget-menu li a{
	font-weight: bold;
	padding-left: 10px;
}
.product-menu-cat li {
    padding: 10px 10px 10px 0;
    margin-left: 30px;
	margin-right: 7px;
}
.product-menu-cat a {
    color: #333;
    padding: 0;
    display: block;
}
.author span.author-name,
.author span.widget-title,
.author h1{
	text-transform:uppercase;
}
.socical-share {
    list-style: none !important;
}
figure {
    margin: 0 auto;
}
.archive-description .more-tag:hover{
	color: #fff !important
}
.sale-price.price, .normal-price.price {
    font-size: 25px !important
}
.price-option .price-text {
    font-size: 25px;
}
.price-option {
    padding: 0;
    margin: 10px 0;
}
.list-product-archive .col-md-3 {
    padding: 15px;
    border-radius: 4px;
    transition: all .3s;
}
.list-product-archive .col-md-3.col-6:hover{
	box-shadow: -5px 20px 30px rgba(47, 48, 138, .08);
}
@media (max-width: 1024px) {
	.primary-nav:before {
		width: 335px;
		max-width: 200px;
	}
	.primary-nav:after {
        left: 200px;
    }
}
/* product */
section#block-9,
section#block-4  {
    position: sticky !important;
    top: 50px;
}
/* * */
.single-content .col-md-9 {
    border-right: 1px solid #ececec;
}
h5.post-title.is-large:hover {
	color: var(--secondary-color) !important;
}
main.contact-page.background-all,
main.staff-page.background-all {
    padding: 20px;
}

.cat-label.is-xxsmall {
    font-size: 14px;
    color: #2f308a;
    margin-bottom: 5px;
}
.s-title {
    font-size: 30px;
	color: var(--primary-color);
}
.home-about .s-title {
    color: var(--primary-color);
}
.col-md-4.service-icon a{
	color: var(--primary-color) !important;
}
.col-md-4.service-icon a:hover{
	color:  var(--secondary-color)!important;
}
.home-service .service .h-title a {
    color: var(--primary-color);
}
.navbar-expand .navbar-nav .nav-link:hover{
	color: #fff;
}
section.form-contact {
    background: var(--bg-color);
}
section.breadcrumb {
        background: unset;
    padding: 15px 0;
}

.sidebar .widget-title:before{
	display: none;
}
.slick-slide {
    height: auto;
}
.single-content ul {
    list-style: disc;
}
ul#menu-danh-muc-san-pham {
    list-style: none;
}
.ser-title{
	text-align: center;
}
.inner {
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 2.5rem;
    font-weight: bold;
}
body.category .page-content, body.single .page-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
main#page-content .single-content {
    border-radius: 4px;
    background-color: #fff;
}
h1.ser-title.uppercase.archive-title {
    margin: 20px 0;
}
#page-content.content-service {
    background: var(--bg-color);
}
/* du an */

h3.project-title a{
    font-weight: 900;
    text-transform: uppercase;
    color: var(--primary-color);
}
/* dich vu */
.service-header h3.h-title {
    font-size: 18px !important;
    margin: 10px 0;
	text-transform: uppercase !important;
	    font-weight: 900;
}
.service-header h3.h-title a{
	color: var(--primary-color);

}
.service-content {
    padding: 10px 0 0;
}
/* san pham*/
.sidebar-product-cat .product.horizontal-box .inner {
	display: flex;
	align-items: center;
	border-radius: 6px;
	gap: 10px;
	transition: box-shadow 0.3s;
	height: 100%;
}

.sidebar-product-cat .product-thumbnail {
    width: 25%;
    flex-shrink: 0;
    display: block;
    margin-bottom: 0;
}

.sidebar-product-cat .product-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
}

.sidebar-product-cat .product-info {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sidebar-product-cat .product-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
	text-align: left;
}

.sidebar-product-cat .product-title a {
	color: var(--primary-color);
	text-decoration: none;
}

.sidebar-product-cat .product-title a:hover {
	color: var(--secondary-color);
}

.sidebar-product-cat .price-option {
	margin-top: auto;
}
.product.horizontal-box {
    margin-bottom: 15px;
}
.sidebar-product-cat .price-option .price {
	font-size: 15px;
}

.sidebar-product-cat .sale-price {
	color: #e74c3c;
	font-weight: bold;
}

.sidebar-product-cat .normal-price {
	text-decoration: line-through;
	color: #888;
	font-size: 14px;
	margin-top: 4px;
	margin-right: 0;
    font-weight: 300;
}

.archive-product-content {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.archive-header {
    padding: 0;
	margin-bottom: 10px;
}
main.page-content.archive-product-container {
    background: var(--bg-color);
}
.sale-price.price , .normal-price.price{
    font-size: 16px;
}
.price-option {
    padding: 0;
    flex-wrap: wrap;
}
h2.product-title a{
    color: var(--primary-color);
}
h2.product-title {
    text-align: left;
}
/* tin tuc news*/
.kk-star-ratings.kksr-auto.kksr-align-left.kksr-valign-bottom {
    display: none;
}

textarea{
	height: 120px !important;
}
.related-title {
	color: var(--primary-color)
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.expand {
    background-color: var(--primary-color) !important;
    width: 100%;
    border: unset;
    color: #fff;
    height: 36px;
    font-size: 16px;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, input[type=date] {
    border: unset;
    box-shadow: unset !important;
    opacity: 1;
    background-color: unset !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 0 !important;
    color: #000 !important;
    width: 100%;
    font-size: 15px;
    height: 37px;
    padding: 0 10px;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
section#block-3 .wpcf7 {
    color: #333;
    position: relative;
}
section#block-3 {
    position: sticky !important;
    top: 50px;
}
.box-text.text-left {
    padding: 15px 0;
}
h5.post-title.is-large {
    color: var(--primary-color) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.col-lg-3 .widget,
.sidebar section,
section.sidebar-product-cat,
section.sidebar-post {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 8px;
    border-radius: 10px;
	 margin-bottom: 15px;
}
.sidebar-post>ul>li, .menu>li   {
    border-bottom: 1px dashed  #939393;
}
li.cat-item a, .menu>li>a{
    color: var(--primary-color) !important;
	
}
p.widget-title {
    display: block;
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px;
    font-size: 16px !important;
	border-left-color: var(--secondary-color) !important;
	font-weight: bold;
}
.sidebar-post {
    margin-bottom: 15px;
}
.date-post {
    font-weight: 300;
    font-style: oblique;
}
.blog-author-image {
    width: 90px;
}
.mr {
    margin-right: 30px;
}
.circle, .circle img {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.author-name {
    display: flex;
    flex-direction: column;
}
.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.entry-author.author-box {
    background: #f3f3f3;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.news-author-rate .news-author {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
h1.page-title.single-post-title {
    margin: 25px 0 25px;
}
.breadcrumb span {
    margin-left: 0 !important;
}
.sidebar-post .widget-title {
    margin-bottom: 10px !important;
}
.small-12, .small-columns-1 .flickity-slider>.col, .small-columns-1>.col {
    flex-basis: 100%;
    max-width: 100%;
}
.post-item .col-inner {
    border-bottom: 1px solid;
}
.col.post-item {
    margin-bottom: 20px;
}
.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.box {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.has-format, .image-cover, .video-fit {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 850px) {
	 .col+.col .col-inner {
        margin-left: 0;
        margin-right: auto;
    }
    .gallery-columns-1 .gallery-item, .large-12, .large-columns-1 .flickity-slider>.col, .large-columns-1>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* tin tuc congty*/
.title-box .widget-title {
    color: #1b75bb;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid;
    margin-bottom: 20px;
    padding-left: 20px;
}
.news__feature.widget-post .news__feature-wrapper {
    background-color: #fff;
    padding: 0;
}
.news__feature.widget-post .news__feature-wrapper .news-item {
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.news__feature .news__feature-wrapper .news-item {
    display: flex;
    margin-bottom: 1.8rem;
    background: var(--white-color);
    padding: 1rem;
}
.news__feature .news__feature-wrapper .news-item .news-img {
    flex: 1.3;
}
body.single .breadcrumb_last {
    display: inline-block !important;
}
.news__feature .news__feature-wrapper .news-item .news-desc a {
    color: #000
}
.news__feature .news__feature-wrapper .news-item .news-desc {
    flex: 3;
    padding: 0 1rem;
}
.news__feature .news__feature-wrapper .news-item .news-img .c-img {
    padding-top: 57%;
}
.widget-post .news-item .news-img img {
    width: 100%;
}
.news__feature .news__feature-wrapper .news-item .news-desc .news-title {
    font-size: 16px;
    font-weight: 700;
}
.truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-post .news-item .desc {
    display: none !important;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
  background-image: url(./assets/svg/star1.svg);
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url(./assets/svg/star2.svg);
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url(./assets/svg/star2.svg);
}

.kk-star-ratings {
  flex-wrap: wrap;
  justify-content: center;
}

.kk-star-ratings .kksr-legend {
  width: 100%;
  margin: 10px auto;
  justify-content: center;
  display: flex;
  letter-spacing: 1px;
}

.kk-star-ratings .kksr-stars .kksr-stars-inactive {
  justify-content: center;
}

.kk-star-ratings .kksr-legend .kksr-score,
.kk-star-ratings .kksr-legend strong {
  color: var(--primary-color);
}

.kksr-muted {
  opacity: 1;
}

.kk-star-ratings .kksr-legend strong.kksr-count {
  color: var(--text-color);
}

.news-author-rate .news-rate-social {
    margin-right: 6em;
}
.kk-star-ratings.kksr-template {
    display: flex;
    flex-direction: column;
}
.kk-star-ratings .kksr-legend {
    width: 100%;
    margin: 10px auto;
    justify-content: center;
    display: flex;
    letter-spacing: 1px;
}
.news-author-rate .news-rate-social p {
    margin-bottom: 4px;
}
.news-author-rate .news-rate p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
}
.news-author-rate .news-rate-social ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
	gap: 10px;
	list-style: none;
}
.news-author-rate .news-author .author-img img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.news-author-rate .news-author .author-name {
    font-weight: 700;
    margin-left: 1rem;
}
.news-author-rate .news-author .time {
    margin: 0 1.5rem;
}
.news-author-rate .news-rate {
    display: flex;
    justify-content: center;
    align-items: start;
}
.news-author-rate .news-author {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.news-detail-wrapper .news-detail-content .news-title {
    font-size: 30px;
    font-weight: 700;
}
.news-author-rate {
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	gap: 30px;
}
.news-detail-wrapper .news-detail-content {
    padding: 3.2rem 2.4rem;
    background: var(--white-color);
}
.archive-description a {
    color: #2f308a !important;
    transition: all .3s
}
.archive-description .more-tag {
    color: #fff !important;
}
.archive-description a:hover {
    color: #cf2030  !important;
    transition: all .3s
}
.primary-nav .navbar-nav .nav-link {
    font-size: 13px;
}
.list-post-cat .post {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
    background: #fff;
    padding: 15px 0;
}
.info-contact-bottom ul li a,
.col-lg-3.sidebar ul li a {
    color: #2f308a !important;
}
.ws-sgct2 {
    margin-bottom: 20px;
}
.info-contact-bottom ul li a:hover,
.col-lg-3.sidebar ul li a:hover {
    color: #cf2030 !important;
}
.news__feature-wrapper	.list-post-cat .post{    padding: 15px ;}

.list-post-cat .post .post-thumbnail {
    margin-bottom: 0px; 
    height: 160px;
    width: 250px;
    float: left;
    margin-right: 15px;
}
.news__feature .news__feature-wrapper .news-item .news-img {
    flex: 1.3;
}
.news__feature .news__feature-wrapper .news-item {
    display: flex;
    margin-bottom: 1.8rem;
    background: var(--white-color);
    padding: 1rem;
}
.news-list .news-item .news-desc .news-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
.truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .news-item .news-desc .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}
.news-list .news-item {
    margin-bottom: 1.8rem;
    display: flex;
}
.news-list .news-item .news-img {
    flex-basis: 26%;
    width: 26%;
}
.news-list .news-item .news-img .c-img {
    padding-top: 75%;
}
.big-news-item .news-title a{
	color: #fff;
}
.news-list .news-item .news-desc {
    padding: 0 1.5rem;
    flex-basis: 74%;
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .news-list .news-item {
        padding: 0.5rem;
        background: #fff;
    }
}
.section__news .c-img img, .news__feature .c-img img {
    object-fit: cover;
}
.section__news .big-news-item .news-title {
    color: var(--white-color);
    font-size: 1.7rem;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 4rem 1rem 1.5rem 1rem;
    background: linear-gradient(360deg, #2f308a 32.27%, rgba(230, 81, 139, 0) 100%) !important;
}
.scale-hover img {
    transition: 2s;
}
.c-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.section__news .big-news-item {
    position: relative;
}
.scale-hover {
    display: block;
    overflow: hidden;
    width: 100%;
}
.c-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 80%;
}
section.news-page.background-all {
    padding: 15px;
}
.news__feature-wrapper {
    background: #fff;
}
.section__news .big-news-item .c-img {
    padding-top: 68% !important;
}
.section__news .section__news-wrapper {
    padding: 15px;
    background: #ffffff;
	border-radius: 4px;
}
.heading-title {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}
button.wpcf7-submit.wpcf7-form-control {
    font-size: 22px;
    width: auto;
    padding: 5px 25px;
}
/* tac gia */
ul.list-authors span.author-name {
    padding-left: 10px;
}
span.widget-title {
    font-weight: bold;
    border-left: 4px solid;
    margin-bottom: 20px;
    display: block;
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px;
    font-size: 16px !important;
    border-left-color: var(--secondary-color) !important;
}
ul.list-authors {
    list-style: none;
}
ul.list-authors li {
    margin-bottom: .6em;
}
ul.list-authors li a {
    display: flex;
    justify-content: flex-start;
}
ul.list-authors li img {
    width: 80px;
}
.wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, .05);
    font-size: .9em;
    font-style: italic;
    padding: .4em;
	text-align: center;
}
.wp-caption {
    margin-bottom: 2em;
    max-width: 100%;
}
.btn.btn-viewall:hover {
    background-color: #0566a3;
}
.btn.btn-viewall {
    color: #fff;
    background-color: #cf2030;
    margin: 5px;
    width: 125px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    justify-content: center;
}
.the_content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}
.the_content ul {
    list-style: disc;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
/* nhan su */
.page-question-content ul {
	list-style: none;
}
.staff-social ul {
	list-style: none;
}
ul {
   /* list-style: none;*/
}
svg:not(:root) {
    overflow: hidden;
}
.staff-social ul {
    display: flex;
    align-items: center;
}
.staff-social ul li {
    margin-right: 1.5rem;
}
.staff-social {
    margin: 1rem 0;
}
.staff-name {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 700;
}
.staff-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #c4c4c4;
}
.staff__big-block .staff-content .staff__img-link {
    flex-basis: 25%;
    width: 25%;
}
.breadcrumb {
    padding-bottom: 10px;
}
.staff__main {
    padding-bottom: 30px;
}
.staff__main-content {
    padding: 1rem 1rem 0 1rem;
    background: var(--white-color);
    border-radius: 4px;
}
.staff__big-block {
    margin-bottom: 4rem;
}
.background-all {
    background: var(--bg-color);
}
/* contac */
.form-contact-content .form-contact-text ul li svg {
    margin-right: 1.5rem;
    width: 18px;
}
.form-contact-content .form-contact-text ul li {
    margin-bottom: 1.5rem;
    display: flex
;
}
.form-contact-input form input, .form-contact-input form textarea {
    width: 100%;
    border: 1px solid var(--primary-color);
    margin-bottom: 0.8rem;
    padding: 0.8rem 2rem;
}
.form-contact-input form button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 12rem;
    padding: 0.4rem 0;
    border: 1px solid var(--primary-color);
    margin-top: 1.6rem;
    font-size: 1.8rem;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.form-contact-input form button, .single__recruitment-form .button, .recruitment-box .recruitment-view .view-more, .product-detail-desc .btn-buy, .product-title .name, .box-search_header, .menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children.open::after, .menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children::after, .menu__mobile-main .menu-nav .header__main-nav, .menu__mobile-main .menu-cate-list .main-menu-cate li.menu-item-has-children::after, .menu__mobile .menu__mobile-main .menu-cate .menu-cate-list, .header__main .header__main-nav .sub-menu li, .header__main .header__main-nav .sub-menu, .header__main .header__main-nav ul li a:after, .header__main .header__main-cate .cate-body .sub-menu, .header__main .header__main-cate .cate-body > ul li.menu-item-has-children::after, .header__main .header__main-cate .cate-body > ul > li, .header__main .header__main-cate .cate-body, .header__main .header__main-cate:hover .cate-header .arrow, .home .header__main .header__main-cate .cate-header .arrow, .panination ul li a:hover, .backTop, a, img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
/* page cau hoi */
.info-contact-bottom .heading:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #1b75bb;
    position: absolute;
    top: 0;
    left: -15px;
}
.info-contact-bottom {
    background-color: rgb(1 174 239 / 15%);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.info-contact-bottom .heading, .info-contact-bottom h3, .info-contact-bottom h2 {
    font-weight: 700;
    color: #1b75bb;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}


.search-form-nav.show input.form-control.mr-sm-2 {
    background: #000 !important;
    border-radius: 40px !important;
    min-height: 37px;
    font-size: 14px;
    color: #ffffff !important;
}
/* .search-form-nav .form-control {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 37px;
    font-size: 14px;
    width: 0 !important;
    padding: 0;
    border-color: transparent;
    transition: all .3s;
} */
main.page-question.background-all,
main.about-page.background-all {
	padding: 15px;
}

.item-question {
    margin-bottom: 1.5rem;
}
/* p#breadcrumbs {
    margin-bottom: 10px;
} */
.item-question button {
    font-size: 16.5px;
    font-weight: bold;
    outline: none;
    box-shadow: none !important;
    padding-left: 1.5rem;
}
.item-question button::after {
    content: '+';
    position: absolute;
    left: 0;
    width: 20px;
    top: 4px;
}
.list-question .card-body {
    border: 0;
    padding-left: 2rem;
}
.item-question button[aria-expanded="true"]::after {
    content: '-';
}
.item-question button:hover, .item-question button[aria-expanded="true"] {
    color: var(--primary-color);
}
.page-question .h1-page, .page-question h1 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.page-question .content-main .content {
    font-size: 16.5px;
    color: #000;
}
.list-question {
    margin-top: 30px;
}
.baochi-item  .post-thumbnail:hover:after, .baochi-item .post-thumbnail:hover:before {
    opacity: 1;
}
.baochi-item .post-header .logo-bao {
    width: 30%;
    padding-right: 20px;
}
.staff-content.d-flex {
    gap: 20px;
}
.baochi-item .post-title {
    font-weight: bold;
    font-size: 15px;
}
.baochi-item .post-header {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    background: #f1f9ff;
}
.baochi-item .post-thumbnail:after {
    content: "";
    background: url(/wp-content/themes/hazo/assets/images/broken-link.png) no-repeat;
    background-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    transition: all .3s;
    opacity: 0;
    z-index: 2;
}

.baochi-item {
    overflow: hidden;
    box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    height: 100%;
}
.baochi-item .post-thumbnail:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(27 117 187 / 63%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    z-index: 1;
}
.baochi-item .post-header {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    background: #f1f9ff;
}
.baochi-item .post-thumbnail {
    position: relative;
    display: block;
}
.staff-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #c4c4c4;
	    text-transform: uppercase;
}

.the_content ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 99px;
    left: 0;
    top: 10px;
}
.the_content h2, .the_content h3, .the_content h4, .the_content .title-desc {
    font-weight: bold;
    margin-bottom: 1rem;
}
.dropdown-item.active, .dropdown-item:active{
	background: #0b3b85;
	color: #fff;
}

.archive-description img {
    max-width: 100%;
	margin: 0;
}
@media (min-width: 1500px) and (max-width: 1910px){
	.primary-nav:before {
		width: 420px;
	}
	.primary-nav:after {
		left: 420px;
	}
}
@media(max-width: 575px){
	.home-about .col-image {
		width: 225px;
		bottom: -40px;
	}
}
.single-post-meta{
	display: none;
	background: #ececec;
}
/** service */
@media (max-width: 575px){
	.primary-nav .search-form-nav .btn-search {
        right: 20px;
    }
    .primary-nav .search-form-nav .form-control {
        width: 165px;
        background-color: #f1f1f1 !important;
        padding: 5px 15px;
        border-radius: 30px !important;
        font-size: 13px;
        margin-right: 10px;
    }
	body.single .home-service .service-icon, 
	body.single .service-container .service-icon{
		margin-bottom: 0px;
	}
	body.single .home-service .s-title,
	body.single  .service-container .s-title{
		margin-bottom: 30px;
	}
	.service-container .service .inner,
	.service-container .service:nth-child(2n) .inner{
		padding: 0;
	}
	.service-container .service:nth-child(2n) .inner:before{
		display: none;
	}
	.service-container .service:nth-child(2n) .inner .h-title a{
		color: #cf2030;
	}
}
.primary-nav {
    background-color: #2f308a;
}
h2.s-title.uppercase.archive-title.text-center a{
    color: #fff;
	    font-size: 24px;
}
hr.my-4 {
    display: none;
}

.list-service.row {
    margin-bottom: 30px;
}
h2.s-title.uppercase.archive-title.text-center {
    background: var(--primary-color);
    color: #fff;
        padding: 6px 0;
    margin-bottom: 20px;
}
@media (min-width: 768px){
	a.navbar-brand {
		padding: 0;
	}
}
@media (max-width: 768px){
	ul#menu-main-menu {
		align-items: flex-start;
		gap: 0px;
		margin-top: 1.5rem !important;
	}
  .opacity_menu.current {
    display: block;
  }
  .menu-mobile-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0px;
  }
  .opacity_menu {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
  }
  .header-nav {
    visibility: visible;
    transform: translateX(0);
    justify-content: space-between !important;
    display: block !important;
  }
  .header-nav ul.logo-mb .logo {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-nav ul.logo-mb .logo a {
    font-family: "ZenDots";
    font-size: 22px !important;
    color: #000 !important;
  }
  .header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
    display: block !important;
  }
  .header-nav .item_big li {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
  }
  .header-nav .item_big li a {
    text-align: left !important;
    padding: 5px 10px !important;
    color: #333;
    height: unset;
    line-height: 35px;
    display: block;
    font-size: 16px;
  }
  .header-nav .item_big li .li-plus:before,
  .header-nav .item_big li .li-plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #050505;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
  }
  .header-nav .item_big li .li-plus:before {
    width: 11px;
    height: 1px;
  }
  .header-nav .item_big li .li-plus:after {
    width: 1px;
    height: 11px;
  }
  .header-nav .item_big li .li-plus {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
}
 @media ( max-width: 1500px) {
	.primary-nav:before {
		width: 420px;}
	.primary-nav:after{
		left: 420px;
	}
}
 @media ( max-width: 1400px) {
	.primary-nav:before {
		width: 310px;}
	.primary-nav:after{
		left: 310px;
	}
}
@media ( max-width: 1180px) {
	.primary-nav:before {
		width: 285px;}
	.primary-nav:after{
		left: 285px;
	}
}
@media ( max-width: 1115px) {
	.primary-nav:before {
		width: 250px;}
	.primary-nav:after{
		left: 250px;
	}
}
@media (max-width: 1024px) {
	 .page-header .nav-link {
        font-size: 11px;
    }
	.primary-nav:before {
		width: 160px;
		max-width: 140px;
	}
	    .primary-nav:after {
        left: 140px;
    }
}
@media (max-width: 1200px) {

	.navbar-nav {
		gap: 0px;
	}
}
@media (max-width: 550px) {
	.list-post-cat .post .post-thumbnail {
        width: 175px;
        height: 115px;
        margin-bottom: 0;
    }
	.primary-nav:before {
		width: 100px;
		max-width: 100px;
	}
	    .primary-nav:after {
        left: 100px;
    }
}
@media (max-width: 768px){
.single-content .col-md-9 {
    border-right: none;
}
}
ul#menu-danh-muc-san-pham li {
	font-size: 15px;
}
ul#menu-danh-muc-chi-tiet-san-pham li {
	font-size: 15px;
}
.staff-desc .staff-name {
	padding-top: 10px;
}
