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: #0098da;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.mont{font-family: 'Montserrat', 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;
}
.social-header {
    background: #39393c;
    position: relative;
    padding: 10px;
    height: 40px;
}
.name-com{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.block-social a{
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.block-social a:first-child{
    margin-left: 0;
}
.header-top {
    border-top: 6px solid #39393c;
    overflow: hidden;
}
.social-header:after{
    content: "";
    position: absolute;
    width: 3000px;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 1;
    background: #39393c;
}
.social-header:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
    border-top: 20px solid #39393c;
    border-left: 20px solid #fff;
    border-right: 20px solid #39393c;
    border-bottom: 20px solid #fff;
}
.block-info-left{
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 40px;
}
.bil-top{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bil-bottom{
    font-size: 14px;
    font-weight: 700;
}
.infor-header {
    padding: 30px 0;
}
.btn-blue{
    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-blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0098da;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.btn-blue:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #4ec6fa;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.btn-blue:hover:after{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.btn-blue span{
    position: relative;
    z-index: 9;
}
.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;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    height: 60px;
}
.ul-main-menu > li:hover > a{
    color: #0098da
}
.ul-main-menu > li > a:after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    top: calc(50% - 8px);
    background: #b7b7b7;
}
.menu-search{
    position: relative;
    background: #a91605;
}
.search-top {
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
}
.menu-search:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
    border-top: 30px solid #fff;
    border-left: 20px solid #fff;
    border-right: 20px solid #a91605;
    border-bottom: 30px solid #a91605;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #a91605;
    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;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ul-sub-menu > li:hover > a{
    color: #0098da
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.header-bottom{
    position: relative;
}
.header-bottom:after{
    content: "";
    position: absolute;
    width: calc(50% - 570px);
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: #a91605;
}
.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;
}
.btn-gui {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: #0098da;
    border-radius: 4px;
    min-width: 100px;
}
.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: #fff;
    border: 1px solid #fff;
}
.tit-banner{
    width: calc(100% - 100px);
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.des-banner{
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
}
.tit-pub-left{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tit-pub-left:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin-top: 10px;
}
.tit-pub-center{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.tit-pub-center:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #a91605;
    margin: 0 auto;
    margin-top: 10px;
}
.tit-pub-left-home{
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Montserrat', 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;
}
.tit-pub-center-home{
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    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;
}
.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: 'Montserrat', 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: #4ec6fa;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.btn-white:hover:after{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.btn-white:hover{
    color: #fff;
}
.btn-white span{
    position: relative;
    z-index: 9;
}
.img-gt{
    position: relative;
    top: -50px;
    z-index: 9;
}
.main-linhvuchoatdong{
    background: url(../img/world.png) top center no-repeat;
    background-size: cover;
}
.tit-lv{
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    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;
}
.block-linhvuc{
    width: calc(50% - 15px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.block-linhvuc:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.content-linhvuc{
    position: absolute;
    z-index: 9;
    bottom: 30px;
}
.icon-lv{
    text-align: center;
    margin-bottom: 20px;
}
.block-dangky{
    padding: 40px 80px;
    background-image: linear-gradient(#0098da, #006c9a);
    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;
}
.flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content-news-b{
    background: #0098da;
    padding: 20px;
}
.tit-tth {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.tit-tth a{
    color: #fff;
}
.block-news-s{
    display: flex;
    margin-bottom: 30px;
}
.img-news-s{
    width: 50%;
}
.content-news-s {
    background: #0098da;
    padding: 20px 10px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.date-tth span{
    color: #fff;
}
.date-tth span:first-child{
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}
.date-tth span:first-child i{
    margin-right: 5px;
}
.date-tth span:last-child{
    font-style: italic;
}
.des-news-b{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}
.block-doitac .owl-item{
    border: 1px solid #ccc;
}
footer{
    background: #0098da;
    position: relative;
    border-bottom: 10px solid #39393c;;
}
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;
}
footer .copy {
    height: 65px;
    line-height: 75px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    color: #fff;
}
footer .block-content {
    background: url(../img/footer-bg.png) no-repeat top center;
    background-size: cover;
}
.block-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.social-ft a{
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    color: #0098da;
}
.des-ft {
    color: #fff;
    margin: 20px 0;
}
#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;
}
.tit-ft{
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li > a{
    color: #fff;
}
.mgbt15{
    margin-bottom: 15px;
}
.clblue{
    color: #0098da;
}
.banner-page-thuexe{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-form-thuexe{
    position: absolute;
    z-index: 99;
    width: 1140px;
    top: 20px;
}
.form-thuexe {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
}
.group-thuxe{
    border: 1px solid #00aeef;
    padding: 6px 0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.group-thuxe > input{
    border: none;
    box-shadow: unset;
    width: calc(100% - 40px);
    background: none;
    outline: unset;
}
.group-thuxe > span{
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.group-thuxe > select{
    color:#000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0 10px;
}
.group-thuxe{
    position: relative;
    margin-bottom: 15px;
}
.group-thuxe:before {
    content: '';
    right: 0;
    top: 0px;
    width: 40px;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.ictx1:before{
    background: url(../img/ictx1.png) center center no-repeat
}
.ictx2:before{
    background: url(../img/ictx2.png) center center no-repeat
}
.ictx3:before{
    background: url(../img/ictx3.png) center center no-repeat
}
.ictx4:before{
    background: url(../img/ictx4.png) center center no-repeat
}
.btn-timxe{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #a91605;
    padding: 5px 15px;
    border-radius: 4px;
    border: none;
}
.icon-dm{
    width: 80px;
    margin-right: 20px;
}
.ct-dm{
    width: calc(100% - 100px);
}
.block-diemmanh{
    margin-bottom: 40px;
}
.name-xe{
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #0098da;
    text-align: center;
}
.main-chothuexe {
    background: #e6e6e6;
}
.info-xe{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.info-xe span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.info-xe span:last-child{
    margin-right: 0;
}
.chongoi:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/printer.png) -123px -92px no-repeat;
    margin-right: 5px;
}
.sotudong:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url(../img/printer.png) -32px -125px no-repeat;
    margin-right: 5px;
}
.xang:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 27px;
    background: url(../img/printer.png) -5px -31px no-repeat;
    margin-right: 5px;
}
.diez:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/printer.png) -32px -31px no-repeat;
    margin-right: 5px;
}
.view-xe{
    display: inline-block;
    background: #a91706;
    color: #fff !important;
    padding: 7px 30px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}
.view-xe i{
    margin-left: 5px;
}
.items-thuexe {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.block-slider-thuexe .owl-theme .owl-nav{
    margin-top: 0 !important;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    z-index: 9;
    font-size: 40px;
    top: calc(50% - 20px);
    right: -60px;
    outline: unset;
    background: none !important;
    color: #000 !important;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    z-index: 9;
    font-size: 40px;
    top: calc(50% - 20px);
    left: -60px;
    outline: unset;
    background: none !important;
    color: #000 !important;
}
.view-all-xe{
    background: #fff;
    color: #a91706;
    display: inline-block;
    padding: 7px 20px;
    box-shadow: 0 0 10px #6b6b6b;
    border-radius: 50px;
    font-weight: 700;
    min-width: 200px;
    font-family: 'Montserrat', sans-serif;
}
.tit-qt{
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0 15px 0;
}
.dot-line{
    position: relative;
    padding-bottom: 40px;
}
.dot-line:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: red;
}
.dot-line:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 50%;
    overflow: hidden;
    background: red;
}
.dot-line:first-child:after{
    width: 50%;
    left: 50%;
}
.dot-line:last-child:after{
    width: 50%;
}
.a-cauhoi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #000;
    min-height: 62px;
}
.a-cauhoi span{
    width: calc(100% - 37px);
}
.a-cauhoi img{
    width: 27px;
}
.list-cauhoi .panel-collapse{
    padding: 10px;
    padding-top: 0;
}
.a-cauhoi img {
    width: 27px;
    transform: rotate(90deg);
}
.list-cauhoi .panel-group .panel {
    box-shadow: 0 0 10px #ccc;
    margin: 0;
    margin-bottom: 30px;
    width: calc(33.333333% - 15px);
    height: max-content;
}
.list-cauhoi .panel-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hotline-datxe{
    text-align: center;
}
.hldx {
    display: inline-flex;
    border: 2px solid #ed1c24;
    border-radius: 50px;
    padding: 20px 40px 10px 40px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.a-hl {
    color: #ed1c24;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.sp-hl {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 10px;
}
.block-step{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.items-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
}
.items-step.doned .number-step{
    color: #fff;
    background: #a91605;
}
.items-step.doned .des-step{
    color: #a91605;
}
.items-step.doned .number-step:before {
    content: "";
    display: block;
    width: 171px;
    height: 8px;
    background: #a91605;
    position: absolute;
    right: 100%;
}
.items-step .number-step:before {
    content: "";
    display: block;
    width: 171px;
    height: 8px;
    background: #acacac;
    position: absolute;
    right: 100%;
}
.items-step .number-step{
    width: 30px;
    height: 30px;
    color: #fff;
    background: #acacac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
}
.items-step .des-step{
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-top: 10px;
}
.block-step .items-step:first-child .number-step:before,
.block-step .items-step:first-child .number-step:after{
    content: unset;
}
.items-step .des-step i{
    display: none;
}
.items-step.doned .des-step i{
    display: inline-block;
}
.tit-gtx{
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #0098da;
}
.chitietdatxe {
    background: #ebebeb;
}
.gioithieuxe{
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.info-xe-chitiet .info-xe{
    justify-content: unset;
}
.info-xe-chitiet .info-xe span{
    margin-right: 30px;
}
.info-xe-chitiet .info-xe span:last-child{
    margin-right: 0;
}
.ic-car:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 20px;
    background: url(../img/printer.png) -32px -66px no-repeat;
    margin-right: 5px;
}
.tit-aside{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.aside-datxe{
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
}
.ictx5:before {
    background: url(../img/arrow-tx.png) center center no-repeat;
}
.tit-thutuc{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.block-thutuc{
    margin-bottom: 40px;
}
.group-ttkh{
    border: 1px solid #00aeef;
    padding: 6px 12px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.group-ttkh > input{
    width: calc(100% - 30px);
    border: none;
    box-shadow: unset;
    outline: unset;
    background: none;
    padding: 0;
}
.group-ttkh > span{
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #0098da;
}
.items-ttkh{
    margin-bottom: 15px;
}
.group-ttkh textarea{
    border: none;
    box-shadow: unset;
    outline: unset;
    background: none;
    padding: 0;
    width: 100%;
}
.list-xe-cho-thue .items-thuexe{
    margin-bottom: 30px;
}
.list-xe-cho-thue {
    background: #e6e6e6;
    margin-top: 20px;
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    padding: 0 5px;
}
.pagi a.active{
    color: #fff;
    background: #00aeef;
    border-radius: 4px !important;
}
.pagi a:first-child{
    border-radius: 4px 0 0 4px;
}
.pagi a:last-child{
    border-radius: 0 4px 4px 0;
}
.banner-page-taichinh{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tit-page-tc{
    position: absolute;
    margin: 0;
    color: #fff;
    background: rgba(139, 31, 24, 0.8);
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 4px;
}
.clred{
    color: #a91605;
}
.block-dvnb {
    margin-bottom: 30px;
}
.tit-itdvnb {
    margin: 20px 0 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 10px solid #ed1c24;
    padding-left: 15px;
    font-family: 'Montserrat', sans-serif;
}
.btn-view {
    display: inline-block;
    position: relative;
    color: #fff !important;
    background: #0098da;
    padding: 7px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: 1px solid #ccc;
}
.banner-page-p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-page-p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.tit-page-p{
    position: absolute;
    width: 1140px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    bottom: 40px;
    z-index: 9;
}
.items-hoidap{
    margin-bottom: 20px;
}
.block-hoi > a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block-hoi > a > i{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #00aeef;
    border-radius: 4px;
    overflow: hidden;
}
.block-hoi > a > span{
    width: calc(100% - 50px);
    background: #a91605;
    min-height: 40px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    overflow: hidden;
}
.block-dap{
    display: none;
    background: #a91605;
    margin-top: 10px;
    margin-left: 50px;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
}
.form-lienhe {
    background: url(../img/backg-flh.jpg) bottom right no-repeat;
    background-size: cover;
    padding: 30px;
    box-shadow: 0 0 20px #ccc;
}
.form-lienhe .ip-lh {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 6px 12px;
    background: none;
    outline: unset;
}
.center-lh {
    text-align: center;
    margin-top: 30px;
}
.btn-lh {
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: #0098da;
    text-transform: uppercase;
    padding: 7px 20px;
    border: none;
    font-weight: 700;
}
.block-timnhanh{
    background: #00aeef;
    padding: 15px;
}
.main-timkiemnhanh{
    background: #f4f4f4;
    padding: 20px 0;
}
.group-timxe {
    padding: 0;
    min-height: 33px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    width: calc(100% - 30px);
}
.group-timxe:before {
    content: '';
    background: url(../img/arrow-search.png) center center no-repeat;
    right: 0;
    top: 0px;
    width: 20px;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.group-timxe > select {
    color: #000;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0 10px;
}
.blf-timxe{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.icon-tx{
    width: 30px;
    min-height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
}
.bl-xecu{
    height: 100%;
}
.bl-xecu img{
    height: 100%; 
    object-fit: cover;
}
.mgtb20{
    margin: 20px 0;
}
.info-xecu{
    margin-bottom: 15px;
}
.info-xecu span {
    display: inline-flex;
    align-items: center;
}
.info-xecu span:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #000;
    margin: 0 10px;
}
.info-xecu span:last-child:after{
    content: unset;
}
.giaxecu{
    font-weight: 700;
    font-size: 16px;
}
.giaxecu span{
    font-size: 24px;
    color: #a91605;
}
.view-xecu{
    display: inline-block;
    background: #d7d7d7;
    color: #00aeef;
    padding: 7px 10px;
    font-style: italic;
}
.view-xecu i{
    margin-left: 10px;
    font-style: italic;
}
.block-xecu {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.info-ctxc{
    padding: 0 15px 15px 15px;
}
.pagi .sp-pagi{
    border-radius: 4px;
    overflow: hidden;
}
.pagi .sp-pagi,
.pagi .sp-pagi a{
    background: #d4d4d4;
}
.pagi .sp-pagi a.active {
    color: #fff;
    background: #00aeef;
    border-radius: 4px !important;
    font-weight: 700;
}
.tab-thongsoxe .nav-tabs>li>a{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-bottom: 1px;
}
.tab-thongsoxe .nav-tabs>li>a i{
    margin-right: 10px;
}
.tab-thongsoxe .nav-tabs>li.active>a, 
.tab-thongsoxe .nav-tabs>li.active>a:focus, 
.tab-thongsoxe .nav-tabs>li.active>a:hover{
    background: #a91605;
    color: #fff;
    border: 1px solid #a91605;
}
.tab-thongsoxe .nav-tabs{
    border-bottom: 1px solid #a91605;
}
.tit-aside {
    background: #a91605;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 20px;
}
.asd-dm > a {
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
}
.dm-sub {
    padding-left: 30px;
}
.dm-sub a {
    display: block;
    color: #979797;
    margin-bottom: 5px;
}
.asd-dm a i.fa-angle-down {
    color: #f28b00;
}
.asd-dm a i {
    margin-right: 10px;
    display: inline-block;
    width: 10px;
}
.block-asd-dm {
    margin-bottom: 30px;
}
.tit-asd {
    font-weight: 700;
    color: #1d2b59;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.hr-10 {
    margin: 10px auto;
}
.search-aside input {
    border-radius: 50px;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    height: 140px;
    overflow: auto;
}
.ul-filter .form-check {
    padding: 8px 0;
}
.form-check label {
    margin: 0;
    font-weight: unset;
}
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.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="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #f28b00;
    animation: effect 250ms ease-in;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.item-bsl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.img-bsl {
    width: 100px;
    margin-right: 15px;
}
.img-bsl img {
    border-radius: 10px;
}
.ct-bsl {
    width: calc(100% - 115px);
}
.name-bsl {
    margin-bottom: 10px;
}
.name-bsl a {
    color: #000;
}
.new-pri-bsl {
    color: #000;
    font-weight: 800;
}
.old-pri-bsl {
    color: #c5c5c5;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 10px;
}
.smart-asd {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 20px;
}
.smart {
    color: #3f4255;
    font-size: 30px;
    font-weight: 700;
}
.watches {
    color: #f28b00;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-cate .owl-theme .owl-dots .owl-dot {
    outline: unset;
}
.banner-cate .owl-theme .owl-dots .owl-dot.active span, .banner-cate .owl-theme .owl-dots .owl-dot:hover span {
    background: #fc9811;
}
.grid-list a:hover, .grid-list a.active {
    color: #000;
}
.grid-list a {
    display: inline-block;
    margin-right: 15px;
    color: #d6d6d6;
}
.fil-select {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 20px;
}
.block-products {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.eff-scale {
    display: block;
    overflow: hidden;
}
.eff-scale:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.eff-scale img {
    transform: scale(1);
    transition: all 0.3s;
}
.info-products {
    background: #f2f2f2;
    padding: 20px 15px;
}
.name-pro {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}
.name-pro a {
    color: #1d2b59;
}
.view-pro {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #a91605;
    background: #fff;
}
.order-list .block-products {
    display: flex;
    justify-content: space-around;
}
.order-list .block-products > a.eff-scale, .order-list .block-products > .info-products {
    width: 50%;
}
.order-list .block-products .name-pro, .order-list .block-products .center {
    text-align: left;
}
.order-list .col-md-4 {
    width: 50%;
}
#imageGallery2 .lslide img {
    border-radius: 5px;
    width: 100%;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery img {
    border-radius: 5px;
    width: 100%;
}
.clblue-b {
    color: #1d2b59;
}
.spct-pri-old {
    color: #c5c5c5;
    text-decoration: line-through;
}
.spct-pri-new {
    font-size: 24px;
    font-weight: 800;
    color: #f92400;
}
.nhanbaogia {
    font-size: 18px;
    color: #fff !important;
    background: #1d2b59;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
}
.share-blog {
    display: flex;
    align-items: center;
}
.ul-social {
    display: flex;
    align-items: center;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.ul-social > li > a {
    display: inline-block;
    color: #919191;
    margin-right: 15px;
}
.tab-motasp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-motasp .nav-tabs>li>a {
    border: none !important;
    margin: 0;
    padding: 10px 30px;
    color: #919191;
    margin: 0 10px;
    border-radius: 10px 10px 0 0;
}
.tab-motasp .nav-tabs>li.active>a, .tab-motasp .nav-tabs>li.active>a:focus, .tab-motasp .nav-tabs>li.active>a:hover {
    background: #f5f5f5;
    font-weight: 800;
    color: #000;
}
.tab-motasp .tab-content {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}
.big-newsm {
    position: relative;
    height: calc(100% - 15px);
}
.big-newsm > a, .small-newsm > a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.big-newsm img, .small-newsm img {
    height: 100%;
    object-fit: cover;
}
.search-tt .stylish-input-group .form-control {
    background: #eff0f2;
    border-radius: 50px 0 0 50px;
}
.search-tt .stylish-input-group .input-group-addon {
    padding: 6px 12px;
    background: #eff0f2 !important;
    width: auto;
    border-radius: 0 50px 50px 0;
}
.stylish-input-group button {
    border: 0;
    background: transparent;
}
.content-newsm {
    position: absolute;
    background: rgb(0,0,0,0.5);
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tit-newsm {
    font-size: 18px;
    font-weight: 700;
}
.title-smnews {
    font-size: 14px;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}
.block-list-news {
    margin-bottom: 30px;
}
.news-xt i {
    color: #ed1c24;
    margin-right: 10px;
}
.tit-dmth {
    color: #a91605;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #17557e;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #17557e;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.asi-right-list ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.asi-right-list ul > li > a {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #000;
}
.block-bvm {
    margin-bottom: 15px;
}
.block-bvm .a-bvm {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.block-bvm .nd-bvm {
    float: left;
    width: calc(100% - 120px);
    font-size: 12px;
}
.tab-tuyendung .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-tuyendung .nav-tabs>li>a {
    border: none !important;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 10px;
    color: #000 !important;
    background: none !important;
    font-weight: 700;
}
.tab-tuyendung .nav-tabs>li.active>a, .tab-tuyendung .nav-tabs>li.active>a:focus, .tab-tuyendung .nav-tabs>li.active>a:hover {
    color: #a91605 !important;
}
.block-sub-chinhsachnhansu {
    margin-bottom: 40px;
}
.list-chinhsachnhansu .block-sub-chinhsachnhansu:nth-child(even) .flex-bw {
    flex-direction: row-reverse;
}
.bang-tuyendung table {
    width: 100%;
    border: 1px solid #ccc;
}
.bang-tuyendung table tr th, .bang-tuyendung table tr td {
    padding: 10px;
    border: 1px solid #ccc;
}
.naphoso {
    display: inline-block;
    padding: 10px 15px;
    color: #fff !important;
    background: #ac7900;
    border: 1px solid #ac7900;
}
.quaylai {
    background: #ebebeb;
    padding: 10px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.tit-tdct {
    margin: 0;
    font-weight: 700;
    border-left: 5px solid #a91605;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}
.naphoso:hover {
    background: #fff;
    color: #ac7900 !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 80px);
}
.btn-apply {
    border: 1px solid #435560;
    background-color: #435560;
    padding: 8px 10px 5px 10px;
    font-size: 15px;
    color: #fff;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.header-mobile{
    display: none;
}
.search-tt .stylish-input-group .form-control {
    background: #eff0f2;
    border-radius: 50px 0 0 50px;
}
.search-tt .stylish-input-group .input-group-addon {
    padding: 6px 12px;
    background: #eff0f2 !important;
    width: auto;
    border-radius: 0 50px 50px 0;
}
.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}




@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .block-info-left{
        padding-right: 15px;
    }
    .ul-main-menu > li > a{
        padding: 20px 15px;
    }
    .header-bottom:after {
        width: calc(50% - 470px);
    }
    .content-banner {
        width: 940px;
        padding-right: 470px;
    }
    footer .color-part{
        width: calc(50% - 140px);
    }
    .banner-page-thuexe img{
        height: 400px;
        object-fit: cover;
    }
    .block-form-thuexe{
        width: 940px;
    }
    .tit-page-p{
        width: 940px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .name-com{
        display: none;
    }
    .logo-mb img{
        width: 150px;
        display: inline-block;
        margin: 15px 0;
    }
    .infor-header{
        padding: 15px 0;
    }
    .social-header:before {
        content: "";
        position: absolute;
        width: 3000px;
        height: 100%;
        right: 100%;
        top: 0;
        z-index: 1;
        background: #39393c;
        left: unset;
        border: unset;
    }
    .social-header .flex-bw{
        justify-content: center;
    }
    .social-header {
        padding: 5px;
        height: 30px;
    }
    .infor-header .flex-bw{
        display: block;
    }
    .infor-left {
        display: none;
    }
    .block-info-left {
        padding-right: 15px;
        flex: 1 auto;
    }
    .infor-header .btn-blue{
        width: 150px;
        margin: 0 auto;
        display: block;
    }
    .header-bottom {
        background: #a91605;
        padding: 5px 0;
    }
    .header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #a91605;
        z-index: 99999999;
        height: 100vh;
    }
    .sp-cn {
        position: absolute;
        width: 80px;
        height: 40px;
        left: calc(50% - 40px);
        bottom: 0;
        background: #fff;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    .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 #ddd;
    }
    .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 #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #421d1c;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .content-menu-mobile {
        max-height: calc(100vh - 60px);
        overflow: auto;
    }
    .search-mobile{
        padding: 10px 20px;
    }
    .content-banner {
        width: 720px;
        padding-right: 0;
    }
    .img-gt{
        position: unset;
        margin-top: 30px;
    }
    .tit-pub-left-home,
    .tit-pub-center-home,
    .tit-pub-center,
    .tit-pub-left{
        font-size: 26px;
    }
    .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;
    }
    .social-ft a{
        color: #fff;
    }
    footer{
        background: #000;
    }
    footer .col-sm-6{
        margin-bottom: 20px;
    }
    .block-form-thuexe {
        width: 720px;
    }
    .dot-line:first-child:after{
        width: 100%;
        left: 0;
    }
    .dot-line:last-child:after{
        width: 100%;
    }
    .dot-line{
        margin-bottom: 30px;
    }
    .list-cauhoi .panel-group .panel{
        width: calc(50% - 15px);
    }
    .tit-page-p{
        width: 720px;
    }
    .main-timkiemnhanh .flex-n{
        display: block;
    }
    .block-timnhanh{
        margin-bottom: 20px;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .main-tin .flex-bw.mtfl {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .search-tt {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-tt .input-group {
        width: 100%;
    }
    .search-tt .stylish-input-group .input-group-addon {
        width: 50px;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}

@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%;
    }
    .date-tth span:first-child {
        padding-right: 15px;
        margin-right: 15px;
    }
    footer .copy{
        font-size: 12px;
    }
    .block-form-thuexe {
        width: 100%;
        padding: 0 15px;
    }
    .list-cauhoi .panel-group .panel{
        width: 100%;
    }
    .sp-hl {
        font-size: 18px;
        top: -13px;
    }
    .a-hl{
        font-size: 24px;
    }
    .tit-page-tc{
        font-size: 26px;
    }
    .tit-page-p{
        width: 100%;
        padding: 0 15px;
    }
    .tit-page-p{
        font-size: 26px;
    }
    .tab-motasp .nav-tabs>li>a {
        border-radius: 10px;
        margin: 0;
    }
    .tab-motasp .nav-tabs>li {
        width: 50%;
    }
    .tab-motasp .nav-tabs {
        flex-wrap: wrap;
    }
    .order-list .col-md-4 {
        width: 100%;
    }
    .block-step{
        display: none;
    }
    .big-newsm {
        margin-bottom: 20px;
    }
    .flex-n.blmb {
        display: block;
    }
    #moitruong .flex-bw{
        display: block;
    }
    .list-chinhsachnhansu .block-sub-chinhsachnhansu .flex-bw {
        display: block;
    }
    .img-cns {
        margin-bottom: 20px;
    }
    .tab-tuyendung .nav-tabs>li.active>a, .tab-tuyendung .nav-tabs>li.active>a:focus, .tab-tuyendung .nav-tabs>li.active>a:hover {
        background: #f1f1f1 !important;
    }
    .tab-tuyendung .nav-tabs>li {
        float: unset;
        text-align: center;
    }
    .tab-tuyendung .nav-tabs {
        display: block;
    }
    .bang-tuyendung {
        overflow: auto;
    }
    .bang-tuyendung table {
        width: 700px;
    }
    .tab-tuyendung .nav-tabs>li>a{
        margin: 0;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .tit-pub-left-home,
    .tit-pub-center-home,
    .tit-pub-center,
    .tit-pub-left{
        font-size: 22px;
    }
    .tit-lv{
        font-size: 20px;
    }
    .clear40{
        height: 20px;
    }
    .block-news-s{
        display: block;
    }
    .img-news-s,
    .content-news-s{
        width: 100%;
    }
    footer .block-content{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    footer .copy{
        font-size: 9px;
    }
    .nopdmb{
        padding: 0 !important;
    }
    #to-top {
        left: 0px;
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .hldx {
        display: block;
        text-align: center;
        border-radius: 11px;
        padding: 15px;
    }
    .hldx a{
        display: block;
    }
    .hldx span{
        display: none;
    }
    .hldx span.sp-hl{
        display: block;
        position: unset;
        margin-bottom: 10px;
    }
    .tit-page-tc{
        font-size: 20px;
        text-align: center;
        width: calc(100% - 30px);
    }
    .tit-page-p{
        font-size: 20px;
        bottom: 20px;
    }
    .block-dap{
        margin-left: 0;
    }
    .form-lienhe{
        padding: 15px;
    }
    .tab-motasp .nav-tabs>li {
        width: 100%;
    }
    .tab-motasp .tab-content {
        padding: 15px;
    }
    .block-list-products > .flex-bw {
        display: block;
    }
    .grid-list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .fil-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .control-hoso .naphoso {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 15px !important;
        text-align: center;
    }
    .control-hoso .quaylai {
        width: 100%;
        text-align: center;
    }
}