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: #d73a43;}
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;}
.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;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.ul-main-menu > li:hover > a{
    color: #d73a43;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.ul-sub-menu > li:hover > a{
    color: #d73a43;
}
header{
    border-top: 4px solid #d73a43;
    padding: 15px 0;
}
.search-top {
    color: #000;
    margin-right: 15px;
    padding: 10px;
}
.search-lang .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 50px;
    border: none;
}
.search-lang .bootstrap-select>.dropdown-toggle.bs-placeholder{
    border: none;
    padding: 0;
    background: none !important;
    outline: unset !important;
    box-shadow: unset;
}
.search-lang .bootstrap-select.btn-group .dropdown-menu{
    padding: 0;
}
.search-lang .dropdown-menu>li>a{
    padding: 5px 10px;
}
.logo img{
    width: 160px;
}
.search-lang .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    color: #000;
    font-size: 16px;
}
.search-lang .bootstrap-select .dropdown-toggle{
    border: none;
    padding: 0;
    background: none !important;
    outline: unset !important;
    box-shadow: unset;
}
.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;
}
.tit-pub-line{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.tit-pub-line:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #d73a43;
    margin-top: 10px;
}
.block-item-linhvuc{
    position: relative;
}
.block-item-linhvuc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.tit-item-linhvuc {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 15px;
    z-index: 9;
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-item-linhvuc a{
    color: #fff;
    display: inline-block;
}
.grid-mansory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
    grid-gap: 20px;
    grid-auto-flow: dense;
    padding: 0;
}
.item--1x2 {
    grid-row: auto / span 2;
}
.block-item-linhvuc img{
    height: 100%;
    object-fit: cover;
}
.block-intro-linhvuc {
    overflow: hidden;
}
.tit-ft{
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.address-com p{
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}
.address-com p i{
    width: 30px;
}
.address-com p span{
    width: calc(100% - 30px);
}
.ul-ft{
    list-style-type: none;
    padding-left: 15px;
}
.ul-ft > li{
    margin-bottom: 7px;
}
.ul-ft > li > a{
    color: #000;
}
.social-ft{
    margin-top: 10px;
}
.social-ft a{
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-size: 20px;
}
.form-ft form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.form-ft form input{
    border: none;
    box-shadow: unset;
    outline: unset;
    padding: 6px 12px;
    width: calc(100% - 50px);
    height: 34px;
}
.form-ft form button{
    border: none;
    background: #fff;
    font-weight: 700;
    color: #d73a43;
    width: 50px;
    text-align: center;
    height: 34px;
    text-transform: uppercase;
}
footer{
    background: #f8f8f8;
}
.nav-gioithieu {
    background: #4d4d4d;
    overflow: auto;
}
.nav-gioithieu > .container{
    white-space: nowrap;
}
.nav-gioithieu.nav-gioithieu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-gioithieu a {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-gioithieu a.active {
    background: #d73a43;
}
.tit-pub-gt {
    text-align: center;
    color: #c18800;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.flex-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.left-thongdiep {
    width: calc(100% - 240px);
}
.right-thongdiep {
    width: 200px;
}
.tamnhin-gt {
    display: flex;
    justify-content: space-between;
}
.left-tamnhin {
    width: 50%;
    background: #ebebeb;
    padding: 30px 20px 30px 150px;
    position: relative;
}
.left-tamnhin:before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 6px;
    height: 50px;
    background: #f00;
}
.left-tamnhin:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 50px;
    height: 6px;
    background: #f00;
}
.tit-tnsm {
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-tnsm:after {
    content: "";
    width: 70px;
    height: 1px;
    margin: 0;
    margin-top: 10px;
    background: #ff0000;
    display: block;
}
.right-tamnhin {
    width: 50%;
    padding: 30px 150px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sumenh-gt {
    display: flex;
    justify-content: space-between;
}
.left-sumenh {
    width: 50%;
    padding: 30px 20px 30px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-sumenh {
    width: 50%;
    background: #ebebeb;
    padding: 30px 150px 30px 20px;
    position: relative;
}
.right-sumenh:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 6px;
    height: 50px;
    background: #f00;
}
.right-sumenh:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 50px;
    height: 6px;
    background: #f00;
}
.block-giaidoanphattrien {
    position: relative;
    padding-left: 140px;
}
.year-gdpt {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    top: 0;
}
.content-gdpt {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}
.content-gdpt:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: red;
}
.content-gdpt:after {
    content: "";
    position: absolute;
    left: -53px;
    top: 13px;
    width: 1px;
    height: 100%;
    overflow: hidden;
    background: red;
}
.des-tnsm{
    font-weight: 700;
    color: #ef3126;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: uppercase;
}
.nav-hotro {
    background: #4d4d4d;
    overflow: auto;
}
.nav-hotro.nav-hotro-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-hotro a {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-hotro a.active {
    background: #d73a43;
}
.nav-hotro > .container{
    white-space: nowrap;
}
.tit-hotro{
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.tit-hotro:after{
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 50px;
    height: 4px;
    background: #f00;
}
.item-dvht{
    display: flex;
    justify-content: space-between;
}
.img-dvht{
    width: 60%;
}
.content-dvht{
    width: 40%;
    background: #e6e6e6;
    padding: 20px;
}
.tit-dvht{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
.tit-dvht:after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #f00;
    margin-top: 10px;
}
.des-dvht{
    margin-bottom: 30px;
}
.view-dvht{
    display: inline-block;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #f00;
    color: #000
}
.view-dvht i{
    margin-left: 20px;
}
.list-dvht .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px !important;
}
.list-dvht .owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    width: 20px;
    height: 20px;
}
.list-dvht .owl-theme .owl-dots .owl-dot.active span, 
.list-dvht .owl-theme .owl-dots .owl-dot:hover span{
    background: #f00;
}
.list-dvht .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.name-infotech{
    margin: 20px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.tab-cauhoi .nav-tabs>li>a{
    border: none !important;
    border-right: 1px solid #ccc !important;
    background: none !important;
    margin: 0;
    border-radius: 0;
    padding: 0 10px;
    color: #000;
}
.tab-cauhoi .nav-tabs>li:last-child>a{
    border: none !important;
}
.tab-cauhoi .nav-tabs {
    border: 1px solid #ccc;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    white-space: nowrap;
    overflow: auto;
}
.tab-cauhoi .nav-tabs>li{
    flex: 1;
    text-align: center;
}
.tab-cauhoi .nav-tabs>li.active>a, 
.tab-cauhoi .nav-tabs>li.active>a:focus, 
.tab-cauhoi .nav-tabs>li.active>a:hover{
    color: #f00;
    font-weight: 700;
}
.tab-cauhoi .panel-default>.panel-heading{
    padding: 0;
}
.tab-cauhoi .panel-title>a{
    display: block;
    padding: 10px 15px;
    font-weight: 700;
}
.tab-cauhoi .panel-title>a img{
    margin-right: 15px;
}
.tab-cauhoi .panel-default>.panel-heading+.panel-collapse>.panel-body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tab-cauhoi .panel-default>.panel-heading+.panel-collapse>.panel-body .ct-q{
    width: 100%;
}
.tab-cauhoi .panel-group .panel{
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: unset;
}
.nav-kinhdoanh {
    background: #4d4d4d;
    text-align: center;
    overflow: auto;
}
.nav-kinhdoanh.nav-kinhdoanh-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-kinhdoanh a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-kinhdoanh a.active {
    background: #d73a43;
}
.nav-kinhdoanh > .container{
    white-space: nowrap;
}
.tab-spkd .nav-tabs>li>a{
    border: 1px solid #a6a6a6;
    border-right: 6px solid #a6a6a6;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.tab-spkd .nav-tabs>li:last-child>a{
    margin-right: 0;
}
.tab-spkd .nav-tabs.nav-tabs{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-spkd .nav-tabs>li.active>a, 
.tab-spkd .nav-tabs>li.active>a:focus, 
.tab-spkd .nav-tabs>li.active>a:hover{
    border: 1px solid #d73a43;
    border-right: 6px solid #d73a43;
    color: #d73a43;
}
.block-spkd{
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
}
.img-spkd{
    width: 55%;
}
.content-spkd{
    width: 45%;
    background: #e6e6e6;
    padding: 10px;
}
.tit-spkd{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}
.tit-spkd:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 10px;
    background: #d73a43;
}
#miennam .col-md-4{
    padding: 0;
}
#mienbac .col-md-4{
    padding: 0;
}
.view-spkd{
    color: #d73a43;
    font-size: 12px;
}
.view-spkd i{
    margin-left: 7px;
}
.des-spkd{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
.block-img-story{
    position: relative;
}
.hc-sto1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hc-sto1:before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
}
.hc-sto1:after{
    content: "";
    display: block;
    height: 50px;
    width: 4px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
}
.hc-sto2{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hc-sto2:before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: red;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hc-sto2:after{
    content: "";
    display: block;
    height: 50px;
    width: 4px;
    background: red;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cauchuyen {
    background: #f3f3f3;
}
.block-qly{
    margin-bottom: 30px;
}
.items-dv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.content-itdv {
    background: #f1f1f1;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    width: calc(50% + 60px);
}
.tit-dv {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.des-dv {
    text-align: center;
    margin-bottom: 20px;
}
.view-ser {
    display: inline-block;
    border: 1px solid #d73a43;
    padding: 7px 15px;
    background: #fff;
    color: #000;
}
.img-dv {
    width: 50%;
}
.list-dv .items-dv:nth-child(even) {
    justify-content: flex-start;
}
.tit-dv a {
    color: #000;
}
.tit-dv:after {
    content: "";
    display: block;
    width: 104px;
    height: 4px;
    background: #d73a43;
    margin: 0 auto;
    margin-top: 10px;
}
.list-dv .items-dv:nth-child(even) .content-itdv {
    left: unset;
    right: 0;
}
.view-ser:hover {
    background: #d73a43;
    color: #fff;
}
.nav-lienhe {
    background: #4d4d4d;
    text-align: center;
    overflow: auto;
}
.nav-lienhe.nav-lienhe-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-lienhe a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-lienhe a.active {
    background: #d73a43;
}
.nav-lienhe > .container{
    white-space: nowrap;
}
.info-com {
    background: #e6e6e6;
    height: 100%;
    padding: 30px 20px;
}
.block-map{
    margin-bottom: 40px;
}
.nav-tintuc {
    background: #4d4d4d;
    text-align: center;
    overflow: auto;
}
.nav-tintuc.nav-tintuc-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-tintuc a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-tintuc a.active {
    background: #d73a43;
}
.nav-tintuc > .container{
    white-space: nowrap;
}
.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;
}
.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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-xt i {
    color: #ed1c24;
    margin-right: 10px;
}
.block-list-news {
    margin-bottom: 30px;
}
.tit-dmth {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ff3240;
    margin-bottom: 20px;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #ff3240;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.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;
    padding: 0 10px;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.pagi a.active,
.pagi a:hover{
    color: #fff;
    background: #ff3434;
}
.pagi a:first-child{
    border-left: 1px solid #ccc;
}
.pagi a:last-child{
    border-right: 1px solid #ccc;
}
.nav-tuyendung {
    background: #4d4d4d;
    text-align: center;
    overflow: auto;
}
.nav-tuyendung.nav-tuyendung-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.nav-tuyendung a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-tuyendung a.active {
    background: #d73a43;
}
.nav-tuyendung > .container{
    white-space: nowrap;
}
.direction {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.clred{
    color: #d73a43;
}
.ul-phucloi{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-phucloi > li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ul-phucloi > li:last-child{
    margin: 0;
}
.ul-phucloi > li span:first-child{
    margin-right: 10px;
    width: 30px;
}
.ul-phucloi > li span:last-child{
    width: calc(100% - 30px);
}
.block-phucloi{
    background: #e6e6e6;
    padding: 30px 20px;
}
.tab-thamquan table{
    width: 100%;
}
.tab-thamquan table tr td{
    padding: 10px;
}
.tab-thamquan table tr:first-child{
    background: #cfcfcf !important;
}
.tab-thamquan table tr:nth-child(odd){
    background: #ebebeb;
}
.tab-thamquan table tr:first-child td,
.tab-thamquan table tr td:first-child{
    font-weight: 700;
}
.luuy{
    position: relative;
    border: 1px solid #d73a43;
    padding: 40px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.span-luuy{
    position: absolute;
    background: #d73a43;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    top: -20px;
    left: 20px;
    font-weight: 700;
}
.item-tuyendung{
    display: inline-block;
    text-align: center;
}
.item-tuyendung span{
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}
.block-quytrinh{
    display: flex;
    justify-content: space-between;
}
.span-arrow{
    position: relative;
    top: 20px;
}
.tab-tuyendung table{
    width: 100%;
}
.tab-tuyendung table tr td{
    padding: 10px;
}
.tab-tuyendung table tr:first-child{
    background: #cfcfcf !important;
}
.tab-tuyendung table tr:nth-child(odd){
    background: #ebebeb;
}
.tab-tuyendung table tr:first-child td,
.tab-tuyendung table tr td:first-child{
    font-weight: 700;
}
.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;
}
.naphoso {
    display: inline-block;
    padding: 7px 15px;
    color: #fff !important;
    background: #c81529;
    border: 1px solid #ac7900;
}
.quaylai {
    background: #ebebeb;
    padding: 7px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #d73a43 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}







@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a {
        padding: 10px 13px;
        font-size: 14px;
    }
    .grid-mansory{
        grid-auto-rows: 180px;
    }
    .content-itdv {
        position: unset;
        width: 50%;
    }
    .left-tamnhin, .left-sumenh {
        padding-left: 50px;
    }
    .right-sumenh, .right-tamnhin {
        padding-right: 50px;
    }
    .list-dvht .owl-carousel .owl-item img{
        height: 100%;
        object-fit: cover;
    }
    .img-spkd img{
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .nav-gioithieu > .container,
    .nav-tuyendung > .container,
    .nav-hotro > .container,
    .nav-kinhdoanh > .container,
    .nav-lienhe > .container,
    .nav-tintuc > .container{
        width: 100%;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #d73a43;
        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 #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: #a94442;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .grid-mansory{
        grid-auto-rows: 145px;
    }
    .tit-pub-line{
        font-size: 20px;
    }
    .social-ft{
        margin-bottom: 30px;
    }
    .ul-ft{
        margin-bottom: 30px;
    }
    .items-dv {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .content-itdv, .img-dv {
        width: 100%;
    }
    .img-dv img {
        width: 100%;
    }
    .right-sumenh, .right-tamnhin {
        padding-right: 20px;
    }
    .left-tamnhin, .left-sumenh {
        padding-left: 20px;
    }
    .item-dvht{
        display: block;
    }
    .img-dvht{
        width: 100%;
    }
    .content-dvht{
        width: 100%;
    }
    .block-img-story{
        margin-bottom: 20px;
    }
    .direction{
        display: block;
    }
    .item-tuyendung img{
        width: 40px;
    }
    .item-tuyendung span{
        font-size: 12px;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 730px;
        margin: 30px auto;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .grid-mansory {
        display: block;
        grid-auto-rows: unset;
        grid-template-columns: unset;
        grid-gap: unset;
        grid-auto-flow: unset;
    }
    .item-mansory{
        grid-row: unset;
        grid-column: unset;
        margin-bottom: 20px;
    }
    .thongdiep .flex-start {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .right-thongdiep {
        width: 100%;
        margin-bottom: 20px;
    }
    .left-thongdiep {
        width: 100%;
    }
    .right-thongdiep img {
        width: auto;
    }
    .tamnhin-gt, .sumenh-gt {
        flex-wrap: wrap;
    }
    .left-tamnhin, .left-sumenh, .right-sumenh, .right-tamnhin {
        width: 100%;
        padding: 20px 15px;
    }
    .left-tamnhin:after,
    .left-tamnhin:before,
    .right-sumenh:after,
    .right-sumenh:before{
        content: unset;
    }
    .sumenh-gt {
        flex-direction: column-reverse;
    }
    .block-giaidoanphattrien {
        padding-left: 30px;
    }
    .year-gdpt {
        left: 30px;
        font-size: 15px;
        top: 5px;
    }
    .content-gdpt {
        padding-top: 30px;
    }
    .content-gdpt:before {
        left: -30px;
    }
    .content-gdpt:after {
        left: -23px;
    }
    .tit-dvht{
        margin-bottom: 20px;
    }
    .block-infotech{
        margin-bottom: 20px;
    }
    .img-spkd{
        width: 40%;
    }
    .content-spkd{
        width: 60%;
    }
    .block-map .flex-n{
        display: block;
    }
    .ggmap iframe{
        height: 350px;
    }
    .tab-thamquan{
        overflow: auto;
    }
    .tab-thamquan table{
        min-width: 700px;
    }
    .tab-tuyendung{
        overflow: auto;
    }
    .tab-tuyendung table{
        min-width: 700px;
    }
    .block-quytrinh{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .item-tuyendung{
        margin-bottom: 10px;
    }
    .flex-n.blmb {
        display: block;
    }
    .big-newsm {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img {
        width: 120px;
    }
    header{
        padding: 10px 0;
        box-shadow: 0 0 5px rgba(204, 204, 204, 0.2);
    }
    .content-itdv{
        padding: 20px 15px;
    }
    .nav-gioithieu a,
    .nav-tuyendung a,
    .nav-hotro a,
    .nav-kinhdoanh a,
    .nav-lienhe a,
    .nav-tintuc a{
        font-size: 12px;
        padding: 10px 15px;
    }
    .nav-gioithieu > .container,
    .nav-tuyendung > .container,
    .nav-hotro > .container,
    .nav-kinhdoanh > .container,
    .nav-lienhe > .container,
    .nav-tintuc > .container{
        padding: 0;
    }
    .block-infotech img{
        width: 100%;
    }
    .img-spkd{
        width: 100%;
    }
    .content-spkd{
        width: 100%;
    }
    .block-spkd{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .ggmap iframe{
        height: 300px;
    }
    .info-com{
        padding: 15px;
    }
}