@font-face {
    font-family: pris;
    src: url(../fonts/PRISTINA.TTF);
}
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;}
.medi{font-weight: 500;}
.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;}
.main-header{
	background: #00449b;
	padding: 5px 0;
}
.ul-main-menu{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.ul-main-menu > li > a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.ul-main-menu > li:hover > a{
	color: #fff100;
}
.lang{
	text-align: right;
}
.lang > a{
	display: inline-block;
	margin-left: 5px;
}
.top-lh{
	display: flex;
	align-items: center;
}
.top-lh {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
.top-lh > img{
	margin-right: 10px;
}
.p-top-lh {
    color: #fff;
}
.font12 {
    font-size: 12px;
}
.font17{
	font-size: 17px;
}
.item-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-banner {
    position: absolute;
    width: 1140px;
    text-align: left;
}
.pris{
	font-family: pris;
}
.tit-bnbig{
	font-size: 50px;
}
.item-banner:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
}
.item-banner .ct-banner h2{
	text-indent: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.item-banner.active .ct-banner h2{
	text-indent: 0;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}
.item-banner .ct-banner h4{
	position: relative;
	top: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.item-banner.active .ct-banner h4{
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}
.main-banner{
	position: relative;
}
.link-pro-pro{
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 40px 0;
	text-align: center;
	z-index: 99;
	width: 100%;
}
.link-pro-pro > a{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin: 0 20px;
}
.link-pro-pro > a:hover{
	color: #fff100;
}
.tit-sanpham {
    background: #f08300 url(../img/backg-sp.png) bottom left no-repeat;
    background-size: contain;
    text-indent: 60px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.tit-duan {
    background: #8fc31f url(../img/backg-da.png) bottom left no-repeat;
    background-size: contain;
    text-indent: 60px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.item-sphome{
	width: 25%;
	float: left;
	position: relative;
    overflow: hidden;
}
.item-sphome .name-sphome{
	position: absolute;
	width: 100%;
	display: block;
	padding: 10px;
	background: rgb(0,0,0,0.5);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	bottom: 0;
    transition: all 0.5s;
    height: 45px;
    cursor: pointer;
}
.item-sphome .name-sphome a{
    color: #fff;
}
.item-sphome .name-sphome p{
    height: 0;
    visibility: hidden;
    transition: all 0.5s;
    text-transform: none;
}
.item-sphome:hover .name-sphome{
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}
.item-sphome:hover .name-sphome p{
    height: auto;
    visibility: visible;
    transition: all 0.5s;
}
.item-sphome:hover .name-sphome a{
	color: #fff100;
    display: block;
    margin-bottom: 10px;
}
.tit-pub{
	text-align: center;
	margin: 0;
	font-size: 20px;
}
.p-list-nh{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.p-list-nh .date-news{
	float: left;
	width: 150px;
}
.p-list-nh .tit-news{
	float: left;
	width: calc(100% - 150px);
	color: #000;
}
.p-list-nh .tit-news:hover{
	color: #fff100;
}
.block-seibi{
	width: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.diachi-ft > p{
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
}
footer {
    background: #01449b;
}
footer p{
	color: #fff;
}
.list-lin-ft p{
	margin-bottom: 10px;
}
.list-lin-ft p a{
	color: #fff;
}
.list-lin-ft p a:hover{
	color: #fff100;
}
.list-lin-ft {
    border-left: 1px solid #fff;
    padding-left: 30px;
    height: calc(100% - 10px);
}
.block-ghim{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #0072bc;
	padding-bottom: 10px;
}
.block-ghim a {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #00449b;
}
.block-ghim a:first-child{
	padding-left: 0;
}
.block-ghim a:last-child{
	padding-right: 0;
}
.block-ghim a:last-child:after{
	content: unset;
}
.block-ghim a:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #0072bc;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}
.main-ghim-tab {
    padding: 40px 0;
}
.tit-gt{
	position: absolute;
	margin: 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.tit-gt span{
	font-size: 20px;
	display: inline-block;
	margin-top: 10px;
}
.backg-td{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clblue{
	color: #0c4291;
}
.tit-slls{
	border-left: 6px solid #00449b;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}
.table-slls tr td{
	padding: 10px;
}
.table-slls tr td.td-first{
	background: #e5ecf5;
	width: 200px;
    text-align: right;
    vertical-align: text-top;
    font-weight: 500;
}
.table-slls{
	margin-bottom: 20px;
	width: 100%;
}
.divintab{
	margin-bottom: 20px;
}
.table-slls tr td .divintab:last-child{
	margin-bottom: 0;
}
.div-iso{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}
.main-ghim-tab.sticky-ghim {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 5px 0;
}
.tit-gt span.phone-lh {
    font-size: 30px;
    font-weight: 700;
}
.tit-lh{
	margin-top: -40px;
}
.form-lienhe{
	width: 50%;
	margin: 0 auto;
}
.form-lienhe p{
	margin-bottom: 5px;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
.upload-btn-wrapper .btnlh {
    border: 1px solid #707070;
    color: #FFF;
    background-color: #0054a6;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.sub-lh{
	border: 1px solid #707070;
    color: #FFF;
    background-color: #0054a6;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 2px;
}
.page-block-pro .tit-sanpham{
	margin-bottom: 10px;
}
.item-propage{
	position: relative;
	margin-bottom: 10px;
}
.item-propage .name-sphome {
    position: absolute;
    width: 100%;
    display: block;
    padding: 10px;
    background: rgb(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    bottom: 0;
}
.item-propage:hover .name-sphome {
    color: #fff100;
}
.banner-spct{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.name-spct {
    position: absolute;
    width: 1140px;
    margin: 0;
    color: #fff;
}
.pub-info-spct{
	margin-bottom: 40px;
}
.block-cate-da{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.block-cate-da a{
	font-size: 16px;
	color: #777;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #777;
	margin: 0 10px;
	text-transform: uppercase;
	display: inline-block;
}
.block-cate-da a.active,
.block-cate-da a:hover{
	background: #00449B;
	color: #fff;
	border: 1px solid #00449B;
}
.block-cate-da:after {
    content: '';
    border-bottom: 2px solid #00449B;
    width: 40%;
    display: block;
    margin: 20px auto 0;
}
.worksList{
    font-size: 20px;
    line-height: 120%;
    border: 1px solid #00449B;
    border-width: 1px 0;
    padding: 5px 0;
    margin: 8px 0;
    font-weight: 400;
}
.item-list-da{
	margin-bottom: 30px;
}
.img-da{
	transform: scale(1);
	transition: all 0.3s;
}
.img-da:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    background: #4784a1;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.page-block-pro .block-sanpham-home{
    margin: 0 -5px;
}
.page-block-pro .item-sphome{
    padding: 0 5px;
    margin-bottom: 10px;
}
.page-block-pro .item-sphome .name-sphome{
    width: calc(100% - 10px);
}
.p-inline{
    display: inline-block;
    margin-right: 20px;
}
.zoro{
    display: inline-block;
    max-width: 310px;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pub-info-spct .editer table tr{
	vertical-align: top;
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ct-banner,
    .name-spct{
    	width: 940px;
    }
    .block-seibi{
    	width: 70%;
    }
    .item-sphome .name-sphome p{
        display: none;
    }
    .item-sphome:hover .name-sphome{
        height: auto;
        display: block;
        transition: unset;
    }
    .item-sphome:hover .name-sphome a{
        margin-bottom: 0;
    }
    .backg-td{
        height: 280px;
    }
    .backg-td img{
        height: 100%;
        object-fit: cover;
    }
    .form-lienhe{
        width: 80%;
    }
    .tit-gt span{
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #00449b;
        overflow: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .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: 20px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
	    margin: 0;
	    background: unset;
	    border: none;
	    border-radius: 0;
	    box-shadow: unset;
	    border-bottom: 1px solid rgba(219, 219, 219, 0.21176470588235294);
	}
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-mobile {
	    background: #00449b;
	    padding: 5px 0;
	}
	.ct-banner,
    .name-spct{
    	width: 720px;
    }
    .item-sphome{
    	width: 50%;
    }
    .block-seibi{
    	width: 90%;
    }
    .list-lin-ft{
    	padding-left: 15px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .ct-banner,
    .name-spct{
    	width: calc(100% - 30px);
    }
    .main-banner{
    	height: calc(100vh - 102px);
    }
    .main-banner img{
    	height: 100%;
    	object-fit: cover;
    }
    .main-banner .lSSlideWrapper,
    .main-banner .lSSlideOuter,
    .main-banner .lSSlideOuter .lightSlider,
    .main-banner .lSSlideOuter .item-banner{
    	height: 100% !important;
    	padding: 0 !important;
    }
    .block-seibi{
    	width: 100%;
    }
    .item-seibi-gr{
    	width: 33.3333333%;
    	float: left;
    	text-align: center;
    	padding: 0 15px;
    }
    .item-seibi-gr img{
    	max-width: 100%;
    }
    footer .row.flex-n{
    	display: block;
    }
    .a-logoft{
    	display: block;
    	text-align: center;
    	margin-bottom: 30px;
    }
    .diachi-ft{
    	margin-bottom: 30px;
    }
    .list-lin-ft {
	    padding-left: 0;
	    border: none;
	    height: auto;
	}
    .backg-td{
        background: #01449b;
        height: auto;
        padding: 20px 15px;
    }
    .backg-td img{
        display: none;
    }
    .tit-gt{
        position: unset;
        margin: 0 !important;
    }
    .block-cate-da a{
        margin-bottom: 10px;
    }
    .block-ghim{
        white-space: nowrap;
        overflow: auto;
        display: block;
    }
    .form-lienhe{
        width: 100%;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .item-sphome .name-sphome{
    	font-size: 15px;
    }
    .p-list-nh .date-news{
    	width: 100px;
    }
    .p-list-nh .tit-news{
    	width: calc(100% - 110px)
    }
    .block-cate-da a {
        width: calc(50% - 10px);
        float: left;
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .block-cate-da:after{
        content: unset;
    }
    .block-cate-da {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
    }
    .table-slls tr td.td-first{
        width: 130px;
    }
    .ggmap iframe{
        height: 300px;
    }
    .table-slls tr td{
        display: block;
        width: 100% !important;
    }
    .table-slls tr td.td-first{
        text-align: left;
    }
    .main-iso .flex-n{
        display: block;
    }
    .name-spct{
        font-size: 30px;
    }
    .tit-gt{
        font-size: 26px;
    }
    .banner-spct{
        height: 200px;
    }
    .banner-spct img{
        height: 100%;
        object-fit: cover;
    }
    .main-page-pro .container{
        padding: 0;
    }
    .page-block-pro .block-sanpham-home{
        margin: 0;
    }
    .page-block-pro .item-sphome{
        padding: 0;
        margin: 0;
    }
    .page-block-pro .item-sphome .name-sphome{
        width: 100%;
    }
}