@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: gotham;
    src: url(gotham.otf);
	font-weight:400;
}

@font-face {
    font-family: gotham;
    src: url(gothambold.ttf);
	font-weight:500;
}

@font-face {
    font-family: gotham;
    src: url(gothamblack.otf);
	font-weight:600;
}



@font-face {
    font-family: bou;
    src: url(HLT-Boulevai.ttf);
	font-weight:500;
}



*{
	font-family: "gotham";
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
    list-style-type: none;
	margin: 0px;
	padding: 0px;	
}


@media only screen and (min-width: 768px) {
	*{
		font-size: 16px;
		line-height: 24px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	*{
		font-size: 14px;
		line-height: 23px;
	}
}


main{
	overflow: hidden;
}

a:hover{
	text-decoration: none;
	color: #ed1c24;
}










#tabContaier{
	background: none repeat scroll 0 0 #DA251C;
	border: 1px solid #CCCCCC;

	padding: 0;
	position: relative;
	width: 500px;
	margin-top: 15px;
}
	
#tabContaier ul{
	overflow:hidden;
	border-right:1px solid #fff;
	height:35px;
	position:absolute;
	z-index:100;
	}
	
#tabContaier li{
	float:left;
	list-style:none;}

#tabContaier li a{
	background:#ddd;
	border:1px solid #fcfcfc;
	border-right:0;
	color:#333;
	cursor:pointer;
	display:block;
	height: 18px;
    line-height: 18px;
	padding:0 30px;
	text-decoration:none;
	
	font-size: 13px;
	}
	
#tabContaier li a:hover{
	background:#ccc;}
	
#tabContaier li a.active{
	background:#fbfbfb;
	border:1px solid #fff;
	border-right:0;
	color:#333;
}
	
.tabDetails{
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #FFFFFF;
    margin: 20px 0 0;
    overflow: hidden;
	}
	
.tabContents{
	padding:20px}
	
	
	
	




/*Thêm col 5*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


	
	
	
	
	
	
	
	
	
	

/* code hien thi algin trong post */

img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright
{
float: right;
}

.alignleft
{
float: left;
}

/* end */

nav {
    padding: 0px !important;
}






#myCarousel{
	margin-bottom:0px;
}

.lista li {
    text-indent: inherit;
    border: none;
}
.lista {
    position: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    margin-top: 20px;
}




.searchd {
    padding: 4px 0;
    width: 230px;
    height: 26px;
    position: relative;
    float: left;
    line-height: 22px;
    overflow: hidden;
	    margin-right: 13px;
}
.searchd input {
	position: absolute;
	width: 0px;
	float: Left;
	margin-left: 210px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 18px;
	line-height: 18px;
	padding: 0 2px 0 2px;
	border-radius:1px;
}

.searchd:hover input, .searchd input:focus {
	width: 200px;
	margin-left: 0px;
}

.searchicon {
    height: 26px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 1px;
    background-image: url(../images/s.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #09598e !important;
    border: none;
    padding-left: 17px;
}



.theader {
    background-color: #09598e;
    height: 26px;
}


.headtrai {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0px;
    width: 50%;
    overflow: hidden;
    float: left;
}


.headphai {
    float: right;
    position: relative;
}



.bnext {
    color: #fff;
    font-weight: 400;
    background-color: #09598e;
    padding: 11px 32px;
    border-radius: 3px;
    font-size: 12px;
}

.subz {
    min-width: 40%;
    max-width: 60%;
    background-color: #fff;
    padding: 30px 45px;
    opacity: 0.8;
    border-radius: 7px;
}



.b1 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ed1c24;
}
.b2 {
    font-size: 31px;
    font-weight: 500;
    color: #09598e;
}


.b3 {
    margin-bottom: 40px;
    color: #000;
    line-height: 22px;
}

.carousel-control-prev, .carousel-control-next {

    z-index: 600;
}


.lista li {
    text-indent: inherit;
    border: none;
    font-weight: 500;
	color:#13592a;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}


.lista li.active {
      background-color: #efb743;
}










.vecttit {
    font-size: 36px;
    font-weight: 600;
    color: #09598e;
    text-transform: uppercase;
}

.vechungtoi {
    margin-top: 60px;
}


.vectgach {
    width: 30%;
    height: 4px;
    background-color: #ed1c24;
    margin-top: 30px;
    margin-bottom: 30px;
}


.vectnext {
    color: #fff;
    font-weight: 400;
    background-color: #09598e;
    padding: 7px 32px;
    border-radius: 3px;
    font-size: 12px;
    clear: both;
    margin-top: 16px;
    display: inline-block;
}

.vectanh{
	margin:auto;
	text-align:center;
}

.congnghesx {
    background-image: url(../images/s3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 50px 0px;
    background-color: #09598e;
    background-size: cover;
    position: relative;
    width: 100%;
}


.cnsxtext {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
}


.sxtit {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.sxtit span {
    clear: both;
    display: block;
    font-weight: 500;
    font-size: 25px;
    margin-top: 16px;
}

.sxgach {
    width: 14%;
    height: 4px;
    background-color: #ed1c24;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sxtext {
    color: #fff;
}

.sxnext {
    color: #fff;
    font-weight: 400;
    background-color: #ed1c24;
    padding: 7px 32px;
    border-radius: 3px;
    font-size: 12px;
    clear: both;
    margin-top: 16px;
    display: inline-block;
}


.sanpham {
    padding: 60px 0px;
    background-color: #ececec;
}

.spcore {
    font-size: 29px;
    font-weight: 600;
    color: #09598e;
}

.spgach {
    width: 14%;
    height: 4px;
    background-color: #ed1c24;
    margin-top: 20px;
    margin-bottom: 30px;
}

.spitem1 {
    background-color: #fff;
}

.spitemtit {
    color: #09598e;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin: 15px 17px 0px 17px;
	text-transform: uppercase;
}

.spitemgia {
    font-size: 14px;
    font-weight: 500;
    color: #ed1c24;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}
.nutsp {
    float: right;
}


.nutsp a {
    position: inherit;
    left: inherit;
    top: inherit;
    color: #fff;
    width: 36px;
    height: 36px;
    background-color: #09598e;
    float: left;
    opacity: 1;
    margin-left: 10px;
}

.nutsp a span{

    width: 15px;
    height: 15px;
}


.tintuc {
    margin: 60px 0px;

}

.tincore {
    font-size: 29px;
    font-weight: 600;
    color: #09598e;
}

.tinitem1 {
    border: solid 1px #ccc;
    border-radius: 9px;
    overflow: hidden;
}

.tinitemtit {
    font-size: 15px;
    margin: 15px 15px 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

.tinitemdate {
    margin: 9px 15px 9px 15px;
    font-size: 14px;
    color: #676767;
}

.tinitemdate i {
    color: #ed1c24;
}


footer {
    background-image: url(../images/fz.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 20px 0px;
}

footer p {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 1px;
}


.cty {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
footer i {
    color: #09598e;
    margin-right: 12px;
	font-size: 13px;
}



.dt {
    float: left;
    margin-right: 40px;
}

.fax {
    float: left;
    margin-right: 40px;
}


.mail {
    margin-right: 40px;
}

.hotline {
    float: left;
    margin-right: 40px;
}


.web {
    margin-right: 40px;
}

.fgach {
    width: 100%;
   
    background-color: #4a4a4a;
}

.trong{
	height:50px;
	width:100%;
	display:block;
	clear:both;
}

.trong2{
	height:30px;
	width:100%;
	display:block;
	clear:both;
}

.mxh a {
    background-color: #252525;
    border-radius: 60px;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    text-align: center;
    margin-left: 10px;
    opacity: 0.8;
}

.mxh a:hover {
    opacity: 1;
}

.mxh i {
    margin-right: 0px;
    color: #b1b1b1;
    vertical-align: middle;
    line-height: 35px;
}

.mxh {
    float: right;
}


.logo1, .logo2{
	display:none;
}

.vecttext {
    text-align: justify;
}



.noidungtit {
    font-size: 29px;
    font-weight: 600;
    color: #09598e;
    margin-top: 25px;
}

.ndgach {
    width: 14%;
    height: 4px;
    background-color: #ed1c24;
    margin-top: 20px;
    margin-bottom: 30px;
}

.noidungchinh {
    
}

.noidungchinh table img {
    width: 100%;
    height: auto;
}


.sxtt0 {
    margin-bottom: 40px;
}
.sxtt1 {
    color: #09598e;
    font-weight: 500;
    font-size: 21px;
}

.sxtt2 {
    text-align: justify;
    color: #777;
    font-size: 14px;
    line-height: 23px;
}
.sxsodo {
    background-color: #ececec;
    padding: 50px 0px;
    margin-bottom: 50px;
}
.mainndtit {
    font-size: 35px;
    font-weight: 500;
    color: #09598e;
    line-height: 38px;
}

.mainndmdate {
    margin: 9px 15px 9px 0px;
    font-size: 14px;
    color: #676767;
}

.mainndmdate i {
    color: #ed1c24;
}

.ctsptit{
    font-size: 24px;
    font-weight: 500;
    color: #09598e;
}
.ctspma {
    font-weight: 500;
    padding: 10px 0px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 30px 0px;
}

.cnsxdot ol {
    position: inherit;
}
.cnsxdot ol li{
    background-color: #000;
}

.noidungchinh .tinitem1 {
    margin-bottom: 30px;
}


.noidungchinh .spitem1 {
    margin-bottom: 30px;
}
.nl1tit {
    background: rgb(13,81,138);
    background: linear-gradient(90deg, rgba(13,81,138,1) 0%, rgba(42,168,223,1) 100%);
    margin-bottom: 0px;
    line-height: 30px;
    padding-left: 20px;
    color: #fff;
    font-weight: 500;
}

.nl1 {
    margin-bottom: 30px;
}

.bando iframe {
    width: 100%;
    margin-top: -50px;
}

.lienhez input {
    width: 100%;
    line-height: 37px;
    border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}

.lienhez textarea {
    width: 100%;
	border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
body.single .wcontent img {
    max-width: 100%;
	height:auto;
}

body.search .noidungchinh {
    margin: 50px 0px;
}


@media only screen and (min-width: 768px) {
	
	
	/*Thêm css để hover nav bootstrap*/
	.dropdown:hover .dropdown-menu {
	display: block;
	}


	.slider-size {
		height: 650px;
	}
	
	
	.slider-size2 {
		height: 450px;
	}
	
	
	.navbar-brand {
		width: 180px;
		height: 120px;
		background-repeat: no-repeat;
		background-size: 76%;
		background-position: center;
	}
	
	.carousel-caption {
		top: inherit;
		bottom: 50px;
		right: 0px;
		left: 0px;
	}
	
	.ban {
		padding: 0px;
		max-width: 100%;
	}
	.logo2{
		display:block;
	}
	
	.navbar-nav li a {
		color: #6f6f6f;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	#navbarsExample02 li a {
		margin-right: 50px;
	}
	
	#navbarsExample03 li a {
		margin-left: 50px;
	}
	
	.navbar-nav > li.current-menu-item > a , .navbar-nav > li.current-menu-parent > a {
		color: #09598e;
	}
	
	
	.navbar-nav > li.current-menu-parent > ul > li.current-menu-item > a{
		color: #09598e;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		margin: 0px;
		min-width: 24rem;
	}
	
	.navbar-nav .dropdown-menu li a {
		font-size: 14px;
		margin: 0px 26px;
		line-height: 54px;
	}
	
	.anhthumb {
		position: absolute;
		width: calc(200% + 30px);
		left: calc(-100% - 30px);
		bottom: 0px;
		background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4290091036414566) 50%, rgba(0,0,0,0.49343487394957986) 100%);
	}

	.anhthumb .carousel-indicators {
		position: initial;
		right: 0;
		left: 0;
		bottom: 0;
		justify-content: initial;
		margin: 0px;
		margin-right: 30px;
	}
	
	.anhthumb li {
		width: auto;
		margin: 0px 15px 0px 0px;
		height: inherit;
	}


	.anhthumb img {
		width: 118px;
		height: auto;
		float: right;
	}
		
	.wpml-ls-legacy-list-horizontal a {
		display: block;
		padding: 0px 9px;
	}

	
	.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        display: block !important;
	}
	
	.wpml-ls-legacy-list-horizontal {
		float: right;
		padding: 0px !important;
		margin-top: 1px;
	}
	.logo {
		clear: both;
	}


	

	
}


@media only screen and (max-width: 768px) {
	
	
	
	.theader {
		display:none;
	}
	nav {
		margin: 14px 0px;
		text-align: right;
	}
	
	.carousel-indicators{
		margin: 14px 0px;
		float: right;
		
	}
	
	.slider-size {
		height: 300px;
	}
	
	.slider-size2 {
		height: 450px;
	}
	
	
	
	.navbar-nav {
		float: right;
		clear: both;
		text-align: right;
		width: 100%;
	}
		
	
	.navbar{
		display: block;
		overflow:hidden;
		margin:0px;
	}
	
	.logo {
		position: fixed;
		top: 0px;
		z-index: 9999;
		background-color: #fff;
		width: 100%;
		box-shadow: 0px 0px 5px 0px #b7b5b5;
	}
	
	.navbar-brand {
		width: 104px;
		height: 65px;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		background-size: 100%;
		margin-right: 0px;
	}
		
	


	.navbar-toggler {
		margin-top: 16px;
		float: right;
	}
	.navbar-nav > li {
		border-bottom: solid 1px #2a323a;
		border-top: solid 1px #3f454a;
	}
	

	.nav-link {
		padding: 13px 0px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500;
	}
	
	
	.navbar-nav > li > a {
		line-height: 66px;
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500;
	}
		
	
	
	.dropdown-menu > li > a {
		text-align: right;
		float: right;
		color: #868c9c;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px;
		line-height: 56px;
	}
	
	.dropdown-menu.show {
		position: initial !important;
		transform: initial !important;
		overflow: hidden;
		background: transparent;
		border: none;
	}
		
	
	




	
	.carousel-caption {
		bottom: 0px;
		right: 0;
		left: 0;
	}
	
	.b3 {
		font-size: 12px;
		line-height: 19px;
		width: 100%;
		margin-bottom: 0px;
		display:none;
	
	}
	.bnext{
		display:none;
	}
	
	.b1 {
		margin-bottom: 2px;
		font-size: 22px;
	}
	
	
	.b2 {
		font-size: 17px;
		margin-bottom: 2px;

	}
	.logo1{
		display:block;
	}
	
	.banz {
		padding: 0px;
		max-width: 100%;
	}
	
	.subz {
		width: 100%;
		padding: 10px 14px;
		border-radius: inherit;

	}
	
	.vecttit {
		margin-top: 20px;
	}
	
	.congnghesx {
		padding: 0px;
	
	}
	
	.mo {
		background-color: rgb(0 0 0 / 70%);
		width: 100%;
		height: 450px;
		display: block;
		position: absolute;
		top: 0px;
	}
		

	.spcore {
		line-height: 32px;
		margin-top: -26px;
	}		
	.spitem {
		margin-bottom: 15px;
	}
	.sanpham {
		padding-bottom: 10px;
	}
	.tintuc {
		margin: 40px 0px 20px 0px;
	}
	
	.spitemtit {
		font-size: 14px;
		line-height: 20px;
	}
	
	.tinitemtit {
		font-size: 14px;
		line-height: 20px;
	}
	.cty {
		margin-top: 23px;
	}
	footer .trong {
		display: none;
	}
	.mxh {
		float: left;
		margin-top: 10px;
	}
	
	.mxh a {
		background-color: #3a3a3a;
		margin-left: 0px;
		margin-right: 10px;
	}
	.anhthumb img {
		display: none;
	}
	.anhthumb .carousel-indicators {
		justify-content: initial;
		left: 15px;
	}
	
	
	



}


