/**/
.full-header {
/*    position: absolute;*/
    z-index: 3;
    padding: 10px 0;
    box-sizing: border-box;
    background: transparent;
}
.full-header.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    background-color: #fff;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    object-fit: contain;
}
img.site-logo-white{
    display: none;
}
.sticky img.site-logo {
    max-height: 55px;
}
img.site-logo-white {
    display: none;
}
/**/
.main-menu {
    flex: 1;
    font-family: 'Inter', sans-serif;
}
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover{
    font-weight: 500 !important;
}
/**/
.btn-dangky{
    color: #D76421;
}
@media only screen and (min-width: 991px) {
	.header-tools a {
		padding: 0px 10px;
	}	
	.header-contact a {
		padding: 12px 20px;
	}
}
@media only screen and (min-width: 991px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
/*        margin-right: 20px;*/
    }

}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 135px;
        max-height: 75px;
    }
/*    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
        font-size: 15px;
    }*/
    /**/
    .main-menu {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .main-menu > div {
        display: inline-block !important;
    }
    /* */
    .header-right a {
        border-radius: 6px;
        background: linear-gradient(180deg, #FFED90 -16.07%, #FAD200 100.6%);
        box-shadow: 4px 4px 8px 0px rgba(250, 210, 0, 0.20);
        color: #086CC5;
        padding: 10px 20px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1400px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 990px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
    }
    .header-search {
        margin-left: 10px;
    }
    .full-header {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .full-header img.site-logo {
        display: block;
    }
    .full-header img.site-logo-white {
        display: none;
    }
    .full-header .btn-search > img {
        filter: brightness(100%) invert(100%);
    }
    .full-header {
        position: unset;
        padding: 10px 0;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 8px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, 
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }
    .home_box1_desc {
        font-size: 32px;
        line-height: 45px;
    }
    .home_box1_desc b {
        font-size: 35px;
        line-height: 65px;
    }
}
#ez-toc-container{
    padding-left: 20px !important;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    line-height: 2.3 !important;
}
#ez-toc-container ul li li a {
    font-weight: 400;
}
#ez-toc-container a{
    color: #000 !important;
}
#ez-toc-container a:hover{
    color: #2064b0 !important;
}