:root {
    --main-color: #E92A00;
    --main-color2: #e92a00d9;
    --main-color3: #a6a6a6 ;
    --main-color4: #7f7f7f;
}
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.btn-nav-wrap {
    width: 0!important
}
.floating-menu {
    padding: 0;
    width: 40px;
    z-index: 100;
    position: fixed;
    top: 45vh;
    right: 0px;
}
.floating-menu ul {
    margin: 0;
    padding: 0;
}
.floating-menu ul li {
    display: block;
    text-align: center;
    padding: 8px 0;
}
.floating-menu .fm-fb {
    background: #4469b0;
}
.floating-menu .fm-youtube {
    background: red;
}
.floating-menu .fm-contact {
    background: #ccc;
}
.floating-menu .fm-linkedin {
    background: #1178b3;
}
.floating-menu .fm-fb i,
.floating-menu .fm-youtube i,
.floating-menu .fm-linkedin i {
    color: #fff;
}
.floating-menu ul li i {
    font-size: 20px;
}
.fix-top-menu {
    background: #000;
    height: 36px;
    line-height: 36px;
}
.fix-top-menu,
.fix-top-menu a {
    color: #fff;
}
.fix-top-menu .container {
    text-align: right;
}
.fix-top-menu.is-scroll {
    display: none;
}
.category {
    position: relative;
}
.category .content {
    position: absolute;
    top: 0;
    width: 100%;
}
.category .item {
    position: relative;
}
.category .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--main-color);
    padding: 6px 7px;
    border-radius: 50%;
}
.slick-prev:before {
    content: '←';
}
.slick-next:before {
    content: '→';
}
.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    background: transparent;
    border: unset;
    font-size: 0;
}
.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    background: transparent;
    border: unset;
    font-size: 0;
}
.an-pc {
    display: none!important;
}
.an-mb {
    display: block!important;
}
.ct_tab .img1 {
    margin-bottom: 15px;
}
.tab-content {
    display: none;
}
.tab-content.is-show {
    display: block;
}
.tab-content select {
    width: calc(50% - 2px);
    padding: 15px;
    border: unset;
}
.tab-content select {
    border-right: 1px solid #ccc;
}
.phanphoi .post-address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.phanphoi .post-address .btn-copy {
    padding: 5px;
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
}
.reason-home {
    position: relative;
}
.reason-home .content {
    /*position: absolute;*/
    /*z-index: 999;*/
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.contact .section2 {
    position: relative;
}
.contact .section2 .content {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.contact .section2 .content p.pline a {
    color: #fff;
}
@media (max-width: 991px) {
    .an-pc {
        display: block!important;
    }
    .an-mb {
        display: none!important;
    }
    .btn-nav-wrap {
        width: 66px!important
    }
    .category .content {
        position: relative;
        padding: 15px;
    }
}