*

{

	padding: 0px;

	margin: 0px;

}

@font-face {

	font-display:block;

	font-family: 'Montserrat-Bold';

	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),

	url('../fonts/Montserrat-Bold.woff') format('woff');

}

@font-face {

	font-display:block;

	font-family: 'Montserrat-Regular';

	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),

	url('../fonts/Montserrat-Regular.woff') format('woff');

}

@font-face {

	font-display:block;

	font-family: 'Roboto-Regular';

	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),

	url('../fonts/Roboto-Regular.woff') format('woff');

}

body

{

	max-width: 1366px;

	margin: 0 auto !important;

	position: relative;

	font-size: 14px;

	font-family:'Montserrat-Regular';

	box-sizing:border-box;

}
#project___index
{
	padding: 35px 0px;
}
#album__index 
{
	padding: 35px 0px;
	background: #f5f5f5;
}
.share-items

{

	margin-top: 20px;

}
.grid__album
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
}
.box__album
{
	overflow: hidden;
}
.box__album img
{
	width: 100%;
	transition: all 0.5s;
}
.box__album:hover img
{
	transform: scale(1.2);
}

.container

{

	width: 100% !important;

	max-width: 1200px;

	margin: 0 auto;

	position: relative;

}

h1, h2, h3{

}

ol, ul{

	margin:0;
}
ol li, ul li{
	margin-bottom: 10px;
}
p

{

	margin-bottom: 0px !important;

}

a:focus,a:hover{

	text-decoration:none;

}

a {

	text-decoration:none;

}

a:hover

{

	text-decoration: none !important;

}

.middle{

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-flex;

	display: -ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

	align-content: center;

	text-align: center;

}

.info_header

{

	height: 39px;

	background: #dedede;

}

.info_header .left

{

	width: 48%;

	float: left;

	text-align: left;

	line-height: 40px;

}

.info_header .right

{

	width: 48%;

	float: right;

	text-align: right;

	line-height: 40px;

}

.header

{

	padding: 10px 0px;

	background: #105434;

}

.left_logo

{

	width: 100%;

	max-width: 125px;

	float: left;

}

.left_logo img

{

	max-width: 125px;

}

.right_menu

{

	width: calc(100% - 200px);

	float: right;

	padding-top: 20px;

}

.main-menu

{

	max-width: 96%;

	float: right;

	width: 100%;

}

.main-menu ul

{

	display: grid;

	grid-template-columns: repeat(7,auto);

	grid-column-gap: 2px;

	text-align: right;

}

.main-menu ul li a

{

	font-family: 'Montserrat-Regular';

	font-size: 13px;

	color: #Fff;

	text-transform: uppercase;

	line-height: 45px;

}

.main-menu ul li a i

{

	margin-right: 5px;

}

.product_index

{

	padding: 50px 0px;

	background: #ebebeb;

}

.theme-default .nivo-controlNav

{

	display: none;

}

.title-main

{

	font-family: 'Montserrat-Bold';

	font-size: 24px;

	text-transform: uppercase;

	text-align: center;

	margin-bottom: 25px;

	padding-bottom: 10px;

	background: url(../images/title.png) no-repeat center bottom;

}

#title-main

{

	color: #Fff;

	background: url(../images/title-form.png) no-repeat center bottom;

}

.box-project .img

{

	overflow: hidden;

}

.box-project .img img

{

	width: 100%;

	transition: all 0.5s !important;

}

.box-project .img:hover img

{

	transform: scale(1.2);

}

.box-project .info

{

	text-align: left;

	padding-top: 10px;

}

.box-project .info h2

{

	font-family: 'Montserrat-Bold';

	font-size: 15px;

	line-height: 25px;
	margin-top: 0px;

}

.box-project .info p

{

	font-size: 13px;

	line-height: 22px;

	font-family: 'Montserrat-Regular';

}

.form_sign

{

	background: url(../images/bg_form.jpg) no-repeat;

	background-size: cover;

	padding: 40px 0px;

	background-attachment: fixed;

}

.title-form

{

	text-align: center;

	margin-bottom: 25px;

	padding-bottom: 10px;

	background: url(../images/title-form.png) no-repeat center bottom;

	color: #Fff;

}

.title-form p:first-child

{

	font-family: 'Montserrat-Bold';

	font-size: 24px;

	text-transform: uppercase;

}

.title-form p:last-child

{

	font-size: 13px;

	font-family: 'Montserrat-Regular';

}

.grid-form

{

	display: grid;

	grid-template-columns: repeat(2,1fr);

	grid-gap: 15px;

	max-width: 1000px;

	margin: 0 auto;

}

.grid-form input

{

	height: 40px;

	line-height: 40px;

	padding-left: 15px;

	border-radius: 0px;

	border:none;

	font-family: 'Montserrat-Regular';

	font-size: 13px;

	color: #000000;

}

.grid-form textarea

{

	border-radius: 0px;

	border:none;

	font-family: 'Montserrat-Regular';

	font-size: 13px;

	color: #000000;

	padding-left: 15px;

	padding-top: 10px;

}

.grid-form .form-group:nth-child(5)

{

	grid-column: 1 / 3;

}

.grid-form input::placeholder,.grid-form textarea::placeholder

{

	font-family: 'Montserrat-Regular';

	font-size: 13px;

	color: #000000;

}

.grid-form .form-group

{

	margin-bottom: 0px;

}

.btn-submit-form

{

	text-align: center;

	margin-top: 10px;

}

.btn-submit-form button

{

	height: 40px;

	border:none;

	width: 160px;

	display: inline-block;

	background: #f00000;

	font-family: 'Montserrat-Bold';

	text-transform: uppercase;

}

.box-news{

	height: 130px;

	margin-bottom: 25px;

	width: 100%;

}

.box-news .img

{

	width: 170px;

	float: left;

	overflow: hidden;

}

.box-news .img img

{

	transition: all 0.5s !important;

}

.box-news .img:hover img

{

	transform: scale(1.2);

}

.box-news .info

{

	width: calc(100% - 185px);

	float: right;

	height: 130px;

}

.box-news .info h3

{

	font-family: 'Montserrat-Bold';

	font-size: 15px;

	line-height: 24px;

	color: #000000;
	margin-top: 0px;

}

.box-news .info p

{

	line-height: 24px;

	color: #666666;

}

.news-index

{

	padding: 50px 0px;

	background: #f5f5f5;

}

.news-index .left

{

	width: 50%;

	float: left;

}

.news-index .right

{

	width: 47%;

	float: right;

}

.title-news

{

	font-family: 'Montserrat-Bold';

	font-size: 24px;

	color: #000000;

	text-transform: uppercase;

	padding-bottom: 7px;

	margin-bottom: 25px;

	position: relative;

}

.title-news::before

{

	content: "";

	height: 2px;

	width: 70px;

	background: #f00000;

	position: absolute;

	left: 0px;

	bottom: 0px;

	z-index: 999;

}

.slick-news

{

	max-height: 445px;

	overflow: hidden;

}

.first-video iframe

{

	display: block;

	width: 100%;

}

.first-video

{

	margin-bottom: 10px;

}

.counter-index

{

	background: #105434;

	padding: 50px 0px 70px 0px;

}



.grid_quytrinh

{

	display: grid;

	grid-template-columns: repeat(5,1fr);

	grid-gap: 25px;

	padding-top: 40px;

	margin-bottom: 30px;

}



.box__quytrinh .img p

{

	font-weight: 700;

	font-size: 36px;

	color: #23b395;

}

.box__quytrinh .img {

	margin: 0 auto;

	height: 200px;

	width: 200px;

	background: #222;

	border: 2px solid #575757;

	border-radius: 50%;

	padding: 25px 0;

	text-align: center;

	transition: 0.5s;

}



.box__quytrinh .img .baophu

{

	width: 100%;

	height: 100%;

}

.box__quytrinh .img a

{

	width: 100%;

	margin: 0 auto;

	text-align: center;

	color: #dcdcdc;

	font-size: 20px;

	font-weight: 700;padding:0px 3%;display: block;

}

.box__quytrinh .img:hover

{

	background-color: #12403d;

	transition: 0.5s;

	border-color: #12403d;

}

.box__quytrinh .img:hover p

{

	color: #fff;

}

.box__quytrinh

{

	position: relative;

}

.box__quytrinh:before

{

	content: '';

	height: 30px;

	width: 245px;

	border: 2px dashed #bbb;

	border-top: none;

	position: absolute;

	left: 50%;

	bottom: -30px;

}



div#box__quytrinh:before

{

	top: -30px;

	border: 2px dashed #bbb;

	border-bottom: none;

}

.box__quytrinh:last-child:before

{

	display: none !important;

}

.footer-index 

{

	padding: 50px 0px;

	text-align: center;

	background: #eeeeee;

	position: relative;

}

.footer-index{

	color: #fff; 

	position: relative;

	overflow: hidden;

	background: #105434;

}

.footer-index::before {

	position: absolute;

	width: 1200px;

	height: 1200px;

	top: -280px;

	left:50%;

	margin-left: -600px;

	content: "";

	background: transparent url(../images/trongdong.png) no-repeat center center;

	background-size: 100% auto;

	opacity: 0.3;

}

.footer-index::before{

	-webkit-animation-name: rotate;

	-webkit-animation-duration:60s;

	-webkit-animation-iteration-count:infinite;

	-webkit-animation-timing-function:linear;

	-moz-animation-name: rotate;

	-moz-animation-duration:60s;

	-moz-animation-iteration-count:infinite;

	-moz-animation-timing-function:linear;

}



@-webkit-keyframes rotate {

	from {-webkit-transform:rotate(0deg);}

	to {  -webkit-transform:rotate(360deg);}

}



@-moz-keyframes rotate {

	from {-moz-transform:rotate(0deg);}

	to {  -moz-transform:rotate(360deg);}

}



.company_name

{

	font-family: 'Montserrat-Bold';

	font-size: 34px;

	text-transform: uppercase;

	color: #fff;

}

.info-footer

{

	font-family: 'Montserrat-Regular';

	font-size: 14px;

	line-height: 30px;

}

.copyright-index

{

	background: #000000;

	color: #fff;

	font-size: 13px;

	color: #fff;

	text-align: center;

	padding: 10px 0px;

	font-family: 'Montserrat-Regular';

}

.copyright-index a

{

	color: yellow;

}

.google-map iframe

{

	display: block;

	width: 100%;

	height: 400px;

}

.social-index

{

	margin-top: 30px;

}

.social-index ul li

{

	display: inline-block;

	margin: 0 5px;

}

.social-index ul li a

{

	display: inline-block;

	height: 40px;

	width: 40px;

	border-radius: 50%;

	background-color: #Fff;

	color: #000;

	font-size: 18px;

	vertical-align: middle;

	padding-top: 8px;

}

.social-index ul li a:hover

{

	background-color: #f00000;

	color: #Fff;

}

.wrap-items-index

{

	margin-bottom: 25px;

}

.box-contact

{

	margin-bottom: 10px;

}



/** menu mobile **/



.header-left-fixwidth.open-sidebar-menu {

	visibility: visible;

	-webkit-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

}

.header-left-fixwidth {

	top: 0 !important;

	width: 255px;

	min-height: 100vh;

	position: fixed;

	float: left;

	background: #fff;

	width: 290px;

	position: fixed;

	z-index: 999999999999999;

	left: 0;

	top: 0;

	visibility: hidden;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

	-webkit-transform: translateX(-280px);

	-ms-transform: translateX(-280px);

	-o-transform: translateX(-280px);

	transform: translateX(-280px);

}

.header-left-fixwidth .wrap-header {

	overflow-y: auto;

	position: relative;

	min-height: 100vh;

	max-height: 100vh;

	border-left: 1px solid #ebebeb;

	border-right: 1px solid #ebebeb;

	padding: 0 15px;

}

.header-left-fixwidth .wrap-header .logos-menu {

	padding: 5px 0px;

}

.header-left-fixwidth .wrap-header .logos-menu img {

	max-width: 100%;

	display: block;

	margin: 0 auto;

	max-height: 75px;

}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {

	width: 100%;

	position: relative;

	overflow: hidden;

}
/*** LOGIN **/
.wrap-user{width:100%;max-width:550px;margin:auto;border:1px solid #bce8f1;border-radius:5px;font-family: 'Montserrat-Regular';margin-bottom: 30px;}
.title-user{background-color:#d9edf7;padding:12px 15px;border-radius:5px 5px 0px 0px;}
.title-user span{color:#31708f;}
.title-user a{color:#0056b3;font-size:12px;float: right;}
.form-user{padding:20px 15px;}
.input-user{margin-bottom:0.75rem;}
.input-user input{font-size:13px;width: calc(100% - 34px) !important;
float: right !important;border-radius: 0px !important;border-left: none !important;}
.button-user{margin-bottom:1rem;}
.button-user input{font-size:14px;}
.checkbox-user,.radio-user{cursor:pointer;}
.checkbox-user input{top:calc(50% - 1.25rem/2);height:auto;}
.checkbox-user label{font-size:13px;cursor:pointer;}
.checkbox-user label::before,.checkbox-user label::after{top:calc(50% - 1rem/2);}
.radio-user{margin-right:1rem;}
.radio-user:last-child{margin-right:0px;}
.radio-user label::before,.radio-user label::after{top:calc(50% - 1rem/2);}
.note-user{font-size:13px;border-top:1px solid #ddd;padding-top:0.5rem;}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.checkbox-user
{
	float: right;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius:0rem;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend
{
	width: 34px;
	height: 34px;
	float: left;
}
.input-group-text
{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px;
	padding-top: 8px;
}
.input-group-text i
{
	font-size: 15px;
	text-align: center;
}
/** END LOGIN***/

@media screen and (max-width: 1024px)

{

	.search-bar {

		display: block;

		flex-grow: 1;

		border: 1px solid #333;

	}

	.search-bar {

		width: 320px;

		height: 40px;

		border: none;

		background-color: transparent;

		transition: all 0.6s;

		z-index: 12;

		border: 1px solid #2b2b2b;

		position: relative;

		border-radius: 30px;

		overflow: hidden;

		color: #FFF;

	}

}

.padding-bottom-40 {

	padding-bottom: 40px !important;

}

.margin-top-10 {

	margin-top: 10px !important;

}
.header-left-fixwidth .wrap-header .nav-menu ul li {

	position: relative;

	border-top: 1px solid #F0F0F0;

}

.header-left-fixwidth .wrap-header .nav-menu ul a {

	display: block;

	font-size: 15px;

	color: #333;

	padding: 12px 10px;

	position: relative;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {

	position: absolute;

	right: 0px;

	font-size: 25px;

	display: flex;

	width: 43px;

	height: 43px;

	background: transparent;

	top: 0px;

	justify-content: center;

	flex-wrap: wrap;

	align-items: center;

	color: #8a8987;

	z-index: 1000;

	cursor: pointer;

	transition: all 0.6s;

	border-left: 1px solid #F0F0F0;

	border-right: 1px solid #F0F0F0;

}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {

	display: none;

}

.header-left-fixwidth .wrap-header .nav-menu ul li {

	position: relative;

	border-top: 1px solid #F0F0F0;

}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {

	padding: 12px 20px;

}

.menu-mobile {

	width: 40px;

	height: 40px;

	background: #c6272c;

	padding: 5px 8px;

	display: block;

	cursor: pointer;

}

.menu-mobile span {

	display: block;

	width: 100%;

	height: 2px;

	margin: 12.5px 0px;

	background: #fff;

	position: relative;

}

.menu-mobile span:before {

	position: absolute;

	content: '';

	width: 100%;

	height: 2px;

	top: -6px;

	background: #fff;

	left: 0px;

}

.menu-mobile span:after {

	position: absolute;

	content: '';

	width: 100%;

	height: 2px;

	bottom: -6px;

	background: #fff;

	left: 0px;

}

.opacity-menu.open-opacity {

	content: " ";

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.7);

	position: fixed;

	top: 0px !important;

	left: 0px;

	z-index: 9999;

}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {

	position: absolute;

	right: 0px;

	width: 38px;

	height: 38px;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #000000;

	top: 0px;

	border: none;

	background: transparent;

	cursor: pointer;

}

.search-bar .search-btn {

	width: 38px;

	height: 38px;

	border: none;

	background-color: transparent;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #999;

	position: absolute;

	top: 0px;

	right: 0px;

	cursor: pointer;

	z-index: 2;

}



.search-bar input.search-text {background-color:transparent;border:none;height:38px;width:100%;font-size:14px;padding:5px 10px 5px 10px;outline:none;position:relative;z-index:2;color:#000000;}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {width:100%;height:38px;border-radius:5px;border:solid 1px transparent;padding:0 40px 0 10px;outline:none;font-size:var(--font-size);background:#FFF;border-radius: 40px;}

.fa-angle-right:before {

	content: "\f105";

}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {

	transition: all 0.6s;

}

.fa {

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.svg-inline--fa.fa-w-8

{

	width: .3em !important;

}

.mobile-header

{

	display: none;

}



/*** css menu mobile***/

div#menu_mobi1 {

	display: none;

	position: relative;

	width: 100%;

	z-index: 999;

	top: 0;

	left: 0;

}

.fixed{

    position: fixed !important;

    right: 0px;

}

div.header_mobile {

	background: #f00000 !important;

	height: 40px !important;

	line-height: 40px !important;

	z-index: 600;

	width: 100%;

	margin: 0 auto !important;

}

.header_mobile a.hien_menu:hover {

	color: #fff !important;

	background: #f00;

}

.header_mobile

{

	display: grid;

	grid-template-columns: repeat(3,auto);

}

.header_mobile a {

	text-align: center;

	color: #fff !important;

	font-family: 'Montserrat-Regular';

	font-size: 13px !important;

	border-right: 1px solid #fff;

}

.header_mobile a i {

	font-size: 14px;

	line-height: 40px;

	padding: 0 10px 0 0;

}

.grid-news-index

{

	display: grid;

	grid-template-columns: repeat(2,1fr);

	grid-gap: 15px;

}

.wrap-news

{
	margin-bottom: 25px;

}

a.view_detail

{

	display: inline-block;

	height: 25px;

	padding: 0px 25px;

	color: #fff;

	background: #f00000;

	text-align: center;

	margin-top: 10px;

	line-height: 25px;

}

.title-h1

{

	margin-bottom: 10px;

}

.title-h1 h1 {

    font-size: 28px;

    font-family: 'Montserrat-Bold';

    margin: 0px;

    font-size: 18px;

    color: #ea1856;

    font-weight: normal;

    line-height: 25px;

    text-align: left;

    text-transform: uppercase;

}

.title-h1 p {

    font-family: 'Montserrat-Regular';

    font-size: 13px;

    color: #666666;

    font-style: italic;

}

.box-news-index

{

	padding: 10px;

    border: 1px solid #dedede;

}

.box-news-index a img {

    float: left;

    width: 40%;

    max-width: 170px !important;

    transition: 1s;

    margin-right: 15px;

}

.box-news-index h2

{

	margin-top: 5px;

}

.box-news-index h2 a {

    font-size: 16px;

    color: #1f1f1f;

    margin: 5px 0;

    transition: 0.4s;

    text-decoration: none;

    display: block;

    font-family: 'Montserrat-Bold';

}

.box-news-index h3 a:hover

{

	color: #d80000;

}

.box-news-index .ngaytao {

    color: #666666;

    margin-bottom: 4px;

    font-style: italic;

    display: block;

    font-family: 'Montserrat-Regular';

    font-size: 13px;

}

.box-news-index .ngaytao i

{

	margin-right: 5px;

}

.box-news-index .xemthem {

    display: block;

    width: 89px;

    height: 30px;

    line-height: 26px;

    text-align: center;

    color: #fff;

    border-radius: 2px;

    border: 1px solid #ff0000;

    background: #ff0000;

    transition: 0.4s;

    float: right;

    margin-top: 5px;

    box-shadow: 2px 2px 6px #585454;

}
.content-detail ul,.content-detail ol{
	padding-left: 30px;
}
.content-detail h1,.content-detail h2,.content-detail h3,.content-detail h4,.content-detail h5{
	font-weight: bold;
}
.box-news-index .xemthem:hover

{

	background: #d80000;

	border: 1px solid #d80000;

	 box-shadow: 2px 2px 6px #d80000;

}

.box-news-index .mota {

    line-height: 1.7;

}

.grid-project-index

{

	display: grid;

	grid-template-columns: repeat(3,1fr);

	grid-gap: 25px;

}



@media only screen and (max-width: 480px) {

	.switcher {

		padding-left: 0;

	}

	.switcher .respond,

	.switcher .woologo,

	.switcher .styles-drop,

	.switcher .examples-drop,

	.switcher ul.actions {

		display: none;

	}

	.switcher ul.actions {

		padding-left: 0;

	}

	.switcher .dropdown {

		float: left;

	}

	.switcher .dropdown .active-theme .category {

		display: none;

	}

	.switcher .dropdown a {

		width: 150px;

	}

	.switcher .dropdown ul.themes {

		width: 320px;

	}

	.switcher .dropdown ul.themes a {

		width: 100%;

	}

}

@media only screen and (max-width: 768px) {

	.switcher .styles-drop {

		display: none;

	}

}

/**

 * Retina

 */







 @media(max-width:960px){



 }

 @media(max-width:800px){



 	.right_menu

 	{

 		display: none;

 	}

 	.left_logo

 	{

 		float: none;

 		margin: 0 auto;

 	}

 	.mobile-header

 	{

 		display: block;

 	}

 	div#menu_mobi1

 	{

 		display: block;

 	}

 	.info_header

 	{

 		height: auto;

 	}

 	.info_header .left,.info_header .right

 	{

 		width: 100%;

 		text-align: center;

 		line-height: 25px;

 	}

 	.product_index

 	{

 		padding: 30px 0px;

 	}

 	.grid_quytrinh

 	{

 		grid-template-columns: repeat(3,1fr);

 		padding: 0px;

 		margin: 0px;

 	}

 	.box__quytrinh:before

 	{

 		display: none !important;

 	}

 	.news-index .left

 	{

 		width: 100%;

 		margin-bottom: 20px;

 	}

 	.news-index .right

 	{

 		width: 100%;

 	}

 	.news-index

 	{

 		padding: 30px 0px;

 	}







 }

 @media screen and (min-width: 0px) and (max-width: 670px){



 }

 @media screen and (max-width: 603px){

 	.grid_quytrinh

 	{

 		grid-template-columns: repeat(2,1fr);

 	}

 	.box__quytrinh:nth-child(5)

 	{

 		grid-column: 1 / 3;

 	}

 	.grid-project-index

 	{

 		grid-template-columns: repeat(2,1fr);

 		grid-gap: 15px;

 	}

 }

 @media screen and (max-width: 550px){

 	.box__quytrinh .img a

 	{

 		font-size: 16px;

 	}

 	.box__quytrinh .img

 	{

 		padding: 40px 0px;

 	}

 	.box-news

 	{

 		overflow: hidden;

 	}

 	.left-contact

 	{

 		margin-bottom: 20px;

 	}

 	.grid-news-index

 	{

 		grid-template-columns: repeat(1,1fr);

 	}
 	.grid__album
 	{
 		grid-template-columns: repeat(2,1fr);
 	}
 	.content-items img,.content-items iframe
 	{
 		display: block;
 		width: 100% !important;
 		height: auto !important;
 	}
 	.content-items blockquote
 	{
 		padding: 0px;
 		border:none;
 		margin: 0px;
 		font-size: auto;
 	}





 }

 @media(max-width:460px){

 	.box-news .info h3

 	{

 		line-height: 20px;

 	}

 	.content-detail img

 	{

 		width: auto !important;
 		max-width: 100% !important;

 		height: auto !important;

 	}



 }
  @media screen and (max-width:440px){
 	.grid-project-index
    {
    	grid-template-columns: repeat(1,1fr);
    }
 }



  @media(max-width:420px){

 	.box-news .info h3

 	{

 		line-height: 20px;

 	}

 	.box__quytrinh .img

 	{

 		width: 180px;

 		height: 180px !important;

 	}

 	.grid-form

 	{

 		display: block;

 	}

 	.grid-form .form-group

 	{

 		margin-bottom: 10px;

 	}
 	.grid-project-index
    {
    	grid-template-columns: repeat(1,1fr);
    }



 }
 @media screen and (max-width:400px){
 	.grid-project-index
    {
    	grid-template-columns: repeat(1,1fr);
    }
 }



 @media screen and (max-width:375px){

	.box__quytrinh .img

 	{

 		width: 200px;

 		height: 200px !important;

 	}

 	.grid_quytrinh

 	{

 		grid-template-columns: repeat(2,1fr);

 	}


    .grid-project-index

    {
    	grid-template-columns: repeat(1,1fr);
    }

 	.box__quytrinh .img

 	{

 		height: 140px !important;

 		width: 140px !important;

 		margin: 0 auto;

 		padding: 24px 0px;

 	}

 	.box__quytrinh .img p

 	{

 		font-size: 24px;

 	}

 	.box__quytrinh .img a

 	{

 		font-size: 14px;

 	}

 	.box__quytrinh

 	{

 		margin-bottom: 10px;

 	}

 	.box-news .img

 	{

 		width: 130px;

 	}

 	.box-news .info

 	{

 		width: calc(100% - 140px);

 	}

 }

@media screen and (max-width:375px){

	.box__quytrinh .img

 	{

 		height: 120px !important;

 		width: 120px !important;

 		padding: 15px 0px;

 	} 

 	.box__quytrinh .img a

 	{

 		font-size: 13px;

 	}

}