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;color: #e22e2b;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Open Sans', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Open Sans', 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;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.menu-lang{
    display: flex;
    align-items: center;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ul-main-menu > li > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;  
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
    font-size: 14px;
}
.ul-main-menu > li.active > a{
    color: #e22e2b;
    text-decoration: underline !important;
}
.ul-main-menu > li:hover > a{
    color: #e22e2b;
}
.a-lang{
    display: inline-block;
    margin-left: 15px;
}
.a-lang img{
    width: 20px;
}
.logo img{
    width: 235px;
}
header{
    position: relative;
}
.line-bg{
    content: "";
    position: absolute;
    width: calc(50% - 320px);
    background: #0065c8;
    height: 100%;
    left: 0;
    top: 0;
}
.line-bg:after{
    content: "";
    border-left: 0 solid transparent;
    border-right: 37px solid transparent;
    border-top: 100px solid #0065c8;
    position: absolute;
    left: 100%;
    top: 0;
}
.line-bg:before {
    content: "";
    border-left: 0 solid transparent;
    border-right: 52px solid transparent;
    border-top: 140px solid #dd020d;
    position: absolute;
    left: calc(100% - 8px);
    top: 0;
    z-index: -1;
}
header > .container{
    position: relative;
    z-index: 9;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    z-index: 999;
    background: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10px;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 7px 10px;
    color: #000;
    font-weight: 700;
}
.ul-sub-menu > li:hover > a{
    background: #ffebec;
    color: #e22e2b;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.main-banner{
    position: relative;
}
.main-banner .owl-theme .owl-nav{
    margin: 0;
}
.main-banner .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e22e2b;
    color: #fff !important;
    border: none;
    outline: unset;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border-radius: 4px;
    font-size: 24px;
}
.main-banner .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e22e2b;
    color: #fff !important;
    border: none;
    outline: unset;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 4px;
    font-size: 24px;
}
.main-banner .nivo-directionNav a.nivo-prevNav{
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e22e2b;
    color: #fff !important;
    border: none;
    outline: unset;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 4px;
    font-size: 24px;
}
.main-banner .nivo-directionNav a.nivo-nextNav{
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e22e2b;
    color: #fff !important;
    border: none;
    outline: unset;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border-radius: 4px;
    font-size: 24px;
}
.main-intro-home{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background: #f8f8f8;
    flex-wrap: wrap;
}
.main-intro-home > img{
    max-width: 60%;
}
.box-info-intro-home{
    position: absolute;
    left: 7%;
    z-index: 2;
    width: 31.25%;
}
.tit-intro{
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e22e2b;
    margin: 0;
}
.tit-intro:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #000;
    margin: 30px auto 0;
}
.box-tit-intro{
    margin-bottom: 30px;
}
.play-video{
    margin-top: 30px;
}
#play-vid{
    color: #303030;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}
#play-vid i{
    font-size: 48px;
    margin-right: 10px;
}
.box-video{
    display: none;
}
.box-video iframe{
    width: 100%;
    height: 100%;
}
.box-video.active{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.close-vid{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border: 1px solid #fff;
    outline: unset;
    background: #e22e2b;
    color: #fff;
}
.tit-pub {
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    color: #e22e2b;
}
.des-tit-pub{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.img-cate{
    display: block;
    overflow: hidden;
}
.img-cate > img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.img-cate:hover > img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.block-cate{
    margin-bottom: 30px;
}
.tit-cate{
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
}
.block-group-ser{
    background: #f7f7f7;
    padding: 80px 80px 40px;
}
.main-services{
    position: relative;
    padding-top: 110px;
}
.main-services:before{
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-ser.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.block-ser{
    margin-bottom: 40px;
}
.block-ser > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-ser > a > img{
    width: 80px;
    margin-right: 15px;
    object-fit: contain;
}
.block-ser > a > span{
    width: calc(100% - 95px);
    font-size: 22px;
}
.all-ser{
    display: inline-block;
    padding: 7px 20px;
    background: #e22e2b;
    color: #fff !important;
}
.all-ser:hover{
    box-shadow: 0 0 5px #e22e2b;
}
.all-ser:hover{
    background: #e22e2b;
}
.main-partner{
    background: url(../img/bg-dt.jpg) center center no-repeat;
    background-size: cover;
}
.sub-tit-partner{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #e9911e;
}
.tit-partner{
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 0px;
    line-height: 50px;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 33px;
    background: url(../img/after_bgtieude.png) left bottom no-repeat;
    font-weight: 700;
}
.tit-newsleter{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #e22e2b;
    text-transform: uppercase;
}
.des-newsleter{
    color: #fff;
    font-size: 13px;
}
.main-newsleter {
    display: inline-block;
    width: 100%;
    background: url(../img/bg-regis.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    padding: 30px 0;
}
.left-newsleter{
    width: 310px;
    margin-right: 30px;
}
.right-newsleter{
    width: calc(100% - 340px);
}
.right-newsleter form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-newsleter form .form-control{
    height: 40px;
    width: calc(33% - 30px);
}
.right-newsleter form button{
    height: 40px;
    width: 80px;
    background: #e22e2b;
    color: #fff;
    border: none;
    outline: unset;
    border-radius: 4px;
}
.footer-top{
    background: #0065c8;
}
.tit-ft{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #f37340;
    margin-top: 10px;
}
.footer-top *{
    color: #fff;
}
.line-thongke{
    margin-bottom: 10px;
}
.line-thongke img{
    width: 15px;
    object-fit: contain;
    margin-right: 10px;
}
.line-thongke span{
    color: #fff;
}
.fanpage{
    overflow: hidden;
}
.footer-bottom{
    background: #0065c8;
    padding: 15px 0;
    border-top: 1px solid #e22e2b;
}
.copyright{
    color: #fff;
    font-size: 11px;
}
.main-breadc{
    padding: 10px 0;
    background: #eee;
}
.tit-page{
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    color: #e22e2b;
}
.box-share{
    margin-top: 30px;
    background: #ececec;
    padding: 15px;
    border-radius: 5px;
}
.pshare{
    font-weight: 700;
    margin-bottom: 10px;
}
.intro-cate-prod{
    margin-bottom: 40px;
}
.img-prod{
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}
.img-prod > img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.img-prod:hover > img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.info-prod{
    padding: 20px 15px 0;
}
.tit-prod{
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}
.price-prod{
    text-align: center;
}
.price-prod span{
    color: #e22e2b;
}
.info-prod{
    margin-bottom: 30px;
}
.box-select-cate{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 5px 0;
}
.box-select-cate.active{
    background: rgb(0 101 200 / 10%);
    position: sticky;
    top: 0;
    z-index: 999;
}
.box-select-cate .form-control{
    width: auto;
}
.box-select-cate p{
    font-weight: 700;
    margin-right: 10px;
}
.block-prod-detail{
    margin-bottom: 40px;
}
.tit-prod-detail{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}
.ul-list-info-prod{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.ul-list-info-prod > li{
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}
.sp-pri{
    color: #e22e2b;
    font-size: 20px;
    font-weight: 700;
}
.block-tab-info-prod{
    margin-bottom: 40px;
}
.block-tab-info-prod .nav-tabs>li>a{
    margin-right: 5px;
    background: #eee;
    border-radius: 0;
    color: #000;
}
.block-tab-info-prod .nav-tabs>li.active>a{
    background: #333;
    color: #fff;
}
.block-tab-info-prod .nav-tabs>li{
    margin: 0;
}
.date-post{
    margin-bottom: 20px;
    color: #999;
}
.date-post i{
    margin-right: 5px;
}
.ul-rela-post {
    list-style-type: square;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.ul-rela-post > li{
    margin-bottom: 5px;
}
.ul-rela-post > li > a{
    color: #000;
}
.box-post-rela {
    margin-top: 20px;
    background: #ececec;
    padding: 15px;
    border-radius: 5px;
}
.ppost-rela {
    font-weight: 700;
    margin-bottom: 10px;
}
.block-news{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.img-news{
    display: block;
    overflow: hidden;
    width: 35%;
    margin-right: 15px;
    position: relative;
}
.img-news:after {
    position: absolute;
    top: 0;
    left: -66%;
    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,.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.img-news:hover:after{
    -webkit-animation: shine .75s;
    animation: shine .75s; 
}
@-webkit-keyframes shine { 
    100% {left: 125%;}
}
@keyframes shine { 
   100%  {left: 125%;}
}
.img-news > img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.img-news:hover > img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.info-news{
    width: calc(65% - 15px);
}
.tit-news{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.date-post-news{
    font-size: 14px;
    margin-bottom: 10px;
}
.des-news{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.name-comp{
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0066ff;
}
.form-group-file{
    position: relative;
    margin-bottom: 15px;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    height: 34px;
    margin: 0;
    opacity: 0;
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: 6px 12px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 32px;
    padding: 6px 12px;
    color: #495057;
    content: attr(title);
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.group-btn-contact{
    display: flex;
    align-items: center;
}
.group-btn-contact button{
    display: inline-block;
    padding: 7px 30px;
    background: #e22e2b;
    color: #fff;
    border: 1px solid #ccc;
    outline: unset;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
}
.box-view-intro{
    margin-top: 20px;
}
.box-view-intro a{
    display: inline-block;
    padding: 7px 20px;
    background: #e22e2b;
    color: #fff !important;
}
.box-view-intro a:hover{
    box-shadow: 0 0 5px #e22e2b;
}
.select-cate {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f4f4f4;
    background-image: none;
}
.select-cate::-ms-expand {
    display: none;
}
.select-box {
    position: relative;
    display: flex;
    height: 45px;
    line-height: 3;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: .25em;
}
.select-cate {
    flex: 1;
    padding: 0 35px 0 10px;
    color: #000;
    cursor: pointer;
}
.select-box::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.select-box:hover::after {
    color: #dd020d;
}
.pagi{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: center;

}

.pagi > a{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 30px;

    border: 1px solid #ebebeb;

    font-family: Arial;

    font-size: 14px;

    color: #444;

    margin: 0 1px;

}

.pagi > a.active,

.pagi > a:hover{

    background: #f75c6c;

    color: #fff;

    border: 1px solid #f75c6c;

}
.ad-gallery .ad-thumbs .ad-thumb-list{
    width: 100% !important;
}




@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        padding: 0 10px;
    }
    .line-bg {
        width: calc(50% - 235px);
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .line-bg {
        width: calc(50% - 135px);
    }
    header {
        padding: 10px 0;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
        overflow: hidden;
        box-shadow: 0px -4px 8px 0px #ccc;
    }
    header.head-over{
        overflow: unset;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #0065c8;
        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 .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: #000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #fff;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    #navbar-icon {
        width: 30px;
        height: 21px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-left: 20px;
    }
    #navbar-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #e22e2b;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #navbar-icon span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #navbar-icon span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    #navbar-icon span:nth-child(1),
    #navbar-icon span:nth-child(2) {
        top: 0px;
    }
    #navbar-icon span:nth-child(3),
    #navbar-icon span:nth-child(4) {
        top: 9px;
    }
    #navbar-icon span:nth-child(5),
    #navbar-icon span:nth-child(6) {
        top: 18px;
    }
    #navbar-icon.open span:nth-child(1),
    #navbar-icon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #navbar-icon.open span:nth-child(2),
    #navbar-icon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #navbar-icon.open span:nth-child(1) {
        left: 3px;
        top: 5px;
    }
    #navbar-icon.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 5px;
    }
    #navbar-icon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #navbar-icon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #navbar-icon.open span:nth-child(5) {
        left: 3px;
        top: 16px;
    }
    #navbar-icon.open span:nth-child(6) {
        left: calc(50% - 3px);
        top: 16px;
    }
    #mySidenav.active{
        width: 280px;
    }
    .main-intro-home{
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .box-info-intro-home {
        position: unset;
        left: unset;
        z-index: unset;
        width: 750px;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .tit-pub{
        font-size: 28px;
    }
    .block-group-ser{
        padding: 40px;
    }
    .block-ser > a > img{
        width: 80px;
    }
    .block-ser > a > span{
        width: calc(100% - 95px);
        font-size: 18px;
    }
    .block-ser {
        margin-bottom: 30px;
    }
    .tit-partner{
        font-size: 32px;
    }
    .right-newsleter form .form-control {
        height: 40px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .right-newsleter form button{
        width: calc(50% - 5px);
        margin-top: -10px;
    }
    .box-select-cate{
        display: none;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .line-bg {
        width: 240px;
    }
    .box-info-intro-home{
        width: 100%;
    }
    .main-intro-home > img{
        display: none;
    }
    .box-tit-intro{
        text-align: center;
    }
    .play-video{
        text-align: center;
    }
    .tit-pub{
        font-size: 24px;
    }
    .sub-tit-partner{
        font-size: 22px;
    }
    .main-newsleter .flex-bw{
        display: block;
    }
    .left-newsleter{
        width: 100%;
        margin-bottom: 20px;
    }
    .right-newsleter{
        width: 100%;
    }
    .block-map-contact iframe{
        height: 400px;
    }
    .intro-cate-prod .flex-bw{
        display: block;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img {
        width: 200px;
    }
    .line-bg {
        width: 205px;
    }
    .tit-intro{
        font-size: 22px;
    }
    .tit-intro:after{
        margin: 15px auto 0;
    }
    .clear40{
        height: 20px;
    }
    .tit-pub,{
        font-size: 22px;
    }
    .tit-page{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .block-group-ser{
        padding: 20px;
    }
    .main-services{
        padding-top: 80px;
    }
    .tit-partner{
        font-size: 26px;
    }
    .sub-tit-partner{
        font-size: 20px;
    }
    .right-newsleter form{
        display: block;
    }
    .right-newsleter form .form-control{
        width: 100%;
    }
    .right-newsleter form button{
        width: 100%;
        margin: 0;
    }
    .block-map-contact iframe{
        height: 300px;
    }
    .block-news{
        display: block;
    }
    .img-news{
        width: 100%;
        margin-bottom: 15px;
    }
    .info-news{
        width: 100%;
    }
    .block-ser > a > img {
        width: 65px;
    }
    .block-ser > a > span {
        width: calc(100% - 80px);
    }
}