/*#region Fonts */
/*@font-face {
    font-family: 'GoogleSans';
    src: url('/sites/library/fonts/GoogleSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Bold';
    src: url('/sites/library/fonts/GoogleSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('/sites/library/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('/sites/library/fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('/sites/library/fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoItalic';
    src: url('/sites/library/fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoLigth';
    src: url('/sites/library/fonts/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoThin';
    src: url('/sites/library/fonts/Roboto-Thin.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*#endregion Fonts */

/*#region Common */

.td-page-content {
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.nowrap-item {
    white-space: nowrap;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

/*#endregion Common */

/*#region Custom Menu */
.td-header-wrap {
    position: fixed;
    width: 100%;
}

.td-header-style-7 .td-header-top-menu {
    border: none;
}

.td-header-style-7 .sf-menu {
    margin-top: 0;
    padding: 0;
    float: right;
    margin-left: 40px;
}

.td-header-style-7 .td-header-sp-logo {
    float: left;
    height: 60px;
    padding: 0;
}

    .td-header-style-7 .td-header-sp-logo a {
        line-height: 54px;
    }

.td-header-style-7 .sf-menu > li > a {
    font-size: 16px;
    line-height: 60px;
    color: #212121;
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-weight: unset;
    text-decoration: none;
    text-transform: initial;
}

.td-header-row [class*="td-header-sp"] {
    min-height: 0;
}

.td-visual-hidden {
    display: none;
}

.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a {
    color: #0055a6 !important;
}

    .sf-menu > .current-menu-item > a:after,
    .sf-menu > .current-menu-ancestor > a:after,
    .sf-menu > .current-category-ancestor > a:after {
        background-color: #0055a6;
        width: 50%;
        border-radius: 2px;
    }

.sf-menu > .current-menu-item:hover > a:after,
.sf-menu > .current-menu-ancestor:hover > a:after,
.sf-menu > .current-category-ancestor:hover > a:after {
    background-color: #0055a6;
    width: 50%;
    border-radius: 2px;
}

.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
    background-color: unset;
}

.td-header-style-7 .sf-menu > li > a:hover {
    color: #0055a6;
}

.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 2px;
    font-size: 8px;
}

.sf-menu ul .td-menu-item > a {
    color: #333333;
    font-size: 15px;
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-weight: normal;
}

    .sf-menu ul .td-menu-item > a:hover {
        color: #0055a6;
    }

.sf-menu ul .current-menu-item > a {
    color: #0055a6;
}

.td-mobile-content li a {
    font-weight: normal;
    text-transform: initial;
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .td-mobile-content li a:hover {
        opacity: 1;
    }

.td-mobile-content .sub-menu a {
    font-size: 17px;
    font-weight: normal;
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    text-decoration: none;
}

.td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a {
    color: #0085ad;
}

.header-search-wrap .td-icon-search {
    display: none;
}

.td-header-style-7 .sf-menu a.sf-with-ul {
    padding-right: 15px;
}

.sf-menu .sub-menu a {
    display: block !important;
    position: relative !important;
}

#td-header-menu .menu-menu-container {
    position: relative;
}

#menu-desktop.sf-menu {
    float: none;
    margin: 0;
}

#menu-desktop {
    position: absolute;
    right: 0;
}

    #menu-desktop .menu-item {
        height: 60px;
    }

.td-icon-mobile:before {
    color: #337ab7;
    line-height: unset;
}

/*#region Responsive */
@media (min-width: 980px) {
    .td-header-menu-wrap-full.td-container-wrap .td-container {
        width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .td-header-style-7 .td-header-sp-logo {
        margin-right: 0;
    }

    .td-header-style-7 .sf-menu > li > a {
        padding: 0 15px;
    }

    .td-header-style-7 .td-header-sp-logo img {
        height: 40px;
        max-width: unset;
        max-height: 40px;
        line-height: 40px;
        padding: 0;
    }
}

@media (min-width: 1100px) {
    .td-header-menu-wrap-full.td-container-wrap .td-container {
        width: 1070px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 979px) {
    #menu-menu-1, #menu-desktop {
        display: none;
    }

    #td-top-mobile-toggle {
        display: inline-block;
        float: right;
    }

        #td-top-mobile-toggle i {
            width: auto;
            line-height: 60px;
            height: 60px;
            padding: 0;
        }

    .td-header-style-7 .td-header-sp-logo img {
        height: 40px;
        max-width: unset;
        max-height: 40px;
        line-height: 40px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
        height: 60px !important;
    }

    .td-header-style-7 .td-header-sp-logo-2022 {
        display: none;
    }
}
/*#endregion Responsive*/
/*#endregion Custom Menu */

/*#region Custom Heading */
h1.td-header-sp-logo {
    margin: 0;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    margin: 0;
}
/*#endregion Custom Heading */

/*#region Custom Theme */
.page-template-default .td-crumb-container {
    display: none;
}

.td-page-content {
    padding: 0;
    padding-top: 91px;
}

    .td-page-content .no-padding {
        padding: 0;
    }

    .td-page-content p {
        display: none;
    }

    .td-page-content a, .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
    .td-post-content a, .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

        .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
        .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
            opacity: 0.85;
        }

.td-header-top-menu-full {
    display: none;
}

.td-main-content-wrap {
    padding: 0;
}

.tdc-content-wrap {
    width: 100%;
}

.td-page-content ul, .td-page-content ul li {
    line-height: 1.42857143;
}

/*region Responsive*/
@media (max-width: 979px) {
    .td-page-content {
        padding-top: 99px;
    }
}

@media (max-width: 480px) {
    .td-page-content {
        padding-top: 103px;
    }
}
/*endregion Responsive*/
/*#endregion Custom Theme */

/*#region Custom Header */
.header-top-custom {
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-size: 14px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    width: 100%;
    transition: top 0.3s;
}

    .header-top-custom .td-container {
        display: flex;
        position: relative;
        align-items: center;
    }

.box-language {
    position: absolute;
    right: 15px;
    top: -3px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-weight: 700;
}

.header-top-custom select {
    border-radius: 3px;
    padding: 2px;
    margin-left: 5px;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../Image/NewQuotation/ic-arrow-down.svg) no-repeat center right;
    background-size: 10px;
    padding-right: 10px;
}

select::-ms-expand {
    display: none;
}

.h-box-product span a, .h-box-product span a:hover {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.td-header-wrap .td-header-menu-wrap-full {
    height: auto !important;
}

.h-product-pc {
    cursor: pointer;
    margin-left: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    background: url(../../Image/NewQuotation/ic-arrow-down.svg) no-repeat center right;
    background-size: 10px;
    padding-right: 15px;
}

.h-option-select-product {
    max-width: 160px;
}

.h-product-mobile {
    display: none;
}

.h-no-padding-bottom {
    padding-bottom: 0;
}

.horizontal-line-full {
    height: 1px;
    background: rgba(164, 164, 164, 0.25);
}

@media (max-width: 979px) {
    .box-language {
        top: unset;
    }

    .h-product-pc {
        display: none;
    }

    .h-product-mobile {
        display: inline;
    }

    .header-top-custom select.h-product-mobile {
        display: inline-block;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header-top-custom {
        background: #FFF;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/*#endregion */

/*#region Menu list san pham */
#custom-menu-item {
    overflow: hidden;
    transition: max-height 0.7s;
    -o-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    -webkit-transition: max-height 0.7s;
    max-height: 0;
    /* max-height: 500px !important; */
}

    #custom-menu-item .cmi-menu-item {
        display: flex;
        background-color: #ffffff;
        border-radius: 0 0 5px 5px;
    }

    #custom-menu-item .col-area {
        padding-left: 0;
        padding-right: 0;
    }

    #custom-menu-item .col-box:first-child .cmi-title-item {
        padding-left: 10px;
    }

    #custom-menu-item .col-box:first-child > .col-area-custom {
        padding-left: 0;
        padding-right: 0;
    }

    #custom-menu-item .cmi-box-item a {
        text-decoration: none;
    }

    #custom-menu-item .cmi-title-item {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    #custom-menu-item .cmi-product-item {
        padding: 5px 0 5px 10px;
        background-size: 22px;
        background-position: 5px 15px;
        border-radius: 3px;
        color: #333;
        text-decoration-line: none;
        background: none;
        display: inline-block;
        width: 100%
    }

        #custom-menu-item .cmi-product-item:hover {
            background-color: #e6f9fe;
        }

            #custom-menu-item .cmi-product-item:hover .cmi-name-item, #custom-menu-item .cmi-product-item:hover .cmi-name-item a {
                color: #0077C5;
            }

        #custom-menu-item .cmi-product-item a {
            font-size: 13px;
            color: #212121;
        }

            #custom-menu-item .cmi-product-item a, #custom-menu-item .cmi-product-item a:hover,
            #custom-menu-item .cmi-product-item a:focus, #custom-menu-item .cmi-product-item a:active {
                outline: none;
                text-decoration: none;
                cursor: pointer;
            }

                #custom-menu-item .cmi-product-item a:hover div, #custom-menu-item .cmi-product-item a:focus div,
                #custom-menu-item .cmi-product-item a:active div {
                    opacity: 0.85;
                }

    #custom-menu-item .cmi-name-item {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 13px;
        letter-spacing: -0.1px;
    }

    #custom-menu-item .cmi-description-item {
        font-size: 13px;
        color: #999;
    }

.td-header-menu-wrap-full.td-container-wrap {
    top: 0;
    transition: top 0.3s;
}

.h-option-select-product optgroup, .h-option-select-product option {
    font-size: 13px;
}

.col-40 {
    width: 40%;
}

.col-20 {
    width: 20%;
}

.col-box {
    border-right: solid 1px #f3f3f3;
    padding: 10px 0 0 0;
}

    .col-box:last-child {
        border-right: none;
    }

.header-top-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f3f3f3;
}

.border-bottom {
    border-bottom: solid 1px #f3f3f3;
}

#custom-menu-item .cmi-product-item.straight {
    padding-bottom: 26px
}

.item-logo {
    float: left;
    width: 28px;
    height: 28px;
    background-size: cover;
}

.menu-logo {
    width: 20%;
    float: left;
    padding-top: 3px;
}

.menu-text {
    width: 80%;
    float: left;
}

.small-space-menu {
    padding-left: 5px;
}

@media (min-width: 980px) and (max-width: 1099px) {
    #custom-menu-item .cmi-description-item {
        font-size: 12px;
    }

    #custom-menu-item .cmi-title-item {
        font-size: 16px;
    }

    #custom-menu-item .cmi-name-item {
        font-size: 12px;
        letter-spacing: -0.2px;
    }
}
/*#endregion */

/*#region Footer */
.footer {
    background-color: #f3f3f2;
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
}

    .footer h4 {
        color: #333;
        font-size: 16px;
        font-family: GoogleSans Bold,Roboto,Arial,sans-serif;
        margin-top: 23px !important;
        margin-bottom: 23px !important;
        font-weight: bold;
        line-height: 1.1;
    }

    .footer .vertical-line-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer a, .footer a:hover, .footer a:focus, .footer a:active {
        outline: none;
        text-decoration: none;
        cursor: pointer;
        color: #212121;
    }

        .footer a:hover, .footer a:focus, .footer a:active {
            opacity: 0.85;
        }

    .footer ul {
        list-style-type: none;
        margin: 0;
    }

        .footer ul li {
            float: left;
            margin: 0;
        }

    .footer .footer-head {
        padding-bottom: 30px;
    }

.adr-title {
    color: #666;
    font-weight: 700;
}

.adr-content {
    margin-bottom: 10px;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    word-break: break-all;
}

.footer ul {
    list-style-type: none;
    margin: 0;
}

.footer .footer-links li {
    margin-bottom: 5px;
    line-height: 1.3;
    margin-left: unset;
    float: unset;
}

.footer ul li {
    float: left;
    margin: 0;
}

.footer .footer-links a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer .footer-links a:hover {
    text-decoration: underline;
}


ul.f-menu-item li {
    margin-right: 15px;
    font-size: 14px;
}

.f-logo img {
    width: 100px;
}

.f-social ul {
    display: flex;
    align-items: center;
    float: right;
}


.f-industry-ministry-img {
    width: 120px;
}

.f-copyright {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
}

.f-license {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
}

.f-certificate ul {
    display: flex;
    align-items: center;
    float: right;
}

    .f-certificate ul li {
        width: 40px;
        margin: 6px;
    }

        .f-certificate ul li:last-of-type {
            width: 70px;
        }

.footer-last {
    z-index: 1;
    padding: 0 0 50px !important;
}

.copyright {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #d4d7dc !important;
    font-size: 14px;
}

.cpr-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-policy {
    display: flex;
    align-items: center;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .vertical-line-item {
    padding-left: 10px;
    padding-right: 10px;
}

.f-social-ctn {
    padding-left: 20px;
}

.copyright a, .copyright a:hover {
    color: #d4d7dc;
}

@media(max-width: 1099px) {
    #custom-menu-item .cmi-product-item {
        background: none;
        padding-left: 8px;
    }

    .footer .footer-links {
        margin-bottom: 63px;
    }
}

@media (min-width: 980px) {
    .footer .footer-head {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .f-logo img {
        margin: 0 50px 10px 0;
    }

    .f-menu {
        display: flex;
        align-items: center;
    }

    .footer-last {
        display: flex;
        align-items: center;
    }

    .footer-horizontal-line {
        height: 1px;
        background: rgba(164, 164, 164, 0.25);
        width: 70%;
        display: flex;
        margin: 0 auto 30px;
    }
}

@media (max-width: 979px) {
    .footer-head, .f-menu, .footer-last, .f-company-info {
        display: inline-block;
        width: 100%;
    }

    .cpr-ctn {
        flex-direction: column;
    }

    .f-logo img {
        margin: 0 auto 10px;
    }

    .f-social {
        display: table;
        margin: 0 auto;
    }

        .f-social ul li:first-of-type, .f-social ul li:last-of-type {
            margin: 0 auto;
        }



    ul.f-menu-item {
        float: none;
        display: table;
        margin: 20px auto;
    }

    .footer-last {
        display: inline-block;
    }

        .footer-last .f-company-info {
            padding: 0;
        }

    .f-copyright {
        justify-content: center;
    }

    .f-license {
        text-align: center;
    }

    .f-certificate {
        display: table;
        margin: 0 auto;
    }

        .f-certificate ul li:last-of-type {
            width: 40px;
        }
}

@media (max-width: 480px) {

    ul.f-menu-item li {
        font-size: 14px;
        margin-right: 7px !important;
    }

    .f-copyright {
        display: block;
        text-align: center;
    }

    .footer .vertical-line-item {
        display: none;
    }

    .footer .f-menu {
        padding-left: 0;
        padding-right: 0;
    }

    ul.f-menu-item li {
        font-size: 14px;
        margin-right: 9px;
    }

        ul.f-menu-item li:last-child {
            margin-right: 0;
        }

    .f-certificate ul li, .f-certificate ul li:last-of-type {
        width: 20%;
    }

    .cp-policy {
        display: block;
    }
}

@media (max-width: 360px) {
    .f-certificate ul li {
        width: auto;
    }

    ul.f-menu-item li {
        font-size: 13px;
    }
}

@media (max-width: 320px) {

    ul.f-menu-item li {
        font-size: 12px;
        margin-right: 6px;
        ;
    }

        ul.f-menu-item li:last-child {
            margin-left: 0;
        }
}
/*#endregion Footer */

/*#region Popup Video */
.popup-video-item {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

    .popup-video-item .pvi-content-item {
        position: absolute;
        width: 90%;
        max-width: 800px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        z-index: 2;
    }

    .popup-video-item .pvi-border-item {
        padding: 10px;
        background: #FFF;
        border-radius: 5px;
    }

    .popup-video-item .pvi-close-item {
        background: url(/sites/library/images/ic_close.png) top right no-repeat;
        background-size: 28px;
        height: 28px;
        width: 28px;
        display: block;
        position: absolute;
        right: -14px;
        top: -14px;
        cursor: pointer;
        z-index: 2;
    }
/*#endregion Popup Video */
