@font-face {
    font-family: hel;
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTMHelvetIns.woff') format('woff'),
        url('../fonts/UTMHelvetIns.ttf') format('truetype'),
        url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
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: #ed1c24;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto Condensed', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto Condensed', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
.header-top{
    position: relative;
    background: url(../img/bg-head.jpg) center center no-repeat;
    background-size: auto;
    padding: 10px 0 15px 0;
}
.name-company{
    margin-left: 20px;
}
.top-name-company{
    font-size: 24px;
    color: #053e91;
    text-transform: uppercase;
    font-weight: 700;
    font-family: hel;
}
.bottom-name-company{
    color: #053e91;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    font-family: hel;
}
.form-search form{
    display: flex;
    align-items: center;
}
.form-search form input{
    width: 250px;
    font-size: 14px;
    height: 30px;
    padding: 5px 12px;
    outline: unset;
    border: 1px solid #ccc;
}
.form-search form button{
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #053e91;
}
.line-red {
    background: #9be486;
    width: calc(50% + 270px);
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.line-red:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid #47a316;
}
.line-green {
    background: #053e91;
    width: calc(50% - 270px);
    height: 10px;
    position: absolute;
    top: 100%;
    left: 0;
}
.line-green:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    border-right: 10px solid #eef3f5;
    border-top: 10px solid #002978;
}
.header-bottom {
    background: #eef3f5;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
}
.ul-main-menu > li:hover > a{
    color: #ed1c24;
}
.ul-main-menu > li.active > a{
    color: #ed1c24;
}
.ul-main-menu > li:first-child > a{
    padding-left: 0;
}
.ul-main-menu > li > a > i{
    margin-left: 3px;
    font-size: 14px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #eef3f5;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    min-width: 220px;
    z-index: 9999;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 10px 10px 7px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.has-sub-2{
    position: relative;
}
.ul-sub-menu-2{
    position: absolute;
    top: -1px;
    left: 100%;
    background: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    min-width: 220px;
    z-index: 9999;
    display: none;
}
.ul-sub-menu-2 > li > a{
    display: block;
    padding: 10px 10px 7px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.ul-sub-menu-2 > li:last-child > a{
    border: none;
}
.has-sub-2:hover .ul-sub-menu-2{
    display: block;
}
.ul-sub-menu > li:hover > a,
.ul-sub-menu-2 > li:hover > a{
    color: #ed1c24;
    background: #fafafa;
}
.block-slider-banner{
    position: relative;
}
.block-slider-banner .owl-theme .owl-nav{
    margin: 0;
}
.block-slider-banner .owl-carousel .owl-nav button.owl-next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 68px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(181, 181, 181, 0.7);
    color: #fff;
    font-size: 26px;
    outline: unset;
    margin: 0;
    border-radius: 0 !important;
}
.block-slider-banner .owl-carousel .owl-nav button.owl-prev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 68px;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(181, 181, 181, 0.7);
    color: #fff;
    font-size: 26px;
    outline: unset;
    margin: 0;
    border-radius: 0 !important;
}
.block-news-home{
    border: 2px solid #d1d1d1;
    border-top: 2px solid #086d37;
}
.tit-news-home {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tit-news-home i{
    color: #b30007;
    margin-right: 10px;
    font-size: 10px;
}
.block-news-hightlight{
    padding-left: 10px;
}
.tit-news-hightlight{
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.items-news-hightlight{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.img-hightlight{
    display: block;
    width: 120px;
    margin-right: 10px;
}
.tit-hightlight{
    display: block;
    width: calc(100% - 130px);
    font-size: 18px;
    color: #000;
}
.block-news-home .col-md-6:nth-child(odd){
    padding-right: 5px;
}
.block-news-home .col-md-6:nth-child(even){
    padding-left: 5px;
}
.list-news-hightlight {
    padding-right: 10px;
    max-height: 550px;
    overflow: auto;
}
.list-news-hightlight .items-news-hightlight:last-child{
    border: none;
    margin-bottom: 0;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #e5e5e5 #fff;
  scrollbar-width: thin;
}
.scrollbar{
    overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
}
.scrollbar::-webkit-scrollbar{
    width: 3px;
    background-color: #e6e7e8;
}
.scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #e5e5e5;
}
.block-notifi-home{
    border: 2px solid #d1d1d1;
    border-top: 2px solid #b30007;
}
.ul-list-noti{
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 550px;
    overflow: auto;
    padding: 0 10px;
}
.tit-pub{
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #053e91;
    font-weight: 700;
}
.main-research{
    background: #f7f7f7;
}
.name-research{
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #d1d1d1;
    padding-bottom: 10px;
}
.name-research:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #086d37;
    position: absolute;
    top: 100%;
    left: 0;
}
.img-research{
    display: block;
}
.block-research{
    margin-bottom: 30px;
}
.img-prod-home{
    display: block;
    border: 1px solid #a4ca38;
    background: #fff;
}
.tit-prod-home{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}
.block-prod-home{
    margin-bottom: 30px;
}
.block-evd{
    padding: 10px;
    box-shadow: 0 0 5px #ccc;
    height: 100%;
}
.tit-evd{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #b30007;
    position: relative;
    margin-bottom: 10px;
    color: #053e91;
}
.tit-evd:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 20px;
    background: #086d37;
    left: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}
.ul-event-evd{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-event-evd > li{
    margin-bottom: 10px;
}
.ul-event-evd > li:last-child{
    margin: 0;
}
.ul-event-evd > li > a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.ul-event-evd > li > a > i{
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
    color: #b5b5b5;
}
#sync1 .item, #sync1 .item-video{
    height: 250px;
    margin: 0;
    margin-bottom: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    padding: 0px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #ccc;
}
#sync2 .synced .item{
    border: 1px solid red;
}
.block-evd .owl-carousel .owl-nav button.disabled{
    display: none !important;
}
.block-evd .owl-carousel .owl-nav button.owl-next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to left, black , #ffffff00);
    color: #fff;
    font-size: 20px;
    outline: unset;
    margin: 0;
    border-radius: 0 !important;
}
.block-evd .owl-carousel .owl-nav button.owl-prev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, black , #ffffff00);
    color: #fff;
    font-size: 20px;
    outline: unset;
    margin: 0;
    border-radius: 0 !important;
}
.name-video {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#sync2 {
    margin-top: 10px;
}
.ul-list-document {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-list-document > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.ul-list-document > li > a {
    font-size: 16px;
    color: #000;
}
.block-document {
    padding: 10px;
    box-shadow: 0 0 5px #ccc;
    height: 100%;
}
.tit-ft{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.tit-ft span{
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 10px;
}
.tit-ft span:after{
    content: "";
    position: absolute;
    width: 50%;
    bottom: -2px;
    height: 3px;
    background: #fff;
    left: 0;
}
footer{
    background: url(../img/bg-footer.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 30px;
}
footer *{
    color: #fff;
}
footer select *{
    color: #000;
}
.tit-sft{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.ul-social-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.ul-social-ft > li > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 15px;
    width: 44px;
    height: 44px;
}
.ul-social-ft > li:last-child > a{
    margin: 0;
}
.ul-social-ft > li > a > i{
    color: #000;
    font-size: 20px;
}
.group-link-social{
    margin-bottom: 20px;
}
.main-breac{
    background: #e1e1e1;
    padding: 10px 0;
}
.tit-cate-aside{
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 26px;
    position: relative;
    background: #086d37;
    font-weight: 700;
}
.tit-cate-aside:before{
    content: "";
    display: block;
    width: 6px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.ul-list-cate-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #e1e1e1;
    padding: 10px;
}
.ul-list-cate-aside > li > a{
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #000;
}
.ul-list-cate-aside > li:last-child > a{
    margin: 0;
    padding: 0;
    border: none;
}
.ul-list-cate-aside > li:hover > a{
    color: #ed1c24;
}
.block-cate-aside{
    margin-bottom: 30px;
}
.tit-post-aside{
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0 10px 0 16px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.tit-post-aside:before{
    content: "";
    display: block;
    width: 6px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #086d37;
}
.block-list-post-aside{
    border: 1px solid #b5b5b5;
    padding: 10px;
}
.ul-list-post-aside {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-list-post-aside > li {
    margin-bottom: 10px;
}
.ul-list-post-aside > li:last-child {
    margin: 0;
}
.ul-list-post-aside > li > a {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-list-post-aside > li > a > i {
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
    color: #b5b5b5;
}
.tit-page{
    font-size: 24px;
    color: #086d37;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.items-post-cate{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.img-post-cate{
    display: block;
    width: 250px;
    margin-right: 20px;
}
.img-post-cate img{
    width: 100%;
}
.content-post-cate{
    width: calc(100% - 270px);
}
.tit-post-cate{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.date-post{
    margin-bottom: 10px;
}
.date-post i{
    margin-right: 5px;
}
.des-post{
    font-size: 16px;
}
.pagi-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi-right a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e1e1e1;
    color: #000;
    position: relative;
}
.pagi-right a:after{
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    top: 5px;
    right: 0;
    background: #b5b5b5;
    position: absolute;
}
.pagi-right a:last-child:after{
    content: unset;
}
.pagi-right a.active{
    background: #086d37;
    color: #fff;
}
.pagi-right a.active:after{
    content: unset;
}
.tab-document-detail table{
    width: 100%;
}
.tab-document-detail table tr td{
    padding: 10px;
    border: 1px solid #ccc;
}
.tab-document-detail table tr:first-child td{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background: #e1e1e1;
}
.tab-document-detail table tr:last-child td{
    background: #8ad7ff;
}
.clred{
    color: #ed1c24;
}
.label-sd{
    font-weight: 700;
    margin-right: 20px;
}
.form-search-document form{
    display: flex;
    align-items: center;
}
.flex-sd{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.flex-sd select,
.flex-sd input{
    min-width: 200px;
}
.btn-sd{
    display: inline-block;
    border: none;
    outline: unset;
    height: 34px;
    width: 120px;
    background: #086d37;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}
.flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter-items{
    display: flex;
    align-items: center;
}
.filter-items select{
    margin: 0 20px;
}
.filter-items p{
    white-space: nowrap;
}
.tab-document table{
    width: 100%;
}
.tab-document table tr td{
    padding: 10px;
    border: 1px solid #ccc;
}
.tab-document table tr:first-child td{
    background: #7083a2 !important;
    color: #39e3a2 !important;
}
.tab-document table tr td:first-child{
    color: #1f4af1;
}
.tab-document table tr td:last-child a{
    color: #1f4af1;
    white-space: nowrap;
}
.tab-document table tr td:last-child a i{
    color: #1fc28b;
}
.a-answer{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: unset;
    height: 34px;
    width: 120px;
    background: #086d37;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}
.a-answer i{
    margin-right: 5px;
}
.clgreen{
    color: #086d37;
}
.block-answer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.avatar-answer{
    width: 90px;
    margin-right: 15px;
}
.content-answer{
    width: calc(100% - 105px);
}
.info-answer span{
    text-decoration: underline;
}
.info-answer{
    margin: 10px 0;
}
.a-question{
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
    display: inline-block;
    margin-bottom: 10px;
}
.a-question i{
    margin-left: 10px;
    color: #086d37;
}
.box-quetion{
    display: none;
}
.block-answer{
    margin-bottom: 20px;
}
.form-group-wa{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
.label-wa{
    font-weight: 700;
    width: 150px;
    padding-top: 5px;
}
.form-group-wa select,
.form-group-wa textarea,
.form-group-wa input,
.right-form-answer{
    width: calc(100% - 150px);
}
.item-answer-best{
    margin-bottom: 20px;
}
.theme-authur i{
    margin-right: 7px;
    font-size: 10px;
    position: relative;
    top: -2px;
    color: #086d37;
}
.block-prod-best{
    overflow: hidden;
}
.img-prod-detail{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.tit-prod-detail{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}
.des-prod-detail{
    margin-bottom: 20px;
}
.logo-contact{
    margin-bottom: 20px;
}
.block-gall {
    margin-bottom: 30px;
}
.block-gall > a {
    display: block;
    text-align: center;
}
.block-gall > a > img {
    width: 100%;
}
.name-gall {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.end-box{
    align-items: flex-end;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #086d37 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top i {
    position: relative;
    top: 15px;
}
.inside-left-news-noti{
    border: 1px solid #ccc;
    border-top: 3px solid #043281;
    padding: 20px 10px;
}
.tit-news-hightlight {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #043281;
    position: relative;
    display: flex;
    align-items: center;
}
.tit-news-hightlight:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #b30007;
    margin-right: 15px;
}
.block-slider-news {
    display: flex;
    justify-content: space-between;
}
.block-slider-news .nav-tabs {
    width: 165px;
    border: none;
}
.block-slider-news .nav-tabs>li{
    float: none;
    margin: 0;
    margin-bottom: 15px;
}
.block-slider-news .nav-tabs>li a img{
    width: 100%;
    height: 106px;
    object-fit: cover;
}
.block-slider-news .nav-tabs>li>a{
    padding: 0;
    border: 4px solid #f2f2f2;
    border-radius: 0 !important;
    position: relative;
}
.block-slider-news .nav-tabs>li.active>a{
    border: 4px solid #ccc;
}
.block-slider-news .nav-tabs>li.active>a:after {
    right: calc(100% + 4px);
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #cccccc;
    border-width: 6px;
    margin-left: -6px;
}
.block-slider-news .nav-tabs>li:last-child{
    margin-bottom: 0;
}
.block-slider-news .tab-content{
    width: calc(100% - 180px);
    height: 373px;
    overflow: hidden;
}
.box-news-home {
    position: relative;
}
.info-bnh{
    position: absolute;
    bottom: 0;
    border-left: 0;
    width: 100%;
    background: rgb(5 62 145 / 60%);
    padding: 20px;
}
.tit-bnh{
    margin: 0;
    font-weight: 700;
}
.tit-bnh a{
    color: #fff;
    font-style: italic;
}
.box-news-home > img{
    width: 100%;
    height: 373px;
    object-fit: cover;
}
.right-news-noti{
    width: 33%;
    float: left;
    padding: 0 10px;
}
.inside-right-news-noti{
    border: 1px solid #ccc;
    border-top: 3px solid #f26a35;
}
.tit-noti {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #043281;
    position: relative;
    display: flex;
    align-items: center;
    background-image: linear-gradient(#fff, #c7c7c7);
    padding: 20px;
}
.tit-noti:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/star.png) center center no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.ul-list-noti{
    list-style-type: none;
    padding: 15px;
    margin: 0;
}
.ul-list-noti > li{
    margin-bottom: 5px;
    position: relative;
}
.ul-list-noti > li:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url(../img/line.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 5px;
}
.ul-list-noti > li > a{
    color: #000;
}
.ul-list-noti > li > img:first-child{
    margin-right: 5px;
}
.ul-list-noti > li > img:last-child{
    margin-left: 5px;
}
.ul-list-noti > li:last-child:after{
    content: unset;
}
.ul-list-noti > li:last-child{
    margin: 0;
}
.main-products-home{
    background: #eef3f5;
    margin-top: 5px;
}
.main-intro-home{
    background: url(../img/bg-ithome.jpg) center center no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.main-intro-home:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.main-intro-home .container{
    position: relative;
    z-index: 9;
}
.sub-tit-intro{
    font-size: 24px;
    color: #053e91;
    text-transform: uppercase;
}
.tit-intro-home{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #053e91;
}
.box-des-intro{
    border-left: 2px solid #053e91;
    padding-left: 15px;
}
.box-des-intro .editer p{
    font-size: 16px;
}
.item-feedback{
    background: #eef3f5;
    border-radius: 5px;
    padding: 40px 15px 15px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    margin-top: 40px;
    margin-bottom: 5px;
    min-height: 170px;
}
.avatar-fb{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: absolute;
    top: -27px;
    left: 15px;
}
.name-fb{
    font-weight: 700;
    margin-top: 10px;
}
.map-gg iframe{
    height: 250px;
    width: 100%;
}
.block-feedback .bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: unset;
    background: none;
    margin-top: -10px;
}
.block-feedback .bx-viewport{
    min-height: 430px !important;
}







@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .top-name-company{
        font-size: 15px;
    }
    .bottom-name-company{
        font-size: 25px;
    }
    .ul-main-menu > li > a{
        padding: 15px 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .header-top .flex-bw{
        justify-content: center;
    }
    .form-search {
        width: calc(100% - 40px);
    }
    .form-search form input{
        width: 100%;
        border: 1px solid #ccc;
    }
    .header-bottom{
        padding: 20px 0 10px 0;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #086d37;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .menu-mobile 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;
    }
     .phelp > a.hideb:first-child{
        border-right: none;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #ed1c24;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #000;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .line-red,
    .line-green{
        width: 50%;
        height: 6px;
    }
    .line-red:before {
        border-left: 6px solid #fff;
        border-bottom: 6px solid #47a316;
    }
    .line-green:after {
        right: -6px;
        border-right: 6px solid #eef3f5;
        border-top: 6px solid #014822;
    }
    .main-event-video-document .flex-n{
        display: block;
    }
    #sync1 .item, #sync1 .item-video{
        height: 300px;
    }
    .header-top{
        padding: 10px 0 15px 0;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .logo-contact {
        text-align: center;
    }
    .block-prod-best{
        overflow: unset;
    }
    .slick-slide {
        margin: 0 10px;
    }
    .slick-list {
        margin: 0 -10px;
    }
    .block-news-hightlight{
        margin-bottom: 20px;
    }
    .footer{
        padding-top: 10px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .block-news-hightlight{
        padding-right: 10px;
    }
    .block-news-home .col-md-6:nth-child(odd){
        padding-right: 15px;
    }
    .block-news-home .col-md-6:nth-child(even){
        padding-left: 15px;
    }
    .list-news-hightlight{
        padding-left: 10px;
    }
    .img-post-cate{
        width: 180px;
    }
    .content-post-cate {
        width: calc(100% - 200px);
    }
    .form-search-document form{
        display: block;
    }
    .flex-sd{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .label-sd {
        margin-right: 15px;
        width: 35px;
    }
    .social-contact{
        right: unset;
        top: unset;
        bottom: 10px;
        transform: translateX(-50%);
        flex-direction: unset;
        left: 50%;
    }
    .alo-phone{
        margin: 0 4px;
    }
    .info-tour-share{
        justify-content: center;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .block-slider-banner .owl-carousel .owl-nav button.owl-next,
    .block-slider-banner .owl-carousel .owl-nav button.owl-prev{
        font-size: 18px;
        height: 40px;
        width: 26px;
    }
    .img-hightlight{
        width: 80px;
    }
    .tit-hightlight{
        width: calc(100% - 90px);
        font-size: 16px;
    }
    .list-news-hightlight{
        max-height: 210px;
    }
    .ul-list-noti{
        max-height: 330px;
    }
    .block-news-hightlight img{
        width: 100%;
    }
    .block-research {
        margin-bottom: 20px;
    }
    .name-research{
        font-size: 16px;
    }
    .tit-pub{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .tit-page{
        font-size: 22px;
    }
    .items-post-cate{
        display: block;
    }
    .img-post-cate{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .content-post-cate {
        width: 100%;
    }
    .clear40{
        height: 20px;
    }
    .name-gall {
        font-size: 16px;
        margin-top: 10px;
    }
    .block-gall {
        margin-bottom: 15px;
    }
    .tit-ft {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .block480{
        display: block;
    }
    .a-answer{
        margin-top: 10px;
    }
    .block-answer {
        display: block;
    }
    .avatar-answer{
        margin-bottom: 10px;
    }
    .content-answer{
        width: 100%;
    }
    .map-contact iframe{
        height: 300px;
    }
    .tab-info-prod .nav-tabs>li{
        display: block;
        float: none;
        margin: 0;
    }
    .tab-info-prod .nav-tabs>li>a{
        border: none !important;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: 1px solid #fff !important;
        border-radius: 0 !important;
        background: #086d37;
        color: #fff;
    }
    .tab-info-prod .nav-tabs>li.active>a, 
    .tab-info-prod .nav-tabs>li.active>a:focus, 
    .tab-info-prod .nav-tabs>li.active>a:hover{
        color: #fff;
        background: #ed1c24;
    }
    .tab-info-prod .nav-tabs{
        border: none;
    }
    .filter-items select{
        margin-right: 10px;
    }
    .tab-document{
        overflow: auto;
    }
    .tab-document table{
        min-width: 350px;
    }
    .form-group-wa {
        display: block;
    }
    .label-wa {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .form-group-wa select, .form-group-wa textarea, .form-group-wa input, .right-form-answer{
        width: 100%;
    }
}
.header-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
}
.header-info ul li {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.header-info ul li span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #e6e9f2;
    display: inline-block;
    border-radius: 50%;
}
.header-info ul li span img {
    width: 15px;
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-info ul li .head-contact {
    padding-left: 15px;
}
.header-info ul li .head-contact a {
    color: #053e91;
}

.header-info ul li .head-contact a:hover {
    color: #ed1c24;
}

.alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 60px;
    position: relative;
    -webkit-transition: visibility 0.5s ease 0s;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 60px;
    z-index: 20;
    margin: 4px 0;
}

.alo-phone.alo-show {
    visibility: visible
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.alo-phone.alo-static {
    opacity: 0.6
}

.alo-phone.alo-hover,
.alo-phone:hover {
    opacity: 1
}

.alo-phone.alo-hover .alo-ph-text,
.alo-phone:hover .alo-ph-text {
    background-color: #141414
}

.alo-ph-circle {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
    background-color: transparent;
    border: 1px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 50px;
    left: 5px;
    opacity: 0.1;
    position: absolute;
    top: 5px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.alo-phone.alo-active .alo-ph-circle {
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
    animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important
}

.alo-phone.alo-static .alo-ph-circle {
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
    animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important
}

.alo-phone.alo-hover .alo-ph-circle,
.alo-phone:hover .alo-ph-circle {
    border-color: #cd3121;
    opacity: 0.5
}

.alo-phone.alo-green.alo-hover .alo-ph-circle,
.alo-phone.alo-green:hover .alo-ph-circle {
    border-color: #141414;
    opacity: 0.5
}

.alo-phone.alo-green .alo-ph-circle {
    border-color: #4b803a;
    opacity: 0.5;
}

.alo-phone.alo-gray.alo-hover .alo-ph-circle,
.alo-phone.alo-gray:hover .alo-ph-circle {
    border-color: #ccc;
    opacity: 0.5
}

.alo-phone.alo-gray .alo-ph-circle {
    border-color: #141414;
    opacity: 0.5
}

.alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 60px;
    animation: unset;
}

.alo-phone.alo-active .alo-ph-circle-fill {
    -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important
}

.alo-phone.alo-static .alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    opacity: 0 !important
}

.alo-phone.alo-hover .alo-ph-circle-fill,
.alo-phone:hover .alo-ph-circle-fill {
    background-color: rgba(233, 59, 53, 0.5);
    opacity: 0.75 !important
}

.alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.alo-phone.alo-green:hover .alo-ph-circle-fill {
    background-color: rgba(0, 0, 8, 0.5);
    opacity: 0.75 !important
}

.alo-phone.alo-green .alo-ph-circle-fill {
    background-color: rgb(165 207 28);
    opacity: 0.5 !important;
}

.alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.alo-phone.alo-gray:hover .alo-ph-circle-fill {
    background-color: rgba(20, 20, 20, 0.5);
    opacity: 0.75 !important
}

.alo-phone.alo-gray .alo-ph-circle-fill {
    background-color: rgba(0, 0, 8, 0.5);
    opacity: 0.75 !important
}

.alo-ph-img-circle {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
    border: 2px solid transparent;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alo-ph-text {
    background-color: #d2243d;
    color: #fff;
    border-radius: 4px;
    padding: 0px 5px;
    bottom: 30px;
    display: block;
    font-size: .875rem;
    margin-right: -50px;
    position: absolute;
    left: 20%;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    font-size: 20px
}

.alo-phone.alo-active .alo-ph-img-circle {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
    animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important
}

.alo-phone.alo-static .alo-ph-img-circle {
    -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
    animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important
}

.alo-phone.alo-hover .alo-ph-img-circle,
.alo-phone:hover .alo-ph-img-circle {
    background-color: #cd3121
}

.alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.alo-phone.alo-green:hover .alo-ph-img-circle {
    background-color: #141414
}

.alo-phone.alo-green .alo-ph-img-circle {
    background-color: #a5cf1c
}

.alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.alo-phone.alo-gray:hover .alo-ph-img-circle {
    background-color: #ccc
}

.alo-phone.alo-gray .alo-ph-img-circle {
    background-color: #141414
}
@-webkit-keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "fadeInRight" {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes "fadeInRight" {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes "fadeOutRight" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
}

@keyframes "fadeOutRight" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
}

@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
.social-contact{
    position: fixed;
    top: 70%;
    right: 5px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-50%);
}
.price-pro {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #ed1c24;
}