:root{
	--color_or: #0087A4;
	--color_or_2: #DFDFDF;
	--color_btn_top: #F25C05;
	--color_or_3: #0090AC;
}

@font-face {
	font-family: Bango;
	src: url(SVN-Bango.otf);
}
@font-face {
	font-family: Avo;
	src: url(SVN-Avo.ttf);
}
body
{
	font-size: 14px !important;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
	color: #000 !important;
}
a:hover
{
	text-decoration: none !important;
}
form
{
	margin: 0;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.container
{
	max-width: 650px !important;
}
.w-48{width: 48%;}
.mw-85{
	max-width: 85px !important;
}
.mw-70{
	max-width: 70px !important;
}
.w-80{width: 80%;}
.w-90{width: 90%;}
.fs-7rem{font-size: .7rem !important}
.bg_gray{	background: #E1E1E1;}
/*===============Top-header================*/
.top-header .col-left
{
	background: var(--color_or_2);
}
.top-header .col-left i
{
	font-size: 50px;
	color: #808080;
}
.top-header .col-right
{
	/*background: var(--color_or_3);*/
	background: linear-gradient(0deg, rgba(0,130,159,1) 0%, rgba(0,156,183,1) 100%);
}
.top-header .searchbar{
	margin-bottom: 5px;
	margin-top: 5px;
	height: 35px;
	/* background-color: #353b48; */
	border-radius: 30px;
	padding: 5px;
	width: 100%;
	position: relative;
	border: thin solid #fff;
	color: #fff;
}
.top-header   .search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 90%;
	padding: 0 10px;
	caret-color: transparent;
	line-height: 24px;
}
.top-header   .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.top-header   .search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.top-header   .search_input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.top-header   .search_icon{
	background: transparent;
	color: #fff;
	height: 35px;
	width: 54px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 47%;
	text-decoration: none;
	position: absolute;
	right: -1%;
	top: -1.5%;
	font-weight: bold;
	border: 0;
}
/*===============HEADER================*/
.header{
	padding: 10px 0;
	border-image-slice: 1;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #D85C05;
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px;
	color:#000;
}
.phone_content div:nth-child(2){
	font-size: 4.1vw;
	font-weight: 600;
	color: var(--color_or_3);
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
.phone_header img{
	max-width: 36px;
}
.title_main_plus{
	padding-bottom: 5px;
	color: var(--color_or);
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid var(--color_or);
	margin-left: 15px;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid var(--color_or);
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#4D4D4D;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 3.3vw;
}

/*===============MENU================*/
/*=================SECTION-1=========================*/
.desc-sc1 {
	display: grid;
	grid-template-columns:1fr;
}
.desc-sc1 > div:nth-child(2) > img {
	width: 220px;
	margin: auto;
}
.btn_xemgiayphep {
	width: 214px;
    margin: auto;
    text-align: center;
    padding: 8px 17px;
    color: #fff;
    background: #FF6600;
    border-radius: 8px;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
.hinhngoisao{
	position: relative;
}
.hinhngoisao:before{
	content: '';
	position: absolute;
	top: -76px;
	left: -30px;
	width: 100px;
	height: 100px;
	background: url(../img/img_title.png) top center no-repeat;
	background-size: 68px;
}
.hinhchamcham{
	position: relative;
}
.hinhchamcham:before{
	content: '';
    position: absolute;
    top: -76px;
    left: 50%;
    width: 113px;
    height: 36px;
    background: url(../img/chamcham.png) top center no-repeat;
    background-size: 68px;
    transform: translateX(-50%);
}
.content-title-main {
    text-align: center;
    margin-top: -18px;
    font-size: 18px;
    color: #333;
}
/*=================SECTION-1=========================*/
/*=================SECTION-2=========================*/
.section-2{
/*	background: #00A5C5;*/
	padding: 40px 0;
	position: relative;
}
.section-2:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 20%;
	transform: translateX(-50%);
	background: url(../img/bg_kythuat.png) center center no-repeat;
	width: 263px;
	height: 395px;
	z-index: -1;
	background-size: 220px;
}
.section-2 .btn_xemgiayphep{
	margin: 0;
	margin-top: 40px;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.descontent-sc2 {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	background: #ECECEC;
	border-radius: 8px;
	padding: 5px;
}
.desc-sc2 {
	display: grid;
    grid-gap: 15px;
    grid-template-columns: 40% 48%;
    justify-content: center;
}
/*=================SECTION-2=========================*/
/*=================SECTON-3=========================*/
.section-3 .container{
	position: relative;
}
.section-3 .btn_xemgiayphepkhongnen{
	position: absolute;
	width: 437px;
	height: 73px;
	top: 229px;
	left: 90px;
	cursor: pointer;
}
#giayphep{
	width: 92%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999999;
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	transition: all 500ms;
	overflow: hidden;
}
#giayphep.active{
	opacity: 1;
	pointer-events: all;
}
/*.silder-giayphep img{
	width: auto !important;
	height: 550px !important;
}*/
.bg-cover{
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
.close_giayphep{
	position: absolute;
	top: -2px;
	right: 10px;
	z-index: 99999999;
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 25px;
}
.silder-giayphep{
	position: relative;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow){
	position: absolute;
	top: 50%;
	right: 25px;
	width: 25px;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
	z-index: 999999;
}
.silder-giayphep .btn_slick_prev.slick-arrow{
	left: 25px;
	right: unset;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow) > img{
	width: 100% !important;
	height: auto !important;
}
/*=================SECTION-3=========================*/
/*===============GIOITHIEU================*/
.title-main{
	font-family: BANGO;
	color:var(--color_or_3);
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 20px;
}
.title-main.nobefore:before,.title-main.nobefore:after{
	content: unset;
}
.title-main:before, .title-main:after{
	content: '';
	position: absolute;
	width: 65px;
	height: 3px;
	background: var(--color_or_3);
	transform: translateY(-50%);
	top: 50%;
}
.title-main:before{
	left: 9%;
}
.title-main:after{
	right: 9%;
}
.gioithieu,.list_image,.from_index{padding: 0 8px;}
.gioithieu .title-gt{
	font-weight: 600;
	font-size: 0.85rem;
	font-family: none;
	text-transform: uppercase;
}
.item-gt{
	padding: 15px;
	background: rgba(221,221,221,0.5);
	border-radius: 8px;
	width: 48%;
	text-align: center;
	box-shadow: 0 0px 10px rgba(0,0,0,.3);
}
.item-gt2{
	padding: 15px;
	background: rgba(221,221,221,0.5);
	border-radius: 8px;
	width: 48%;
	text-align: center;
	box-shadow: 0 0px 10px rgba(0,0,0,.3);
}
.title_tt{
	font-size: 19px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 24px 0;
    text-transform: uppercase;
}
.item-gt img{
	height: 90px;
}
.des-gt{
	padding: 0 20px;
	margin-top: 20px;
}
/*===============GIOITHIEU================*/
/*===============FORM_INDEX================*/
.form_mid
{
	padding: 10px;
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 0 10px rgb(0 0 0 / 80%);
	width: 330px;
	margin-top: 50px;
}
.from_index{
	background: url(../img/bg_form_index.png) top center no-repeat;
	height: 356px;
	background-position: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.form_fmiddle{
	display: flex;
	gap:10px; 
}
.form_inp_middle
{
	width: 69%;
}
.form_inp_middle :is(input, textarea)
{
	background: #DFDFDF;
}
.form_inp_middle input
{
	height: 27px;
}
.form_inp_middle textarea
{
	height: 76px !important;
}
.form_inp_middle .form-groupt
{
	margin-bottom: 6px;
}
.form_btn_middle
{
	flex:1;
}
.form_btn_middle > button {
	width: 100%;
	border: 0;
	background: url(../img/btn_form_index.png) top center no-repeat !important;
	background-size: 100% !important;
	cursor: pointer;
	margin-top: 50px;
}
.title_form_middle {
	margin-bottom: 9px;
	font-weight: 600;
	font-size: 20px;
	font-family: none;
}
/*===============FORM_INDEX================*/
/*===============FOOTER================*/
.footer{
	background: linear-gradient(to right, rgba(0,130,159,1) 0%, rgba(0,156,183,1) 100%);
	color: #fff;
	position: relative;
}
.img_phone img{height: 38px;}
.img_phone div{
	flex: 1;
	background: #fff;
	display: flex;
	align-items: center;
	color: #008FAB;
	font-size: 25px;
	justify-content: center;
	font-weight: bold;
}
button[name="Send_Number"]{
	background: #fff;
}
.title_footer_form{
	font-size: 1.5rem;
    font-weight: 600;
}
/*===============FOOTER================*/
/*===============LOAI_RIGHT================*/
.tag_time_loai{
	padding: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E1E1E1;
	border-radius: 7px;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: #0096D3;
	padding: 15px;
	text-align: center;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	line-height: 1.2;
	align-items: center;
	text-transform: uppercase;
	height: 100%;
	border-radius: 6px;
}
.item_info_right:hover{
	color: #fff;
}
.item_info_right > img{
	width: 30%;
	margin-right: 10px;
}
.bg_or
{
	background: #F28705;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #0096D3;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #0096D3;
}
.post-main h2{
	font-size: 1.5rem;
	color: #1fb6f3;
	border-bottom: 1px solid #0096D3;
	padding-bottom: 10px;
}
.right-khung {
	padding: 10px;
	border-radius: 5px;
	margin: 1rem 10px;
	box-shadow: 0px 0px 2px green;
	background: rgba(0, 77, 220, 0.1);
}
.title_lienquan{
	padding-bottom: 1px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #0096D3;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
}
.content_post_loai
{
	/*width: 70%;*/
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.cl-or
{
	color: #0096D3;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #0096D3;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #76D2EB;
	border-radius: 5px;
}
.page-link{
	border-color: #0096D3 !important;
	color: #0096D3 !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #0096D3 !important;
	color: #fff !important;
}
.count_online
{
	background: #0096D3;
	color: #fff;
}
.count_online .numbe_count
{
	font-size: 0.7rem !important;
	text-align: unset;
}
.count_online .numbe_count h2
{
	font-size: 1rem;
}
.count_online .numbe_count p
{
	text-align: unset !important;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #0096D3;
}
.main-breacrumd .breadcrumb-item > a{
	color: #0096D3;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/