a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Montserrat', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Montserrat', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
header{
    position: fixed;
    width: 230px;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #F4F4F4;
    box-shadow: 0 3px 10px rgba(18, 38, 66, 0.16);
    transition: all 0.3s ease-in-out;
    height: 100vh;
    overflow: auto;
    padding: 20px 0;
}
header.show-menu-mb {
    left: 0;
    transition: all 0.3s ease-in-out;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.ul-main-menu > li > a{
    display: block;
    padding: 15px;
    color: #414344;
    font-weight: 600;
}
.ul-main-menu > li {
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
    background: no-repeat;
    border-radius: 0;
    box-shadow: unset;
}
.ul-main-menu > li.active > a,
.ul-main-menu > li:hover > a{
    color: #61b30a;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #E1E1E1;
    padding-left: 20px;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 15px 20px 15px 0;
    color: #414344;
    font-weight: 400;
}
.ul-sub-menu > li{
    border-bottom: 1px solid #E1E1E1;
}
.ul-sub-menu > li:hover > a{
    color: #61b30a;
}
.ul-main-menu > li > .flex-bw > a:first-child{
    color: #414344;
    padding: 15px;
    width: calc(100% - 30px);
    color: #414344;
    font-weight: 600;
    padding-right: 0;
}
.ul-main-menu > li > .flex-bw > a:last-child {
    color: #07693b;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.ul-sub-menu > li:last-child{
    border: none;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #e6e7e8 #f4f4f4;
  scrollbar-width: thin;
}
.scroller::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px #e6e7e8;
    border-radius: 10px;
    background-color: #e6e7e8;
}
.scroller::-webkit-scrollbar{
    width: 3px;
    background-color: #e6e7e8;
}
.scroller::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #b7b7b7;
}
.social-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    padding-bottom: 20px;
}
.social-header > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #E1E1E1;
    background: rgba(225, 225, 225, 0.5);
    color: #07693b;
    border-radius: 50%;
}
.social-header > a:hover{
    color: #fff;
    background: #224282;
}
.social-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    background-image: url(../img/wave.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left top;
}
.language{
    width: 132px;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.5);
    box-shadow: 0 0 0 1px #E1E1E1;
    display: flex;
    border-radius: 50px;
    margin-top: 30px;
}
.language > a {
    display: block;
    flex: 0 0 33.333%;
    min-width: 33.333%;
    font-weight: 700;
    color: #07693b;
    text-align: center;
    border-radius: 50px;
    padding: 2px;
}
.language > a.active {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.section-page{
    width: calc(100% - 230px);
    margin-left: 230px;
    padding: 0 15px;
}
body{
    background: #f4f4f4;
}
.main-banner{
    position: relative;
}
.main-banner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 9;
    background: rgba(212, 212, 212, 0.4);
    left: 0;
    height: 44px;
    width: 44px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.main-banner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 9;
    background: rgba(212, 212, 212, 0.4);
    right: 0;
    height: 44px;
    width: 44px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.main-banner .owl-carousel .owl-nav button.owl-next:hover,
.main-banner .owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff;
}
.main-banner .owl-theme .owl-dots{
    margin: 0 !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #224282;
    border: 1px solid #224282;
}
.main-banner .owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #224282;
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-nav{
    margin: 0 !important;
}
.item-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-tit-banner{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.bottom-tit-banner{
    font-size: 26px;
    color: #ffba00;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.content-banner{
    position: absolute;
    z-index: 99;
    max-width: 740px;
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    left: 180px;
    transition: all 0.5s;
}
.main-banner .owl-item.active .content-banner{
    left: 80px;
    transition: all 0.5s;
}
.main-quote{
    background: #fff;
    padding: 40px;
}
.container-quote{
    max-width: 1060px;
    margin: 0 auto;
}
.tit-quote{
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}
.tit-quote:before {
    content: "";
    display: inline-block;
    margin: 0 0.5em;
    width: 18px;
    height: 16px;
    position: relative;
    background-image: url(../img/left-qt.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
}
.tit-quote:after {
    content: "";
    display: inline-block;
    margin: 0 0.5em;
    width: 18px;
    height: 16px;
    position: relative;
    background-image: url(../img/right-qt.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    top: 10px;
    margin-right: 0;
}
.container-congnghe,
.container-chungchi{
    max-width: 1430px;
    margin: 0 auto;
}
.main-congnghe{
    background: #378560;
    padding: 40px;
}
.tit-pub-s{
    color: #FFBA00;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tit-pub-b{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}
.tit-pub{
    margin-bottom: 30px;
}
.content-items-congnghe {
    background: #fff;
    border-radius: 100%;
    height: 250px;
    width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-itcn {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.name-cn{
    font-size: 28px;
    color: #224282;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
}
.des-name-cn{
    color: #224282;
    text-align: center;
}
.block-slider-congnghe,
.block-slider-chungchi {
    padding: 0 70px;
}
.tit-cn{
    text-align: center;
    margin: 0;
    margin-top: 30px;
    font-weight: 700;
}
.tit-cn a{
    color: #fff;
}
.tit-cn a:hover{
    text-decoration: underline !important;
}
.block-slider-congnghe,
.block-slider-chungchi{
    position: relative;
}
.block-slider-congnghe .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 9;
    background: none !important;
    left: -70px;
    height: 16px;
    width: 56px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.block-slider-congnghe .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 9;
    background: none !important;
    right: -70px;
    height: 16px;
    width: 56px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.block-slider-chungchi .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 8px);
    z-index: 9;
    background: none !important;
    left: -70px;
    height: 16px;
    width: 56px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.block-slider-chungchi .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 8px);
    z-index: 9;
    background: none !important;
    right: -70px;
    height: 16px;
    width: 56px;
    margin: 0;
    font-size: 30px;
    color: #000;
    outline: unset;
}
.block-slider-congnghe .owl-carousel .owl-nav button.owl-next:hover,
.block-slider-congnghe .owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff;
}
.block-slider-congnghe .owl-theme .owl-dots{
    margin: 0 !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.block-slider-congnghe .owl-theme .owl-dots .owl-dot.active span, 
.block-slider-congnghe .owl-theme .owl-dots .owl-dot:hover span {
    background: #224282;
    border: 1px solid #224282;
}
.block-slider-congnghe .owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #224282;
}
.block-slider-congnghe .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.block-slider-congnghe .owl-theme .owl-nav{
    margin: 0 !important;
}
.main-sanpham-home{
    background: #fff;
    padding: 40px 20px;
}
.grid-mansory {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 230px;
    grid-gap: 20px;
    grid-auto-flow: dense;
    padding: 0;
}
.item-mansory {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.item--3x2 {
    grid-column: auto / span 3;
    grid-row: auto / span 2;
}
.item--3x1 {
    grid-column: auto / span 3;
}
.item--4x1 {
    grid-column: auto / span 4;
}
.item--2x2 {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
}
.item--2x1 {
    grid-column: auto / span 2;
}
.item--3x1 {
    grid-column: auto / span 3;
}
.item--7x1 {
    grid-column: auto / span 7;
}
.a-mansory{
    background-position: right -20px bottom -140px !important;
    position: absolute;
    transition: all 0.8s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 20px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}
.mansory-sanpham .aos-init.aos-animate .a-mansory{
    background-position: right bottom !important;
}
.a-mansory span {
    font-size: 20px;
    color: #07693b;
    text-transform: uppercase;
    font-weight: 700;
    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;
}
.main-vungtrong{
    background: url(../img/bg-vungtrong.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.container-vungtrong{
    max-width: 875px;
    margin: 0 auto;
    margin-top: 60px;
    background: rgba(5, 104, 57, 0.68);
	border-radius: 25px;
    padding: 30px;
    color: #fff;
}
.container-vungtrong *{
    font-size: 16px;
}
.main-chungchi{
    background: #056839;
    background-size: cover;
    padding: 40px;
}
.items-chungchi img{
    height: 94px;
    object-fit: contain;
}
.items-chungchi{
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-tintuc{
    padding: 40px 0;
}
.date-post{
    color: #FFBA00;
    font-size: 14px;
}
.tit-news{
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
}
.tit-news a{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tit-news a:hover{
    text-decoration: underline !important;
}
.block-news-home{
    position: relative;
}
.block-news-home:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #07693b 0%, rgba(6, 24, 59, 0) 50%);
}
.content-news{
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 40px;
}
.main-newsletter{
    padding: 40px 0 80px 0;
}
.container-newsletter{
    max-width: 1260px;
    margin: 0 auto;
}
.tit-newslet{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
.form-newslet{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 5px 38px rgba(18, 38, 66, 0.13);
    border-radius: 50px;
}
.form-newslet input{
    width: calc(100% - 150px);
    height: 50px;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 6px 12px;
    border: none;
    outline: unset;
}
.form-newslet button{
    width: 150px;
    height: 50px;
    background: #fff;
    border-radius: 0 50px 50px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #07693b;
    border: none;
    outline: unset;
}
.form-newslet button i{
    margin-right: 7px;
}
footer {
    color: #fff;
    width: calc(100% - 230px);
    margin-left: 230px;
    padding: 0 15px;
}
footer *{
    color: #fff;
}
.footer-top{
    padding: 40px 80px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    background: #07693b;
}
.mgbt10{
    margin-bottom: 10px;
}
.info-com i{
    color: #f1b208;
    margin-right: 10px;
}
.info-com{
    margin-bottom: 10px;
}
.footer-bottom{
    padding: 20px 80px;
    background: #07693b;
}
.main-page-intro{
    padding: 0 10px 40px 10px;
    background-image: url(../img/bg-detail-top.png), url(../img/bg-detail-bottom.png);
    background-size: 100% auto;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.main-breac{
    padding: 15px 0;
    margin-bottom: 15px;
}
.tit-intro{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    color: #056839;
}
.p-tamnhin{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.p-tamnhin span{
    color: #61b30a;
    font-size: 20px;
}
.block-content-intro{
    margin-bottom: 40px;
}
.img-tn img{
    height: 200px;
    object-fit: contain;
}
.item-sumenh{
    margin-bottom: 30px;
}
.img-sm{
    text-align: center;
    margin-bottom: 20px;
}
.main-page-product-all{
    background: url(../img/bg-spct.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 0 10px;
}
.item-spct{
    background: #fff;
    margin-bottom: 20px;
}
.item-spct a{
    display: block;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}
.item-spct a span{
    display: block;
    font-size: 24px;
    color: #20bb24;
    font-weight: 700;
    margin-bottom: 15px;
}
.item-spct a img{
    max-width: 100%;
    transition: all 0.3s;
    transform: scale(1);
}
.item-spct a:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.pagi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px 0;
}
.pagi a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    color: #61b30a;
}
.pagi a.active,
.pagi a:hover{
    color: #fff;
    background: #224282;
    border: rgba(255, 255, 255, 0.39);
}
.main-page-product-detail{
    padding: 0 10px;
    background: url(../img/bg-child.jpg) no-repeat center bottom #fff;
}
.top-page-pro-detail{
    background: #fff;
    padding: 0 10px 30px 10px;
}
.slider-spct .lightSlider li{
    border: 1px solid #ccc;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid #ccc;
}
.down-buy{
    display: block;
    background: #224282;
    height: 44px;
    text-align: center;
    border: 1px solid #224282;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.down-buy:hover span{
    color: #224282 !important;
    position: relative;
}
.down-buy i{
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
}
.down-buy:hover i{
    color: #224282
}
.down-buy:before {
    content: '';
    position: absolute;
    right: 0;
    background: #fff;
    width: 100%;
    height: 0;
    top: 51%;
    left: 51%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.down-buy:hover:before {
    height: 260%;
    opacity: 1;
}
.down-buy:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    margin-top: -0.9375rem;
    right: 0.625rem;
}
.name-sp{
    color: #224282;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;;
    margin: 0;
    margin-bottom: 15px;
}
.des-sp{
    font-size: 16px;
    margin-bottom: 15px;
}
.detail-sanpham h4{
    color: #61b30a;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-sanpham h4 img{
    display: inline-block;
    object-fit: contain;
}
.detail-sanpham h4 span{
    width: calc(100% - 40px);
}
.detail-sanpham p{
    font-size: 16px;
    margin-bottom: 15px;
}
.block-dacdiemsp{
    padding: 0 30px;
}
.block-dacdiemsp h3{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #224282;
}
.block-dacdiemsp table{
    width: 100%;
}
.block-dacdiemsp table tr{
    border-top: 1px solid #61b30a;
}
.block-dacdiemsp table tr td{
    padding: 10px 0;
}
.block-dacdiemsp table tr td h4{
    font-size: 22px;
    font-weight: 700;
    color: #224282;
}
.block-dacdiemsp table tr td p{
    font-size: 16px;
}
.tit-26{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #224282;
}
.main-page-congnghe{
    background-image: url(../img/bg-landing.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 0 10px 40px 10px;
}
.block-congnghe{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
}
.block-congnghe:hover{
    box-shadow: 0px 0px 26px 0px rgba(34, 66, 130, 0.5);
}
.left-conghe{
    width: 400px;
    height: 200px;
}
.left-conghe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-congnghe{
    width: calc(100% - 400px);
    padding: 20px;
}
.tit-cnct{
    font-size: 18px;
    font-weight: 700;
}
.tit-cnct a{
    color: #224282;
}
.des-cnct{
    line-height: 1.5;
    color: #414344;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 110px;
    -webkit-box-orient: vertical;
}
.left-congnghe-ct{
    width: calc(100% - 170px);
}
.right-congnghe-ct{
    width: 150px;
}
.right-congnghe-ct .down-buy i{
    position: relative;
    right: unset;
    top: unset;
    margin-left: 10px;
}
.right-congnghe-ct .down-buy:hover i{
    color: #224282;
}
.tit-cnrl{
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px 0;
    text-align: center;
}
.tit-cnrl a{
    color: #224282;
}
.main-page-chungchi{
    padding: 0 10px;
}
.tit-chungchi{
    font-size: 21px;
    color: #FFBA00;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.tit-chungchi:before {
    content: '';
    background: #FFBA00;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: -42px;
    top: -3px;
    border: 6px solid #e0f334;
}
.year-chungchi{
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}
.block-chungchi .items-chungchi{
    margin-bottom: 20px;
}
.main-page-tintuc{
    padding: 0 10px;
}
.content-big-news{
    background: #fff;
    padding: 20px 15px;
}
.content-big-news h4{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.content-big-news .date-post{
    margin-bottom: 10px;
}
.aside-ttnb .block-news-home{
    margin-bottom: 30px;
}
.list-danhmuc-news{
    margin-bottom: 30px;
}
.list-danhmuc-news > a{
    display: block;
    background: #fff;
    padding: 20px 30px;
    color: #000;
    margin-bottom: 10px;
}
.list-danhmuc-news > a:hover{
    background: #224282;
    color: #fff;
}
.all-news .block-news-home{
    margin-bottom: 30px;
}
.news-detail-page{
    background: #fff;
    padding: 20px 15px;
}
.news-detail-page .content-big-news{
    padding: 0;
    margin-bottom: 20px;
}
.flex-start{
    display: flex;
    align-items: flex-start;
}
.send-mail{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 20px;
    background: #224282;
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
}
.main-page-tuyendung{
    padding: 0 10px;
    background: #fff;
}
.search-list-tuyendung{
    padding: 20px;
}
.block-search-tuyendung{
    max-width: 1060px;
}
.btn-tim{
    background: #224282;
    font-weight: 700;
    text-align: center;
}
.btn-tim i{
    margin-right: 10px;
}
.search-list-tuyendung{
    margin-bottom: 40px;
}
.main-page-lienhe{
    padding: 0 10px;
}
.select-nhucau{
    height: 48px;
    padding: 6px 12px;
    width: 100%;
}
.nhucaulienhe{
    background: url(../img/bg-select.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.form-nhucaulienhe{
    margin-bottom: 30px;
}
.form-nhucaulienhe > p{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-nhucaulienhe > input{
    padding: 6px 12px;
    height: 48px;
    width: 100%;
}
.form-nhucaulienhe > textarea{
    padding: 6px 12px;
    height: 120px;
    width: 100%;
}
.form-lienhe .down-buy {
    border: none;
    width: 160px;
    text-align: left;
    justify-content: left;
    padding: 0 30px;
}
.chatonline a{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
}
.chatonline a span{
    display: block;
    margin-top: 5px;
    color: #000;
}
.chatonline a img{
    transform: scale(1);
    transition: all 0.3s;
}
.chatonline a:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.add-com{
    background: #f3fbf7;
    padding: 15px;
}
.google-map{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.main-banner .owl-carousel .owl-item img{
    min-height: 200px;
    object-fit: cover;
    object-position: center right;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#224282;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}
.show-mb {
    position: absolute;
    z-index: 9999;
    transition: all 0.3s;
    left: 0;
    top: 0;
    display: none;
}
.show-mb.close-menu-mb {
    left: 250px;
    transition: all 0.3s;
}
.banner-page img{
    height: 340px;
    object-fit: cover;
}
.address-map{
    padding: 0 15px;
}
.address-map .col-md-6{
    padding: 0;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #8dc63f !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}




@media (max-width: 1299px){
    .content-items-congnghe{
        width: 100%;
    }
    .grid-mansory{
        grid-auto-rows: 200px;
    }
    .year-chungchi {
        width: calc(100% - 15px);
        margin-left: 15px;
        padding-left: 20px;
    }
    .block-chungchi {
        padding: 0 5px;
    }
    .tit-chungchi:before{
        left: -37px;
    }
    .main-page-lienhe{
        padding: 0 15px;
    }
    .main-page-product-all{
        padding: 0 15px;
    }
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    header{
        left: -260px;
        width: 250px;
    }
    .section-page {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    footer{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-newsletter{
        padding: 40px 15px 80px 15px;
    }
    .grid-mansory{
        grid-auto-rows: 150px;
    }
    .main-tintuc{
        padding: 40px 15px;
    }
    .content-news {
        bottom: 20px;
        padding: 0 20px;
    }
    .tit-news{
        font-size: 15px;
    }
    .block-content-intro {
        padding: 0 5px;
    }
    .show-mb{
        display: block;
    }
    .main-page-product .main-breac{
        padding-left: 10px;
    }
    .main-page-product-detail{
        padding-top: 60px;
    }
    .main-page-tintuc {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .top-tit-banner{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .content-banner{
        max-width: 50%;
        padding: 20px;
    }
    .content-banner{
        left: 50px;
    }
    .main-banner .owl-item.active .content-banner{
        left: 10px;
    }
    .main-banner .owl-theme .owl-nav{
        display: none;
    }
    .bottom-tit-banner{
        font-size: 20px;
    }
    .main-quote{
        padding: 20px 15px;
    }
    .main-congnghe{
        padding: 20px 15px;
    }
    .tit-quote{
        font-size: 20px;
    }
    .tit-pub-b{
        font-size: 20px;
    }
    .main-vungtrong{
        padding: 40px 15px;
    }
    .left-conghe{
        height: auto;
    }
    .right-congnghe .flex-bw{
        display: block;
    }
    .left-congnghe-ct{
        width: 100%;
        margin-bottom: 10px;
    }
    .address-map .flex-bw{
        align-items: flex-start;
    }
    .address-map .add-com{
        padding: 0;
        padding-right: 10px;
        background: none;
    }
    .add-com .flex{
        flex-wrap: wrap;
    }
    .chatonline {
        margin-top: 10px;
    }
    .google-map iframe{
        height: 400px;
    }
    .name-sp{
        font-size: 30px;
    }
    .des-sp{
        font-size: 15px;
    }
    .detail-sanpham h4{
        font-size: 18px;
    }
    .detail-sanpham p{
        font-size: 15px;
    }
    .down-buy{
        justify-content: flex-start;
        padding-left: 10px;
    }
    .down-buy i{
        right: 10px;
    }
    .aside-ttnb .block-news-home{
        width: calc(50% - 15px);
    }
    .aside-ttnb{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .chatonline a {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .content-banner{
        max-width: 70%;
    }
    .main-banner .owl-theme .owl-dots{
        bottom: 5px;
    }
    .grid-mansory {
        display: block;
        grid-auto-rows: unset;
        grid-template-columns: unset;
        grid-gap: unset;
        grid-auto-flow: unset;
    }
    .item-mansory {
        display: block;
        height: 230px;
        margin-bottom: 20px;
    }
    .block-news-home{
        margin-bottom: 20px;
    }
    .main-newsletter{
        padding: 0 15px 40px 15px;
    }
    .tit-newslet{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .form-newslet{
        margin-top: 15px;
    }
    .form-newslet input{
        height: 36px;
        width: calc(100% - 120px);
        font-size: 13px;
    }
    .form-newslet button{
        height: 36px;
        font-size: 13px;
        width: 120px;
    }
    .footer-top{
        padding: 20px 15px;
    }
    .footer-bottom{
        padding: 20px 15px;
    }
    .block-congnghe{
        display: block;
    }
    .left-conghe{
        width: 100%;
    }
    .right-congnghe{
        width: 100%;
    }
    .tit-intro{
        font-size: 26px;
    }
    .address-map .flex-bw{
        display: block;
    }
    .google-map iframe{
        height: 350px;
    }
    .top-page-pro-detail{
        padding: 0 5px;
    }
    .block-dacdiemsp{
        padding: 0;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .tit-quote{
        font-size: 18px;
    }
    .tit-pub-b{
        font-size: 18px;
    }
    .block-slider-congnghe, .block-slider-chungchi{
        padding: 0 40px;
    }
    .block-slider-congnghe .owl-carousel .owl-nav button.owl-prev{
        left: -40px;
        width: 30px;
        top: calc(50% - 33px);
    }
    .block-slider-congnghe .owl-carousel .owl-nav button.owl-next{
        right: -40px;
        width: 30px;
        top: calc(50% - 33px);
    }
    .block-slider-chungchi .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
        width: 30px;
        top: calc(50% - 5px);
    }
    .block-slider-chungchi .owl-carousel .owl-nav button.owl-next {
        right: -40px;
        width: 30px;
        top: calc(50% - 5px);
    }
    .content-items-congnghe{
        height: 200px;
    }
    .main-sanpham-home{
        padding: 20px 15px;
    }
    .content-banner{
        max-width: unset;
        width: calc(100% - 20px);
    }
    .main-vungtrong{
        padding: 20px 15px;
    }
    .main-chungchi{
        padding: 20px 15px;
    }
    .main-tintuc{
        padding: 20px 15px;
    }
    .clear40{
        height: 20px;
    }
    .container-vungtrong{
        padding: 15px;
        margin: 0;
    }
    .items-chungchi{
        height: 120px;
    }
    .item-tamnhin{
        margin-bottom: 20px;
    }
    .tit-intro{
        font-size: 22px;
    }
    .main-page-intro{
        padding: 0 10px 1px 10px;
    }
    .google-map iframe{
        height: 300px;
    }
    .google-map{
        border: 1px solid #ccc;
    }
    .form-nhucaulienhe > p{
        font-size: 16px;
    }
    .nhucaulienhe {
        padding: 20px 10px;
    }
    .nhucaulienhe h4{
        font-size: 18px !important;
    }
    .add-com h3{
        font-size: 20px !important;
    }
    .form-nhucaulienhe > input{
        height: 36px;
    }
    .exten-pro .down-buy{
        margin-bottom: 10px;
    }
    .block-dacdiemsp table tr td h4{
        font-size: 18px;
    }
    .block-dacdiemsp h3{
        font-size: 20px;
    }
    .tit-26{
        font-size: 22px;
    }
    .pagi a{
        width: 35px;
        height: 35px;
    }
    .aside-ttnb .block-news-home{
        width: 100%;
    }
    .plug-face .flex-start{
        flex-wrap: wrap;
    }
    .pagi{
        padding: 20px 0 40px 0;
    }
}