header {
    width: 100%;
    position: fixed;
    /*transition-duration: 0.5s;*/
    background-color: white;
    z-index: 15;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
}

.menu-min-size {
    display: none;
}

.pop-up-color {
    overflow-y: hidden;
    padding-right: 17px;
}

.header-logo-group {
    height: 87px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header-logo-group .first-logo img {
    width: 100%;
}

.contact {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    cursor: pointer;
    /*align-items: center;*/
}

.contact .contact-data {
    display: flex;
    margin-left: 20px;
    color: black;

}

.contact .first-icon{
    /*margin-top: 12px!important;*/
    font-size: 14px!important;
    font-weight: 500;
    margin-left: 8px!important;
}
.contact .first-icon span{
    margin-top: 4px;
    color: black;
}
.contact .first-icon img{
    width: 30px!important;
    height: 30px!important;
    display: flex!important;
    align-items: center!important;
}

.contact .contact-data img {
    width: 52px;
    height: 52px;
}

.contact .contact-data .contact-text {
    margin-left: 7px;
}

.contact .contact-data .contact-text span {
    font-size: 11px;
    color: grey;
    margin: 0;
    padding: 0;
    font-weight: 500;
    cursor: unset;
}

.contact .contact-data .contact-text p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

@media screen and (max-width: 1400px) {
    .header-logo-group .first-logo img {
        width: 90%;
    }

    .contact .contact-data img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .contact .contact-data:first-child .contact-text {
        display: none;
    }
    .contact .contact-data:nth-child(2) .contact-text {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    header {
        transition-duration: 0.5s;
    }
    .contact {
        display: none;
    }

    .new-logo-class {
        background: rgba(0, 0, 0, 0.6);
    }

    .new-logo-class .first-logo {
        z-index: -1;
    }

    .header-logo-group .first-logo {
        margin: auto;
        text-align: center;
    }

    .header-logo-group .first-logo {
        margin: auto;
        text-align: center;
    }

    .header-logo-group .first-logo img {
        width: 172px;
    }

    .menu-min-size {
        display: block;
    }

    .menu-min-size .phone {
        width: 100%;
        height: 53px;
        display: flex;
        align-items: center;
    }

    .new-style {
        display: block;
        width: 100%;
        height: 53px;
        background: rgba(0, 0, 0, 0.6);

    }

    .new-style .phone {
        display: flex;
        align-items: center;
        z-index: 2;
    }

    .new-style .phone img {
        z-index: -1;
    }


    .menu-min-size .contact-data:first-child {
        margin-left: 0;
    }
    .menu-min-size .contact-data {
        margin-left: 7px;
    }

    .menu-min-size .contact-data img {
        width: 35px;
        height: auto;
    }

    .menu-min-size .menu-logo {
        height: 35px;
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    .menu-min-size .menu-logo img {
        width: 35px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .menu-min-size {
        height: 48px;
    }
}


.header-main {
    height: 53px;
    width: 100%;
    display: flex;
    align-items: center;
    /*transition-duration: 0.5s;*/
}

.header-main .menu-title {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: auto;
}

.header-main .menu-title li {
    border-right: 1px solid lightgray;
    line-height: 4px;
    padding: 0 15px;
}

.header-main .menu-title li:last-of-type {
    border-right: 0;
}

.header-main .menu-title li a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 8px 0 12px;
}

.header-main .menu-title li a:before {
    transition: all 0.3s;
}

.header-main .menu-title li a:after {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #aaa;
    height: 1px;
}

.header-main .menu-title li a:hover:after {
    width: 100%;
}

.header-main .menu-title li a:hover {
    color: #000;
}

.header-main .language {
    display: flex;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
    align-items: center;
    cursor: pointer;
}

.header-main .language li {
    margin: 0 5px;
    font-size: 14px;
}

.header-main .language li a {
    color: black;
    text-decoration: none;
}

main {
    transition-duration: 0.5s;
    padding-top: 140px;
}

.menu-transition {
    /*transition-duration: .5s;*/
    transform: translatex(-612px);
}

.new-menu {
    /*transition-duration: .5s;*/
    transform: translatex(612px) !important;
}

.header-min-logo {
    display: none;
}

.header-min-logo .menu-close {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    padding-right: 30px;
}

.header-min-logo .menu-close img {
    width: 30px;
    height: 30px;
}

.header-min-logo a img {
    width: 150px;
    height: auto;
    display: flex;
    justify-content: flex-start;
}

#text-size {
    font-weight: 700;
}

.menu-scroll-lock {
    position: relative;
    overflow-y: hidden;
}

.menu-scroll-lock::after {
    content: "";
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.menu-shadow {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
}


@media screen and (max-width: 1400px) {
    .header-main .menu-title li {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1200px) {
    .header-main .menu-title li {
        padding: 0 10px;
    }

    .header-main .menu-title li a {
        font-size: 15px;
    }

}

/*@media screen and (min-width: 1024px) {*/
/*    .header-main {*/
/*        transform: unset;*/
/*    }*/
/*}*/

@media screen and (max-width: 1024px) {
    .header-main {
        /*transition-duration: .5s;*/
        transform: translatex(100%);
        display: flex;
        flex-direction: column-reverse;
        width: 552px;
        height: 100vh;
        padding: 30px 0 30px 30px;
        position: fixed;
        right: 0;
        top: 0;
        background-color: white;
        text-align: right;
        justify-content: flex-end;
        align-items: unset;
    }

    .header-min-logo {
        display: flex;
    }

    .header-main .menu-title {
        display: block;
        margin: 20px 0 0;
        overflow-y: scroll;
        padding-right: 30px;
    }

    .header-main .menu-title li {
        line-height: 1;
        padding: 0;
        border: 0;
        font-size: 18px;
        margin-top: 15px;
    }

    .header-main .menu-title li a {
        font-size: 19px;
        display: inline-block;
    }

    .header-main .language {
        align-items: unset;
        justify-content: flex-end;
        margin: 20px 0 0;
        padding-right: 30px;
    }

    .header-main .language li {
        font-size: 16px;
    }
}

@media screen and (max-width: 552px) {
    .header-main {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    main {
        padding-top: 135px;
    }
}




.main-h1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 800;
    color: #303849;
}

.main-h4 {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    margin-top: 15px;
}

.main-h4 span a{
    color: black;
}

.main-h4 a{
    color: grey;
    text-decoration: none;
}


@media screen and (max-width: 1200px) {
    .main-h1 {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 767px) {
    .main-h1 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 480px) {
    .main-h1 {
        font-size: 23px !important;
        margin-top: 17px !important;
    }
}


.active-header {
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

a[data-fancybox] img {
    cursor: zoom-in;
}

.fancybox__container {
    --fancybox-bg: rgba(7, 8, 12, 0.85);
}

.fancybox__container .fancybox__content {
    /* Create white border around the image */
    box-sizing: content-box;
    padding: 1rem;
    background: #fff;

    border-radius: 6px;
    color: #374151;
    /*box-shadow: 0 8px 23px rgb(0 0 0 / 50%);*/
}

.fancybox__caption {
    max-width: 80%;

    /* Prevent opacity change when dragging up/down */
    --fancybox-opacity: 1;
}


/* Please ❤ this if you like it! */

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');


:root {
    font-size: 20px;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #D4A300;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(39,46,61,0.8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #D4A300;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--yellow), var(--red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.is-using-mouse {
    overflow-y: hidden;
}
