/*--------------chung---------------*/
.detailsofblog ol li:has(a) {
    color: var(--main);
}
.bg-dark {
	background: var(--heading-color-button);
}
.bg-opacity-10 {
	background: #f0faf4;
}
.container-full .row {
	margin: unset !important;
}
.container-full .row > * {
	padding: unset !important;
}
span.sub_title {
	color: var(--heading-color);
  background: var(--main-10);
  padding: 6px 20px;
  margin-bottom: 16px;
  display: inline-block;
  border-radius: 53px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.mergetags_slider:not(.owl-carousel) {
	display: none;
}
section.breadcrumb:has(.row) {
    margin-top: 46px !important;
}
#contactForm .form-label {
	color: #595959;
	font-size: 14px;
	font-weight: 600;
}
#contactForm .form-control::placeholder,
#contactForm .form-select {
	font-size: 14px;
	color: #959595;
}
#submitBtn {
	width: 100%;
	box-shadow: 0px 4px 15px rgba(22, 163, 74, 0.4);
	background-color: var(--heading-color) !important;
	font-size: 18px;
  font-weight: 600;
  padding: 14px;
}
#submitBtn:hover {
	background-color: var(--main) !important;
}
#contact_page .title-form_lienhe {
  font-size: 26px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 16px;
  text-align: center !important;
}
/*--------------------banner--------------------*/
.trang-chu-hero .row .ge-content p:has(video) + p {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 2;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.3px;
}
#trang-chu-hero video {
	height: 100vh;
  object-fit: cover;
}
.section.trang-chu-hero {
	padding: 0;
}
.gioithieu_trangchu .mergetags_slider .image img {
	height: 420px;
  object-fit: cover;
  border-radius: 16px;
}
.home-hero-des .owl-stage-outer .item .image {
	display: none;
}
#trang-chu-hero .home-hero-des {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.home-hero-des .owl-stage-outer .item .item_title h4.py-2 {
	color: #22c55e;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 600;
	text-align: center;
	background: linear-gradient(135deg, 
        #fff 0%, 
        var(--main) 25%, 
        #84cc16 50%, 
        #fff 75%, 
        var(--main) 100%
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 8s ease-in-out infinite;
	filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 2px 8px);
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.home-hero-des .owl-stage-outer .item .item_title p {  
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 600;
}
.home-hero-des .owl-stage-outer .item .item_title button.btn {
	background: var(--heading-color);
  color: #fff;
  padding: 18px 30px;
  font-weight: 600;
  font-size: 20px;
  margin-left: 50%;
  transform: translateX(calc(-100% - 15px));
}
.home-hero-des .owl-theme .owl-dots .owl-dot span {
	width: 32px;
	height: 4px;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-hero-des .owl-theme .owl-dots .owl-dot.active span {
	width: 52px;
	background: var(--red-gradient) !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
	
}
.home-hero-des .item {
  position: relative;
}
.home-hero-des .item-extra a:hover {
	background-color: #fff;
}
.home-hero-des .item-extra a {
  position: absolute;
  bottom: 0;
  left: calc(50% + 10px);
  color: #fff;
  padding: 18px 30px;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
}
.home-hero-des .item_title.item_title_top {
	position: relative;
}

/*--------------------trang chủ giới thiệu--------------------*/
.trang-chu-gioi-thieu span.bi {
	padding: 10px 13px;
  background-color: var(--main-10);
  margin-right: 12px;
  border-radius: 6px;
  position: absolute;
  left: -44px;
}
.trang-chu-gioi-thieu .column .column {
	margin-bottom: 12px;
	position: relative;
}
.trang-chu-gioi-thieu .column .column .ge-content > p > span br {
	display: none;
}
.trang-chu-gioi-thieu .column .column .ge-content > p > span * {
	margin-left: 60px;
	display: block;
}
.trang-chu-gioi-thieu .column .column .ge-content > p > span > span:last-child {
	display: block;
}
.trang-chu-gioi-thieu .mergetags_slider .owl-dots {
	position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.trang-chu-gioi-thieu .owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px;
	width: 8px;
  height: 8px;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #fff;
}
.trang-chu-gioi-thieu .owl-theme .owl-dots .owl-dot.active span {
	background-color: var(--heading-color) !important;
	width: 20px;
}
.trang-chu-gioi-thieu .owl-theme .owl-dots .owl-dot:hover span {
	
}
/*--------------------trang chủ dịch vụ--------------------*/
.trang-chu-dich-vu .ge-content i.fas {
	font-size: 24px;
	padding: 15px 13px;
	background-color: var(--main-10);
	color: var(--heading-color);
	border-radius: 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.trang-chu-dich-vu .row:last-child > div {
	margin-bottom: 24px;
}
.trang-chu-dich-vu .row:last-child > div > div {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.trang-chu-dich-vu .row:last-child > div > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--red-gradient);
	opacity: 0;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);;
}
.trang-chu-dich-vu .row:last-child > div > div:hover:before {
	opacity: 1;
}
.trang-chu-dich-vu .row:last-child > div > div:hover i.fas {
	background-color: var(--heading-color);
  color: #fff;
}
.trang-chu-dich-vu .row:last-child > div > div:hover {
	box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}
/*------------------------trang chủ đội tàu------------------------*/

.trang-chu-doi-tau {
	background: var(--gradient);
}
.trang-chu-doi-tau .couter > div {
	margin-bottom: 24px;
}
.trangchu-doitau .owl-stage-outer .item {
	border: 1px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.trangchu-doitau .owl-stage-outer .item .item_title.item_title_top {
	padding: 24px 24px 0;
}
.trangchu-doitau .owl-stage-outer .item .item_title h4.py-2 {
	color: #22c55e;
	font-weight: 600;
}
.trangchu-doitau .owl-stage-outer .item .item_title p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #64748b;
}
.trangchu-doitau .owl-stage-outer .item .item_title button.btn {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 4px 16px;
	color: #fff;
	background: rgba(16,185,129, .9);
	border-radius: 32px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 1;
}
.trangchu-doitau .owl-stage-outer .item .item-extra {
	padding: 0 24px 24px;
	color: #84cc16;
	font-size: 16px;
}
.trang-chu-doi-tau .couter > div > div {
	border: 1px solid rgba(34, 197, 94, 0.08);
	background: rgba(34, 197, 94, 0.04);
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.trang-chu-doi-tau .couter > div > div:hover {
	background: #fff;
	transform: translateY(-4px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.trang-chu-doi-tau .couter > div > div .fas {
	font-size: 26px;
	color: #16a34a;
}
.trangchu-doitau .owl-stage-outer .item .item-extra span:last-child {
	margin-left: 18px;
}
.trangchu-doitau .owl-stage-outer .item > a {
	display: flex;
	flex-direction: column-reverse;
}
.trangchu-doitau .owl-stage-outer .item .image {
	height: 200px;
	overflow: hidden;
}
.trangchu-doitau .owl-stage-outer .item .image img {
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.trangchu-doitau .owl-stage-outer .item:hover .image img {
	transform: scale(1.08);
}
/*-----------------------Cam kết esg---------------------*/
main section.trang-chu-cam-ket-esg:not(.contents) ul:not(.mergetags) > li::before {
	display: none;
}
.esg-metric > div {
	text-align: center;
}
.esg-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.esg-image { flex: 1; position: relative; width: 100%;height: 400px;}
.esg-content { flex: 1; }
.esg-image-slider { position: relative; border-radius: 12px; overflow: hidden;height: 100%;}
.esg-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .5s ease, transform .5s ease;
	object-fit: cover;
}
.esg-slide-img.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
}
.esg-tabs { display: flex; gap: 8px; margin-bottom: 20px; }
.esg-tab {
    padding: 10px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s;
	flex: 1;
	color: #64748b;
}
.esg-tab:hover,
.esg-tab.active { border-color: #22c55e; color: #22c55e; background: #f0fdf4; }
.esg-content {
    position: relative;
	width: 100%;
}

.esg-slide {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.esg-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}
.esg-list { list-style: none; padding: 0; }
.esg-list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.esg-list .fa-check-circle { color: #22c55e; }
.esg-metric { margin-top: 20px; padding: 16px; background: #f0fdf4; border-radius: 8px; }
.esg-metric-value { font-size: 32px; font-weight: 700; color: #22c55e; }
.esg-metric-label { color: #64748b; }
.esg-progress { height: 4px; background: #e2e8f0; border-radius: 2px; margin-top: 16px; }
.esg-progress-bar { height: 100%; background: #22c55e; border-radius: 2px; transition: width .03s linear; }
@media (max-width: 768px) {
    .esg-layout { flex-direction: column; }
    .esg-tabs { flex-wrap: wrap; }
}

/*----------------------Trang chủ liên hệ---------------------*/
.trang-chu-lien-he .lienhe-des .ge-content i {
	font-size: 24px;
  background-color: var(--main-10);
  color: var(--main);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
}
.trang-chu-lien-he {
	background: var(--bg-accent);
}
.trang-chu-lien-he #contact_page {
	margin: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 40px;
  background-color: #fff;
  border-radius: 18px;
}
/*----------------------Trang chủ nội bộ---------------------*/
.trang-chu-webmail-noi-bo .trangchunoibo {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.trang-chu-webmail-noi-bo {
	border-bottom: 1px solid #e2e8f0;
}
/*----------------------Trang chủ đối tác---------------------*/
.carousel_doitac .owl-item img {
  height: 50px;
  width: auto;
  object-fit: contain;
  margin: auto;
}
.gioithieu_trangchu a,
.carousel_doitac a {
	pointer-events: none;
}
/*----------------------Trang chủ toàn cầu---------------------*/
.market-widget-body {
    max-width: 300px;
}

.market-widget-body > * {
    zoom: 0.8;  /* co lại nhưng box tự thu nhỏ theo, không mất nội dung */
}

/*----------------------Trang chủ tin tức---------------------*/
#random_item .rg_item > a {
	overflow: hidden;
  border-radius: 16px;
  display: block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
#random_item .rg_item .random_item-des {
	padding: 24px 24px 20px;
}
#random_item .random_item-des h5.my-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 16px 0 6px !important;
	color: var(--heading-color);
  font-weight: 600;
}
#random_item .random_item-des h5.my-2:hover {
	color: var(--main);
}
#random_item .random_item-des button.btn {	
	background-color: unset !important;
  border: unset !important;
  padding: 0;
  margin-top: 12px;
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.trang-chu-tin-tuc #random_item > div:first-child > a {
	display: flex;
	overflow: hidden;
  border-radius: 20px;
  background-color: var(--main-30);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.trang-chu-tin-tuc #random_item > div:first-child {
	width: 100%;
}
.trang-chu-tin-tuc #random_item > div:first-child .mota {
	display: block;
}
.trang-chu-tin-tuc #random_item .mota {
	display: none;
}
#random_item > div:first-child > a > div {
	width: 50%;
}
#random_item .card-img img {
  object-fit: cover;
  height: inherit;
  width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	object-position: top;
}
#random_item .card:hover img {
	transform: scale(1.06);
}
#random_item > div:first-child .random_item-des .mota {
	display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #64748b;
}
#random_item > div:first-child .random_item-des {
	padding: 36px;
	position: relative;
}
#random_item  .random_item-des .ngaydang {
	font-size: 14px;
  color: #94a3b8;
  font-weight: 600;
}
#random_item .random_item-des .ngaydang i {
	color: var(--heading-color);
}
#random_item > div:first-child .random_item-des h5.my-2 {
	color: var(--main);
  font-weight: 600;
  font-size: 20px;
  margin-top: 14px !important;
}
#random_item > div:first-child .random_item-des button.btn {
	color: var(--heading-color);
	background-color: unset !important;
	border: unset !important;
	padding: 0 0 36px;
	position: absolute;
	bottom: 0;
	margin-top: 12px;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
#random_item  .random_item-des button.btn i {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	background: var(--main);
    padding: 4px 5px;
    border-radius: 50%;
    color: #fff;
    margin-left: 6px;
}
#random_item  .random_item-des button.btn:hover i {
	transform: translateX(6px);
}
#random_item .rg_item > a:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
#random_item .rg_item > a:hover .card-img img {
	transform: scale(1.06);
}
.tin_moidang #random_item .card-img {
	display: block;
  height: 80px;
  overflow: hidden;
  min-width: 100px;
  width: 100px;
}
.tintuc_trangchu #random_item > div:first-child .card-img {
	height: 340px;
	overflow: hidden;
}
/*---------------quản lý tàu-----------------------*/
.quan-ly-tau-nang-luc .row:last-child .ge-content > p:first-child span {
  background-color: var(--main-10);
  padding: 12px 14px;
  border-radius: 8px;
}
.quan-ly-tau-nang-luc .row:last-child > div {
	margin-bottom: 24px;
}
.quan-ly-tau-nang-luc .row:last-child > div > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.quan-ly-tau-nang-luc .row:last-child > div > div {
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.quan-ly-tau-nang-luc .row:last-child > div > div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  opacity: 0;
  background: var(--red-gradient);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.quan-ly-tau-nang-luc .row:last-child > div > div:hover::before {
	opacity: 1;
}
/*-------------chuyển đổi số-------------------*/
.chuyendoiso10tau .owl-item a {
	pointer-events: none;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau {
	font-size: 15px;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div {
	padding: 0 12px;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(2) {
  border-bottom: 1px solid #E2E8EF;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(2) p {
  margin: 0;
  padding: 10px 0;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau {
  background: linear-gradient(to bottom right, #F7FDFA, #DCFCE7);
  border: 1px solid #E2E8EF;
  border-radius: 12px;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(5) > div,
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(4) > div,
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(3) > div {
	padding-right: 8px;
	padding-left: 8px;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(3) .column .ge-content p:last-child {
  position: relative;
  padding-bottom: 12px;
  padding: 0 12px 12px;
}

.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(3) .column .ge-content p:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0DB87F, #A0E533);
  border-radius: 2px;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(3) > div > div {
	padding: 12px 12px 0;
  border: 1px solid #E2E8EF;
  border-radius: 6px;
  margin-top: 22px;
  background: linear-gradient( to bottom right, rgba(13, 184, 127, 0.015), rgba(160, 229, 51, 0.03) ), linear-gradient(to bottom right, #F7FDFA, #DCFCE7);
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(4) .ge-content {
	margin: 16px 0;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(4) .ge-content img {
    border-radius: 6px;
    border: 1px solid #E2E8EF;
}
.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(5) > div > div {
	padding: 12px 12px 0;
  border: 1px solid #E2E8EF;
  border-radius: 6px;
  margin-bottom: 30px;
  background: #e8fcef;
}

/*---------------Liên hệ-----------------------*/
.trang-chu-lien-he-clone {
	background: var(--bg-accent);
}
.trang-chu-lien-he-clone .lienhe-des .ge-content i {
	font-size: 24px;
  background-color: var(--main-10);
  color: var(--main);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
}
.trang-chu-lien-he-clone #contact_page {
	margin: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 40px;
  background-color: #fff;
  border-radius: 18px;
}
/* Megamenu - centered but constrained to right edge */
.dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
	width: 580px;
}
@media (min-width: 992px) {
	.megamenu {
		left: auto;
		right: 0;
		transform: none;
		width: auto;
		max-width: 800px;
		min-width: 600px;
	}
}
.dropdown-menu .d-flex.flex-column {
	padding-right: 10px;
	padding-left: 10px;
}
.mega-menu-wrapper {
	display: flex;
	gap: 42px;
}
[href="/company"] ~ ul .des_submenu,
[href="/cong-ty"] ~ ul .des_submenu {
	display: none;
}
#menu i {
	align-self: center;
}
#menu a:hover > .title_submenu {
	color: var(--main);
}
#menu .dropdown:hover i {
	transform: rotate(180deg);
}
#menu .dropdown > ul {
	border-radius: 12px;
  border: 1px solid #e2e8f0;
}
#menu .title_submenu {
	color: #334155;
	font-size: 16px;
  margin-bottom: 0;
}
#menu .des_submenu {
	white-space: normal;
  font-size: 14px;
  color: var(--default-color);
  margin-bottom: 4px;
}
#lien-he .info .row > .column > div {
	padding: 36px 36px 20px;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mergetags.mergetags_group-menu_4 a {
	pointer-events: none;
}

.blog-list .content > a > span {
	padding: 6px 12px;
  border-radius: 24px;
}
.pagination .page-item .page-link {
	padding: 5px 15px;
}
.pagination .page-item .page-link:focus {
	background-color: none;
  outline: 0;
  box-shadow: none;
}
.pagination .page-item.disabled .page-link {
	background-color: var(--heading-color);
	color: #fff !important;
	border-color: var(--heading-color) !important;
}
.pagination .page-item .page-link i {
	display: inline-block;
}
.pagination .page-item .page-link:has(i) {
	padding: 5px 11px;
}
/*[href="/cong-ty"], [href="/company"] {
	pointer-events: none;
}*/
#lien-he .gridmode .ge-content.ge-content-type-tinymce p {
	margin-bottom: 10px;
}
/*--------------Chung---------------*/
body[data-id="1"] #header.header-scrolled {
	background-color: unset;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	box-shadow: unset;
}
body[data-id="1"] #header.header-scrolled:has(.navmenu:not(:target)) #menu > ul > li > a {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.3);
}

body[data-id="1"] #header.header-scrolled .logo img {
	width: 120px;
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
#header {
	background-color: #fff;
}
#menu > ul > li > a {
	font-weight: 600;
}
.tin_moinhat .card > a {
	border-radius: 16px;
	overflow: hidden;
}
.tin_moinhat .card .card-body-date i {
	margin-right: 6px;
	color: var(--main);
}
.tin_moinhat .card .card-body-date {
	margin: 8px 0;
	display: block;
	font-weight: 600;
	color: #94a3b8;
}
.tin_moinhat .card .card-header h4.h5:hover {
	color: var(--main);
}
.tin_moinhat .card .card-header h4.h5 {
	color: #575757;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  height: 39px;
  margin-bottom: 12px !important;
}
.tin_moinhat .card .card-img {
	height: 200px;
	overflow: hidden;
	border-radius: 0 !important;
}
.tin_moinhat .card:hover img {
  transform: scale(1.06);
}
.tin_moinhat .card-img img {
  object-fit: cover;
  height: inherit;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  object-position: top;
}
.tin_moinhat h2.h5 {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 24px;
}
.tin_moidang.bg-white h2.h5 {
	color: var(--heading-color);
	font-weight: 600;
	font-size: 24px;
}
.grecaptcha-badge { 
    visibility: hidden !important; 
    opacity: 0 !important; 
}
.btn:hover {
	color: #fff;
	background-color: var(--main) !important;
	border: 1px solid var(--main);
}
body:not([data-id="1"]) #header {
  box-shadow: 1px 1px 3px #ececec;
}
.border-light {
	border-color: #e2e8f0 !important;
}
.owl-carousel a:hover {
	color: var(--heading-color);
}
.owl-nav {
	margin-top: 0 !important;
}
.owl-nav > button {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mergetags_slider.owl-carousel.owl-theme .owl-nav .owl-prev {
	left: -54px;
  padding: 4px 10px 4px 7px !important;
}
.mergetags_slider.owl-carousel.owl-theme .owl-nav .owl-next {
	right: -54px;
	padding: 4px 8px 4px 10px !important;
}
.mergetags_slider.owl-carousel.owl-theme .owl-nav > button {
  color: rgb(221, 221, 221);
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.mergetags_slider.owl-carousel.owl-theme .owl-nav > button:hover {
	background-color: transparent;
	color: #888;
}
.view.btn.btn-link {
	background-color: var(--main);
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	padding: 8px 28px;
	border: 1px solid var(--main);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.view.btn.btn-link:hover {
	background-color: #fff !important;
	color: var(--main);
	border: 1px solid var(--main);
}
.mergetags_slider:not(.owl-carousel) {
  opacity: 0;
}

.mergetags_slider.owl-carousel {
  opacity: 1;
}
.mce-accordion {
	margin-bottom: 12px;
	border: 1px solid var(--main-10);
	border-radius: 10px;
	padding-left: 20px;
	padding-bottom: 16px;
	padding-top: 16px;
}
.mce-accordion * {
	margin: 0 !important;
}
.mce-accordion summary {
	padding-bottom: 4px;
}
.imageofcontent img {
	border-radius: 4px;
}
/*--------------clone---------------*/

/*--------------menu---------------*/
#langSwitcher:has(.lang-dropdown.open) #langToggle i {
	transform: rotate(180deg);
}
#langSwitcher #langToggle i {
	transition: transform 0.3s;
}
body[data-id="1"] .header.header-scrolled #langToggle {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.header #langToggle i.fas {
	font-size: 10px;
}
.header #langSwitcher {
	border-left: 1px solid rgba(43,197,94, 0.2);
}
.header #langSwitcher .lang-dropdown span {
	font-size: 14px;
	font-weight: 600;
	padding: 0px 4px;
}
.header #langToggle {
	padding: 6px 10px;
  border: none;
  color: var(--heading-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  background: rgba(34, 197, 94, 0.06);
  border-radius: 4px;
  margin-left: 12px;
}
.lang-switcher img {
	width: 20px;
  height: 14px;
  border-radius: 3px;
}
.lang-switcher {
    position: relative;
}
.lang-current {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
}
.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    min-width: 150px;
    z-index: 999;
    overflow: hidden;
	padding: 8px;
  gap: 10px;
}
.lang-dropdown.open {
    display: flex;
  flex-direction: column;
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    width: 100%;
    text-decoration: none;
    color: #333;
    transition: background .2s;
}
.lang-btn:hover,
.lang-btn.active {
    background: #f0f0f0;
}
.lang-btn img {
    width: 24px;
    height: 24px;
}

/*--------------Breadcrumb---------------*/
#breadcrumb {
	background: #fff;
}
#menu > ul > li {
	margin-left: 20px;
}
#breadcrumb > .container {
	border-radius: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
#breadcrumb #bg-breadcrumb {
	position: relative;
	border-radius: 20px;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#breadcrumb .subMenu {
	position: relative;
	margin-bottom: 0;
	margin-top: 12px;
}
#breadcrumb .subMenu .owl-nav > button {
	position: absolute;
	top: calc(50%);
}
#breadcrumb .subMenu .owl-nav > button:hover {
	background: transparent;
	color: #000;
}
#breadcrumb .subMenu .owl-stage > div:last-child {
	margin-right: 0 !important;
}
/*------------------------Footer---------------------------*/
#footer .row.border-light {
	border-color:#74b874 !important;
}
.footer .column .mergetags .mergetags li {
	list-style: none;
	margin-bottom: 6px;
}
.footer .column .mergetags .mergetags {
  padding: 0;
}
.footer > .footer-top > .row p i {
  padding: 11px 13px;
  border-radius: 50%;
  background-color: #ffffff30;
  width: 38px;
  margin-left: 6px;
}
/*---------------------Dịch vụ hàng không------------------*/
.van-tai-hang-khong-giai-phap .row:last-child .ge-content > p:first-child span {
  background-color: var(--main-10);
  padding: 12px 14px;
  border-radius: 8px;
}
.van-tai-hang-khong-giai-phap .row:last-child > div {
	margin-bottom: 24px;
}
.van-tai-hang-khong-giai-phap .row:last-child > div > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.van-tai-hang-khong-giai-phap .row:last-child > div > div {
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.van-tai-hang-khong-giai-phap .row:last-child > div > div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  opacity: 0;
  background: var(--red-gradient);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.van-tai-hang-khong-giai-phap .row:last-child > div > div:hover::before {
	opacity: 1;
}
.van-tai-hang-khong-loai-hang .row:last-child .ge-content > p:first-child span {
  background-color: var(--main-10);
  padding: 12px 14px;
  border-radius: 8px;
}
.van-tai-hang-khong-loai-hang .row:last-child > div {
	margin-bottom: 24px;
}
.van-tai-hang-khong-loai-hang .row:last-child > div > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.van-tai-hang-khong-loai-hang .row:last-child > div > div {
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.van-tai-hang-khong-loai-hang .row:last-child > div > div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  opacity: 0;
  background: var(--red-gradient);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.van-tai-hang-khong-loai-hang .row:last-child > div > div:hover::before {
	opacity: 1;
}
/*---------------------Dịch vụ logistics------------------*/
.dich-vu-logistics-kiem-soat > div > .row > .column:last-child > div * {
	padding: 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  width: 100%;
}
.dich-vu-logistics-kiem-soat > div > .row > .column:last-child > div span {
	padding: 13px 12px;
  margin-right: 11px;
  width: unset;
}
.dich-vu-logistics-kiem-soat > div > .row > .column:last-child > div {
	border-radius: 24px;
	align-content: center;
}
.bg-gradient {
	background: var(--red-gradient) !important;
}
.dich-vu-logistics-kiem-soat .story-quote {
	background: var(--bg-accent);
  border-left: 4px solid var(--main);
  padding: 25px 30px;
  border-radius: 0 16px 16px 0;
  margin: 8px 0;
  display: inline-block;
}
.dich-vu-logistics-why .row:last-child > div {
	margin-bottom: 24px;
}
.dich-vu-logistics-why .ge-content > p:first-child span {
  background-color: var(--main-10);
  padding: 14px 13px;
  border-radius: 8px;
}
.dich-vu-logistics-why .row:last-child > div > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.dich-vu-logistics-why .row:last-child > div > div {
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.dich-vu-logistics-why .row:last-child > div > div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  opacity: 0;
  background: var(--red-gradient);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dich-vu-logistics-why .row:last-child > div > div:hover::before {
	opacity: 1;
}
.dich-vu-logistics-dich-vu .row:last-child .ge-content > p:first-child span {
  background-color: var(--main-10);
  padding: 14px 13px;
  border-radius: 8px;
}
.dich-vu-logistics-dich-vu .row:last-child > div {
	margin-bottom: 24px;
}
.dich-vu-logistics-dich-vu .row:last-child > div > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.dich-vu-logistics-dich-vu .row:last-child > div > div {
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.dich-vu-logistics-dich-vu .row:last-child > div > div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  opacity: 0;
  background: var(--red-gradient);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dich-vu-logistics-dich-vu .row:last-child > div > div:hover::before {
	opacity: 1;
}
/*------------------------Vận tải dầu sản phẩm---------------------------*/
.van-tai-dau-tinh-nang .ge-content > p:first-child span {
	background-color: var(--main-10);
  padding: 12px 11px;
  border-radius: 8px;
}
.van-tai-dau-tinh-nang .row:last-child > div > div {
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
.van-tai-dau-tinh-nang .row:last-child > div > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.van-tai-dau-tinh-nang .row:last-child > div > div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    opacity: 0;
    background: var(--red-gradient);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.van-tai-dau-tinh-nang .row:last-child > div > div:hover::before {
    opacity: 1;
}

/*-----------------ve chúng tôi-------------------*/
.ve-chung-toi-why .ge-content > p:first-child span {
	background-color: var(--main-10);
 padding: 12px 15px;
  border-radius: 8px;
}
.ve-chung-toi-why .row:last-child > div > div {
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
.ve-chung-toi-why .row:last-child > div > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.ve-chung-toi-why .row:last-child > div > div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    opacity: 0;
    background: var(--red-gradient);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ve-chung-toi-why .row:last-child > div > div:hover::before {
    opacity: 1;
}
.ve-chung-toi-why .row:last-child > div {
	margin-bottom: 24px;
}
.ve-chung-toi-slider {
	background: var(--heading-color-button);
}
.ve-chung-toi-slider h4 {
	margin-bottom: unset;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.ve-chung-toi-slider .item .image {
	display: none;
}
.ve-chung-toi-slider .item {
	display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  color: var(--main);
}
.ve-chung-toi-slider .item a {
	pointer-events: none;
}
.ve-chung-toi-hoat-dong .row:last-child > div {
	margin-bottom: 24px;
}
.ve-chung-toi-tam-nhin .ge-content span.bi {
	padding: 14px 17px;
  background-color: var(--main-10);
  border-radius: 8px;
}
.ve-chung-toi-tam-nhin .row:last-child .ge-content {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.ve-chung-toi-tam-nhin .row:last-child .ge-content:hover {
	transform: translateY(-4px);
}
.ve-chung-toi-hoat-dong .ge-content > p:first-child span {
	background-color: var(--main-10);
 padding: 12px 15px;
  border-radius: 8px;
}
.ve-chung-toi-hoat-dong .row:last-child > div > div {
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
.ve-chung-toi-hoat-dong .row:last-child > div > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.ve-chung-toi-hoat-dong .row:last-child > div > div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    opacity: 0;
    background: var(--red-gradient);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ve-chung-toi-hoat-dong .row:last-child > div > div:hover::before {
    opacity: 1;
}
/*-----------------ban điều hành-------------------*/
.ban-dieu-hanh-triet-ly > div > .row {
	background: var(--red-gradient);
  padding: 50px;
  border-radius: 20px;
}
.ban-dieu-hanh-triet-ly .col-lg-3 > div {
	background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 32px 24px 12px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: all 0.3s;
}
.ban-dieu-hanh-triet-ly .col-lg-3 .ge-content span.bi {
	border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 14px;
}
.ban-lanh-dao-nhiem-vu .row:last-child > div {
	margin-bottom: 24px;
}
/*------------------------đại lý tàu biển---------------------------*/

.dai-ly-tau-bien-loai-tau .ge-content > p:first-child span {
	background-color: var(--main-10);
  padding: 14px 13px;
  border-radius: 8px;
}
.dai-ly-tau-bien-loai-tau .row:last-child > div > div {
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
.dai-ly-tau-bien-loai-tau .row:last-child > div > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
}
.dai-ly-tau-bien-loai-tau .row:last-child > div > div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    opacity: 0;
    background: var(--red-gradient);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dai-ly-tau-bien-loai-tau .row:last-child > div > div:hover::before {
    opacity: 1;
}
.dai-ly-tau-bien-loai-tau {
	background: var(--bg-accent);
}
/*------------------------Tin tức---------------------------*/
.tintuc_trangchu #random_item .card-img {
	height: 200px;
}
.tintuc_trangchu #random_item img {
	
}
.news .blog-list-content,
.tin-tuc .blog-list-content {
	margin-top: 40px;
}
.section.contents:not(:has(.content_details)) {
	display: none;
}
.section.contents:has(.featured-posts) {
	display: block;
}
.blog-list-content .blog-list .card-image_link {
	display: block;
  height: 220px;
  overflow: hidden;
}
.blog-list-content .blog-list .card-image_link img {
	height: 100%;
  object-fit: cover !important;
}
.blog-list-content .blog-list .card {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog-list-content .blog-list .card:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.tin-tuc .contents:has(.featured-posts),
.news .contents:has(.featured-posts) {
	background: var(--bg-accent);
}
.blog-list-content .page li:before {
	display: none !important;
}
.baiviet-noibat .card_box > a {
	display: block;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
}
.baiviet-noibat .card_box > a img {
	height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.baiviet-noibat .card-des {
	padding: 8px;
}
.baiviet-noibat .card-des h4 {
	margin-top: 12px;
}
.baiviet-noibat .card-des h4 a {
	color: #161616;
}
.baiviet-noibat .card-des h4 a:hover {
	color: var(--main);
}
.featured-posts .baiviet-noibat-3 {
	display: flex;
	gap: 16px;
	align-items: center;
}
.featured-posts .baiviet-noibat-3 .card_link > a {
  height: 130px;
  overflow: hidden;
  width: 172px;
  display: block;
  border-radius: 12px;
}
.featured-posts .card-body-date,
.blog-list-content .card-body-date {
	font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
}
.baiviet-noibat-3 .card-body-3 h4 {
	font-size: 18px;
	margin-top: 12px;
}
#random_item .btn-viewmore,
.featured-posts .btn-viewmore,
.blog-list-content .btn-viewmore {
	margin-top: 12px;
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
#random_item .btn-viewmore i,
.featured-posts .btn-viewmore i,
.blog-list-content .btn-viewmore i {
	background: var(--main);
  padding: 4px 5px;
  border-radius: 50%;
  color: #fff;
  margin-left: 6px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.baiviet-noibat-3 .card-body-3 h4 a {
	color: #161616;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baiviet-noibat-3 .card-body-3 h4 a:hover {
	color: var(--main);
}
#random_item .card > a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#random_item .card-header h4.h5 {
	color: #575757;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 600;
	height: 33px;
}
#random_item .card-header h4.h5:hover {
	color: var(--main);
}
#random_item .card-body-date i {
	margin-right: 6px;
    color: var(--main);
}
#random_item .card-body-date {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  display: block;
}
#random_item .btn-viewmore:hover,
.featured-posts .btn-viewmore:hover,
.blog-list-content .btn-viewmore:hover {
	color: var(--main);
}
#random_item .btn-viewmore:hover i,
.featured-posts .btn-viewmore:hover i,
.blog-list-content .btn-viewmore:hover i {
	margin-left: 12px;
}
.blog-list-content .card-body .blog-list-des {
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
}
.card-header .h5 a {
	display: -webkit-box;
	 -webkit-line-clamp: 2; 
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  font-size: 16px;
	font-weight: 600;
	height: 39px;
}
.blog-list-content .content .card-body-date {
	margin-top: 16px;
	margin-bottom: 10px;
}
.contents img,
.blog-list-content img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.baiviet-noibat:hover img,
.blog-list-content .blog-list .card:hover img,
.baiviet-noibat-3:hover img {
	transform: scale(1.06);
}
.blog-list-content .blog-list .card > .content {
	padding: 14px;
}
.featured-posts .card-body-date i,
.blog-list-content .card-body-date i {
	margin-right: 6px;
	color: var(--main);
}
.featured-posts .baiviet-noibat-3 .card_link img {
	height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-posts .baiviet-noibat-3 .card-body-3 {
  flex: 1;
}
.contents .blog-list .card-image {
	height: 200px;
}
.contents .blog-list .card-image img {
	border-radius: 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	height: 100%;
	object-position: top;
}
.contents .blog-list .card-img img {
  height: 100%;
  object-fit: cover;
}
.contents .blog-list .card-body .text-dark {
	display: -webkit-box;
	  -webkit-line-clamp: 4; 
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
#random_item .card-header {
	background-color: transparent !important;
}
.isBg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.list-inline{
	list-style:none;
}
.list-inline li{
	display:inline-block;
}
.list-inline li + li{
	margin-left:.5rem;
}
.btn.rounded-pill{
	-webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: .3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  border-radius: 20px;
  background: #f3f3f3!important;
  background-color: rgb(243, 243, 243)!important;
  padding: 0 15px;
  height: 40px;
  color: var(--main);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}
#about_services > div > div.ge-content ,
#all_offices > div > div.ge-content 
{
	margin-top:200px;
	padding:2rem;
	background:#fff;
	
}
.services.isBg{
	background-position:top center;
}
#about_services > div > div.ge-content h2,
#all_offices > div > div.ge-content h2
{
	font-size:1.5rem;
	font-weight:bold;
}
#all_offices > div > div.ge-content{
	margin-top:25px;
	background:#cccccc40;
}
#all_offices > div > div.ge-content h3{
	font-size:1.2rem;
}
.ge-content :is(h1,h2,h3,h4,h5){
	text-align:left;
}
.ge-content ul:not(.mergetags) li+li{
	margin-top:4px;
}
.contents .content_details h1{
	font-size:1.8rem;
	color: #1d2a5b;
}
.contents .content_details h2{
	font-size:1.6rem;
	text-wrap: balance;
}
.contents .content_details h3{
	font-size:1.4rem;
}
.contents .content_details h4{
	font-size:1.2rem;
}
.contents .content_details h5{
	font-size:1.1rem;
}

.contents .downloadlist{
	padding: 1rem 1rem 0.5rem;
	display: block;
	border: 1px solid #cccccc80;
}
.contents .downloadlist h3{
	font-size:1.5rem;
	margin-top:1rem;
	margin-bottom:0.5rem;
	text-transform:uppercase;
	border-bottom:1px solid var(--main-50);
	padding:0 10px;
}
.contents .downloadlist :is(ul,ol){
	list-style:none;
	font-size:1rem;
	padding-left: 1rem;
}
.contents .downloadlist li:before{
	content: "\f356";
	margin-right: 10px;
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:var(--main);
  font-size:1.5rem;
}
.contents .downloadlist li{
	font-weight:bold;
	color:var(--default-color);
	transition: 0.5s;
}
.contents .downloadlist li a{
	color:var(--default-color);
	transition: 0.5s;
}
.contents .downloadlist li a:hover{
	color: var(--heading-color);
  text-decoration: underline; 
transition: 0.5s;  
}
.contents .downloadlist li + li{
	border-top:1px solid #cccccc70;
}

.blog-list > div .card-img img{
  height: auto;
  width: 100%;
}
.ge-content > :first-child:has(.counter-wrap) ~ h2{
	font-size:1.8rem;
}
.ge-content > :first-child:has(.counter-wrap) ~ p{
	padding-right:20px;
  text-align: left;
}
.mergetags.nav{
	margin:1rem 0;
}
.mergetags.nav li + li{
	margin-left:1rem;
}
.counter-wrap .counter {
	font-size: 3.4rem;
	font-weight: 600;
}
.counter-wrap .counter-plus {
	font-size: 40px;
}
.counter-wrap .lable{
	font-size:1rem;
	background:var(--main);
	color:#fff;
	padding:5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cxo_search_toggle{
	background-position:top center;
}
.cxo_search_toggle > .container > .row > div .ge-content {
	margin:200px 200px 20px;
	background:#fff;
	padding:50px 80px 20px 80px;
}
DETAILS[open] SUMMARY ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details,details[open]
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cxo_search_toggle details summary{
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--main);
  padding: 10px;
}
details + details {
  border-top:1px solid #cccccc80;
}

.viewmore.btn{
	background:#fff;
	color:var(--main);
	border:1px solid var(--main-80);
	font-size:1rem;
	padding:0.5rem 2rem;
}
.viewmore.btn:hover{
	background:var(--main-20);
	border-color:var(--main-50);
}
.header .viewmore.btn{
	padding:1rem;
	font-weight:bold;
	font-size:1.2rem;
	text-transform:uppercase;
	border-color:var(--main-20);
}
main section:not(.contents) ul:not(.mergetags){
	list-style:none;
}
main section:not(.contents) ul:not(.mergetags) > li > ul{
	margin-top:10px;
}
main section:not(.contents) ul:not(.mergetags) > li:before{
	content: "\F633";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size:20px;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -20px;
	position: relative;
	margin-top: 5px;
	left:-6px;
	color: var(--main);
	top: 2px;
}
.other-related-program-wrapper ul > li:before{
	padding-left:0!important;
}
.ajaxLoading{
	position: fixed;
	top: 50%;
	z-index: 99999;
	right: 50%;
}
.job_details h1,
.coach_details h1{
	font-size:1.8rem!important;
}
.job_details h2,
.coach_details h2{
	font-size:1.6rem!important;
}
.job_details h3,
.coach_details h3{
	font-size:1.4rem!important;
}
.job_details h4,
.coach_details h4{
	font-size:1.2rem!important;
}
.job_details h5,
.coach_details h5{
	font-size:1rem!important;
}
.program-content .fullcontent h3{
	text-transform:uppercase
}
.program-content .fullcontent :is(iframe,img){
	max-width:100%!important;
}
.program-content .accordion-header .accordion-button{
	font-size:1.05rem!important;
}
.other-course-list h3{
	font-size:1.25rem;
	
}
.owl-stage,.owl-item{
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenu .owl-item li{
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.owl-hqv-theme .owl-next,
.owl-hqv-theme .owl-prev{
	position: absolute;
	top: 0;
	margin:0!important;
	line-height:30px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background:#fff;
}
.owl-hqv-theme .owl-next span,
.owl-hqv-theme .owl-prev span{
	font-size:2.5rem;
	line-height:35px;
	background:#fff!important;
}
.owl-hqv-theme .owl-prev{
	left: -10px;
}
.owl-hqv-theme .owl-next{
	right: -10px;
}
.rounded-pill.btn-primary.active,
.btn-check:checked + label{
	background:var(--main)!important;
	border-color:var(--main)!important;
	color:#fff!important;
}
.form-group label:has(+:required):after{
  color: red;
  content:' *';
}
.required-fields:before{
  color: red;
  content:'*  ';
}
.required-fields{
	color:var(--main-50)
}
.job_listing{
  height: auto;
  overflow-y: auto;
}
.Jobs-List a.item.active > div{
	background:var(--main-80)!important;
}
.Jobs-List a.item.active :is(*,.text-secondary){
	color:#fff!important;
}

.coachFilter > label,
.coachFilter > a,
.coachFilter > div > a
{
	text-transform:uppercase;
	font-size:1rem;
	color:#000;
	padding:0.7rem 1rem;
}
.coachFilter label:hover,
.coachFilter a:hover{
	color: var(--nav-hover-color)!important;
}
.coachFilter .btn-check:checked + label{
	background:#fff!important;
	color:var(--nav-color)!important;
	font-weight:bold!important;
	border:0;
}
.coachFilter div.dropdown:has( input:checked) a{
	background:#fff!important;
	color:var(--nav-color)!important;
	font-weight:bold!important;
	border:0;
}
.coachFilter label:hover,
.coachFilter a:hover{
	color: var(--nav-hover-color)!important;
}
#coachListing .accordion-body-item:nth-child(even){
	background:#cccccc40;
}
#coachListing .accordion-header .accordion-button {
	text-transform:uppercase!important;
	font-weight:bold;
}
@media (max-width: 992px) {
	.coachFilter label{
		text-align:left!important;
	}
	#coachListing .accordion-body-item>a>div{
		display:flex;
		margin:5px auto;
	}
	#coachListing .accordion-body-item>a>div:before{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 3px;
		min-width: 80px;
		color: #333;
		font-weight: normal;
		content: attr(data-title);
	}
	#coachListing .accordion-body-item+.accordion-body-item{
	  border-top: 1px solid #c0c0c0c0;
	}
}
button.rounded-pill:hover,
a.rounded-pill:hover{
	background-color:var(--main-10)!important;
}
.isSticky{
	z-index:99
}

.table_of_contents:has(.autoContents:empty) :is(h3,div){
  display: none;
}
@media (min-width: 992px) {
	.col-lg--5{
		width:20%;
	}
	
}

.random_item,
.random_item .item{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

div.status_expired:before{
	content:'Expired';
  font-size: 39px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  color: red;
  border: 7px solid red;
  float: left;
  padding: 10px 7px;
  border-radius: 10px;  
  opacity: 0.8;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  position:absolute;
  margin-top:150px;
  margin-left:140px;
  z-index:99;
}

.table_of_contents,
.tin_moidang{
z-index:+1;
}
.mergetags_list_menu > div{
  padding: 1rem;
  display: flex;
}
.mergetags_list_menu > div:target{
	padding: 3.5rem 1rem 1.5rem;
}
.mergetags_list_menu > div:nth-child(even){
	background:#f7f7f760;
}
.mergetags_list_menu > div h3{
	font-size:1.5rem;
	width:30%;
	margin-top:2rem;
}
.mergetags_list_menu > div h4{
	font-size:1rem;
	color:#333;
	border-bottom: 1px solid #cccccc80;
	padding: 0.75rem 0;
	margin: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mergetags_list_menu > div .content-listing{
	width:70%;
	padding:0 1rem;
	display: flex;
	flex-wrap: wrap !important;	
}
.mergetags_list_menu > div .content-listing>div{
	width:100%;
	display: flex;
	flex-wrap: wrap !important;	
}

.mergetags_list_menu > div .content-listing>.showmore>div{
	height:auto;
	opacity:1;
	display:block;
}
.mergetags_list_menu > div .content-listing button>i:before{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mergetags_list_menu > div .content-listing button.active>i:before{
	transform: rotate(-180deg);
}
.mergetags_list_menu > div .content-listing>.showmore div:nth-child(n+7){
  display: none;
  height:auto;
	opacity:0;
  
}
.mergetags_list_menu > div .content_detais{
  width: 33.333%;
  align-self: flex-end !important;
  -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mergetags_list_menu > div .item_details{
	display:none;
}
#ba_services p{
	height:150px;
	overflow:hidden;
}
.full-content img{
	max-width:100%!important;
	height:auto!important;
}

#random_item .owl-nav{
	position: absolute;
	top: -60px;
	right: 0;
	text-align: right;
	width: 200px;
}
#random_item .owl-nav>button{
	font-size: 40px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
#gallery_random_item .owl-nav>button{
	font-size: 40px;
  width: 30px;
}
.social-list a{
	font-size:1rem;
	padding:5px 10px;
	
}
#showMap iframe{
	width:100%!important;
	height:150px!important;
}
[for="customizeOption"]{
	font-size: 14pt;
	font-weight: normal;
	padding-top: 5px;
}
[for="customizeOption"] strong{
	font-weight: normal;
}
@media (min-width: 992px) {
}
@media (max-width: 786px) {
	h1{
		font-size:2rem;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.6rem;
	}
	h4{
		font-size:1.4rem;
	}
	h5{
		font-size:1.2rem;
	}
	.mergetags_menu_16 ul li{
		width:100%!important;
	}
	.mergetags_menu_6 ul li{
		margin-bottom: 5px;
	}
	.mergetags_menu_6 ul a{
	padding: 10px;
    height: 35px;
    line-height: 35px; 
    font-size: 16px;   
    margin: 0;
   
	}
	#gallery_random_item{
		
		padding:0;
		margin:0;
		margin-top:2rem!important;
	}
	#random_item{
		margin-top:32px;
	}
	.random_item{
		margin:0;
	}
	.owl-item:not(.active){
		opacity:0.5;
		filter: blur(4px);
	}
	.owl-item.active{
		opacity:1;
	}
}
@media (max-width: 580px) {
	/* #submitResumeButton{
		flex-direction: column !important;
	}
	#submitResumeButton h3{
		margin-bottom:5px;
	} */
	.addtoListButton span{
		display:none;
	}
	.JobsListAdded{
		margin-left:-30px!important;
	}
}
*[data-edit="1"]{
	position:absolute;
	width:40px;
	height:30px;
	background:#f04d4d50;
	z-index:9999;
	line-height:30px;
	text-align:center;
	margin-top:-15px;
	pointer-events: default!important;
	cursor:pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
*[data-edit="1"]:hover{
	background:#f04d4d;
	color:#fff;
}
.adminAction{
	position:fixed;
	right:0;
	bottom:0;
	background:#33333380;
	color:white;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index:99999;
}
.adminAction:hover{
	background:#333333;
}
.adminAction *{
	color:white;
}
.isSticky.is-active{
	margin-top:0!important;
}
@media (min-width: 1200px) and (max-width: 1399px){
	#JobsFilter .col-md-7{
		width:50%;
	}
	#JobsFilter .col-md-5{
		width:50%;
	}
	
}
@media (min-width: 990px) and (max-width: 1199px){
	#JobsFilter .col-md-7{
		width:40%;
	}
	#JobsFilter .col-md-5{
		width:60%;
	}
	
}
@media (min-width: 768px) and (max-width: 989px){
	#JobsFilter .col-md-7{
		width:30%;
	}
	#JobsFilter .col-md-5{
		width:70%;
	}
	
}
.isSticky_coach{
	z-index:99;
}

@media (max-width: 991px) {
	body[data-id="1"] #header.header-scrolled .logo img {
		width: 80px;
	}
	#page_hoatdongtoancau .operations-market {
		width: 100% !important;
		display: flex !important;
		justify-content: space-between !important;
		flex-wrap: wrap !important;
	}
	#page_hoatdongtoancau .pvt-ops-layout {
		flex-direction: column !important;
	}
}

@media (max-width: 767px) {
	.doi-tau-tieu-chuan-an-toan-hang-hai-quoc-te .p-5 {
		padding: 0rem !important;
	}
	.ban-dieu-hanh-triet-ly > div > .row {
		padding: 26px 0px;
	}
	#breadcrumb:not(:has(.row)) {
		margin-bottom: 6px;
	}
	.owl-carousel .owl-stage .owl-item {
		opacity: 1 !important;
		filter: none !important;
	}
	.mergetags_slider.owl-loaded.owl-theme .owl-nav .owl-prev {
		left: -16px;
	}
	.mergetags_slider.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -16px;
	}
	#page_hoatdongtoancau .pvt-ops-container {
		flex-direction: column;
	}
	#page_hoatdongtoancau .pvt-globe-container,
	#page_hoatdongtoancau .pvt-ops-left {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
}
@media (max-width: 575px) {
    .pagination .page-item .page-link {
    	padding: 0px 10px;
    }
    .pagination .page-item .page-link:has(i) {
      padding: 0px 7px;
    }
	.trang-chu-webmail-noi-bo .trangchunoibo {
		flex-direction: column;
	}
	.trang-chu-chuyen-doi-so .chuyendoisodoitau > div:nth-child(5) > div > div {
		padding: 12px 6px 0;
	}
	.trang-chu-hero .owl-stage .item .item_title p {
		display: none;
	}
	h1{
		font-size:2rem;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.6rem;
	}
	h4{
		font-size:1.4rem;
	}
	h5{
		font-size:1.2rem;
	}
	h1 span[style*="font-size"] {
		font-size:2rem !important;
	}
	h2 span[style*="font-size"] {
		font-size:2rem !important;
	}
	h3 span[style*="font-size"] {
		font-size:1.4rem !important;
	}
	h4 span[style*="font-size"] {
		font-size:1.2rem !important;
	}
	h5 span[style*="font-size"] {
		font-size:1rem !important;
	}
	.trang-chu-tin-tuc #random_item > div:first-child > a {
		flex-direction: column;
	}
	#random_item > div:first-child > a > div {
		width: 100%;
	}
	#random_item > div:first-child .random_item-des {
		padding: 20px;
	}
	#random_item > div:first-child .random_item-des button.btn {
		padding: 0 0 12px;
	}
	.trang-chu-lien-he #contact_page {
		padding: 20px;
	}
	.tintuc_trangchu #random_item .card-img {
		height: 280px !important
	}
	.mb-5 {
		margin-bottom: 1rem !important;
	}
	.mt-5 {
		margin-top: 1rem !important;
	}
	.home-hero-des .owl-stage-outer .item .item_title button.btn {
		padding: 12px 16px;
		font-size: 16px;
		transform: translateX(-50%);
	}
	.home-hero-des .item-extra a {
		padding: 12px 16px;
		font-size: 16px;
		display: inline-block;
		margin-top: 12px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-hero-des .owl-stage-outer .item .item_title h4.py-2,
	.home-hero-des .owl-stage-outer .item .item_title p {
		padding: 0 12px;
	}
	.trang-chu-hero .row .ge-content p:has(video) + p {
		right: 12px;
		margin-left: 12px;
	}
	.trang-chu-lien-he-clone #contact_page {
		padding: 16px;
		border-radius: 12px;
	}
}

/*--------------------hỗ trợ fold-------------------*/
		@media (min-width: 576px) and (max-width: 767.98px) {
            /* Sử dụng sm breakpoint cho Fold 7 với một số điều chỉnh */
            .container {
                max-width: 720px; /* Tăng từ 540px lên 720px cho Fold 7 */
            }
            
            /* Điều chỉnh navbar cho Fold 7 */
            .navbar-expand-sm .navbar-nav {
                flex-direction: row;
            }
            
            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }
            
            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }
            
            .navbar-expand-sm .navbar-toggler {
                display: none;
            }
            
            /* Tối ưu typography cho Fold 7 */
            h1, .h1 { font-size: calc(1.375rem + 1.5vw); }
            h2, .h2 { font-size: calc(1.325rem + 0.9vw); }
            h3, .h3 { font-size: calc(1.3rem + 0.6vw); }
            h4, .h4 { font-size: calc(1.275rem + 0.3vw); }
            
            /* Card layout tối ưu */
            .card-columns {
                column-count: 2;
                column-gap: 1.25rem;
            }
            
            /* Table responsive cho Fold 7 */
            .table-responsive-sm {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
			/* Modal tối ưu */
            .modal-dialog {
                max-width: 90%;
                margin: 1rem auto;
            }
            
            /* Form controls */
            .form-control {
                font-size: 1rem;
                padding: 0.5rem 0.75rem;
            }
            
            .btn {
                padding: 0.5rem 1rem;
                font-size: 1rem;
            }
            
            /* Grid spacing */
            .row > * {
                padding-right: calc(var(--bs-gutter-x) * 0.5);
                padding-left: calc(var(--bs-gutter-x) * 0.5);
            }
            
            /* Offcanvas tối ưu cho Fold 7 */
            .offcanvas-sm {
                position: fixed;
                bottom: 0;
                z-index: 1045;
                display: flex;
                flex-direction: column;
                max-width: 100%;
                visibility: hidden;
                background-color: var(--bs-offcanvas-bg);
                background-clip: padding-box;
                outline: 0;
                transition: transform 0.3s ease-in-out;
            }
        }
        
        /* Override Bootstrap breakpoints để hỗ trợ Fold 7 tốt hơn */
        @media (min-width: 749px) and (max-width: 991.98px) {
            /* Xử lý khoảng giữa Fold 7 và lg breakpoint */
            .container {
                max-width: 720px;
            }
            
            /* Navbar expansion cho Fold 7 */
            .navbar-expand-md .navbar-nav {
                flex-direction: row;
            }
            
            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.75rem;
                padding-left: 0.75rem;
            }
            
            .navbar-expand-md .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }
            
            .navbar-expand-md .navbar-toggler {
                display: none;
            }
        }

/*--------------------------------------------------------------
# Mobile Menu Redesign
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    /* Fix ::before background */
    #menu:is(:target)::before,
    #search:is(:target)::before {
        top: 55px;
        height: calc(100vh - 55px);
    }

    /* Menu list - bỏ nền, shadow, border-radius */
    .navmenu ul {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    /* Dropdown ul - bỏ border, nền, shadow */
    .navmenu .dropdown ul {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Dropdown active */
    .navmenu .dropdown > .dropdown-active {
        visibility: visible !important;
        margin: 0 !important;
        background-color: transparent !important;
        border: none !important;
    }

    /* Dropdown menu items */
    .navmenu .dropdown ul > li > a {
        align-items: start !important;
    }

    /* Menu items - bỏ margin-left */
    #menu > ul > li {
        margin-left: 0 !important;
    }

    /* Megamenu mobile */
    .navmenu .megamenu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: unset !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .navmenu .megamenu .container,
    .navmenu .megamenu .row {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navmenu .megamenu .col-12,
    .navmenu .megamenu .col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 5px 10px !important;
        flex: none !important;
    }

    .navmenu .megamenu a.d-flex {
        padding: 8px 10px !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .navmenu .megamenu a.d-flex:last-child {
        border-bottom: none;
    }
}


.sg-wave {
  position: relative;
  width: 100%;
  background: white; /* bỏ background white */
  line-height: 0;
}

.sg-wave canvas {
  display: block;
  width: 100%;
  height: 200px;
}