/**
 * Theme Name: donghuivn
 * Template: hd
 * Author: Gaudev
 * Author URI: https://webhd.vn
 * Requires PHP: 8.2
 * Version: 1.0 Alpha
 * Text Domain: donghuivn
 * Domain Path: /languages
 */

/* -------------------------------------------------------------
   GLOBAL & TYPOGRAPHY
------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
   font-family: "Inter", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6){
    font-family: "Inter", sans-serif;
}

.container.full{
	max-width: 100% !important;
    padding-left: 10px;
}
.submenu-toggle::after {
    border-color: #ffffff transparent transparent;
}
.section-page.about-section .hb_about .hb_about_inner .cell ._images{
    aspect-ratio: unset;
}
.wp-playlist .mejs-container {
    width: 100% !important;
}

.cell-logo .logo-text img {
	height: auto;
    width: 150px;
    object-fit: cover
}

.cell-images:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(15 72 126 / 75%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.hb_field_home .cell-images:before{
	display: block;
}

.hb_partner_home .cell-images:before{
	display: block;
	background: rgb(255 255 255 / 60%);
}

._background_images{
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
}

._background_images img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home ._background_images{
	opacity: 1;
	display: block;
}

#footer-columns .footer-content .row-1{
	display: none;
}

html {
  scroll-behavior: smooth;
}


/* -------------------------------------------------------------
   LOGO / HEADER 
------------------------------------------------------------- */
/* -----Logo ------ */
.cell-logo .logo-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cell-logo .logo-text > .text-zh {
	font-size: 20px;
    font-weight: 800;
}

.cell-logo .logo-text > .text-en {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.logo-text .text-zh,
.logo-text .text-en {
    display: block;
    line-height: 1; 
}

/*----- Header-----*/

#inside-header .cell-design .off-canvas-content {
    display: none !important;
}


.fp-viewing-0 .sticky-wrapper .inside-header{
	background-color: #fff !important;
	box-shadow: 0 2px 4px #00000026 !important;
}


.off-canvas .menu-heading-outer .widget_polylang ul li a{
    color: #fff;
}
.off-canvas .menu-heading-outer .widget_polylang ul li.current-lang a{
    color: #fff;
}
.off-canvas .menu-heading-outer .widget_polylang ul li {
    border-right: 1px solid #fff;
}
.off-canvas ul.vertical.menu li a {
    line-height: 40px;
}
#inside-header .cell-logo {
	gap: 10px;
}


#inside-header .cell-menu {
	display: block !important;
}
#inside-header .cell-menu .desktop-menu li a {
	padding: 25px 14px !important;
    font-size: 16px !important;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu>li ul.sub-menu>li>a {
	padding: 15px 15px !important;
}


#inside-header .cell-menu .dropdown.menu.desktop-menu li:not(:first-child) {
    padding-left: 0px !important;
}

#inside-header .cell-menu .dropdown.menu.desktop-menu li:not(:last-child) {
    padding-right: 0px !important;
}

#inside-header .cell-menu .dropdown.menu.desktop-menu {
	justify-content: space-between;
}

#inside-header .cell-menu .desktop-menu li.is-dropdown-submenu-parent a:after {
	right: 0;
	margin-top: -4px;
}


#inside-header .cell-menu .desktop-menu li a {
    position: relative;
    overflow: hidden; 
    z-index: 1;
    transition: color .25s ease;
}

#inside-header .cell-menu .desktop-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 0%; 

    background-color: #1072ba;
    z-index: -1;

    transition: height .25s ease;
}

#inside-header .cell-menu .desktop-menu li a:hover::before {
    height: 100%;
}

#inside-header .cell-menu .desktop-menu li a:hover {
    color: #fff !important;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu>li ul.sub-menu{
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

/*--- drop menu ---*/
.desktop-menu .is-dropdown-submenu {
	
    transform: translateY(-12px) scale(0.97);
    opacity: 0;
    transform-origin: top center;
    transition:
        opacity .45s cubic-bezier(0.19, 1, 0.22, 1),
        transform .45s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop-menu li.is-dropdown-submenu-parent:hover > .is-dropdown-submenu,
.desktop-menu .is-dropdown-submenu.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#inside-header .cell-menu .dropdown.menu.desktop-menu>li ul.sub-menu{
	background-color: #1072ba !important;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu li ul.sub-menu li a{
	color: #fff !important;
}

#inside-header .cell-menu .dropdown.menu.desktop-menu li ul.sub-menu li a:hover{
	color: #2f2f2f !important;
}
#inside-header .cell-design .dropdown-search{
	background: #1072ba;
    padding: 25px;
	color: #fff;
}

#inside-header .cell-design .dropdown-search .trigger-s:before{
	color: #fff !important;
}
.single-post aside.sidebar, .single-field aside.sidebar {
	display: none;
}

/* ---- Header button ------*/
._header-button{
	all: unset;
}
.hb_header_button ._svg{
	all: unset;
}
._header-button a {
	all: unset;
}
._header-button:hover a {
	background-color: transparent !important;
	
}
.hb_header_button {
    display: flex;
    align-items: center;
}

.hb_header_button ._header-button {
    display: flex;
    align-items: center;
    gap: 8px; 
}

.hb_header_button ._svg {
    width: 32px;
    height: 32px;
    background: #1072ba;   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb_header_button ._svg i {
    color: #fff;
    font-size: 14px;
}

.hb_header_button a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}
/* ---- off canvas  ------*/
.off-canvas .menu-heading-outer > .widget_polylang, .off-canvas .menu-heading-outer > .dropdown-search{
	display: none;
}
.off-canvas .menu-outer .menu.vertical {
	align-items: flex-start;
}
.off-canvas ul.vertical.menu li a{
	text-align: left !important;
}
.off-canvas .menu-outer {
	margin: 20px auto 0 !important;
}
.off-canvas ul.vertical.menu li:hover a{
	text-decoration: none;
}
.off-canvas ul.vertical.menu li a:hover {
	text-decoration: underline;
}

.off-canvas ul.vertical.menu li.current_page_item > a,
.off-canvas ul.vertical.menu li.current-menu-item > a {
  text-decoration: underline;
}

.off-canvas ul.vertical.menu li .sub-menu a[aria-current=page] {
   text-decoration: underline;
}
/* -------------------------------------------------------------
   FIXED SIDEBAR BUTTONS
------------------------------------------------------------- */
#fp-nav{
	display: none;
}
.home .hb_fixed_lists {
    display: block !important;
}
.hb_fixed_lists{
	
    background: transparent; 
    border: none;
}
.hb_fixed_lists > ul{
	gap: 0 !important;
}
.hb_fixed_lists ul li ._svg {
    all: unset;
}

.hb_fixed_lists ul li ._images {
    all: unset;
}
.hb_fixed_lists ul li{
	  all: unset;
}
.hb_fixed_lists{
	all: unset;
}
.hb_fixed_lists li._item ._title{
	all: unset;
}

.hb_fixed_lists {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
}

.hb_fixed_lists li._item {
    position: relative;
    height: 50px;
    background: rgba(16, 114, 186, 0.6);
    margin-bottom: 2px;

    display: flex;
    align-items: center;
	justify-content: start;
    cursor: pointer;
    transform: translateX(calc(100% - 50px));
    transition: transform .25s ease;
}

.hb_fixed_lists li._item ._svg {
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}

.hb_fixed_lists li._item ._images {
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}

.hb_fixed_lists li._item ._title {
    color: #fff;
	font-weight: 500;
    white-space: nowrap;
    padding-right: 15px;
    font-size: 14px;
}

.hb_fixed_lists li._item:hover {
   transform: translateX(0);
}


/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */
#footer-columns , #footer-credit{
	background: #0f487e !important;
}

#footer-columns .footer-bottom .container .cell-box-1 .footer-icon-list li{
    width: 100%;
}

.hb_project_home:after,.hb_partner_home:after,.hb_news_home:after{
    z-index: -1;
}
.footer-section .site-footer, .footer-section .footer-columns, .footer-section .footer-bottom {

}

#footer-credit{
	border-top: 1px solid #fff;
}

.home #footer-credit {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
#footer{
	display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: end;
}
.home #footer-credit{
	position: relative !important;
}
/* #footer-columns{
	height: max-content;
} */

#footer-columns .row-2 .nav .dropdown.menu>li.opens-right>.is-dropdown-submenu{
	position: relative !important;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    border: none;
    min-width: auto;
}
#footer-columns .row-2 .nav .dropdown.menu>li.is-dropdown-submenu-parent>a:after{
	content: none;
}
#footer-columns .row-2 .nav .dropdown.menu>li>a{
	text-transform: uppercase;
}

.footer-columns .menu .sub-menu:not(.is-dropdown-submenu){
	display: block !important;
	list-style: none;
    padding: 0;
}

#footer-columns {
	background: #006aca;
	padding: 20px 0;
	
}


#footer-columns .row-2{
	.qr-code{
		.qr-thumb{
			width: 170px;
			height: 170px;
		}
	}
}
#footer-columns .row-2 .container{
	display: flex;
	align-items: center;
	gap: 20px;
}
#footer-columns .row-2 .container .cell-menu-footer {
    flex: 1 1 0;
}
#footer-columns .qr-code .qr-thumb img{
	width: 100%;
	height:100%;
}
#footer-columns .row-1 > cell-logo{
	display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    gap: 30px;
}
 .row-1 .cell-logo{
	display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    gap: 30px;
}

#footer-columns .row-1 .cell-logo .custom-logo{
	max-height: 60px;
	width: auto;
}

#footer-columns .row-1 > .container {
	position: relative;
}
.footer-columns .row-1 > .container::before {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
	content: "";
    height: 1px;
    background-color: #e5e5e5;
	bottom: -20px;
}


/* .cell-menu-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
} */
.cell-menu-footer {
    display: grid;
	grid-template-columns: 2.3fr repeat(6, 1fr);
    gap: 10px;
    padding: 20px 0;
}
/* .cell-menu-footer > .cell-info .footer-icon-list > li {
	width: 90%;
} */

/* .cell-menu-footer > div[class^="menu-"] {
    flex: 0 0 calc(70% / 7);
    max-width: calc(70% / 7);
} */

/* .cell-menu-footer .cell-info {
    flex: 0 0 30%;
    max-width: 30%;
} */

.cell-menu-footer .menu a{
	padding: 0 !important;
	line-height: inherit;
}


.cell-menu-footer .menu a:hover {
    text-decoration: underline;
}

.cell-menu-footer > div[class^="menu-"] .footer-menu .menu > li > a,
.cell-menu-footer .cell-info .footer-title {
	color: #ffffff;
    margin-bottom: 15px !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.cell-menu-footer > div[class^="menu-"] .footer-menu .menu .sub-menu li,
.cell-menu-footer .cell-info .footer-icon-list > li {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
	color: #fff;
}


.cell-menu-footer > div[class^="menu-"] .footer-menu .menu .sub-menu li a,
.cell-menu-footer .cell-info .footer-icon-list > li a{
	color: #fff;
}

.cell-menu-footer > div[class^="menu-"] .footer-menu .menu .sub-menu li:last-child,
.cell-menu-footer .cell-info .footer-icon-list > li:last-child {
    margin-bottom: 0;
}



.cell-menu-footer .cell-info .footer-icon-list{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
	flex-direction: column;
	
}
/* #footer-columns .footer-thumb img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
 */
/* -------------------------------------------------------------
   HOME
------------------------------------------------------------- */

.hb_parameter_home .flex-info .cell-right ._list ._item{
	background:#0f487e !important;
}
.home #footer-columns{
	/* padding-top: 80px !important;*/
	height: max-content;
}
.home .heading-title{
	margin-bottom: 30px;
}

.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc{
	font-size: 30px;
    line-height: 41px;
	color: #1072ba;
    font-weight: 700;
    text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, .8);
	margin-bottom: 10px;
}

/* -------------------------------------------------------------
   CONTACT
------------------------------------------------------------- */
.page-contact-us .flex-info .cell ._contact_form form .form-group{
    grid-template-columns: repeat(1, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group > div {
	display: flex;
    align-items: end;
    gap: 12px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group > div .wpcf7-form-control-wrap{
	flex : 1 1 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group > div .wpcf7-form-control-wrap input{
	border-radius: 0px;
} 

.page-contact-us .flex-info .cell ._contact_form form textarea
{
	border-radius: 0px;
}

.page-contact-us .flex-info .cell ._contact_form form .form-message textarea
{
	height: 100px;
	border: 1px solid #c5c5c5 !important;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group input{
	box-shadow: unset !important;
    text-indent: 0px !important;
    height: 20px !important;
    width: 100% !important;
    color: #524f3e !important;
    background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #c5c5c5 !important;
}

.page-contact-us .flex-info .cell ._contact_form form label{
	margin-bottom: 0px;
}
.page-contact-us .flex-info .cell ._contact_sub_title
{
	margin-bottom: 16px;
}



.page-contact-us .contact-tab-buttons {
    display: flex;
	gap: 20px;
}

.page-contact-us .flex-info .cell ._inner .contact-tab-btn {
    padding: 12px 30px;
    background: #000;
	color: #fff;
    cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.page-contact-us .flex-info .cell ._inner .contact-tab-btn.active {
    background: #0f487e;
    color: #fff;
}

.page-contact-us .contact-tab-content {
    display: none;
}

.page-contact-us .contact-tab-content.active {
    display: block;
}

.page-contact-us .flex-info .cell ._inner{
	all: unset;
}

.page-contact-us .flex-info .cell ._inner h2, .page-contact-us .flex-info .cell ._inner p{
	color: #000 !important;
}
.page-contact-us .flex-info .cell ._inner ._info {
	margin-bottom: 15px;
}

.page-contact-us .flex-info .cell ._inner ._list ._item {
	all: unset;
}
.page-contact-us .flex-info .cell ._inner ._list .contact-row {
	position: relative;
	margin-bottom: 10px;
}

.page-contact-us .flex-info .cell ._inner ._list ._item a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-contact-us .flex-info .cell ._inner ._list .contact-row  span:first-child {
	color: #000;
	font-weight: bold;
}
.page-contact-us .flex-info .cell ._inner ._list ._item:hover {
	transform: none;
}

.page-contact-us iframe {
    box-shadow: none;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #1689DE 4.55%, #1689DE 100%);
}
/* -------------------------------------------------------------
   BREADCRUMB
------------------------------------------------------------- */
.section-breadcrumb .breadcrumb-text{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
 
/* -------------------------------------------------------------
   RESPONSIVE
------------------------------------------------------------- */
@media (max-width: 1280px) {
	
	.container.full{
    	padding-right: 10px;
	}
	
	#inside-header .cell-logo .logo {
		flex: 0 0 auto !important;
	}
	
	#inside-header .cell-menu {
	display: none !important;
	}
	#inside-header .cell-design .off-canvas-content{
		display: block !important;
	}
	

/*     .cell-menu-footer > div[class^="menu-"] {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cell-menu-footer .cell-info {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    } */
	 .cell-menu-footer {
		width: 100%;
        grid-template-columns: repeat(3, 1fr);
		 gap: 30px;
    }
	 .cell-menu-footer .cell-info {
        grid-column: span 3;
    }
	#footer-columns .row-2 .container{
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}
}

@media (max-width: 767px) {

/*     .cell-menu-footer > div[class^="menu-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cell-menu-footer .cell-info {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    } */
	 .cell-menu-footer {
		 width: 100%;
        grid-template-columns: repeat(2, 1fr); 
    }
	 .cell-menu-footer .cell-info {
        grid-column: span 2; 
    }
	
	#inside-header .cell-logo .logo-text{
		display:none;
	}
	#inside-header .cell-design .hb_header_button{
		display: none !important;
	}
	
	.hb_fixed_lists {
		background: rgba(16, 114, 186, 0.6);
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
	.hb_fixed_lists li._item ._title {
		display: none;
	}
	.hb_fixed_lists li._item {
		background: transparent;
	}
	#inside-header .cell-design .dropdown-search{
    padding: 19px;
	}
	.home #footer-columns{
		padding-top: 0px !important;
	}
	.page-contact-us ._map{
		margin-top: 30px;
	}
		
}


@media screen and (min-width: 1537px) {
    .footer-section .site-footer, .footer-section .footer-columns, .footer-section .footer-bottom {
   
    }
}