:root{
    --main-cl: #004ea2;
    --sub-cl: #fff;
}

.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--sub-cl);
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: #fff;
}
.load_home_page.complete .path-1{
    fill: var(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: #fff;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: var(--sub-cl);
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--sub-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.error404 {
    padding-top: 0 !important;
}
.section.section_404_content {
    margin-top: 0 !important;
}
.page-template-product main .contents .column .image + p {
    text-align: center;
}

.page-template-process h1,
.page-template-process h2,
.page-template-process h3,
.page-template-process h4,
.page-template-process h5,
.page-template-process h6 {
    font-size: revert;
}

/* --- Submenu --- */
.header_menu ul > li.has-dropdown {
    position: relative;
}
.header_menu ul > li.has-dropdown::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px; /* bằng margin-top submenu */
}
header .header_menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 16rem;
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: .5s all;
    pointer-events: none;
    margin-top: 20px;
}
.sub-menu li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
}
.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.sub-menu li.current-menu-item a,
.sub-menu li a:hover {
    background: rgba(0, 78, 162, 0.65);
    color: #fff;
    opacity: 1;
}
/* Khi .current-dropdown được thêm vào => submenu hiện ra */
.header_menu ul > li.has-dropdown.current-dropdown ul.sub-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}
.dropdown-icon {
    display: inline-flex;
    margin-left: 6px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
}

.no_result {
    font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
    line-height: 1.3;
    font-weight: normal;
    color: #004C97;
    text-align: center;
    margin-top: 3rem;
}
main .contents .column.custom-gap{
    gap: 20px
}
main .contents .column.custom-gap > div{
    width: calc(25% - 20px * 3 / 4);
}
.image-full-width img{
    width: 100%;
}
.contents img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
main .contents .distributors_area a.blank::after{
    display: none !important;
}
iframe{
    max-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
@media only screen and (max-width: 1199px) {
    footer .footer_content {
        gap: 3rem;
    }

    footer .content {
        gap: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .sp #cat_title.imgonly img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .img_anchor > a .img img {
        object-fit: cover;
    }
    .pc main .contents .banner_block > div.spimg img {
        height: 100%;
        object-fit: cover;
    }
    .pc main .contents .banner_block > div.spimg {
        height: 200px;
    }
}



.form_buynow_wrap input[disabled]{
    background-color: #e6e6e6;
    cursor: not-allowed;
}