@font-face{
    font-family: Inter;
    src: url("../myfont/Inter/Inter-VariableFont_slnt,wght.ttf");
    font-display: swap;
}
:root {
    --main-color: #023274;
    --sub-color: #00ace8;
    --font-family: 'Inter', sans-serif;
}
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: 18px;margin:0;font-family: var(--font-family); right: 0px;position: relative;}
/*body p{font-size:18px;margin:0;font-family: var(--font-family);text-align: justify;}*/
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear30{clear:both;height:30px}
.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;
    text-align: justify;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
}
header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(#fff, transparent);
    transition: all 0.3s;
}
header.hd-fixed:before{
    height: 100%;
    background: #fff;
    transition: all 0.3s;
}
.main-header{
    padding: 30px 3%;
    position: relative;
    z-index: 9;
    transition: all 0.3s;
}
.main-header:hover{
    background: #fff;
}
header.hd-fixed .main-header{
    padding: 10px 3%;
    transition: all 0.3s;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}
.ul-main-menu > li > a{
    display: inline-block;
    color: var(--main-color);
    font-size: 18px;
    padding: 8px 16px 10px 16px;
    text-transform: uppercase;
    
    font-weight: 700;
}
.ic-plus{
    position: relative;
    top: -2px;
    display: none !important;
}
.ul-main-menu > li.active > a,
.ul-main-menu > li:hover > a{
    color: var(--sub-color);
}
.main-video video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.group-bar{
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-search{
    display: inline-block;
    color: var(--main-color);
    border: none;
    background: none;
    outline: unset;
    box-shadow: unset;
    margin-left: 10px;
}
.language{
    display: flex;
    align-items: center;
}
.language a{
    display: inline-flex;
    align-items: center;
}
.language a img{
    width: 20px;
}
.language a span{
    display: inline-block;
    margin-left: 10px;
    color: var(--main-color);
    width: 21px;
}
.language a.active{
    background: #ebf4fb;
}
.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;
}
.main-video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-video:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.tit-slog{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
.regis-vac{
	display: inline-block;
	border-radius: 50px;
	color: #fff !important;
	background: var(--main-color);
	font-size: 18px;
	text-align: center;
	padding: 15px 30px;
}
.tit-btn-slogan{
    position: absolute;
	text-align: center;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    color: var(--main-color);
    padding: 10px 20px;
    text-transform: uppercase;
    
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    font-weight: 700;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    color: var(--sub-color);
    background: #fafafa;
}
.has-sub-2{
    position: relative;
}
.ul-sub-menu-2{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    display: none;
}
.ul-sub-menu-2 > li > a{
    display: block;
    color: var(--main-color);
    padding: 10px 20px;
    text-transform: uppercase;
    
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
.ul-sub-menu-2 > li:last-child > a{
    border: none;
}
.ul-sub-menu-2 > li:hover > a{
    color: var(--sub-color);
    background: #fafafa;
}
.block-nanobio{
    padding: 40px 0;
}
.tit-pub{
    text-align: center;
    
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    color: var(--main-color);
    margin: 0;
    margin-bottom: 10px;
}
.tit-pub-small{
    color: #007dc3;
    font-size: 24px;
    
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.box-nanobio-big{
    position: relative;
}
.items-bio{
    position: relative;
}
.items-bio a{
    display: block;
    position: relative;
}
.name-bio{
    position: absolute;
    font-size: 24px;
    color: var(--main-color);
    
    font-weight: 700;
    bottom: 60px;
    left: 30px;
    z-index: 9;
    display: none;
}
.active.center .name-bio{
    display: block;
}
.box-nanobio-big .owl-theme .owl-nav{
    margin: 0;
}
.box-nanobio-big .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    outline: unset !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7a8d98;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: calc(25% - 80px);
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.box-nanobio-big .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    outline: unset !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7a8d98;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: calc(25% - 80px);
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.block-slider-mop .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    outline: unset !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7a8d98;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.block-slider-mop .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    outline: unset !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7a8d98;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.box-mop .owl-carousel{
    position: static;
}
.box-nanobio-big .owl-theme .owl-dots{
    position: absolute;
    bottom: 30px;
    left: calc(25% + 35px);
}
.box-nanobio-big .owl-carousel,
.box-nanobio-big .owl-carousel .owl-stage-outer,
.box-nanobio-big .owl-carousel .owl-stage,
.box-nanobio-big .owl-carousel.owl-drag .owl-item,
.box-nanobio-big .items-bio{
    height: 100%;
}
.box-nanobio-big .items-bio img{
    height: 100%;
    object-fit: cover;
}
.items-bio:before{
/*    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    /*background: rgba(255,255,255,0.6);*/
}
/*.active.center .items-bio:before{
    background: rgb(0 125 195 / 30%);
}*/
.box-nanobio-big .owl-theme .owl-dots .owl-dot{
    outline: unset;
    border: 1px solid transparent;
}
.box-nanobio-big .owl-theme .owl-dots .owl-dot.active{
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
}
.box-nanobio-big .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    margin: 3px;
    border: 1px solid transparent;
}
.box-nanobio-big .owl-theme .owl-dots .owl-dot.active span, 
.box-nanobio-big .owl-theme .owl-dots .owl-dot:hover span{
    border: 1px solid #fff;
    border-radius: 50%;
}
.icon-ss{
    text-align: center;
    margin-bottom: 20px;
}
.block-ss{
    margin-bottom: 30px;
}
.des-ss{
    font-size: 18px;
    text-align: center;
}
.icon-ss img{
    height: 95px;
    object-fit: contain;
}
.block-mop{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 350px;
}
.box-mop{
    width: 50%;
    padding: 0 100px;
}
.tit-mop{
    color: #007dc3;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 30px;
}
.des-mop{
    background: #c0c0c4;
    padding: 15px;
    border-radius: 0 20px 0 20px;
}
.des-mop p{
    font-size: 18px;
}
.control-slide{
    position: absolute;
    bottom: 34px;
    z-index: 9;
}
.control-slide span{
    color: #fff;
    cursor: pointer;
    font-size: 10px;
}
.play-sl{
    display: none;
}
.flex-location{
    display: flex;
    justify-content: space-between;
}
.map-location{
    width: 50%;
}
.address-company{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6d7b97;
    padding: 50px;
}
.address-company p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.address-company p:last-child{
    margin: 0;
}
.logo-ft{
    text-align: center;
    margin-bottom: 30px;
}
.social-ft{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.social-ft a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dcdcdc;
    border: 1px solid #fff;
    margin: 0 10px;
    font-size: 20px;
}
footer{
    background: var(--main-color);
    padding: 30px 0;
}
.copyright{
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.address-company p.name-com{
    font-size: 37px;
    
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.block-mop.block-mop-right{
    justify-content: flex-end;
}
.map-location iframe{
    height: 100%;
}
.editer.justi *{
    text-align: justify;
}
.main-breac{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-breac > img{
    width: 100%;
}
.main-breac > .container{
    position: absolute;
    padding-top: 100px;
}
.tit-banner-page{
    margin: 0;
    font-size: 48px;
    
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
}
.main-breacrumb{
    background: #fff;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0;
}
.main-breacrumb span a,
.main-breacrumb span{
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.main-breacrumb span:last-child{
    color: #007dc3;
    
    font-weight: 700;
}
.tit-page{
    margin: 0;
    text-align: center;
    color: var(--main-color);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    
    font-weight: 700;
}
.tit-page-detail{
    margin: 0;
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    
    font-weight: 700;
}
.icon-mivi{
    width: 112px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.box-info-mivi{
    border: 1px dashed #ccc;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -56px;
    height: calc(100% - 56px);
}
.tit-mivi{
    padding: 80px 15px 20px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 24px;
}
.info-mivi{
    padding: 20px;
}
.block-mivi {
    height: 100%;
}
.tit-news-items{
    color: var(--main-color);
    font-size: 30px;
    
    font-weight: 700;
    margin: 0;
}
.tit-news-items img{
    margin-right: 10px;
    width: 30px;
}
.img-main-news,
.img-sub-news{
    display: block;
    overflow: hidden;
}
.img-main-news img,
.img-sub-news img{
    transform: scale(1);
    transition: all 0.3s;
    width: 100%;
}
.img-sub-news img{
    height: 232px;
    object-fit: cover;
}
.img-main-news:hover img,
.img-sub-news:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.tit-main-news{
    
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}
.tit-main-news a{
    color: var(--main-color);
}
.info-main-news{
    background: #eaeaea;
    padding: 15px;
}
.date-post{
    margin-bottom: 20px;
    color: #007dc3;
}
.date-post i{
    margin-right: 5px;
}
.view-post{
    display: inline-block;
    border: 1px solid #007dc3;
    background: #fff;
    color: #007dc3;;
    padding: 5px 10px;
}
.view-post i{
    margin-left: 7px;
    font-size: 12px;
    position: relative;
}
.view-post:hover{
    background: #007dc3;
    color: #fff;
}
.tit-sub-news{
    background: #eaeaea;;
    padding: 15px;
    margin: 0;
    height: 87px;
}
.tit-sub-news a{
    color: var(--main-color);
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
    font-weight: 700;
}
.block-sub-news{
    margin-bottom: 30px;
}
.block-main-news {
    margin-bottom: 30px;
}
.block-items-news{
    margin-bottom: 10px;
}
.view-news{
    display: inline-block;
    color: #007dc3;
    font-size: 18px;
}
.view-news i{
    margin-left: 7px;
    font-size: 12px;
    position: relative;
}
.block-small-news{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 30px;
}
.img-small-news{
    display: block;
    width: 50%;
    overflow: hidden;
}
.img-small-news img{
    transform: scale(1);
    width: 100%;
    transition: all 0.3s;
}
.img-small-news:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.tit-small-news{
    margin: 0;
    width: calc(50% - 15px);
    padding-top: 15px;
}
.tit-small-news a{
    color: var(--main-color);
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    
    font-weight: 700;
}
.tit-post-rela{
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
    
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}
.block-aside-rela-post{
    background: #ececec;
    padding: 20px 10px;
}
.block-post-aside{
    background: #fff;
    margin-bottom: 30px;
}
.date-post-aside{
    display: inline-block;
    background: #007dc3;
    color: #fff;
    padding: 5px 15px;
}
.info-post-rela{
    padding: 10px;
}
.tit-post-aside{
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
}
.tit-post-aside a{
    color: var(--main-color);
}
.des-post-aside{
    margin-bottom: 15px;
}
.read-more-aside{
    color: #007dc3;
}
.read-more-aside i{
    margin-right: 5px;
    font-size: 13px;
}
.view-all-post{
    display: inline-block;
    background: #007dc3;
    color: #fff !important;
    padding: 7px 15px;
}
.tit-cate-prod{
    
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.img-product{
    display: block;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ccc;
}
.img-product img{
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.img-product:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.flex-tit-prod {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
.box-nthongso{
    border-bottom: 1px solid var(--main-color);
	padding-bottom: 16px;
    margin-bottom: 15px;
}
.box-nthongso p{
	font-style: italic;
}
.status-prod{
    width: 130px;
    text-align: center;
    position: relative;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007dc3;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 10px;
    transform: skewX(-15deg);
}
.box-tit-prod{
    width: calc(100% - 150px);
}
.tit-product {
    font-size: 20px;
    
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pfs-vial{
    font-size: 16px;
    font-style: italic;
}
.shortdes-prod{
    margin-bottom: 20px;
}
.list-prod-items {
    border-bottom: 1px solid #007dc3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.img-prod-detail{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.tit-collap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--main-color);
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    
    font-weight: 700;
    padding: 10px 20px;
}
.content-coll {
    padding: 20px 20px 0;
}
.line-collap-prod{
    margin-bottom: 20px;
}
.content-coll .editer p:last-child{
    margin: 0;
}
.tit-collap:hover{
    color: #007dc3;
}
.block-collap-prod{
    margin-bottom: 40px;
}
.prod-rela .list-prod .list-prod-items:last-child{
    border: none;
    padding: 0;
}
.img-ctar{
    display: block;
    overflow: hidden;
}
.img-ctar img{
    transition: all 0.3s;
    transform: scale(1);
    width: 100%;
}
.img-ctar:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.name-ctar{
    font-size: 30px;
    
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.name-ctar a{
    color: var(--main-color);
}
.des-ctar{
    margin-bottom: 30px;
}
.read-ctar{
    display: inline-block;
    background: #007dc3;
    color: #fff;
    border: 1px solid #007dc3;
    padding: 10px 30px;
    border-radius: 4px;
}
.read-ctar:hover{
    background: #fff;
    color: #007dc3;
}
.block-ctar{
    background: #e6edf9;
    padding: 20px;
    margin-bottom: 30px;
}
.block-list-ctar .block-ctar:nth-child(even) .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.block-news-detail{
    margin-bottom: 30px;
}
.tit-recrui {
    font-size: 48px;
    
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: var(--main-color);
}
.intro-recrui {
    background: url(../img/bn-recrui.jpg) center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}
.tit-work-environment {
    font-size: 48px;
    
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #007dc3;
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}
.block-welfare {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -150px;
    margin-bottom: 60px;
}
.block-welfare .item-welfare:first-child {
    border-radius: 6px 0 0 6px;
}
.item-welfare {
    border-right: 1px solid #3f97c7;
}
.item-welfare {
    width: calc(33.333333% - 10px);
    position: relative;
    overflow: hidden;
}
.content-welfare {
    background: rgba(0,125,195,0.9);
    padding: 30px 15px;
    min-height: 340px;
    height: 100%;
}
.tit-welfara {
    font-size: 30px;
    
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.content-welfare * {
    color: #fff;
}
.des-welfara p {
    margin-bottom: 30px;
    font-size: 20px;
}
.des-welfara ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.des-welfara ul li{
    font-size: 20px;
    margin-bottom: 10px;
}
.block-welfare .item-welfare:last-child {
    border-right: unset;
    border-radius: 0 6px 6px 0;
}
.t-rec {
    font-size: 30px;
    text-align: center;
    
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tab-recrui table {
    width: 100%;
}
.tab-recrui table tr th {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
td.stttd,.tab-recrui table tr td {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.tab-recrui table tr td:first-child {
    /* font-size: 24px; */
    /* font-weight: 700; */
}
.des-welfara p:last-child {
    margin: 0;
}
.tit-proj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.tit-proj h3{
    font-size: 24px;
    
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.block-aside-right {
    margin-bottom: 30px;
}
.info-apply-aside {
    background: var(--main-color);
    padding: 30px;
}
.info-apply-aside * {
    color: #fff;
}
.box-iaa {
    margin-bottom: 30px;
}
.top-iaa {
    font-size: 17px;
    text-transform: uppercase;
    
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.top-iaa:before {
    content: "";
    display: block;
    top: 5px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
}
.top-iaa:after {
    content: "";
    display: block;
    top: 12px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    position: absolute;
}
.info-apply-aside .box-iaa:last-child {
    margin-bottom: 0;
}
.info-orther {
    background: #e1e1e1;
    padding: 30px;
}
.tit-o {
    position: relative;
    font-size: 24px;
    
    font-weight: 700;
    margin-bottom: 20px;
}
.tit-o:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 4px;
    height: 20px;
    background: #007dc3;
}
.list-o {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-o > li {
    position: relative;
    margin-bottom: 15px;
}
.list-o > li:last-child {
    margin: 0;
}
.list-o > li:before {
    content: "";
    display: block;
    top: 5px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #000;
    border-top: 7px solid transparent;
    position: absolute;
}
.list-o > li:after {
    content: "";
    display: block;
    top: 12px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #000;
    border-bottom: 7px solid transparent;
    position: absolute;
}
.apply-now{
    display: inline-block;
    background: var(--main-color);
    color: #fff !important;
    padding: 7px 15px;
    white-space: nowrap;
}
.modal-open .modal.md-apply {
    display: flex !important;
    align-items: center;
}
.modal.md-apply .modal-content {
    padding: 10px 20px;
}
.top-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clvang {
    color: #ffa402;
}
.nomargin {
    margin: 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file i {
    margin-right: 10px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
.tit-apply{
    font-size: 20px;
}
.flex-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-phone input:first-child{
    width: 60px;
}
.flex-phone input:last-child{
    width: calc(100% - 65px);
}
.format-file {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.capchart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.capchart .form-group {
    width: 45%;
}
.submit-cancel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send-cv {
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    border: none;
    width: 45%;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10%;
}
.cancel-cv {
    background: #ebebeb;
    color: #000;
    font-weight: bold;
    border: none;
    width: 45%;
    padding: 5px;
    border-radius: 4px;
}
.tit-contact{
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    
    font-weight: 700;
}
.form-ip{
    margin-bottom: 20px;
}
.form-ip input{
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    outline: unset;
    height: 50px;
}
.form-ip textarea{
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    outline: unset;
}
.form-ip select{
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    outline: unset;
    height: 50px;
    color: #757575;
}
.btn-contact{
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    background: var(--main-color);
    
    font-weight: 700;
    border: none;
    outline: unset;
    padding: 5px 20px;
}
.block-list-contact{
    /*background: #eaeaea;*/
    /*padding: 20px 20px 1px;*/
}
.box-contact {
    background: #fff;
    margin-bottom: 30px;
    padding: 10px;
    height: calc(100% - 30px);
}
.add-contact{
    color: var(--main-color);
    font-size: 18px;
    
    font-weight: 700;
    margin-bottom: 10px;
}
.block-list-contact .row.flex-wrap{
    justify-content: center;
}
.img-library{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-library img{
    width: 100%;
    transition: all 0.3s;
    transform: scale(1);
}
.img-library:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.lib-icon{
    position: absolute;
    font-size: 60px;
    color: var(--main-color);
}
.date-lib{
    margin: 15px 0;
    color: var(--sub-color);
}
.tit-lib{
    
    font-weight: 700;
    margin: 0;
}
.tit-lib a{
    color: var(--main-color);
}
.block-library{
    margin-bottom: 30px;
}
.tit-pib-video{
    
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    color: var(--main-color);
}
.block-library-image a{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-library-image a img{
    width: 100%;
    transition: all 0.3s;
    transform: scale(1);
}
.block-library-image a:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.block-library-image{
    margin-bottom: 30px;
}
.banner-ceo{
    background: #f3f5f6;
}
.flex-ceo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.avatar-ceo{
    width: 425px;
    position: absolute;
    z-index: 9;
    left: 0;
}
.content-banner-ceo {
    width: calc(100% - 212px);
    background: #2079bf;
    padding: 100px 0;
    padding-left: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qoute-ceo{
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}
.in-content-banner-ceo {
    width: 100%;
}
.tit-qoute-ceo{
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    margin-bottom: 50px;
}
.tit-qoute-ceo:after{
    content: "";
    display: block;
    width: 85px;
    height: 3px;
    background: #fff;
    margin-top: 70px;
}
.intro-bn-ceo{
    padding-left: 30px;
    padding-right: 100px;
}
.inside-intro-ceo{
    padding-left: 40px;
    border-left: 1px solid #467e9d;
}
.name-ceo,
.pos-ceo{
    color: #fff;
    font-size: 30px;
}
.block-img-mv{
    position: relative;
    padding: 0 0 30px 30px;
}
.block-img-mv:before{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    background: var(--main-color);
    left: 0;
    bottom: 0;
    z-index: -1;
}
.list-block-mivi{
    width: 80%;
    margin: 0 auto;
}
.tit-line-mivi{
    
    font-weight: 700;
    font-size: 40px;
    color: var(--main-color);
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.des-libe-mv p{
    font-size: 18px;
}
.line-items-mv .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-items-mv{
    margin-bottom: 30px;
}
.list-block-mivi .line-items-mv:nth-child(even) .row{
    flex-direction: row-reverse;
}
.list-block-mivi .line-items-mv:nth-child(even) .block-img-mv {
    position: relative;
    padding: 0 30px 30px 0;
}
.list-block-mivi .line-items-mv:nth-child(even) .block-img-mv:before{
    left: unset;
    right: 0;
}
.bnt-mivi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0;
    position: relative;
}
.bnt-mivi > p {
    margin: 0;
}
.bnt-mivi:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
}
.bnt-mivi img{
    position: relative;
    z-index: 9;
	height: auto;
}
.tit-prod-detail{
    margin: 0;
    font-size: 48px;
    
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: var(--main-color);
}
.hienpo i{
    color: var(--sub-color);
}
.news-home-img{
    display: block;
    overflow: hidden;
}
.news-home-img img{
    transform: scale(1);
    transition: all 0.3s;
}
.news-home-img:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.tit-news-home{
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.tit-news-home a{
    font-weight: 600;
    color: #000;
     overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.read-news-home{
    color: var(--sub-color);
    display: inline-block;
    font-size: 14px;
}
.block-news-home{
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.block-news-home .block-details {
    padding: 10px;
}
/*.block-news-home .right{
    position: absolute;
    right: 10px;
    bottom: 10px;
}*/
.list-prod-rela .img-product{
    border: none;
    padding: 0;
}
.prod-rela .list-prod.list-prod-rela .list-prod-items{
    border: 1px solid #ccc;
    padding: 5px 5px 20px 5px;
}
.img-product-rela{
    position: relative;
}
.img-product-rela .status-prod{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    transform: unset;
    height: auto;
    width: auto;
    padding: 5px 10px;
    font-size: 13px;
}
.list-prod.list-prod-rela .tit-product{
    text-align: center;
    margin: 20px 0;
}
.resuilt-find{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.tit-resuilt{
    font-size: 22px;
    color: #007dc3;
    font-style: italic;
    font-weight: 600;
}
.items-resuilt{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.map-contact iframe{
    height: 600px;
}
.block-chart-journey{
    margin: 100px 0 150px;
    position: relative;
}
.block-chart-journey > img{
    width: 100%;
}
.oj-1 {
    position: absolute;
    top: calc(-12% + 5px);
    z-index: 9;
    right: calc(29% - 2px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-1{
    top: calc(-10% + 10px);
}
.oj-2 {
    position: absolute;
    top: calc(10% + 8px);
    z-index: 9;
    right: calc(47% - 2px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-2{
    top: 12%;
    right: 47%;
}
.oj-3 {
    position: absolute;
    top: calc(-12% + 5px);
    z-index: 9;
    right: 65%;
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-3{
    top: calc(-10% + 10px);
}
.oj-4 {
    position: absolute;
    top: 28%;
    z-index: 9;
    right: 65%;
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.oj-5 {
    position: absolute;
    top: calc(50% + 3px);
    z-index: 9;
    right: calc(47% + 3px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-5{
    top: 49%;
}
.oj-6 {
    position: absolute;
    top: 28%;
    z-index: 9;
    right: calc(29% - 2px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.oj-7 {
    position: absolute;
    top: calc(50% + 3px);
    z-index: 9;
    right: calc(12% - 8px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-7{
    top: 49%;
}
.oj-8 {
    position: absolute;
    top: calc(68% - 2px);
    z-index: 9;
    right: calc(29% + 5px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-8{
    top: calc(65% + 5px);
}
.oj-9 {
    position: absolute;
    top: 90%;
    z-index: 9;
    right: calc(47% + 3px);
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-9{
    top: 86%;
    right: calc(47% + 3px);
}
.oj-10 {
    position: absolute;
    top: calc(68% - 2px);
    z-index: 9;
    right: 65%;
    width: 8%;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.lang-vn .oj-10{
    top: calc(65% + 5px);
}
span[class^="oj-"]:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.sca-up{
    transform-origin: bottom;
}
.sca-down{
    transform-origin: top;
}
.box-captcha {
    display: flex;
    align-items: center;
    width: 300px;
}
.box-captcha input {
    width: 135px;
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 12px;
    outline: unset;
    margin-right: 30px;
    border-radius: 4px;
    font-size: 15px;
}
.code-captcha {
    display: flex;
    align-items: center;
    height: 34px;
    background: #c7c7c7;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
}
.code-captcha a {
    display: inline-block;
    margin-right: 10px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: var(--main-color);
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    padding-left: 2px;
    width: 100%;
}
.ul-filter .form-check {
    margin-bottom: 10px;
    font-size: 14px;
}
.form-check label{
    margin: 0;
    font-weight: 700;
    font-weight: unset;
    font-family: Arial;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.captcha-accept {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.btn-vaccine{
    display: inline-block;
    border-radius: 4px;
    background: var(--main-color);
    color: #fff;
    padding: 7px 40px;
    box-shadow: 0 0 5px #ccc;
    border: none;
    outline: unset;
}
.block-form-regis-vaccine .form-control{
    line-height: unset !important;
}
.block-form-regis-vaccine input.form-control{
    height: 40px;
}
@-moz-document url-prefix() {
    .block-form-regis-vaccine .form-control{
        line-height: unset !important;
    }
}
#dieukhoan.modal.in .modal-dialog{
    margin-top: 70px;
}
#dieukhoan .editer p{
    font-size: 15px;
}
#dieukhoan .modal-title{
    font-weight: 700;
    text-transform: uppercase;
}
#dieukhoan .modal-header .close{
    opacity: 1;
}
#dieukhoan .modal-body{
    max-height: calc(100vh - 200px);
    overflow: auto;
}
/****************NEW CSS 25.09.2024************/
.zoom-img {
    overflow: hidden;
}
.zoom-img img {
    scale: 1;
    transition: all .5s ease;
}
.zoom-img:hover img {
    scale: 1.2;
}
.dots-custom .owl-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.dots-custom .owl-dots .owl-dot span {
    background: var(--main-color);
    border-radius: 0;
    width: 10px;
    height: 10px;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    border-radius: 100%;
}
.dots-custom .owl-dots .owl-dot:hover span {
    background: var(--sub-color);
}
.dots-custom .owl-dots .owl-dot.active span {
    border-color: var(--main-color);
    background: var(--main-color);
}
.dots-custom .owl-dots .owl-dot.active {
    border: 1px solid var(--main-color);
    border-radius: 100%;
}
.btn-viewmore {
    font-size: 14px;
    color: #fff;
    padding: 12px 24px;
    background-color: var(--main-color);
    border-radius: 20px;
    display: inline-block;
}
.btn-viewmore:hover {
    color: #fff;
    background-color: var(--sub-color);
}
/*********************************************/



@media (min-width: 1500px){
    .container{
        width: 1470px;
    }
    .mail-asi{
        font-size: 17px;
    }
}

@media (max-width: 1566px){
    .ul-main-menu > li > a {
        font-size: 17px;
        padding: 8px 12px;
    }
}

@media (max-width: 1499px){
    .ul-main-menu > li > a {
        font-size: 16px;
        padding: 8px 10px;
    }
    .img-sub-news img {
        height: 177px;
    }
    .tit-qoute-ceo{
        font-size: 65px;
    }
    .intro-bn-ceo {
        padding-left: 20px;
        padding-right: 50px;
    }
    .inside-intro-ceo{
        padding-left: 20px;
    }
    .mail-asi{
        font-size: 14px;
        position: relative;
        left: -10px;
    }
    .info-apply-aside{
        padding-left: 25px;
    }
}

@media (max-width: 1399px){
    .ul-main-menu > li > a {
        font-size: 15px;
        padding: 8px;
    }
}
@media (max-width: 1266px){
    .ul-main-menu > li > a {
        font-size: 14px;
        padding: 8px;
    }
}
@media (max-width: 1211px){
    .ul-main-menu > li > a {
        font-size: 14px;
        padding: 6px;
    }
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .logo img{
        width: 110px;
    }
    .ul-main-menu > li > a {
        font-size: 12px;
        padding: 8px 10px 10px 10px;
    }
    .btn-search {
        margin: 0 10px 0 5px;
    }
    .img-sub-news img {
        height: 141px;
    }
    .avatar-ceo{
        width: 300px;
    }
    .content-banner-ceo{
        width: calc(100% - 150px)
    }
    .content-banner-ceo{
        padding-left: 200px;
    }
    .block-form-regis-vaccine .col-md-6.col-md-offset-3{
        width: 100%;
        margin: 0;
    }
}

	section.sumenhtamnhin {
    margin-bottom: 40px;
}
@media (max-width: 1088px){
    .ul-main-menu > li > a {
        font-size: 12px;
        padding: 6px;
    }
	
}
@media (max-width: 1020px){
    .ul-main-menu > li > a {
        font-size: 12px;
        padding: 4px;
    }
}
@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .main-header{
        padding: 10px;
    }
    header:before{
        height: 150%;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: var(--main-color);
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile li > p {
        margin: 0;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        
        font-weight: 700;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #a9a9a9;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    /*.language {
        margin-right: 25px;
    }*/
    .btn-search {
        margin: 0 5px;
    }
    header.hd-push{
        left: -280px;
        transition: all 0.3s;
    }
    header.hd-fixed:before{
        border-bottom: 1px solid #ccc;
        transition: all 0.3s;
    }
    .tit-pub,
    .tit-slog{
        font-size: 32px;
    }
    .box-mop {
        width: 100%;
        padding: 0 45px;
    }
    .tit-mop{
        font-size: 24px;
    }
    .address-company p.name-com{
        font-size: 26px;
    }
    .block-slider-mop .owl-carousel .owl-nav button.owl-prev{
        left: 5px;
    }
    .block-slider-mop .owl-carousel .owl-nav button.owl-next{
        right: 5px;
    }
    .main-video video{
        height: auto;
    }
    .address-company {
        padding: 30px;
    }
    .address-company p{
        font-size: 18px;
    }
    .main-breac > .container {
        padding-top: 50px;
    }
    .tit-banner-page{
        font-size: 36px;
        text-align: center;
    }
    .info-ctar{
        margin-top: 20px;
    }
    .img-sub-news img {
        height: auto;
    }
    .img-product{
        margin-bottom: 20px;
    }
    .content-coll {
        padding: 20px 0 0;
    }
    .tit-recrui {
        font-size: 40px;
    }
    .intro-recrui {
        padding: 100px 0;
    }
    .block-welfare {
        margin-top: 20px;
    }
    .item-welfare {
        width: 100%;
        border: 1px solid #fff;
        border-radius: 0 !important;
    }
    .content-welfare {
        min-height: unset;
    }
    .des-welfara p,
    .des-welfara ul li{
        font-size: 16px;
    }
    .map-contact iframe{
        height: 600px;
    }
    .iframe-video iframe{
        height: 600px;
    }
    .flex-ceo{
        display: block;
    }
    .avatar-ceo{
        position: unset;
        margin: 0 auto;
    }
    .content-banner-ceo{
        width: 100%;
        padding: 50px;
    }
    .list-block-mivi{
        width: 100%;
    }
    .line-items-mv .row{
        display: block;
    }
    .block-img-mv img{
        width: 100%;
    }
    .block-img-mv{
        margin-bottom: 20px;
    }
    .tit-page-detail{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .block-news-home{
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .mail-asi {
        font-size: 18px;
        left: unset;
    }
    .block-chart-journey {
        margin: 50px 0 75px;
    }
    .img-prod-detail{
        width: 70%;
    }
    .block-form-regis-vaccine .col-md-6.col-md-offset-3{
        width: 100%;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .tit-pub,
    .tit-slog{
        font-size: 26px;
    }
    .tit-pub-small{
        font-size: 20px;
    }
    .flex-location{
        display: block;
    }
    .map-location{
        width: 100%;
    }
    .map-location iframe{
        height: 450px;
    }
    .address-company{
        width: 100%;
        padding: 30px 15px;
    }
    .address-company p.name-com{
        font-size: 26px;
    }
    .items-bio:before{
        background: rgba(0,125,195,0.3) !important;
    }
    .name-bio{
        display: block !important;
    }
    .box-nanobio-big .owl-carousel .owl-nav button.owl-prev{
        left: 5px;
    }
    .box-nanobio-big .owl-carousel .owl-nav button.owl-next{
        right: 5px;
    }
    .box-nanobio-big .owl-theme .owl-dots {
        bottom: 10px;
        left: 10px;
    }
    .name-bio {
        bottom: 40px;
        left: 10px;
        font-size: 18px;
    }
    .control-slide {
        bottom: 14px;
    }
    .tit-banner-page {
        font-size: 32px;
    }
    .block-mivi{
        margin-bottom: 30px;
        height: auto;
    }
    .box-info-mivi{
        height: auto;
    }
    .flex-tit-prod{
        display: block;
    }
    .box-tit-prod{
        width: 100%;
    }
    .tit-recrui {
        font-size: 32px;
    }
    .intro-recrui {
        padding: 50px 0;
    }
    .tit-work-environment {
        font-size: 36px;
    }
    .intro-recrui .flex-bw {
        display: block;
    }
    .tab-recrui table tr:first-child {
        display: none;
    }
    .tab-recrui table tr, .tab-recrui table tr td {
        display: block;
        text-align: right;
        border: none;
    }
    .tab-recrui table tr td:first-child {
        display: none;
    }
    .tab-recrui table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }
    .tab-recrui table tr {
        border-bottom: 1px solid #ccc;
    }
    .modal-open .modal.md-apply {
        align-items: unset;
        justify-content: center;
        margin-top: 60px;
    }
    .tit-proj{
        display: block;
    }
    .tit-proj h3{
        margin-bottom: 15px;
    }
    .map-contact iframe{
        height: 450px;
    }
    .iframe-video iframe{
        height: 450px;
    }
    .qoute-ceo{
        font-size: 50px;
    }
    .intro-bn-ceo{
        padding: 0;
    }
    .tit-qoute-ceo{
        font-size: 50px;
        margin-bottom: 30px;
    }
    .tit-qoute-ceo:after{
        margin-top: 30px;
    }
    .tit-prod-detail{
        font-size: 40px;
    }
    .oj-1 {
        top: calc(-12% + 3px);
        right: calc(29% - 1px);
    }
    .oj-2 {
        top: calc(10% + 5px);
        right: calc(47% - 0px);
    }
    .oj-3 {
        top: calc(-12% + 3px);
    }
    .oj-7 {
        right: calc(12% - 5px);
    }
    .oj-8 {
        right: calc(29% + 3px);
    }
    .oj-9 {
        right: calc(47% + 0px);
    }
    .img-prod-detail{
        width: 80%;
    }
    .tit-slog{
    	margin-bottom: 10px;
    }
    .regis-vac{
    	font-size: 15px;
    	padding: 10px 20px;
    }
    .tit-btn-slogan {
	    transform: translateY(20px);
	}
    .captcha-accept {
        display: block;
    }
    .box-captcha{
        margin-bottom: 15px;
        width: 100%;
    }
    .ul-filter{
        width: 100%;
    }
    .box-captcha input{
        margin-right: 10px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .box-nanobio-big .owl-carousel .owl-nav button.owl-next{
        right: 5px;
    }
    .box-nanobio-big .owl-carousel .owl-nav button.owl-prev{
        left: 5px;
    }
    .name-bio {
        bottom: 40px;
        left: 10px;
        font-size: 18px;
    }
    .box-nanobio-big .owl-theme .owl-dots {
        bottom: 10px;
        left: 10px;
    }
    .control-slide{
        bottom: 14px;
    }
    .tit-pub{
        font-size: 22px;
    }
    .tit-slog{
        font-size: 15px;
    }
    .tit-pub-small{
        font-size: 18px;
    }
    .tit-mop{
        font-size: 20px;
    }
    .block-mop{
        padding: 30px 0;
    }
    .clear40{
        height: 20px;
    }
    .map-location iframe,
    .map-contact iframe{
        height: 355px;
    }
    .address-company p.name-com{
        font-size: 22px;
    }
    .address-company p{
        font-size: 18px;
    }
    .des-mop p{
        font-size: 16px;
    }
    .block-mop{
        min-height: 300px;
    }
    .tit-banner-page {
        font-size: 28px;
    }
    .main-breac > img {
        min-height: 200px;
        object-fit: cover;
    }
    .main-breacrumb span a, .main-breacrumb span{
        font-size: 15px;
    }
    .block-ctar{
        font-size: 15px;
    }
    .name-ctar{
        font-size: 24px;
    }
    .clear40{
        height: 20px;
    }
    .tit-small-news a{
        font-size: 16px;
    }
    .tit-news-items{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tit-block-news .flex-bw{
        display: block;
    }
    .tit-recrui {
        font-size: 28px;
    }
    .item-welfare {
        width: 100%;
    }
    .content-welfare {
        min-height: unset;
    }
    .tab-recrui table tr td{
        font-size: 16px;
    }
    .block-list-contact {
        padding: 15px 15px 1px;
    }
    .iframe-video iframe{
        height: 300px;
    }
    .content-banner-ceo{
        padding: 30px;
    }
    .tit-qoute-ceo{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .tit-qoute-ceo:after{
        margin-top: 20px;
    }
    .name-ceo, .pos-ceo{
        font-size: 24px;
    }
    .block-img-mv {
        padding: 0 0 10px 10px;
    }
    .list-block-mivi .line-items-mv:nth-child(even) .block-img-mv {
        padding: 0 10px 10px 0;
    }
    .bnt-mivi{
        padding: 20px 0;
    }
    .tit-line-mivi{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .tit-prod-detail{
        font-size: 36px;
    }
    .box-iaa p:not(.top-iaa){
        font-size: 15px;
    }
    body p,body{
        font-size: 15px;
    }
    .block-news-home{
        margin-bottom: 30px;
        height: auto;
    }
    .oj-5 {
        top: calc(50% + 1px);
        right: calc(47% + 0px);
    }
    .block-chart-journey {
        margin: 25px 0 30px;
    }
    .img-prod-detail{
        width: 100%;
    }
    .regis-vac{
    	font-size: 12px;
    }
    .lang-vn .oj-1,
    .lang-vn .oj-3 {
        top: calc(-10% + 3px);
    }
}