a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: '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;}
.medi{font-weight: 500;}
.light{font-weight: 300;}
.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;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loadding.svg') 50% 50% no-repeat rgb(249,249,249);
}
header {
    padding: 20px 0;
    border-top: 5px solid #dcbe76;
    background: #fff;
    position: relative;
    z-index: 9;
}
.ul-main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.has-sub {
    position: relative;
}
.ul-main-menu > li > a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 5px;
    display: inline-block;
    font-weight: 700;
}
.ul-main-menu > li:hover > a {
    color: #bf8b52;
}
.ul-main-menu > li.logo > a {
    border: none !important;
    position: absolute;
    top: -15px;
    width: 160px;
    height: 140px;
    background: #fff;
    border-radius: 0 0 50% 50%;
    transition: unset;
}
.ul-sub-menu {
    position: absolute;
    top: 200%;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px #444;
    padding: 0 15px;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.ul-sub-menu > li > a {
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a {
    color: #bf8b52;
}
.has-sub:hover .ul-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 0.3s;
}
li.logo {
    width: 160px;
    position: relative;
    height: 60px;
}
.main-banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #c81529;
}
.tit-p {
    margin: 0;
    font-weight: 700;
    display: table;
    background: linear-gradient(90deg, #be8b52 0%, #eed772 50%, #be8b52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: unset;
}
.des-gt p{
    font-size: 16px;
}
.des-gt{
    margin-bottom: 30px;
}
.view-more {
    display: inline-block;
    border: 1px solid #1c5cb4;
    color: #1c5cb4;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 500;
}
.view-more i{
    margin-right: 7px;
}
.img-gt {
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
}
.img-gt:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: #be8b52;
    background-image: linear-gradient(to right, #be8b52, #eed772, #be8b52);
    z-index: -1;
}
.main-gioithieu{
    padding: 70px 0;
}
.main-our-product{
    background: #f7f7f7;
    padding: 70px 0 40px 0;
}
.center-tb{
    margin: 0 auto;
    margin-bottom: 15px;
}
.item-op{
    text-align: center;
    display: inline-block;
    margin: 0 30px;
}
.item-op img{
    width: 35px;
    height: 35px;
}
.name-op{
    font-size: 15px;
    font-weight: 400;
    color: #bf8b52;
    margin-top: 15px;
}
.list-op{
    text-align: center;
}
.list-op .item-op:first-child{
    margin-left: 0;
}
.list-op .item-op:last-child{
    margin-right: 0;
}
.img-op {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
.name-pro{
    position: absolute;
    bottom: 20px;
    left: 15px;
    margin: 0;
    text-transform: uppercase;
}
.name-pro a{
    color: #fff;
}
.name-pro a:hover{
    color: #dcbe76;
}
.slider-op:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 198px;
    background-color: none;
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 0, 0) 100%);
    z-index: 9;
}
.slider-op:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 198px;
    background-color: none;
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 0, 0) 100%);
    z-index: 9;
}
.block-slider-op{
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.block-slider-op .owl-nav img{
    width: 30px;
}
.block-slider-op .owl-nav button.owl-prev {
    position: absolute;
    left: 100px;
    top: calc(50% - 35px);
    background-color: rgba(190, 139, 82, 0.6);
    background-image: linear-gradient(135deg, rgba(190, 139, 82, 0.6), rgba(238, 215, 114, 0.6), rgba(190, 139, 82, 0.6));
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.block-slider-op .owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    top: calc(50% - 35px);
    background-color: rgba(190, 139, 82, 0.6);
    background-image: linear-gradient(135deg, rgba(190, 139, 82, 0.6), rgba(238, 215, 114, 0.6), rgba(190, 139, 82, 0.6));
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.main-tintuc {
    padding: 40px 0;
}
.tit-pub{
    position: relative;
}
.tit-pub:after{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/lg-opa.png) top center no-repeat;
    background-size: contain;
    height: 70px;
    width: 100%;
    top: -30px;
}
.items-news-home{
    text-align: left;
}
.items-news-home > a{
    display: block;
    overflow: hidden;
}
.items-news-home > a > img{
    transform: scale(1);
    transition: all 0.3s;
}
.items-news-home:hover > a > img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.clblueb {
    color: #385691;
}
.clyel{
    color: #bf8b52;
}
.v-news {
    font-size: 20px;
}
.item-news {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.img-nh {
    display: block;
    width: 90px;
    margin-right: 15px;
}
.name-nh {
    display: block;
    margin-top: 5px;
    width: calc(100% - 105px);
    font-weight: 700;
    color: #000;
}
.list-news-home .item-news:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.main-doitac{
    background: url(../img/backg-pn.jpg) top center no-repeat;
    background-size: cover;
    padding: 70px 0 300px 0;
}
.item-dt {
    border: 1px solid #be8b52;
}
.in-form-footer {
    padding: 20px;
    background: #fff;
}
.info-cty {
    margin-bottom: 15px;
}
.social-ft {
    display: flex;
    align-items: center;
}
.social-ft span {
    margin-top: 5px;
}
.social-ft a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border: 2px solid #bf8b52;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.bdleft {
    border-left: 1px solid #e6e6e6;
}
.form-footer {
    background: #fafbfd;
    padding: 15px;
}
.clblue {
    color: #046fb2;
}
.btn-send {
    background-color: rgba(190, 139, 82, 0.6);
    background-image: linear-gradient(135deg, rgba(190, 139, 82, 0.6), rgba(238, 215, 114, 0.6), rgba(190, 139, 82, 0.6));
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border: none;
    border-radius: 4px;
    width: 100%;
}
.ft-home .footer-top {
    margin-top: -220px;
}
.form-dangky {
    width: 600px;
    margin: 0 auto;
    background: #fafbfd;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
}
.form-dangky > form {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.ip-dk {
    width: calc(100% - 120px);
    border: none;
    outline: unset !important;
}
.btn-dk {
    background: #e41a22;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 5px 10px 3px 10px;
    border-radius: 50px;
    font-size: 13px;
    width: 110px;
}
.footer-center {
    background: url(../img/back-ft.jpg) bottom center no-repeat;
    background-size: cover;
}
.banner-gioithieu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.block-bngt {
    display: flex;
    position: relative;
    width: 100%;
}
.bngt-left {
    width: calc(50% - 143px);
    background: #fafbfd;
}
.bngt-right {
    width: calc(50% + 143px);
    position: relative;
    height: 890px;
}
.ctbn-gioithieu {
    position: absolute;
    width: 1140px;
}
.bl-thongdiep{
    padding-top: 30px;
}
.tit-line {
    text-transform: uppercase;
    color: #be8b52;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 700;
    background: linear-gradient(90deg, #be8b52 0%, #eed772 50%, #be8b52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: unset;
}
.editer-gt {
    background: #fff;
    padding: 20px;
    max-height: 600px;
    overflow: auto;
}
.bngt-right img{
    height: 100%;
    object-fit: cover;
}
.blp-gt-thongke {
    background: url(../img/back-tk.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.img-tk {
    height: 54px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.count-tk {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.line-white {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}
.items-pc{
    display: flex;
    justify-content: space-between;
}
.img-pc{
    width: 50%;
}
.img-pc img{
    height: 100%;
    object-fit: cover;
}
.nd-pc{
    width: 50%;
    padding: 40px 20px;
    background: #fafbfd;
    text-align: left;
}
.nd-pc .tit-line{
    display: table;
}
.blp-gt-slider {
    position: relative;
    margin-top: 80px;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg{
    margin: 0 !important;
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li a{
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0 10px;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1) a{
    background: url(../img/ct-tn1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2) a{
    background: url(../img/ct-sm1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3) a{
    background: url(../img/ct-fl1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1).active a{
    background: url(../img/ct-tn2.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2).active a{
    background: url(../img/ct-sm2.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3).active a{
    background: url(../img/ct-fl2.png) center center no-repeat;
    background-size: cover;
}
.block-dv-p {
    margin-bottom: 30px;
}
.shadow {
    background: #fafbfd;
    padding: 10px;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 6px #ccc;
}
.add-sgd{
    margin: 10px 0;
}
.add-sgd i{
    margin-right: 7px;
    color: #046fb2;
}
.name-sgd{
    font-size: 16px;
}
.detail-sgd {
    display: flex;
    align-items: center;
}
.detail-sgd > span {
    margin-right: 20px;
    font-size: 14px;
}
.detail-sgd > span:last-child {
    margin: 0;
}
.detail-sgd > span i {
    margin-right: 5px;
}
.right-c {
    transform: translate(300px);
    display: inline-block;
}
.shadow:hover .right-c {
    transform: translate(0);
    transition: all 0.5s;
}
.form-contact .form-group p{
    margin-bottom: 5px;
}
.blp-gt-lanhdao {
    background: #fafbfd;
    padding-top: 30px;
}
.slider-lanhdao {
    margin: 0 auto;
}
.items-lanhdao img {
    border-radius: 50%;
    border: 2px solid #046fb2;
}
.items-lanhdao {
    text-align: center;
}
.blp-gt-sodo{
    padding-top: 30px;
}
.blp-dichvu{
    padding-top: 30px;
}
.banner-duan-chitiet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfd url(../img/bando.png) center bottom no-repeat;
    background-size: contain;
    height: 180px;
}
.bre-dadv {
    position: absolute;
    transform: translate(0,45px);
}
.bre-dadv span a, .bre-dadv span {
    color: #afafaf;
    text-transform: uppercase;
    font-size: 12px;
}
.list-duan {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-duan a.active, .list-duan a:hover {
    background: #046fb2;
    color: #fff;
}
.list-duan a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    color: #000;
}
.blsub-duan {
    margin-bottom: 30px;
}
.blsub-duan-img {
    overflow: hidden;
    position: relative;
}
.stt-duan {
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 50px;
    padding: 7px 15px 5px 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
}
.blsub-duan-control {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(4, 111, 178, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.boc-da-control {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boc-da-control .a-duan-control:first-child {
    transform: translate(-50px);
}
.boc-da-control .a-duan-control:last-child {
    transform: translate(50px);
}
.a-duan-control {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.clred {
    color: #ed1c24;
}
.blsub-duan-img:hover .blsub-duan-control {
    opacity: 1;
    transition: all 0.3s;
}
.blsub-duan-img:hover .boc-da-control .a-duan-control {
    transform: translate(0);
    transition: all 0.3s;
}
.main-breacrumb {
    background: #f2f2f2;
    padding: 10px 0;
    margin-top: 50px;
}
.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}
.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;
}
.big-newsm {
    position: relative;
    height: calc(100% - 15px);
}
.big-newsm > a, .small-newsm > a {
    display: block;
    overflow-y: 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;
    height: 40px;
    overflow: hidden;
}
.block-list-news {
    margin-bottom: 30px;
}
.news-xt i {
    margin-right: 10px;
}
.pagi-news {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi-news > a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}
.pagi-news > a.active, .pagi-news > a:hover {
    background: #046fb2;
    color: #fff;
}
.tit-dmth {
    color: #046fb2;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #046fb2;
    margin-bottom: 20px;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #046fb2;
    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 {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.asi-right-list ul > li > a > i {
    color: #e41a22;
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.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;
    font-weight: 700;
}
#at4-share{
    display: none;
}
.banner-tuyendung {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-tuyendung img {
    height: 630px;
    object-fit: cover;
}
.ct-bn-tuyendung {
    position: absolute;
    width: 1140px;
}
.content-tuyendung {
    width: 100%;
    background: #fff;
    padding: 30px;
}
.bl-chinhsach-nhansu {
    background: #046fb2;
    padding: 15px;
    margin-bottom: 30px;
}
.bl-chinhsach-nhansu p, .bl-chinhsach-nhansu h4 {
    color: #fff;
}
.bl-dtvptns {
    background: #fff;
    padding: 15px;
}
.bang-td table {
    width: 100%;
}
.bang-td table, .bang-td table tr, .bang-td table tr td {
    border: 1px solid #ebebeb;
}
.bang-td table tr td:first-child {
    text-align: left;
}
.bang-td table tr td {
    padding: 10px;
    text-align: center;
}
.banner-tuyendung {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-tuyendung img {
    height: 630px;
    object-fit: cover;
}
.tit-tuyendung {
    position: absolute;
}
.content-tuyendung {
    width: 100%;
    background: #fff;
    padding: 30px;
}
.tit-newsp {
    margin: 0;
    font-weight: 700;
    border-left: 5px solid #c81529;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}
.viewmore {
    display: inline-block;
    padding: 10px 15px 5px;
    color: #fff !important;
    background: #c81529;
    border: 1px solid #c81529;
}
.viewmore:hover {
    background: #fff;
    color: #c81529 !important;
}
.back {
    background: #ebebeb;
    padding: 10px 15px 5px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.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;
}
.captcha {
    height: 34px;
    margin-right: 10px;
}
.blp-tv-tab .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.blp-tv-tab .nav-tabs>li>a {
    background: none;
    border: none !important;
    margin: 0 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #046fb2;
    color: #fff;
    border-radius: 4px;
}
.img-tv {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.tit-tv {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    background: rgba(41, 41, 41, 0.6);
}
.pagi-thuvien {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-thuvien > a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}
.pagi-thuvien > a.active, .pagi-thuvien > a:hover {
    background: #046fb2;
    color: #fff;
}
.video-tv {
    display: block;
    margin-bottom: 30px;
}
.tit-video {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #046fb2;
    font-weight: 700;
}
footer{
    position: relative;
    z-index: 99;
}
header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
}
header.sticky .ul-main-menu > li.logo > a {
    top: 0px;
    width: 120px;
    height: 100px;
    left: calc(50% - 60px);
    transition: unset;
}
section.sticky-sec{
    margin-top: 65px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #046fb2;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
#at-share-dock{
    display: none;
}
.tit-tuyendung{
    padding: 0 15px;
}
.blp-td-tabtd {
    padding-top: 30px;
}
.bl-dtvptns p, .bl-dtvptns h4 {
    color: #000;
}
.blp-dichvu .container,
.bl-thongdiep .container,
.blp-duan .container,
.blp-tv-tab .container{
    padding-top: 50px;
    margin-top: -130px;
    background: #fff;
    position: relative;
}
.op-hide {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(220, 190, 118, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-ophd {
    text-align: center;
    padding: 0 15px;
}
.name-pro-hide a{
    color: #e41a22;
    text-transform: uppercase;
}
.des-ophd{
    color: #fff;
}
.img-op:hover .name-pro{
    display: none;
}
.img-op:hover .op-hide{
    top: 0;
    transition: all 0.3s;
}
.images-sgd{
    position: relative;
}
.count-hinh{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
    padding: 7px 13px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.count-hinh i{
    margin-right: 5px;
}
.sgd-brief h3{
    font-size: 22px;
    margin: 15px 0;
}
.add-sangd i{
    margin-right: 10px;
    color: #046fb2;
}
.add-sangd{
    margin-bottom: 15px;
}
.sgd-brief .detail-sgd > span{
    font-size: 16px;
    margin-right: 30px;
}
.gia-sgd {
    color: red;
    font-weight: 700;
    font-size: 18px;
}
.tint{
    margin-bottom: 15px;
}
.tint img{
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.avatar-img{
    width: 70px;
    margin-right: 15px;
}
.name-avatar{
    width: calc(100% - 85px);
}
.name-avatar p:first-child{
    font-weight: 700;
    font-size: 16px;
}
.name-avatar p:last-child{
    font-size: 14px;
}
.info-lienhe {
    border: 1px solid #ccc;
}
.avatar{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.form-lhavatar{
    padding: 15px;
}
.sm-avatar{
    display: block;
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    background: none;
}
.phone-avatar a{
    display: block;
    background: #046fb2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.mtct{
    margin-bottom: 15px;
}
.mtct span{
    margin-left: 30px;
}




@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li.logo > a {
        top: 0px;
        width: 120px;
        height: 100px;
        left: calc(50% - 60px);
        transition: unset;
    }
    header{
        padding: 10px 0;
    }
    li.logo{
        width: 120px;
    }
    .ct-bn-tuyendung {
        width: 940px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    header {
        position: unset !important;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #dcbe76;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .menu-mobile {
        padding: 20px 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: 16px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px 20px;
    }
    .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: #be8b52;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .logo-mb img{
        width: 100px;
    }
    .main-gioithieu{
        padding: 40px 0;
    }
    .item-op{
        margin: 0 20px;
    }
    .slider-op:before,
    .slider-op:after{
        width: 100px;
    }
    .list-news-home{
        margin-top: 30px;
    }
    .main-doitac{
        padding: 40px 0 250px 0;
    }
    .bdleft{
        border: none;
    }
    section.sticky-sec{
        margin: 0;
    }
    .flex-bw.mtfl {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .search-tt {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-tt .input-group {
        width: 100%;
    }
    .ct-bn-tuyendung {
        width: 720px;
    }
    .blp-dichvu .container,
    .bl-thongdiep .container,
    .blp-duan .container,
    .blp-tv-tab .container {
        padding-top: 30px;
        margin-top: 0;
        background: unset;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .main-banner .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 30px;
    }
    .form-dangky{
        width: 100%;
    }
    .footer-bottom .flex-bw {
        display: block;
    }
    .in-form-footer {
        padding: 15px 10px;
        background: #fff;
    }
    .blp-dichvu .flex-n {
        display: block;
    }
    .shadow {
        padding: 20px;
        margin-bottom: 20px;
    }
    .right-c {
        transform: unset;
    }
    .list-duan a {
        width: 50%;
        margin: 0;
    }
    .list-duan {
        flex-wrap: wrap;
    }
    .dlad .clear40 {
        height: 20px;
    }
    .dlad {
        margin-bottom: 30px;
    }
    .items-pc {
        display: block;
    }
    .img-pc, .nd-pc {
        width: 100%;
    }
    .blp-gt-linhvuc .flex-n {
        display: block;
    }
    .flex-n.blmb {
        display: block;
    }
    .big-newsm {
        margin-bottom: 20px;
    }
    .ct-bn-tuyendung {
        width: calc(100% - 30px);
    }
    .bang-td {
        overflow: auto;
    }
    .bang-td table {
        width: 700px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-banner .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 15px;
    }
    .block-slider-op .owl-nav button.owl-prev {
        left: 30px;
        top: calc(50% - 25px);
        width: 30px;
        height: 50px;
    }
    .block-slider-op .owl-nav button.owl-next {
        right: 30px;
        top: calc(50% - 25px);
        width: 30px;
        height: 50px;
    }
    .name-pro {
        bottom: 10px;
        left: 10px;
        font-size: 13px;
        text-align: left;
    }
    .slider-op:before, .slider-op:after {
        width: 80px;
    }
    .form-contact .flex{
        display: block;
    }
    .form-dangky > form {
        display: block;
        background: none;
    }
    .ip-dk {
        width: 100%;
        padding: 6px 12px;
    }
    .btn-dk {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .social-ft{
        display: block;
    }
    .social-ft span{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .social-ft a{
        margin-left: 0;
        margin-right: 20px;
    }
    .form-footer{
        padding: 15px 10px;
    }
    .list-duan a {
        width: 100%;
        margin: 0;
    }
    .banner-tuyendung img {
        height: 450px;
        object-fit: cover;
    }
    .control-hoso > a.viewmore {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .control-hoso > a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .clear40{
        height: 20px;
    }
    .content-tuyendung {
        height: 400px;
        overflow: auto;
    }
    .op-hide{
        display: none;
    }
    .name-pro{
        display: block !important;
    }
}