/*
Theme Name: Theme Phố Web
Version: 1.0
Text Domain: themephoweb
*/
img{outline: none;max-width: 100%;height: auto}
input:focus,button:focus,select:focus,textarea:focus{outline: none}
iframe{margin-left: auto;margin-right: auto;max-width: 100%}
body{
    color: #333333;
    font-size: 16px;
    font-family: 'Mulish Regular';
    background: #F2F2F2;
    padding-left: 50px;
    padding-right: 50px;
}
header ul,
footer ul {margin:0;padding:0;list-style: none;}
a,a:hover{text-decoration: none;}

@font-face {
    font-family: 'Mulish Black';
    src:url('assets/fonts/Mulish-Black_0.ttf')
}

@font-face {
    font-family: 'Mulish BlackItalic';
    src:url('assets/fonts/Mulish-BlackItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Bold';
    src:url('assets/fonts/Mulish-Bold_0.ttf')
}

@font-face {
    font-family: 'Mulish BoldItalic';
    src:url('assets/fonts/Mulish-BoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBold';
    src:url('assets/fonts/Mulish-ExtraBold_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBoldItalic';
    src:url('assets/fonts/Mulish-ExtraBoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLight';
    src:url('assets/fonts/Mulish-ExtraLight_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLightItalic';
    src:url('assets/fonts/Mulish-ExtraLightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Italic';
    src:url('assets/fonts/Mulish-Italic_0.ttf')
}

@font-face {
    font-family: 'Mulish Light';
    src:url('assets/fonts/Mulish-Light_0.ttf')
}

@font-face {
    font-family: 'Mulish LightItalic';
    src:url('assets/fonts/Mulish-LightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Medium';
    src:url('assets/fonts/Mulish-Medium_0.ttf')
}

@font-face {
    font-family: 'Mulish MediumItalic';
    src:url('assets/fonts/Mulish-MediumItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Regular';
    src:url('assets/fonts/Mulish-Regular_0.ttf')
}

@font-face {
    font-family: 'Mulish SemiBold';
    src:url('assets/fonts/Mulish-SemiBold_0.ttf')
}

@font-face {
    font-family: 'Mulish SemiBoldItalic';
    src:url('assets/fonts/Mulish-SemiBoldItalic_0.ttf')
}

.mCustomScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #000;
}

.mCustomScrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

.mCustomScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #ff7800;
}

@keyframes scrolldown {
    0%, 100% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
}

.sweep-right-hover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.sweep-right-hover:before {
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sweep-right-hover:before {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
}
.sweep-right-hover:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}

.layer-page {margin-top: 110px}

/*Mobile*/
#ppo-overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
.mobile-header {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    top: 0;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%
}

.mobile-header .left-menu, .mobile-header .right-menu {
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s
}
.mobile-header .left-menu {
    left: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.mobile-header .left-menu span i {
    font-size: 35px;
}
.mobile-header .right-menu {
    right: 15px;
    top: 14px;
    font-size: 16px;
    display: none;
}
.mobile-header .right-menu a{color: #ff3232}
.mobile-header .right-menu a.cart-mobile {
    margin-right: 15px;
}
.mobile-header .right-menu .fa{font-size: 20px}
.mobile-header .title {
    width: 100%;
    text-align: center
}
.mobile-header .title img{
    max-height: 45px;
    margin-top: 9px;
}
.mobile-header .title p {
    font-size: 20px;
    letter-spacing: .58rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.mobile-header .title p a {
    color: #d41617
}
.st-menu {
    position: fixed;
    top: 0;
    left: -270px;
    display: none;
    width: 270px;
    height: 100%;
    z-index: 99999;
    /*-webkit-overflow-scrolling: touch;*/
    overflow: scroll;
    background: #153452;
    /*color: #fff;*/
}

.st-menu .nav {
    margin-top: 15px;
    padding-top: 20px;
}
.st-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.st-menu > ul > li > ul.sub-menu{
    list-style: none;
    padding-left: 35px;
    display: none;
}
.st-menu > ul > li > ul.sub-menu > li > ul.sub-menu{
    padding-left: 18px
}
.st-menu ul li {
    width: 100%;
    margin-bottom: 5px;
}
.st-menu ul > li > .caret{
    position: absolute;
    right: 15px;
    top: 14px
}
.st-menu ul li .wrap-link-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st-menu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.st-menu ul li .wrap-link-submenu .caret {
    margin-right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px dashed;
}
.st-menu ul li a:hover,
.st-menu ul li a:focus{
    color: #fff;
    background: none
}
.st-menu ul.sub-menu li a{
    padding-left: 0
}
.st-menu li.menu-item-has-children {
    background-image: url('assets/images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
}
.st-menu li.menu-item-has-children.dropdown{
    background-image: url('assets/images/arrow_bot.png');
    background-position: top 10px right 10px;
}

.bar {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    box-shadow: inset 0 9999in;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.bar:nth-child(1) {
    margin-top: 5px
}

.menu-icon {
    display: none
}

.st-menu-open .menu-icon {
    display: block
}

.st-menu-open .menu-icon+span {
    display: none
}

.st-menu-open .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px
}

.st-menu-open .bar:nth-child(2) {
    display: none
}

.st-menu-open .bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}
.st-menu .list-language-mobile li a {
    display: block;
}
/*END MOBILE*/

/*DESKTOP HEADER*/
.desktop-header {
    padding: 22px 30px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    margin: 0 50px;
    border-bottom: 1px solid #f7f7f7;
}
.desktop-header .wrap-search {
    position: absolute;
    bottom: -110px;
    z-index: 1;
    left: -1000px;
    margin: 0 30px;
}
.desktop-header .wrap-search.show {
    left: 0;
    right: 0;
}
.desktop-header .wrap-search .txtSearch {
    width: 100%;
    height: 80px;
    padding-left: 100px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
}
.desktop-header .wrap-search .txtSearch::placeholder {
    color: #B7BECD;
}
.desktop-header .wrap-search .btnSearch {
    position: absolute;
    right: 0;
    height: 80px;
    width: 173px;
    background: #D18F26;
    color: #fff;
    border: 1px solid #D18F26;
    font-weight: bold;
}
.desktop-header .logo {
    width: 20%;
}
.desktop-header .logo a img {
    width: 100px;
}
.desktop-header .wrap-menu-search-language {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.desktop-header .nav > li {
    padding: 10px;
}
.desktop-header .nav > li > a {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0 4px;
}
.desktop-header .nav > li > a:hover {
    color: #D18F26;
}
.desktop-header .nav li.current-menu-item > a,
.desktop-header .nav li.current-menu-parent > a {
    border-bottom: 4px solid #000;
}
.desktop-header .nav li.current-menu-item > a:hover,
.desktop-header .nav li.current-menu-parent > a:hover {
    color: #000;
}
.desktop-header .nav li.menu-item-has-children {
    position: relative;
}
.desktop-header .nav li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    width: max-content;
    z-index: 999;
    display: none;
    top: 40px;
    left: 35px;
    box-shadow: 4px 5px 30px 6px #1d21241f;
}
.desktop-header .nav li.menu-item-has-children .sub-menu > li:last-child {margin-bottom: 0;}
.desktop-header .nav li.menu-item-has-children .sub-menu > li {
    margin-bottom: 0;
    padding: 25px 36px 10px 36px;
}
.desktop-header .nav li.menu-item-has-children .sub-menu > li a {
    padding: 0;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.desktop-header .nav li.menu-item-has-children .sub-menu > li a:hover {
    color: #D18F26;
}
.desktop-header .nav li.menu-item-has-children .sub-menu > li:last-child a {
    border-bottom: none;
}
.desktop-header .nav li.current-menu-parent li.current-menu-item a {
    color: #D18F26;
}
.desktop-header .wrap-menu-search-language .icon-search {
    margin-left: 30px;
    margin-right: 10px;
    cursor: pointer;
}
/*END DESKTOP HEADER*/

/*Home page*/
.layer-home-page .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-home-page .section-1 .background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #153452;
    opacity: .7;
}
.layer-home-page .section-1 .wrap-notifi-scroll {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scrolldown 2s infinite;
}
.layer-home-page .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-home-page .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-home-page .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-home-page .section-1 .wrap-content-video .content_in_slider a {
    padding: 12px 64px;
    font-size: 20px;
    font-weight: 600;
    background: #D18F26;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.layer-home-page .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-home-page .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-home-page .section-2 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 123px 0;
}
.layer-home-page .section-2 .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #153452;
}
.layer-home-page .section-2 .wrap-content-left {
    padding-right: 50px;
    line-height: 32px;
}
.layer-home-page .section-2 .wrap-content-right {
    padding-left: 50px;
}
.layer-home-page .section-2 .wrap-content-right ul {
    list-style: disc;
}
.layer-home-page .section-2 .wrap-content-right ul li {
    margin-bottom: 15px;
}
.layer-home-page .section-3 {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #fff;
}
.layer-home-page .section-3 .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.layer-home-page .section-3 .link_cate:hover span {
    margin-right: 10px;
    transition: 0.5s all;
}
.layer-home-page .section-3 .link_cate {
    color: #000;
}
.layer-home-page .section-3 .link_cate span {
    font-weight: bold;
    margin-right: 10px;
    transition: 0.5s all;
}
.layer-home-page .section-3 .thumbnail-post img {
    height: 270px;
    object-fit: cover;
}
.layer-home-page .section-3 .wrap-title-excerpt {
    background: #FAFAFA;
    padding: 25px 15px 25px 25px;
    height: 330px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
}
.layer-home-page .section-3 .title-post {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    transition: 0.5s all;
}
.layer-home-page .section-3 .excerpt {
    padding-right: 10px;
}
.layer-home-page .section-3 .content-of-item:hover .wrap-title-excerpt {
    background: #153452;
    transition: 0.5s all;
    color: #fff;
}
.layer-home-page .section-3 .content-of-item:hover .title-post {
    color: #fff;
    transition: 0.5s all;
}
.layer-home-page .section-3 .content-of-item .date-public {
    position: absolute;
    bottom: 10px;
    left: 25px;
    transition: 0.5s all;
    font-size: 12px;
}
.layer-home-page .section-3 .content-of-item:hover .date-public {
    color: #fff;
}
.layer-home-page .section-3 .content-of-item .view-detail {
    display: block;
    margin-top: 30px;
    color: #000;
    font-size: 14px;
}
.layer-home-page .section-4 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.layer-home-page .section-4 .title {
    font-size: 18px;
    color: #153452;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.layer-home-page .section-4 .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}
.layer-home-page .section-4 .ui-tabs .ui-tabs-nav {
    padding: 0;
    background: #F2F2F2;
    border: none;
}
.layer-home-page .section-4 .ui-tabs .ui-tabs-nav li {
    border: none;
    background: none;
}
.layer-home-page .section-4 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 19px 44px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.layer-home-page .section-4 .ui-tabs .ui-tabs-panel {
    background: #F2F2F2;
    padding: 0;
}
.layer-home-page .section-4 .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #B5573B;
}
.layer-home-page .section-4 .wrap-all {
    display: flex;
    height: 450px;
}
.layer-home-page .section-4 .description_product {
    width: 50%;
    background: #B5573B;
    color: #fff;
    padding: 30px 50px 30px 50px;
    overflow-y: auto;
}
.layer-home-page .section-4 .description_product .text_description_product {
    max-width: 500px;
    height: 100%;
}
.layer-home-page .section-4 .img_product {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.layer-home-page .section-4 .wrap-contact {
    text-align: right;
    margin-top: 30px;
}
.layer-home-page .section-4 .wrap-contact a {
    font-size: 20px;
    color: #fff;
    padding: 16px 86px;
    background: #B5573B;
    margin-left: 17px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.layer-home-page .section-4 .wrap-contact:hover a {
    color: #000;
}
/*End home page*/

/*layer single*/
.layer-single {
    margin-top: 110px;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.layer-single .slogan {
    font-weight: 600;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .05;
    margin-bottom: 60px;
}
.layer-single .wrap-social-border-date-public-title,
.layer-single-recruitment .wrap-social-border-date-public-title {
    display: flex;
    align-items: flex-start;
}
.layer-single .social-border,
.layer-single-recruitment .social-border {
    max-width: 36px;
    text-align: center;
    border: 1px solid #D18F26;
    padding: 6px 0;
    border-radius: 50px;
    width: 20%;
    margin-right: 20px;
}
.layer-single .social-border ul,
.layer-single-recruitment .social-border ul {
    padding: 0;
    margin-bottom: 0;
}
.layer-single .social-border ul li,
.layer-single-recruitment .social-border ul li {
    list-style: none;
    margin-bottom: 10px;
}
.layer-single .social-border ul li a,
.layer-single-recruitment .social-border ul li a {
    color: #D18F26;
    text-decoration: none;
}
.layer-single .social-border ul li a i,
.layer-single-recruitment .social-border ul li a i {
    font-size: 14px;
}
.layer-single .wrap-date-public-title,
.layer-single-recruitment .wrap-date-public-title {
    width: 80%;
}
.layer-single .wrap-content .title {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2px;
}
.layer-single .first-img-post {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.layer-single .wrap-next-previous-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 20px;
    margin-top: 60px;
}
.layer-single .wrap-next-previous-post .wrap-previous {
    text-align: left;
}
.layer-single .wrap-next-previous-post .wrap-previous .text-previous i {
    margin-right: 15px;
}
.layer-single .wrap-next-previous-post .wrap-next {
    text-align: right;
}
.layer-single .wrap-next-previous-post .wrap-next .text-next i {
    margin-left: 15px;
}
.layer-single .wrap-next-previous-post .wrap-previous .text-previous,
.layer-single .wrap-next-previous-post .wrap-next .text-next {margin-top: 10px;}
.layer-single .wrap-next-previous-post .wrap-previous a,
.layer-single .wrap-next-previous-post .wrap-next a {
    color: #000;
}
.layer-single .wrap-next-previous-post .wrap-previous a:hover,
.layer-single .wrap-next-previous-post .wrap-next a:hover {
    color: red;
}
.layer-single .related_post .wrap-title-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.layer-single .related_post .title-related {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #153452;
}
.layer-single .related_post .link-cate {
    color: #000;
}
.layer-single .related_post .link-cate span {
    margin-right: 10px;
}
.layer-single .related_post .thumbnail-post img {
    height: 270px;
    object-fit: cover;
}
.layer-single .related_post .wrap-title-excerpt {
    background: #FAFAFA;
    padding: 25px;
    height: 330px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
}
.layer-single .related_post .title-post {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    transition: 0.5s all;
}
.layer-single .related_post .excerpt {
    color: #000;
}
.layer-single .related_post .content-of-item:hover .wrap-title-excerpt {
    background: #153452;
    transition: 0.5s all;
    color: #fff;
}
.layer-single .related_post .content-of-item:hover .title-post,
.layer-single .related_post .content-of-item:hover .excerpt {
    color: #fff;
    transition: 0.5s all;
}
.layer-single .related_post .content-of-item .date-public {
    position: absolute;
    bottom: 10px;
    left: 25px;
    transition: 0.5s all;
    font-size: 12px;
    color: #000;
}
.layer-single .related_post .content-of-item:hover .date-public {
    color: #fff;
}
.layer-single .related_post .content-of-item .featured-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    color: #fff;
    background: #D18F26;
    height: 64px;
    transition: .5s;
}
.layer-single .related_post .content-of-item .featured-detail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.layer-single .related_post .content-of-item .featured-detail .readmore {
    position: absolute;
    top: 50%;
    transform: translateX(-150%) translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 1s cubic-bezier(.19,1,.22,1);
    font-weight: 600;
    line-height: 24px;
    font-size: 12px;
    width: 80px;
}
.layer-single .related_post .content-of-item:hover .featured-detail {
    transform: translateX(100%);
}
.layer-single .related_post .content-of-item:hover .featured-detail .readmore {
    transform: translateX(-130%) translateY(-50%);
    opacity: 1;
}
/*end layer single*/

/*single recruitment*/
.layer-single-recruitment {
    margin-top: 110px;
    background: #fff;
}
.layer-single-recruitment .slogan {
    font-weight: 600;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .05;
    margin-bottom: 60px;
}
.layer-single-recruitment .wrap-content .title {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2px;
}
.layer-single-recruitment .wrap-end-date-khu-vuc {
    display: flex;
    justify-content: space-between;
    color: #ccc;
    font-size: 13px;
    max-width: 350px;
    margin-bottom: 30px;
}
.layer-single-recruitment .wrap-end-date-khu-vuc .khu_vuc {
    color: #000;
}
.layer-single-recruitment .wrap-send-cv-download-doc {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.layer-single-recruitment .send-cv {
    font-weight: bold;
    font-size: 20px;
    padding: 14px 92px;
    color: #fff;
    text-decoration: none;
    background: #D18F26;
    border: 1px solid #D18F26;
    cursor: pointer;
}
.layer-single-recruitment .send-cv:hover {
    color: #000;
    border: 1px solid #000;
}
.layer-single-recruitment .download-doc {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}
.layer-single-recruitment .list_img_employee_recruitment {
    padding-top: 100px;
}
.layer-single-recruitment .list_img_employee_recruitment .title {
    text-align: left;
    margin-bottom: 60px;
}
.layer-single-recruitment .list_img_employee_recruitment .title span:first-child {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    opacity: .3;
    margin-bottom: 10px;
}
.layer-single-recruitment .list_img_employee_recruitment .title span:last-child {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}
.layer-single-recruitment .list_img_employee_recruitment .list_img_employee {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.layer-single-recruitment .list_img_employee_recruitment .list_img_employee li {
    width: 25%;
    position: relative;
}
.layer-single-recruitment .list_img_employee_recruitment .title_thumbnail {
    position: absolute;
    bottom: 0;
    background: rgba(20,52,82,.8);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    padding: 6px;
    opacity: 0;
    -ms-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.layer-single-recruitment .list_img_employee_recruitment .list_img_employee li:hover .title_thumbnail {
     opacity: 1; 
}
/*end single recruitment*/

#modalUpCV .modal-dialog {
    max-width: 800px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    left: 50%;
}
#modalUpCV .modal-content {
    padding: 30px;
}
#modalUpCV .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#modalUpCV .title-1 {
    text-align: center;
    font-size: 24px;
    color: #da5020;
    text-transform: uppercase;
    font-weight: bold;
}
#modalUpCV .title-2 {
    text-align: center;
    margin-bottom: 30px;
}
#modalUpCV .wrap-field {
    display: flex;
}
#modalUpCV .wrap-field-left {
    padding-right: 10px;
}
#modalUpCV .wrap-field-right {
    padding-left: 10px;
}
#modalUpCV .wpcf7-submit {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 76px;
    background: #da5020;
    border: 1px solid #da5020;
    color: #fff;
    text-transform: uppercase;
}
#modalUpCV .uploadcv_label {
    margin-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #d18f26;
    border-bottom: #d18f26 solid 2px;
}
#modalUpCV .wrap-file-upload {
    display: none;
    justify-content: flex-end;
}
#modalUpCV .name-file-upload {
    margin-right: 15px;
}
/*footer*/
footer {
    background: #fff;
    /* position: relative; */
    /* padding-bottom: 80px; */
    /* padding-top: 140px; */
    /* padding-top: 60px; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
}
footer .img-footer {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 50px; */
    max-width: 369px;
}
footer .wrap-social {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
footer .wrap-social span {
    font-weight: 600;
    font-size: 14px;
    margin-right: 37px;
}
footer .list-social {
    display: flex;
}
footer .list-social li a {
    margin-right: 20px;
    color: #000;
    padding: 5px;
}
footer .wrap-email .wpcf7-form {
    width: 650px;
    position: relative;
    margin-bottom: 30px;
/*    height: 56px;*/
}
footer .wrap-email .wpcf7-form p {
    margin-bottom: 0;
    display: block;
    height: 56px;
    position: relative;
}
footer .wrap-email .wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: 15px;
    right: -80px;
}
footer .wrap-email .wpcf7-form-control-wrap {
    display: block;
}
footer .wrap-email .wpcf7-email {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #D4D4D4;
}
footer .wrap-email .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 76px;
    background: #b5573b;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 56px;
}
/*footer .wpcf7 form .wpcf7-response-output {
    display: none;
}*/
/*end footer*/

.go-to-top {
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background: #b5573b;
    height: 40px;
    width: 40px;
    right: 25px;
    bottom: 190px;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    transition: .3s;
    display: flex;
    align-items: center;
}
a.cta-action-text {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
}

a.cta-action-text img.icon-zalo {
    width: 55px;
}

a.cta-action-fb {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
}

a.cta-action-fb img.icon-fb {
    border-radius: 50%;
    width: 55px;
}
.wrap-language-mobile {
    padding-left: 15px;
}
.icon-search-mobile {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.wrap-search-mobile {
    position: absolute;
    bottom: -110px;
    z-index: 1;
    left: -1000px;
    padding: 0 30px;
    width: 100%;
}
.wrap-search-mobile #search {
    position: relative;
}
.wrap-search-mobile #search .txtSearch {
    width: 100%;
    height: 80px;
    padding-left: 30px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
}
.wrap-search-mobile #search .btnSearch {
    position: absolute;
    right: 0;
    height: 80px;
    width: 173px;
    background: #D18F26;
    color: #fff;
    border: 1px solid #D18F26;
    font-weight: bold;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
}
/* Responsive */
@media (max-width: 1600px){
    .layer-lien-he .section-2 .wrap-form {padding-right: 0}
}
@media (max-width: 1366px){
    .layer-chuyen-muc-tin-tuc .section-2 .wrap-title-excerpt, .layer-chuyen-muc-tin-tuc .section-4 .wrap-title-excerpt,
    .layer-home-page .section-3 .wrap-title-excerpt {
        height: 390px;
    }
    .layer-chuyen-muc-tin-tuc .section-2 .excerpt, .layer-chuyen-muc-tin-tuc .section-4 .excerpt,
    .layer-home-page .section-3 .excerpt {
        color: #000;
        max-height: 190px;
        overflow-y: auto;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .div-block .content .text-1 {
        font-size: 60px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .div-block .content .text-2 {font-size: 13px}
    .layer-gioi-thieu .section-chinh-phuc .text-home .text-1 {
        font-size: 50px;
    }
    .layer-gioi-thieu .section-chinh-phuc .text-home .text-2 {
        font-size: 50px;
    }
}
@media (max-width: 1024px){
    .desktop-header{display: none}
    .mobile-header{display: block}
    #wpadminbar{display: none;visibility: hidden}
    .layer-page {
        margin-top: 60px;
    }
    .layer-home-page .section-1 .wrap-content-video {width: 90%;}
    .layer-home-page .section-1 .wrap-notifi-scroll {left: 20px}
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .text-home {
        width: 325px;
    }
    .layer-gioi-thieu .section-3 .list-branch li a .img_branch {
        height: 200px;
    }
    .layer-gioi-thieu .section-chinh-phuc .text-home {
        width: 250px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .div-block .content .text-1 {
        font-size: 36px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .div-block .content .text-2 {
        font-size: 9px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc .wrap-div-2 .div-11 img {
        width: 90%;
    }
    .layer-gioi-thieu .section-chinh-phuc .text-home .text-1,
    .layer-gioi-thieu .section-chinh-phuc .text-home .text-2 {
        font-size: 32px;
    }
}
@media (max-width: 991px){
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .layer-home-page .section-1,
    .layer-page .section-1 {
        height: auto;
        padding: 100px 30px;
    }
    .layer-home-page .section-1 .wrap-notifi-scroll,
    .layer-page .section-1 .wrap-notifi-scroll {
        display: none;
    }
    .layer-home-page .section-1 .wrap-content-video,
    .layer-page .section-1 .wrap-content-video {
        position: unset;
        width: 100%;
        transform: unset;
    }
    .layer-home-page .section-1 .wrap-content-video .content_in_slider,
    .layer-page .section-1 .wrap-content-video .content_in_slider {
        width: 100% !important;
        padding-right: 0;
    }
    .layer-page .section-1 .wrap-content-video .content_in_slider {
        color: #fff;
        text-shadow: 2px 2px black;
    }
    .layer-home-page .section-1 .wrap-content-video .video,
    .layer-page .section-1 .wrap-content-video .video {
        display: none;
    }
    .layer-home-page .section-1 .wrap-content-video .content_in_slider a,
    .layer-page .section-1 .wrap-content-video .content_in_slider a {
        width: max-content
    }
    .layer-home-page .section-1 .wrap-content-video,
    .layer-gioi-thieu .section-1 .wrap-content-video {position: relative;top: unset;left: unset;}
    .layer-home-page .section-2,
    .layer-gioi-thieu .section-2,
    .layer-home-page .section-3 {padding: 60px 0}
    .layer-home-page .section-2 .wrap-content-right,
    .layer-gioi-thieu .section-2 .wrap-content-right {padding-left: 0}
    .layer-home-page .section-2 .wrap-content-left,
    .layer-gioi-thieu .section-2 .wrap-content-left {padding-right: 0}
    .layer-home-page .section-3 .wrap-title-excerpt {height: auto;}
    .layer-home-page .section-3 .content-of-item .date-public {position: unset;}
    .layer-home-page .section-4 .title {text-align: center;}
    .layer-home-page .section-4 {background: #fff;padding-top: 0;padding-bottom: 0}
    .layer-home-page .section-4 .ui-tabs .ui-tabs-nav {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }
    .layer-home-page .section-4 .wrap-all {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        height: auto;
    }
    .layer-home-page .section-4 .description_product {width: 100%;height: 300px;padding:20px}
    .layer-home-page .section-4 .img_product {width: 100%}
    .layer-home-page .section-4 .wrap-contact {text-align: center;}
    .layer-home-page .section-4 .wrap-contact a {margin-top: 15px}
    .layer-home-page .section-4 .ui-tabs .ui-tabs-nav {background: #fff;margin-bottom: 30px}
    .layer-home-page .section-4 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 15px 20px;
        font-size: 12px;
    }
    .layer-home-page .section-4 .ui-tabs .ui-tabs-nav li {margin-right: 0;margin-top: 0}
    .layer-san-pham .section-2 {padding-top: 60px}
    .layer-san-pham .section-2 .wrap-all {flex-wrap: wrap;}
    .layer-san-pham .section-2 .product_description,
    .layer-san-pham .section-2 .wrap-product-image-link-download {
        width: 100%;
    }
    .layer-san-pham .section-2 .product_description {
        border-bottom: 1px solid #ccc;
        height: 500px;
        overflow: auto;
        position: unset;
    }
    .layer-san-pham .section-2 .link_download_product {padding: 5px}
    .layer-san-pham .section-2 .owl-carousel .owl-item img {height: auto;}
    .layer-san-pham .section-2 .product_name {margin-bottom: 30px}
    .layer-thuong-hieu .section-2 {padding:60px 0 0 0;background: #fff}
    .layer-thuong-hieu .section-2 .content-of-item {
        min-height: auto;
        border: 1px solid #ccc;
        padding: 0 0 30px 0;
    }
    .layer-thuong-hieu .section-2 .wrap-logo {height: 100px;margin-bottom: 50px;}
    .layer-thuong-hieu .section-2 .wrap-logo .brand_logo {height: 100%;object-fit: contain;}
    .layer-thuong-hieu .section-2 .content-name-description {padding: 0 30px;text-align: center;}
    .layer-gioi-thieu .section-2 .title {text-align: center;}
    .layer-gia-tri .section-2 {padding-bottom: 0;padding-top: 60px}
    .layer-gia-tri .section-2 table tr {flex-wrap: wrap;margin-bottom: 0}
    .layer-gia-tri .section-2 table tr td {width: 100% !important;margin-bottom: 30px}
    .layer-gia-tri .section-4 .dot {margin-left: 7px}
    .layer-gia-tri .section-4 .slick-current .dot {margin-left: 0}
    .layer-gia-tri .section-4 .number-timeline {font-size: 20px}
    .layer-gia-tri .section-4 .slider-for .slick-list {margin-right: 0}
    .layer-gia-tri .section-4 .slider-for .content-of-item {flex-wrap: wrap;}
    .layer-gia-tri .section-4 .slider-for .content-of-item .img_timeline {margin-right: 0}
    .layer-gia-tri .section-4 .slider-for .content-of-item .content_timeline {
        width: 100%;
        margin-top: 15px;
    }
    .layer-gia-tri .section-4 .button-slick-prev {
        right: 0px;
        top: -38px;
    }
    .layer-gia-tri .section-4 .button-slick-next:hover,
    .layer-gia-tri .section-4 .button-slick-prev:hover {width: 38px;}
    .layer-gia-tri .section-4 .button-slick-prev.toggle {right: 0}
    .layer-page .section-1 .wrap-content-video .content_in_slider {
        text-shadow: 2px 2px #fff;
    }
    .layer-tai-lieu .section-2 {padding-bottom: 0}
    .layer-tai-lieu .section-2 .title_group_doc {
        padding: 10px;
    }
    .layer-tai-lieu .section-2 .list_document {
        padding: 0;
    }
    .layer-tai-lieu .section-2 .list_document li {
        padding: 15px;
    }
    .layer-tai-lieu .section-2 .name_doc {width: 80%;padding-right: 20px}
    .layer-tai-lieu .section-2 .link_down_doc {width: 20%}
    .layer-phan-phoi-trong-nuoc .section-1 .wrap-content-video .content_in_slider {
        text-shadow: 2px 2px black;
    }
    .layer-phan-phoi-trong-nuoc .section-2 {padding-top: 60px;padding-bottom: 60px;display: flex;}
    .layer-phan-phoi-trong-nuoc .section-2 .wrap-all {flex-wrap: wrap;}
    .layer-phan-phoi-trong-nuoc .section-2 .wrap-left {margin-right: 0;position: unset;}
    .layer-phan-phoi-trong-nuoc .section-2 .list-address li {padding: 15px}
    .layer-phan-phoi-trong-nuoc .section-2 .wrap-hotline-email {flex-wrap: wrap;}
    .layer-phan-phoi-trong-nuoc .section-3 .list_partner li {width: 50%;padding: 15px}
    .layer-phan-phoi-quoc-te .section-1 .wrap-content-video .content_in_slider {
        text-shadow: 2px 2px #000;
    }
    .layer-phan-phoi-quoc-te .section-2 {padding-top: 60px}
    .layer-phan-phoi-quoc-te .section-2 .note {
        bottom: -60px;
        left: 0
    }
    .layer-phan-phoi-quoc-te .section-2 .note .main-market, .layer-phan-phoi-quoc-te .section-2 .note .sold-market {
        margin-bottom: 5px;
    }
    .layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner .dot {
        transform: scale(.3);
    }
    .layer-phan-phoi-quoc-te .section-3 {padding-bottom: 0}
    .layer-phan-phoi-quoc-te .section-3 .list_partner li {width: 50%;padding: 15px}
    .layer-chuyen-muc-tin-tuc .section-1 .content-of-item .wrap-notifi-scroll {
        right: 0;
        left: unset;
    }
    .layer-chuyen-muc-tin-tuc .section-1 .content-of-item .wrap-content-video {width: 100%}
    .layer-chuyen-muc-tin-tuc .section-1 .content-of-item .wrap-content-video .content_in_slider {
        transform: scale(.7);
        width: 100% !important;
    }
    .layer-chuyen-muc-tin-tuc .section-2 {padding: 60px 0}
    .layer-chuyen-muc-tin-tuc .section-3 {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 0;
    }
    .layer-chuyen-muc-tin-tuc .section-3 .content-of-item {text-align: center;}
    .layer-chuyen-muc-tin-tuc .section-3 .content-of-item .quote {display: none;}
    .layer-chuyen-muc-tin-tuc .section-4 {padding-bottom: 60px}
    .layer-tuyen-dung .section-1 .wrap-content-video .content_in_slider {text-shadow: 2px 2px #000}
    .layer-tuyen-dung .section-2,
    .layer-tuyen-dung .section-3 {padding-top: 60px;padding-bottom: 60px}
    .layer-tuyen-dung .section-4 .list_img_employee li {width: 100%;margin-bottom: 10px}
    .layer-tuyen-dung .section-4 .title_thumbnail {font-size: 18px}
    .layer-single-recruitment {margin-top: 60px}
    .layer-single-recruitment .slogan {font-size: 40px}
    .layer-single-recruitment .send-cv {
        font-size: 16px;
        padding: 15px 30px;
    }
    .layer-single-recruitment .list_img_employee_recruitment .list_img_employee li {width: 100%;margin-bottom: 10px}
    .layer-single {margin-top: 60px;padding-top: 60px;padding-bottom: 0}
    .layer-page .section-1 .wrap-content-video {
        position: relative;
        top: unset;
        left: unset;
    }
    .layer-page .section-1 .wrap-content-video .content_in_slider {
        text-shadow: 2px 2px #000;

    }
    .layer-lien-he .section-2 .wrap-form {padding-right: 0}
    .layer-lien-he .section-2 .wrap-content {padding-left: 0}
    .layer-lien-he .section-2 .wrap-button-lien-he > p {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .layer-lien-he .section-2 .wrap-form .wpcf7-submit {width: max-content;margin: 0 auto;}
    .layer-lien-he .section-2 .wrap-form .wpcf7-spinner {left: 45%;top: 10px;}
    .layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span {width: 100%}
    .layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span:first-child {padding-right: 0}
    .layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span:last-child {padding-left: 0;margin-top: 20px}
    .wrap-search-mobile {bottom: -70px}
    .wrap-search-mobile #search .btnSearch {width: 100px}
    .wrap-search-mobile #search .txtSearch,
    .wrap-search-mobile #search .btnSearch {height: 50px}
    .layer-chuyen-muc-tin-tuc .section-2 .excerpt,
    .layer-chuyen-muc-tin-tuc .section-4 .excerpt,
    .layer-home-page .section-3 .excerpt {height: auto;}
    .layer-search .section-1 .title {text-align: center;}
    .layer-search .section-2 .search-form {width: auto;}
    .layer-search .section-2 .search-form .search-submit {padding: 11px 20px}
    .layer-gioi-thieu .section-1 {
        padding: 0;
    }
    .layer-gioi-thieu .section-3 .wrap-all {flex-wrap: wrap;justify-content: center;}
    .layer-gioi-thieu .section-3 .wrap-all .wrap-left {font-size: 28px;}
    .layer-gioi-thieu .section-3 .wrap-all .wrap-right .text-1 {font-size: 16px;}
    .layer-gioi-thieu .section-3 .wrap-all .wrap-right .text-2 {margin-left: auto;margin-right: auto;}
    .layer-gioi-thieu .section-3 .list-branch {flex-wrap: wrap;}
    .layer-gioi-thieu .section-3 .list-branch li {width: 100%;height: auto;padding: 40px 15px;}
    .layer-gioi-thieu .section-3 .list-branch li.hover {width: 100%;}
    .layer-gioi-thieu .section-3 .list-branch li.hover a .img_branch {height: auto;}
    .layer-gioi-thieu .section-3 .list-branch li.hover a .wrap-icon {display: none;}
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-pc {
        display: none;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile {
        display: block;
    }
    .layer-gioi-thieu .section-chinh-phuc .text-home {
        width: 272px;
        position: unset;
        margin-top: 55px;
        margin-left: 10px;
        margin-bottom: 55px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 12% 13% 25% 13% 37%;
        grid-template-rows: 20% 15% 5% 20% 20% 20%;
        grid-template-areas:
            "l01 l02 l02 l02 l03"
            "l04 l04 l04 l05 l03"
            "l04 l04 l04 l05 l03"
            "l06 l06 l06 l07 l07"
            "l08 l08 l09 l07 l07"
            "l08 l08 l10 l11 l11";
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-1 {
        grid-area: l02;
        position: relative;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-2 {
        grid-area: l03;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-3 {
        grid-area: l04;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-4 {
        grid-area: l05;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-5 {
        grid-area: l06;
        position: relative;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-6 {
        grid-area: l07;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-7 {
        grid-area: l08;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-8 {
        grid-area: l09;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-8 img {
        height: auto;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-9 {
        grid-area: l10;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-10 {
        grid-area: l11;
        position: relative;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-block .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-block .content .text-1 {
        font-size: 14px;
        color: #fff;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-1-mobile .div-block .content .text-2 {
        font-size: 54px;
        color: #fff;
        font-weight: bold;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile {
        display: flex;
        height: 150px;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile .div-11 {
        width: 50%;
        position: relative;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile .div-11 .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile .div-11 .content .text-2 {
        font-size: 54px;
        color: #fff;
        font-weight: bold;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile .div-11 .content .text-1 {
        font-size: 14px;
        color: #fff;
    }
    .layer-gioi-thieu .section-chinh-phuc .wrap-div-mobile .wrap-div-2-mobile .div-12 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .layer-gioi-thieu .section-4 .item,
    .layer-san-pham .section-2 .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-gioi-thieu .section-4 .item .wrap-content,
    .layer-san-pham .section-2 .item .wrap-content {
        margin-right: 0;
        width: auto;
        height: auto;
    }
    .layer-gioi-thieu .section-4 .item .wrap-content .content_nha_may,
    .layer-san-pham .section-2 .item .wrap-content .product_intro {
/*        height: auto;*/
    }
    .layer-san-pham .section-2 {
        margin-top: 0;
    }
    .layer-san-pham .section-1 {
        padding: 15px;
    }
    .layer-san-pham .section-1 .wrap-content-video .content_in_slider {padding: 30px}
    .layer-san-pham .section-2 .item {justify-content: center;padding: 30px;}
    footer {
/*        padding-bottom: 60px;
        overflow: hidden;*/
        padding-top: 15px;
    }
    footer .wrap-email .wpcf7-form {width: auto;}
    footer .wrap-email .wpcf7-submit {padding: 0 30px}
    footer .img-footer {width: 100px}
}
@media (max-width: 768px){
}
@media (max-width: 598px){
}
@media (max-width: 480px){
}
@media (max-width: 425px){
}
@media (max-width: 424px){
}
@media (max-width: 380px){
}
@media (max-width: 375px){
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
@media (max-width: 240px){
}