

 .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: .5s all ease-in-out;
    background: #fff;
     box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
}
.main-header-scroll.sticky {
    display: block;
    position: fixed;
    padding: 20px 0;
    transition: .5s all ease-in-out;
    box-sizing: border-box;
    -webkit-animation-name: slide-top-fixed;
    animation-name: slide-top-fixed;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home .main-menu .menu-item a{
    color: #fff;
}


body.fp-viewing-secondgioithieu .main-header .wrap-header{
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-name: slide-top-fixed;
    animation-name: slide-top-fixed;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

header .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    z-index: 10;
    position: relative;
    transition: all .3s;
}

header .header-main .logo {
    width: 16%;
}



header .header-nav-main .menu-item a {
    color: #555658;
}

.header .header-main img{
    margin-top: -10px;
    width: 200px;
}
.header-main .logo{
    width: 30%;
}

.header-main .main-menu{
    width: 70%;
}

.main-menu {
    margin-bottom: 0;
}


.main-menu .menu-item a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

 /* .box-search .icon-search i{
    color: var(--primary-color);
} */

.responsive-menu-toggle {
    display: none;
    float: right;
}


#menu-item-276 a span{
    display: none;
}
#menu-item-276 a i{
    font-size: 31px;
    margin-right: 2px;
}


.header .header-main ul li {
    position: relative;
}

.header .header-main ul li::after {
    content: "";
    height: 2px;
    width: 0;
    background: var(--title-color);
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
}
.header .header-main li{
    list-style: none;
}
.header .header-main li:hover::after {
    width: 100%;
}
.header .header-main #menu-item-276::after {
    width: 100%;
}
.header .header-main li li:hover::after,
.header .header-main li li::after {
    width: 0;
}

.main-header .wrap-header {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    z-index: 999;
    width: 100%;
    height: 85px;
}

.home .main-header .wrap-header .responsive-menu-toggle i{
    color: #fff;
}

.home .sticky .main-header .wrap-header .responsive-menu-toggle i{
    color: var(--primary-color);
}

.main-header .wrap-header .main-menu{
	width: 100%;
	align-items: center;
}

.main-header .wrap-header .box-search{
    width: 15%;
}

.main-header .wrap-header .box-search .icon-search{
    text-align: center;
}

.main-header .wrap-header .menu-header-primary{
	display: flex;
	align-items: center;
	margin-bottom: 0;
    justify-content: center;
    text-align: center;
}

.main-header .wrap-header .menu-header-primary .menu-item{
	margin-right: 42px;
	line-height: 15px;
    position: relative;
    /*padding: 0 30px;*/
}

/* .home .main-header .wrap-header .menu-header-primary .menu-item.current-menu-item{
	border: 2px solid #fff;
    position:relative;

} */


.home .main-header .wrap-header .menu-header-primary .menu-item#menu-item-wpml-ls-803-zh-hans{
    display: none;
}

.home .main-header .wrap-header .menu-header-primary .menu-item#menu-item-wpml-ls-803-en{
    display: none;
}

/* .main-header .wrap-header .menu-header-primary .menu-item.current-menu-parent{
    border: 2px solid var(--primary-color);
    padding: 5px 10px;
} */

 /* .home .sticky .main-header .wrap-header .menu-header-primary .menu-item.page-item-14078{
    border: 2px solid var(--primary-color);
}  */

.main-header .wrap-header .menu-header-primary .menu-item .sub-menu{
	position: absolute;
    top: 100%;
    z-index: 999;
    width: max-content;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
	padding: 24px;
    transition: opacity .5s;
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
}

.main-header .wrap-header .menu-header-primary .menu-item .fas.open.fa-plus{
    display: none;
}


.main-header .wrap-header .menu-header-primary .menu-item:hover .sub-menu{
	opacity: 1;
    left: 0%;
    visibility: visible;
	top: 112%;
	padding: 0;
	border: 1px solid
}

.main-header .wrap-header .menu-header-primary .menu-item .sub-menu .menu-item{
	margin-bottom: 20px;
}

.main-header .wrap-header .menu-header-primary .menu-item .sub-menu .menu-item{
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--primary-color);
}

.main-header .wrap-header .menu-header-primary .menu-item .sub-menu .menu-item:hover{
    border-left: 1px solid var(--primary-color);
}

.menu-header-primary .menu-item .sub-menu .menu-item a{
    color: var(--primary-color);
    padding: 14px 20px;
    display: inline-block;
    width: 100%;
}

.main-header .wrap-header .menu-header-primary .menu-item .sub-menu .menu-item .sub-menu{
	visibility: hidden;
}


.main-header .wrap-header .menu-header-primary .menu-item .sub-menu .menu-item:hover .sub-menu{

	visibility: visible;
    opacity: 1;
    left: 100%;
    top: -3%;
}

.main-header .wrap-header .menu-header-15px .menu-item .sub-menu .menu-item{
	border-top: 1px solid var(--primary-color);
	padding: 20px 15px;
	margin-right: 0;
	line-height: 0;
	margin-bottom: 0;


}

/* .main-header .wrap-header .menu-header-primary .menu-item a{
	color: #2358a9;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
} */

.main-header .wrap-header .menu-header-primary .menu-item a:hover{
	color: #f69f2b;
}

.main-header .wrap-header .menu-header-primary .menu-item:nth-child(n+6){
	order: 2;
}

.logo-hd{
	width: 100px;
	margin-right: 30px;
}

.logo-hd img{
    width: 140%;
}

.logo-hd-mobile{
    display: none;
}


.box-other-function .item{
	margin-right: 30px;
}

.box-other-function .item{
	margin-right: 30px;
}


.main-header .wrap-header .box-other-function{
	width: 15%;
	display: flex;
	margin-bottom: 5px;
}

.box-other-function .item i{
	color: var(--primary-color);
}

 /* .main-header .wrap-header .menu-header-primary .menu-item.current-menu-item{
    border: 2px solid var(--primary-color);
    padding: 5px 10px;
} */

.sticky .main-menu .menu-item a{
    color: var(--primary-color);
}

.box-search .icon-search .fas.fa-times{
    display: none;
}



.home .sticky .box-search .icon-search i{
    color: var(--primary-color);
}
.home .box-search .icon-search i{
    color: #fff;
}

.box-search .icon-search i{
    color: var(--primary-color);
}

.box-search .icon-search i:hover{
    color: var(--primary-color);
}



.minisearch{
    position: absolute;
    right: 12%;
    top: 66%;
    padding: 20px;
    width: 280px;
    opacity: 0;
     visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    border: 1px solid var(--primary-color);
    background: #fff;
}

.minisearch.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.minisearch .sf-input{
    border: 1px solid var(--primary-color);
    width: 100%;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    border-radius: 4px;
    padding-right: 40px;
    outline: none;
    padding: 0 10px;
    max-width: 100%;
    vertical-align: middle;
    color: var(--primary-color);
}

.minisearch .sf-submit-icon{
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
}

.minisearch .sf-submit{
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
}

.minisearch .sf-submit-icon:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    margin-right: 5px;
    padding-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 40px;
    color: var(--primary-color);
}

#Side_slide{
    display: none;
}

