@font-face {
    font-family: utmneo;
    src: url('../fonts/UTMNeoSansIntel.eot');
    src: url('../fonts/UTMNeoSansIntel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMNeoSansIntel.woff2') format('woff2'),
        url('../fonts/UTMNeoSansIntel.woff') format('woff'),
        url('../fonts/UTMNeoSansIntel.ttf') format('truetype'),
        url('../fonts/UTMNeoSansIntel.svg#UTMNeoSansIntel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: utmneo;
    src: url('../fonts/UTMNeoSansIntelBold.eot');
    src: url('../fonts/UTMNeoSansIntelBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMNeoSansIntelBold.woff2') format('woff2'),
        url('../fonts/UTMNeoSansIntelBold.woff') format('woff'),
        url('../fonts/UTMNeoSansIntelBold.ttf') format('truetype'),
        url('../fonts/UTMNeoSansIntelBold.svg#UTMNeoSansIntelBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Play', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Play', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.monter{
    font-family: 'Play', sans-serif;
}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.header-top{
    padding: 7px 0;
    background: #d3d3d3;
    height: 36px;
}
.welcome{
    font-size: 16px;
}
.welcome span{
    font-weight: 700;
    color: #ed1c24;
}
.social-head a{
    display: inline-block;
    color: #333333;
    margin-left: 15px;
}
.block-info-left {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 40px;
}
.bil-top {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.bil-top i{
    margin-right: 5px;
}
.bil-bottom {
    font-size: 15px;
}
.btn-red {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.btn-red:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.btn-red:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #a91605;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.btn-red:hover:after {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.btn-red span {
    position: relative;
    z-index: 9;
}
.block-info-head {
    display: flex;
    align-items: center;
}
.cart-top{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ed1c24;
    border-radius: 50px;
    margin-right: 40px;
    color: #ed1c24 !important;
    position: relative;
    font-size: 20px;
}
.count-cart{
    position: absolute;
    background: #ed1c24;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 13px;
    top: -5px;
    right: -5px;
}
.flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.block-header-center {
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-center {
    border-top: 2px solid #ed1c24;
}
.logo img{
    width: 170px;
}
.header-bottom{
    background: #ed1c24;
    position: relative;
    transition: all 0.3s;
}
.ul-main-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 5px 9px;
    height: 40px;
}
.ul-main-menu > li > a > span{
    display: inline-block;
    padding: 7px 10px;
    background: none;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ul-main-menu > li > a > span:before{
    content: unset;
}
.ul-main-menu > li:hover > a > span:before,
.ul-main-menu > li.active > a > span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.3);
    border-radius: 0 0 50% 50%;
    top: 0;
    left: 0;
}
.ul-main-menu > li:hover > a > span,
.ul-main-menu > li.active > a > span{
    background: #e70000;
    color: #fff300;
}
.ul-main-menu > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    top: calc(50% - 6px);
    background: #fff;
}
.ul-main-menu > li:last-child > a:after{
    content: unset;
}
.search-top {
    color: #fff !important;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
}
.has-sub {
    position: relative;
}
.ul-sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #ed1c24;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: none;
    min-width: 220px;
}
.ul-sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}
.has-sub-2 {
    position: relative;
}
.ul-sub-menu-2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #ed1c24;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 100%;
    display: none;
    min-width: 220px;
    border-left: 1px solid #fff;
}
.ul-sub-menu-2 > li > a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
}
.has-sub:hover .ul-sub-menu,
.has-sub-2:hover .ul-sub-menu-2 {
    display: block;
}
.ul-main-menu > li:hover > a,
.ul-sub-menu > li:hover > a,
.ul-sub-menu-2 > li:hover > a,
.search-top:hover {
    color: #fff300;
}
.btn-gui {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: #ed1c24;
    border-radius: 4px;
    min-width: 100px;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.modal-title{
    font-weight: 700;
    color: #ed1c24;
    text-transform: uppercase;
}
.close{
    color: #ed1c24;
    opacity: 1;
}
.items-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-banner {
    position: absolute;
    width: 1140px;
    padding-right: 570px;
    z-index: 9;
}
.control-banner {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control-banner a {
    display: inline-flex;
    width: 36px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}
.tit-banner {
    width: calc(100% - 100px);
    color: #ed1c24;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: utmneo;
}
.des-banner {
    margin: 20px 0;
    color: #000;
    font-size: 16px;
}
.btn-red {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.tit-pub-left-home {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Play', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tit-pub-left-home:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin-top: 10px;
}
.btn-white {
    display: inline-block;
    padding: 10px 20px;
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    font-family: 'Play', sans-serif;
}
.btn-white:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.btn-white:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ed1c24;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.btn-white span {
    position: relative;
    z-index: 9;
}
.btn-white:hover:after {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.btn-white:hover {
    color: #fff;
}
.main-intro-services{
    background: url(../img/bg-intro-ser.jpg) top center no-repeat;
    background-size: auto;
}
.img-gt {
    position: relative;
    top: -70px;
    z-index: 9;
    padding-right: 20px;
    padding-bottom: 20px;
}
.img-gt:before{
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    background: #ed1c24;
    right: 0;
    bottom: 0;
}
.img-gt img{
    position: relative;
    z-index: 9;
    border: 2px solid #fff;
}
.main-intro .container{
    position: relative;
    z-index: 9;
}
.k58{
    position: absolute;
    bottom: 150px;
    left: 20px;
}
.main-intro {
    position: relative;
}
.block-linhvuc {
    width: calc(50% - 15px);
}
.block-linhvuc > a{
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
    border: 3px solid transparent;
}
.block-linhvuc > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.block-linhvuc > a:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.block-linhvuc > a:hover:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.content-linhvuc {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    transition: bottom 0.5s;
}
.block-linhvuc > a:hover .content-linhvuc{
    bottom: 60px;
    transition: bottom 0.5s;
}
.block-linhvuc > a:hover{
    color: #ed1c24;
    border: 3px solid #ed1c24;
}
.icon-lv {
    text-align: center;
    margin-bottom: 20px;
}
.tit-lv {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: utmneo;
    text-align: center;
}
.tit-lv a {
    color: #fff;
}
.tit-lv:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin: 0 auto;
    margin-top: 20px;
}
.tit-pub-center-home {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    font-family: utmneo;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.tit-pub-center-home:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin: 0 auto;
    margin-top: 10px;
}
.main-services{
    width: 96%;
    margin: 0 auto;
}
.items-slider-prod{
    padding: 1px;
}
.block-prod {
    border: 1px solid #b7b7b7;
    padding: 2px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.img-prod {
    position: relative;
    overflow: hidden;
}
.img-prod > a {
    display: block;
}
.img-prod > a > img {
    width: 100%;
}
.span-sale {
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    top: 10px;
    right: 10px;
    background: #ed1c24;
    font-weight: 700;
}
.view-buy {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.view-prod {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    background: #ed1c24;
    white-space: nowrap;
    border: 1px solid #ed1c24;
}
.buy-prod {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 30px;
    background: #ed1c24;
    padding: 3px 10px 3px 1px;
    border-radius: 50px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ed1c24;
}
.ic-cart-prod {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50px;
    margin-right: 5px;
}
.ic-cart-prod img{
    width: auto !important;
}
.info-prod {
    padding: 15px 10px 10px 10px;
}
.prod-name {
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.prod-name > a {
    color: #000;
}
.code-prod {
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px;
}
.new-pri {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 700;
}
.old-pri {
    color: #a0a0a0;
    text-decoration: line-through;
    font-weight: 700;
}
.block-prod:hover .view-buy {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    transition: all 0.5s;
}
.prod-name > a:hover {
    color: #ed1c24;
    font-weight: 700;
}
.view-prod:hover, .buy-prod:hover {
    background: #fff;
    color: #ed1c24;
}
.block-dangky {
    padding: 40px 80px;
    background-image: linear-gradient(#ed1c24, #aa0006);
    position: relative;
    height: 122px;
}
.block-dangky:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-top: 122px solid transparent;
    border-left: 65px solid #fff;
    border-right: 0px solid transparent;
    border-bottom: 0 solid #fff;
}
.block-dangky:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-top: 122px solid transparent;
    border-right: 65px solid #fff;
    border-left: 0px solid transparent;
    border-bottom: 0 solid #fff;
}
.tit-pub-left-home {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    font-family: utmneo;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tit-pub-left-home:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin-top: 10px;
}
.content-news-b {
    background: #d21119;
    padding: 20px;
}
.tit-tth {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
}
.tit-tth a {
    color: #fff;
}
.des-news-b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}
.block-news-s {
    display: flex;
    margin-bottom: 30px;
}
.img-news-s {
    width: 50%;
}
.content-news-s {
    background: #d21119;
    padding: 20px 10px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.tit-tth {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
}
.tit-tth a {
    color: #fff;
}
.date-tth span:first-child {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.date-tth span {
    color: #fff;
}
.date-tth span:first-child i {
    margin-right: 5px;
}
.flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block-doitac .owl-item {
    border: 1px solid #ccc;
}
footer {
    background: #d11118;
    position: relative;
    border-bottom: 10px solid #39393c;
    margin-bottom: 75px;
}
footer:before {
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 0px;
}
footer .copy, footer:before {
    background: #39393c;
}
footer .color-part2 {
    position: absolute;
    margin-top: -5px;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 2;
}
footer .color-part2:after {
    content: "";
    display: inline-block;
    border-top: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 900px;
    max-width: 90%;
    position: relative;
    margin-top: 5px;
}
footer .color-part {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    width: calc(50% - 180px);
    margin-left: -100px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #cccccc;
}
.block-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
footer .block-content {
    background: url(../img/footer-bg.png) no-repeat top center;
    background-size: cover;
}
.social-ft a {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    color: #0098da;
}
.tit-ft {
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: utmneo;
}
.ul-ft {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li {
    margin-bottom: 10px;
}
.ul-ft > li > a {
    color: #fff;
}
footer .copy {
    height: 65px;
    line-height: 75px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    color: #fff;
}
#to-top {
    top: 0px;
    left: -30px;
    cursor: pointer;
    display: flex;
    position: absolute;
    width: 80px;
    text-align: center;
    height: 65px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #333;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.social-ft {
    margin-top: 30px;
    padding-left: 35px;
}
.social-ft a:last-child{
    margin: 0;
}
.box-icip{
    position: relative;
}
.box-icip i{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #ed1c24;
}
.box-icip .form-control{
    padding-left: 40px;
}
.tit-book-k58{
    color: #ed1c24;
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
}
#show-yc .modal-body{
    background: url(../img/bg-form.jpg) top right no-repeat;
    background-size: auto;
}
#show-yc button.close{
    color: #666;
    font-size: 30px;
    position: relative;
    z-index: 99;
}
.gr-radio [type="radio"]:checked,
.gr-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gr-radio [type="radio"]:checked + label,
.gr-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.gr-radio [type="radio"]:checked + label:before,
.gr-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #0098da;
    border-radius: 100%;
    background: #fff;
}
.gr-radio [type="radio"]:checked + label:after,
.gr-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ed1c24;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gr-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gr-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-breac{
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.img-ser-page{
    display: block;
    overflow: hidden;
}
.img-ser-page img{
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
}
.img-ser-page:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.block-ser-page{
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 30px;
}
.name-ser-page{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.name-ser-page:before{
    content: "";
    position: absolute;
    left: -15px;
    width: 3px;
    height: 100%;
    background: #ed1c24;
    top: 0;
}
.info-ser-page{
    padding: 20px 30px;
}
.pri-ser{
    color: #ed1c24;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.time-working{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.view-ser{
    display: inline-block;
    background: #d01212;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.view-ser:hover{
    background: #ed1c24;
}
.block-col-2 .row .col-md-4{
    width: 50%;
}
.block-aside {
    margin-bottom: 30px;
}
.box-tit-aside {
    background: #ed1c24;
    padding: 10px 10px 10px 15px;
    border-radius: 6px 6px 0 0;
}
.inside-tit-aside {
    padding: 10px 0 10px 10px;
    background-image: linear-gradient(to right,#b61717, #ed1c24);
    transform: skew(10deg);
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
}
.inside-tit-aside > img {
    transform: skew(-10deg);
    display: inline-block;
    margin-right: 10px;
}
.tit-aside {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transform: skew(-10deg);
    font-weight: bold;
    font-family: utmneo;
}
.list-cate-aside {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #b7b7b7;
    border-radius: 0 0 6px 6px;
    border-top: unset;
    border-bottom: unset;
    overflow: hidden;
}
.list-cate-aside > li > a { 
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 10px 10px 15px;
    color: #484848;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    font-size: 16px;
}
.list-cate-aside > li > a > i {
    color: #919191;
    margin-right: 10px;
}
.dmspsub{ font-size: 13px !important;color: #a27b7b !important;}
.current{ font-size: 13px !important;color: #f00 !important;}
.pagi {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.num-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #b7b7b7;
    color: #000;
    margin: 0 5px;
}
.num-page.active, .num-page:hover {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}
.block-slider-prod-detail {
    position: relative;
}
.sale-detail {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    z-index: 9;
}
.name-prod-detail {
    font-family: utmneo;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    color: #484848;
}
.cate-of-prod {
    margin-bottom: 10px;
}
.code-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.status-prod span {
    display: inline-block;
    padding: 3px 10px;
    background: #1c9c1c;
    color: #fff;
    border-radius: 50px;
}
.code-prod-detail{
    margin-bottom: 10px;
}
.status-prod {
    margin-bottom: 10px;
}
.old-prod-detail {
    color: #c5c5c5;
    margin-bottom: 10px;
    text-decoration: line-through;
}
.new-prod-detail {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ed1c24;
}
.box-qty-cart{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.box-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 30px;
}
.qty-prod-detail .box-qty {
    background: #f5f5f5;
    border-radius: 50px;
    border: none;
}
.btn-minus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-right: 1px solid #ccc;
}
.qty-prod-detail .btn-minus {
    border: unset;
    width: 40px;
    height: 40px;
}
.ip-soluong {
    width: 40px;
    padding: 5px 0;
    text-align: center;
    border: none;
    outline: unset;
}
.qty-prod-detail .ip-soluong {
    background: #f5f5f5;
    height: 40px;
}
.btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-left: 1px solid #ccc;
}
.qty-prod-detail .btn-plus {
    border: unset;
    width: 40px;
    height: 40px;
}
.short-des-prod {
    margin-bottom: 15px;
}
.add-to-cart {
    display: inline-flex;
    align-items: center;
    background: #ed1c24;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 50px;
}
.add-to-cart img {
    margin-right: 20px;
}
.share-prod {
    display: flex;
    align-items: center;
}
.share-prod > p {
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
}
.social-share a {
    color: #d5d5d5;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.social-share a:hover {
    color: #ed1c24;
}
.block-description-prod {
    margin-bottom: 40px;
}
#gall-prod {
    list-style-type: none;
}
.box-tit-des {
    padding-left: 20px;
}
.box-tit-des h3 {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    background: #f5f5f5;
    font-weight: bold;
    font-family: utmneo;
}
.box-des-content {
    background: #f5f5f5;
    padding: 15px;
}
.img-tv {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.img-tv img {
    transition: all 0.3s;
    transform: scale(1);
}
.tit-tv {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    background: rgba(41, 41, 41, 0.6);
}
.img-tv img:hover {
    transition: all 0.3s;
    transform: scale(1.2);
}
.tit-cont-page {
    color: #262626;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-sm {
    padding: 10px 25px;
    color: #fff;
    background: #ed1c24;
    border: none;
    outline: unset;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-recrui {
    font-size: 32px;
    font-weight: bold;
    font-family: utmneo;
    margin: 0;
    margin-bottom: 20px;
    color: #ed1c24;
}
.intro-recrui {
    background: url(../img/bn-recrui.jpg) center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}
.tit-work-environment {
    font-size: 32px;
    font-weight: bold;
    font-family: utmneo;
    margin: 0;
    margin-bottom: 20px;
    color: #ed1c24;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.block-welfare {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -150px;
    margin-bottom: 60px;
}
.item-welfare {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.item-welfare {
    border-right: 1px solid #ff7373;
}
.block-welfare .item-welfare:first-child {
    border-radius: 6px 0 0 6px;
}
.block-welfare .item-welfare:last-child {
    border-right: unset;
    border-radius: 0 6px 6px 0;
}
.content-welfare {
    background: rgba(237,28,36,0.9);
    padding: 30px 15px;
    min-height: 380px;
    height: 100%;
}
.content-welfare * {
    color: #fff;
}
.tit-welfara {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.des-welfara p {
    margin-bottom: 30px;
}
.des-welfara p:last-child {
    margin: 0;
}
.t-rec {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-family: utmneo;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tab-recrui table {
    width: 100%;
}
.tab-recrui table tr th {
    border-right: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.tab-recrui table tr th:last-child {
    border-right: unset;
}
.tab-recrui table tr td {
    border-right: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.tab-recrui table tr td:first-child {
    font-size: 18px;
    font-weight: 700;
}
.tab-recrui table tr td:last-child {
    border-right: unset;
}
.tit-proj {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
}
.block-aside-right {
    margin-bottom: 30px;
}
.info-apply-aside {
    background: #ed1c24;
    padding: 30px;
}
.info-apply-aside * {
    color: #fff;
}
.box-iaa {
    margin-bottom: 30px;
}
.top-iaa {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    margin-bottom: 15px;
    position: relative;
}
.top-iaa:before {
    content: "";
    display: block;
    top: 5px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
}
.top-iaa:after {
    content: "";
    display: block;
    top: 12px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    position: absolute;
}
.info-apply-aside .box-iaa:last-child {
    margin-bottom: 0;
}
.info-orther {
    background: #e1e1e1;
    padding: 30px;
}
.tit-o {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tit-o:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 4px;
    height: 20px;
    background: #ed1c24;
}
.list-o {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-o > li {
    position: relative;
    margin-bottom: 15px;
}
.list-o > li:before {
    content: "";
    display: block;
    top: 5px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #000;
    border-top: 7px solid transparent;
    position: absolute;
}
.list-o > li:after {
    content: "";
    display: block;
    top: 12px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #000;
    border-bottom: 7px solid transparent;
    position: absolute;
}
.table-cart form {
    width: 100%;
}
.table-cart table {
    width: 100%;
}
.table-cart table tr th {
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.table-cart table tr td {
    border: 1px solid #ebebeb;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}
.block-coupon {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-top: unset;
}
.ip-coupon {
    border: 1px solid #eee;
    padding: 6px 12px;
    height: 40px;
    outline: unset;
    width: 295px;
}
.btn-coupon {
    height: 40px;
    padding: 6px 30px;
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    margin-left: 10px;
    outline: unset;
    white-space: nowrap;
    border-radius: 2px;
}
.up-cart {
    height: 40px;
    padding: 6px 30px;
    border: none;
    background: #999;
    border: 1px solid #999;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap;
    outline: unset;
}
.tit-total {
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #262626;
}
.tab-total {
    display: flex;
    justify-content: space-between;
}
.box-tab-total {
    width: 100%;
    max-width: 375px;
}
.line-total {
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.line-total div {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
}
.line-total div:first-child {
    width: 30%;
}
.line-total div:last-child {
    width: 70%;
    font-weight: 700;
}
.box-btn-total > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #ed1c24;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 49px;
}
.box-btn-total {
    width: calc(100% - 390px);
}
.qa-coupon {
    background: #f7f7f7;
    margin-bottom: 30px;
    border-top: 5px solid #f75c6c;
    padding: 15px 15px 15px 58px;
    position: relative;
    line-height: 50px;
}
.qa-coupon:before {
    content: '';
    position: absolute;
    background: transparent;
    width: 14px;
    height: 13px;
    border: 1px solid #999;
    border-top: 3px solid #999;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.form-add-coupon {
    border: 1px dashed #e5e5e5;
    margin-bottom: 30px;
    padding: 40px 30px;
    border-radius: 0;
    display: none;
}
.form-add-coupon p {
    margin-bottom: 20px;
}
.form-add-coupon form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-add-coupon form input {
    width: calc(100% - 160px);
    border: 1px solid #eee;
    padding: 6px 12px;
    height: 40px;
    outline: unset;
}
.form-add-coupon form button {
    width: 140px;
    margin-left: 20px;
    border: 1px solid #666;
    background: #f7f7f7;
    height: 40px;
    text-align: center;
    color: #666;
    outline: unset;
}
.tit-pay {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.btn-sm-pay {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
}
.line-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.img-order {
    width: 100px;
    margin-right: 15px;
}
.info-order {
    width: calc(100% - 230px);
}
.info-order p {
    font-size: 16px;
}
.info-order p {
    font-size: 16px;
}
.pri-order {
    width: 100px;
    margin-left: 15px;
    text-align: right;
}
.flex-total {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flex-total p:first-child {
    font-weight: 700;
    width: 100px;
    margin-right: 10px;
    font-size: 16px;
}
.flex-total p:last-child {
    font-weight: 700;
    color: #ed1c24;
    font-size: 16px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #ed1c24;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    padding-left: 2px;
}
.ul-filter .form-check {
    margin-bottom: 10px;
}
.ul-filter .form-check:last-child {
    margin-bottom: 0;
}
.form-check label{
    margin: 0;
    font-weight: 700;
    font-weight: unset;
    font-family: Arial;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.block-bank {
    padding: 15px;
    border: 1px dashed #ccc;
    display: none;
}
.block-radio-pay .ul-filter .form-check {
    margin-bottom: 10px;
}
#show-yc .modal-content{
    overflow: hidden;
}
.block-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.img-news {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 33%;
    margin-right: 20px;
}
.right-news {
    width: calc(67% - 20px);
}
.img-news img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.tit-news {
    font-size: 20px;
    margin: 5px 0 15px;
    font-family: 'Play', sans-serif;
}
.date-post {
    font-size: 14px;
    margin-bottom: 15px;
}
.des-post {
    margin-bottom: 20px;
}
.view-post {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000;
    background: #fff;
}
.view-post span {
    display: inline-block;
    margin-left: 10px;
}
.tit-news {
    font-size: 20px;
    margin: 5px 0 15px;
    font-weight: 700;
}
.block-marquee {
    width: 100%;
    overflow: hidden;
    height: 0;
}
.main-marquee {
    background: #f1f1f1;
}
.marquee {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.marquee li {
    display: inline-block;
    padding: 10px 20px;
}
ul.marquee li > a{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    color: #ed1c24;
}
.block-form-ser-detail{
    background: url(../img/bg-form-ser.jpg) right center no-repeat;
    background-size: cover;
    padding: 30px;
}
.block-question{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #3b88c8;
    padding: 5px 0;
    z-index: 9999;
    width: 100%;
}
.list-support{
    display: flex;
    align-items: center;
}
.items-support{
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: 20px;
}
.icon-support{
    width: 28px;
    margin-right: 10px;
}
.icon-support img{
    opacity: 0.7;
}
.tit-sp{
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    opacity: 0.7;
}
.des-sp{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    opacity: 0.7;
    white-space: nowrap;
    display: block;
}
.right-items-support {
    line-height: 17px;
    width: calc(180px - 38px);
    display: block;
}
.md-sp{
    display: block;
    position: relative;
    background: #fffadf;
    padding: 5px 15px;
    border-radius: 4px;
    white-space: nowrap;
    width: 180px;
}
.md-sp .top-ms{
    color: #374b67;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.md-sp .bot-ms{
    color: #a78a00;
    font-size: 13px;
    display: block;
    font-weight: 700;
}
.md-sp img {
    position: absolute;
    top: -9px;
    right: -10px;
    width: 50px;
}
.right-sp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.a-ring-sp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e54b4d;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(34,36,38,0.35));
    -webkit-filter: drop-shadow(0 2px 4px rgba(34,36,38,0.35));
}
.a-ring-sp:before{
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    top: 5px;
    left: 5px;
    position: absolute;
}
.regis-not {
    display: inline-block;
    padding: 10px;
    background: #333;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 13px;
    position: relative;
    display: none;
}
.regis-not:after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-left-color: #333;
    border-width: 8px;
    margin-left: 0px;
}
.right-sp:hover .regis-not{
    display: block;
}
.vuilong{
    color: #ed1c24;
    margin-bottom: 15px;
}
#modal-support .modal-dialog{
    width: 320px;
}
#modal-support .gr-radio{
    display: flex;
    align-items: center;
}
#modal-support .modal-footer{
    display: flex;
    align-items: center;
    background: #e3e3e3;
    padding: 5px 15px;
}
.ghl{
    color: #000;
    margin-left: 20px;
}
.ghl a{
    color: #ed1c24;
}
#modal-support .modal-footer button{
    color: #fff;
    background: #ed1c24;
}
.support-hotline {
    display: flex;
    align-items: center;
}
.register-fixed {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #fff;
    width: 300px;
    filter: drop-shadow(0px 2px 2px rgba(34,36,38,.15));
    -webkit-filter: drop-shadow(0px 2px 2px rgba(34,36,38,.15));
    border-radius: 4px;
    transform: scale(0) translate(0,0);
    transition: transform 175ms ease-in-out,opacity 175ms ease-in-out;
    opacity: 0;
}
.register-fixed.active{
    transform: scale(1) translate(0,0);
    opacity: 1;
}
.mana-note {
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid #ebebeb;
    color: #e54b4d;
}
.info-mana-note {
    padding: 10px 15px;
    background: #fcfcfc;
}
.top-mana-note > img{
    width: 44px;
    object-fit: contain;
}
.btn-regis{
    background: #e54b4d;
    color: #fff;
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.register-fixed:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 9.9px;
    right: 15px;
}
.top-mana-note input{
    border-radius: 4px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ebebeb;
    width: 100%;
    outline: unset;
}
.top-mana-note {
    margin-bottom: 10px;
}
.header-bottom.header-bottom-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.header-bottom.header-bottom-fixed.push-header-bottom{
    right: 280px;
    transition: all 0.3s;
}
.editwhite *{
    color: #fff;
}
.block-back-w {
    background: rgba(255,255,255,0.3);
    padding: 15px;
    border-radius: 3px;
}
#show-yc.modal.in .modal-dialog{
    margin-bottom: 100px;
}





@media (min-width: 992px){
    .modal-dialog {
        width: 800px;
    }
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a {
        font-size: 14px;
    }
    .content-banner {
        width: 940px;
        padding-right: 470px;
    }
    footer .color-part {
        width: calc(50% - 140px);
    }
    .social-ft {
        padding-left: 25px;
    }
    .ul-main-menu > li > a > span{
        padding: 7px;
    }
    .block-info-left{
        padding-right: 30px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .welcome{
        display: none;
    }
    .header-top .flex-bw{
        justify-content: flex-end;
    }
    .social-head a:first-child{
        margin: 0;
    }
    .header-bottom{
        padding: 5px 0;
    }
    .header-mb .f-search {
        width: calc(100% - 40px);
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ed1c24;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #a7474b;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #000;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .content-banner {
        width: 720px;
        padding-right: 0;
    }
    .tit-pub-left-home, 
    .tit-pub-center-home, 
    .tit-pub-center, 
    .tit-pub-left {
        font-size: 26px;
    }
    .img-gt {
        position: relative;
        margin-top: 20px;
        top: unset;
    }
    .tit-lv {
        font-size: 26px;
    }
    .block-dangky {
        height: auto;
        padding: 20px;
    }
    .block-dangky:before,
    .block-dangky:after{
        content: unset;
    }
    .block-dangky .flex-bw {
        display: block;
        text-align: center;
    }
    .left-dangky {
        margin-bottom: 20px;
    }
    .block-news-b {
        margin-bottom: 30px;
    }
    footer .color-part {
        display: none;
    }
    footer {
        background: #000;
    }
    footer .col-sm-6 {
        margin-bottom: 20px;
    }
    .social-ft a {
        color: #fff;
    }
    .social-ft {
        padding-left: 0;
    }
    .map-gg iframe{
        height: 450px;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .tit-recrui {
        font-size: 40px;
    }
    .block-welfare {
        margin-top: 20px;
    }
    .item-welfare {
        width: 50%;
        border: 1px solid #fff;
        border-radius: 0 !important;
    }
    .intro-recrui {
        padding: 100px 0;
    }
    .tab-recrui table tr th {
        font-size: 18px;
    }
    .items-support{
        width: 160px;
        margin-left: 0;
        margin-right: 20px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .content-banner {
        width: 100%;
        padding: 0 15px;
    }
    .main-banner .owl-carousel .owl-item img {
        height: 300px;
        object-fit: cover;
    }
    .block-linhvuc {
        width: 100%;
    }
    footer .copy {
        font-size: 12px;
    }
    .table-cart form table tr:first-child {
        display: none;
    }
    .table-cart form table tr {
        border: 1px solid #ebebeb;
        border-bottom: 1px solid transparent;
    }
    .table-cart form table tr td {
        display: block;
        text-align: right;
        font-size: 16px;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ebebeb;
    }
    .table-cart form table tr td:nth-child(1), .table-cart form table tr td:nth-child(2) {
        text-align: center;
    }
    .table-cart form table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .table-cart form table tr:nth-child(even) {
        background: #f9f9f9;
    }
    .block-coupon {
        background: #f9f9f9;
    }
    .block-coupon .flex-bw {
        display: block;
    }
    .block-coupon .flex-bw .flex {
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .block-coupon .up-cart {
        width: 100%;
    }
    .ip-coupon {
        width: calc(50% - 5px);
    }
    .btn-coupon {
        width: calc(50% - 5px);
        margin: 0;
    }
    .tab-total {
        display: block;
    }
    .box-tab-total {
        max-width: unset;
    }
    .box-btn-total {
        width: 100%;
    }
    .name-prod-detail {
        margin-top: 20px;
    }
    .tit-recrui {
        font-size: 32px;
    }
    .tit-work-environment {
        font-size: 36px;
    }
    .intro-recrui .flex-bw {
        display: block;
    }
    .intro-recrui {
        padding: 50px 0;
    }
    .tab-recrui table tr, .tab-recrui table tr td {
        display: block;
        text-align: right;
        border: none;
    }
    .tab-recrui table tr {
        border-bottom: 1px solid #ccc;
    }
    .tab-recrui table tr:first-child {
        display: none;
    }
    .tab-recrui table tr td:first-child {
        display: none;
    }
    .tab-recrui table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .k58{
        width: 50%;
        bottom: 0;
    }
    #modal-support .modal-dialog {
        margin: 30px auto;
    }
    .list-support{
        flex-wrap: wrap;
    }
    .support-hotline{
        margin-bottom: 10px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .btn-red {
        padding: 7px 15px;
        font-size: 13px;
    }
    .cart-top{
        margin-right: 20px;
    }
    .logo img{
        width: 130px;
    }
    .block-header-center{
        padding: 10px 0;
    }
    .tit-pub-left-home, 
    .tit-pub-center-home, 
    .tit-pub-center, 
    .tit-pub-left {
        font-size: 22px;
    }
    .clear40{
        height: 20px;
    }
    .tit-lv {
        font-size: 20px;
    }
    .content-linhvuc {
        bottom: 15px;
    }
    .block-news-s {
        display: block;
    }
    .img-news-s, .content-news-s {
        width: 100%;
    }
    footer .copy {
        font-size: 9px;
    }
    #to-top {
        left: 0px;
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .nopdmb {
        padding: 0 !important;
    }
    .block-col-2 .row .col-md-4{
        width: 100%;
    }
    .map-gg iframe{
        height: 300px;
    }
    .info-order {
        width: calc(100% - 190px);
    }
    .img-order {
        width: 60px;
        margin-right: 15px;
    }
    .qa-coupon {
        padding: 10px 10px 10px 35px;
    }
    .block-news{
        display: block;
    }
    .img-news{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .right-news{
        width: 100%;
    }
    .tit-recrui {
        font-size: 28px;
    }
    .item-welfare {
        width: 100%;
    }
    .content-welfare {
        min-height: unset;
    }
    .block-linhvuc > a:hover .content-linhvuc{
        bottom: 40px;
        transition: bottom 0.5s;
    }
    #modal-support .modal-dialog {
        width: 290px;
    }
    .ghl {
        margin-left: 10px;
        font-size: 13px;
    }
    .items-support{
        width: 140px;
    }
    .right-sp{
        bottom: 10px;
    }
    footer{
        margin-bottom: 120px;
    }
    .box-qty-cart{
        display: block;
    }
    .qty-prod-detail{
        margin-bottom: 15px;
    }
    .regis-not{
        display: none !important;
    }
}
