@font-face {
    font-family: UTMAvo;
    src: url(../fonts/utm-avo.ttf);
}

@font-face {
    font-family: UTMAvo_Bold;
    src: url(../fonts/utm-avobold.ttf);
}

body{    background-color: #ffffff; font-family: UTMAvo;}
a{
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.clear{ clear: both;}
.left{}
#header{
    height: 137px;
}
.header_in{
    
}

.c_in, .container {
	width: 1200px;
}

.menu_top{margin-right: 30px;}
.menu_top li a,.menu_top li a span,.menu_top li a h2,.menu_top li a h3,.menu_top li a h4,.menu_top li a h5,.menu_top li a h6{
    color: #fff;
    font: 1.2em/28px UTMAvo ;
}
.menu_top li::before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #065f9d;
    display: inline-block;
    vertical-align: middle;
    margin: auto 3px auto 13px;
}
.logo{
	margin: 0 0 0 0;
    height: 105px;
    width: 200px;
    background: #fff;
    float: left;
}
 
.add-top{ color: #0e517c; font-weight: bold; text-align: center; font-size: 17px; margin-top: -22px;}
.login{
    position: absolute;
    top: 5px; right: 15px;
    width: 50%;
}
.login .loginSubmit{
    color: #065f9d;
    font:1.2em/36px UTMAvo;
    text-transform: uppercase;
    float: right;
    margin-right: 2px;
}

.login .finput{
    float: left;
    width: 173px;
}
.login .finput input{
    border-radius: 0;
    height: 23px;
    margin-bottom: 3px;
    font-size: 1.05em;
}
.news{width: 870px !important}
.partner{text-align: center;}
.partner img{width:200px !important;}
.phone-icon{
    color:#9e9f9e; border:1px solid #e9e9e9;
    background-color: #fff;
    padding: 7px;
font-size: 1.4em;
}
.phone{
    color:#656565 ;
    font:1.4em/52px UTMAvo ;
    padding-left: 5px; 
    display: inline;
}
.phone p{display: inline;}

.search{
    position: absolute;
    top:3px;
    right: 133px;
}
.search input[name=q]{
    float: left; height: 24px; width:230px; padding-left:5px;
}
.search input[type=submit]{
    float: right;
    width: 53px; height: 24px;
    background: url('../images/btn-search.png') no-repeat center right;
    border :none;
}
.menu_main{
    width: 100%;
  
    background: #065f9d;
    
}
/*--------Video-------*/
.video-content{width: 1200px}
.col-rightz {text-align: center;}
.boxmedia{float: left}
h2.boxvideo_title{
    color:#008dd0;
    font-size:20px;
    padding:10px 0 10px 10px;
    text-transform: uppercase;
    border-bottom:1px solid #e6e6e6;
    margin-bottom: 10px;
}
.video-wrap {
	width: 520px;
    padding: 10px;
    border: #fff solid 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    margin-top: 20px;
}
.boxvideo{
    width:100%;
}
.video-pavorites li {
    list-style: none;
    display: block;
    padding: 3%;
    border-bottom: 1px dotted #b5b5b5;
    background: #1a1a1a;
}
.video-pavorites li a{
    color:#FFFFFF;
}
.video-pavorites .play-video {
    width: 100%;
    overflow: hidden;
}
.video-pavorites {
    background-color: #1a1a1a;
    width: 100%;
}
.video-pavorites li a {
    font-size: 13px;
    font-weight: bold;
}
.video-pavorites li textarea {
    display: none;
}
.video-pavorites .play-video iframe {
    width: 100% !important;
    /*height: auto !important;*/
    height: 320px;
    margin-bottom: 10px;
}
/*------ End Video------*/

/*------ Hotnews------*/
.border-box-right{ border: 1px solid #d4d4d4;     margin: 20px 0;}
.news-right a {
    font-size: 14px;
    line-height: 17px;
    color: #585858;
}
.news-right li:first-letter { text-transform: uppercase; }
.border-box-right ul img {
    width: 70px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.title-right{text-transform: uppercase; line-height: 48px; background-color: #3e5299; border: 1px solid #d4d4d4; text-align: center; font-size: 14px; color: #ffffff; font-weight: 600; border-bottom: none;}
.news-right li{ 
	height: 61px;
    list-style: none;
    border-bottom: 1px solid #ccc;
        padding: 5px;
}

.border-box-right ul li:hover{
	background: #dfdfdf; 
}
.news-right li:last-child {border-bottom: none}
.news-right{    padding: 10px;    text-align: left;}
/*------ End Hotnews------*/
/*------ Box ext2---------*/
.boxext2{text-align: center;}
h2.title {
    font-family: UTMAvo;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0;
    color: #760e0e;
}
.textbox {
    font-family: UTMAvo;
    font-size: 15px;
    margin: 15px 0;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    padding: 0 18px;
}
.box-active img{
	width: 380px;
	border-radius: 35px;

    border: #fff solid 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    margin-top: 20px;
}
.box-active img:hover{
	border: #004080 solid 10px;opacity: 0.3; transition: .5s ease;
}
/*------ End Box ext2---------*/
.mainbottom{background: #3e5299}
.leftbottom{float: left}
.rightbottom{float: right}
.system-style.addContact > .ft_in_content_flcx {color: #fff;float: left;}
.system-style.addContact { margin: 0 0 0;}
.contact_info {font-size: 14px;}
/*------ Hover---------*/
.constant {  position: relative;    height: 340px;z-index: 999;}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 300px;
  font-family: 15px;
  text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.middle:first-letter{text-transform: uppercase;}
.constant:hover .image {
  opacity: 0.3;
}

.constant:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


.bannerfull{
	background: url('../images/bgrbanner.jpg') repeat-x;    
	height: 108px;
    border-bottom: 2px solid #1b8cc4; 
}
.full-bg-menu{
    float: right;
}
.sf-menu {float: right;}
.rigtbanner{
	font-size: 24px;
    float: left;
}
.slogan{
	    color: #fff;
    margin-left: 20px;
}
.main_menu a{
    font-size: 14px;
    color: #fff;
    border:none;
    padding:0.75em 1em; 
    text-transform:uppercase;
}
.main_menu h2{
    font: 1.0em UTMAvo;
}
.main_menu h3{
    font: 1.2em UTMAvo;
}
.main_menu li{
    background: transparent;
}
.main_menu li:hover, .main_menu li.sfHover{
    background: #00406d;
}
.main_menu li li{
    background: #065f9d;min-width: 195px;
}
.main_menu li li a{border-top: 1px solid #dedede;}
.menu_main > .home{
    width: 60px;   float: left;
    background: url('../images/btn-home.png') no-repeat left center;
    font-size: 1.3em; padding: 0.87em 1em; background-size: 100%
}
.header-line-full-row{
     
    height: 30px;
}
.header-line{     
	height: 30px;
    width: 50%;
    float: right;
}
.boxright{
	float: right;
}

h3.icon_title {
    color: #404040;
    font-size: 17px;
}
img.icon_img {
    margin-bottom: 10px;
    height: 100px;
}
.box-icon {
    text-align: center;
    width: 33%;
    height: 186px;
}
.titlebox{
	text-align: center;
    font-size: 25px;
    line-height: 100px;
}
.boxabout{background: url('../images/slogan.jpg') no-repeat;height: 400px}
.box-home{text-align: center}
.box-home .title{margin: 20px 0;    font-size: 20px;}
.box-home img{width: 160px;}
.box-home img:hover{	background: #3b00e3;z-index: 99999;}
.textinfo{    font-size: 13px;height: 100px; overflow: auto;text-align: justify;}
.clear-padding h2{
	text-align: center;
    font-size: 25px;
    line-height: 100px;
    color: #fff;
}
.cDate{
    color:#525252;
    font: 1.1em/30px UTMAvo ;
    margin-left: 10px; display: block; width: 100%;
}
.share_fb{
    margin-top: 20px
}

.index-box{border:1px solid #e1e1e1;position: relative;}

.lg-col{
    padding: 0 0 0 15px;
}
.sm-col{
    padding: 0 15px 0 10px;
}
.main{margin-top: 10px;}
.fNews{margin:5px 5px 2px 2px;}
.fNewsName{
    color: #065f9d;
    font: 1.4em/1.5em UTMAvo;
    margin: 0 3px;
}
.fNewsInfo{
    color:#515151;
    font:1.2em/1.7em UTMAvo;margin: 0 3px;
}
.fNewsImage{
    width: 100%;
}
.sNewsName{
    color: #065f9d;
    font: 1.3em/1.5em UTMAvo;
    
}
.sNewsImage{
    float: left;
    width: 122px;
    height: 73px;
    margin: 5px 5px 0 0;
    
}
ul.list-index.style1 li{
    padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
float: left;
width: 100%;
}
ul.list-index.style1 li:last-child{
    border-bottom: none;
}
.ovbox-bottom{
    height: 35px; width: 100%; display: block;
    background: url('../images/bg-box-index.png') no-repeat bottom center;
}

.index-box.style2,.index-box.style3{
    border: none;
}
.box-index-title{
	margin: 10px 15px;
    position: relative;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.item-name{
	height: 55px;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
    width: 380px;	
}
.item-name:first-letter { text-transform: uppercase; }
.box-index-title>.title-name>span{
    padding:0 15px; 
    border-right: none;  
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(transparent));
background-image: -webkit-linear-gradient(transparent,#fff, transparent);
background-image: -moz-linear-gradient(transparent,#fff, transparent);
background-image: -o-linear-gradient(transparent,#fff, transparent);
background-image: linear-gradient(transparent,#fff, transparent);
-moz-background-size: 1px 100%;
background-size: 1px 100%;
background-position: 100% 0, 0 0;
background-repeat: no-repeat;display: inline-block;min-width: 18em;
}
.box-index-title-line{
	background: url('../images/part1_arrow.png') no-repeat center;
	padding: 20px 100px;
}
.morenews{
	width: 100%;
    text-align: center;
    margin: 20px 0;
}

.morenews a{
margin: 0 auto;
    border: #cccccc solid 1px;
    width: 200px;
	font-size: 18px;
    text-transform: uppercase;
    padding: 13px 65px;
}
.morenews a:hover {
    color: #fff;
    background: #3e5299;
    cursor: pointer;
}
.box-index-title>.title-name{
    color: #fff;
    font:1.3em/34px UTMAvo;
    
    text-transform: uppercase;
    background: #0564a6 url('../images/bg-box-index-title1.png') repeat-x left center;
    display: inline-block;
}

ul.list-index.style2{
    border-left: 1px dashed #b2d7f1; padding-left: 10px;
}
.fNews.style2{
    margin-top: 0;
}
.fNews.style2 .fNewsName{
    color:#016eb9; 
    margin-bottom: 10px;
}

.fNews.style2 .fNewsInfo{
    color:#444444; 
    margin:10px 0 10px;
}
ul.list-index.style2{
    float: left;
}
ul.list-index.style2 > li{
    float: left;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
 
}

ul.list-index.style2 > li span{
  right: 0px; position: absolute; bottom: 0;
  height: 1px;width: 100%;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#d5e4ef), to(transparent));
  background-image: -webkit-linear-gradient(left, #d5e4ef, transparent);
  background-image: -moz-linear-gradient(left, #d5e4ef, transparent);
  background-image: -o-linear-gradient(left, #d5e4ef, transparent);
}
ul.list-index.style2 > li:last-child span{display: none;}

ul.list-index.style2 > li img{
    width: 82px; height: 50px; margin-right: 8px;
    border:2px solid #444; padding: 1px;
}

ul.list-index.style2 .sNewsName {
    color:#3e3e3e;
}
ul.list-index.style2 .sNewsName:after{
    content: '››';
    color:#ff0000; margin-left: 5px;
}
.fNewsTime{
    color:#989898;
    font: italic 1.1em/22px UTMAvo;
}
img.imgAdv, div.imgAdv img{
    max-width: 100%;
}
.box-index-title > a.viewMore{
    position: absolute;
    right: 10px; bottom: 5px;
    color:#9ccdf6; font-size: 1.1em; white-space: nowrap;
}
.fNews.style3 .fNewsName{
    font: 1.3em/20px UTMAvo ;
}
.fNews.style3 .fNewsImage{
    width: 100%;
    margin: 10px 0; height: 145px;
    
}
.fNews.style3 .fNewsInfo{text-align: justify;}
.imageslide img{
	width: 100% !important;
	max-width: 100%;
    display: block;
}
.slide_doitac_bottom{
    border: 1px solid #b5b5b5;
    padding: 5px 0;margin: 0 0 15px 0; background: #fff;
}
.slidesa img{width: auto !important}
.slidesa{ }
.doitac_title{
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 15px;
}
.index-box.style3 .fNews.style3{
    padding: 5px 8px;
}
.index-box.style3 .boxs3:first-child .fNews.style3,.index-box.style3 .boxs3.first-child .fNews.style3{
    box-shadow: 3px 0px 5px #e0e0e0
    ,-3px 0px 5px #e0e0e0
    ,0px -3px 5px #e0e0e0
    ;
    
}

.system_menu_ext,.system-style.footer{
  background-color: transparent;  
}.system_menu_ext{
    border-bottom: 1px solid #154d74;
    background: #002845; 
}
.system-style.menu_ext1{
    text-align: center;
    
}
.system-style.menu_ext1 li .menu-item-name{
    font: 1.3em/45px UTMAvo;
    color:#e0e0e0; display: inline-block; white-space: nowrap;
    padding: 0 20px;
}.system-style.menu_ext1 li:hover a{text-decoration: none;}
.system-style.menu_ext1 li:hover  {
    background-color: #001f35;
}
.index-box a:hover{
    text-decoration: none; opacity: 0.8;
}
.index-box a:hover img{opacity: 0.8;}

.sb-box.style1{
    margin-bottom: 10px;
}
.sb-box.style2{
    background-color: #19a2de;
    padding-bottom: 10px;
}
.sb-box.style2 > .title{
    background-color: #1576a0;
    border-bottom:1px solid #e1e1e1;
    text-transform: uppercase;
    color:#fff;
    font:1.3em/35px UTMAvo;
    text-align: center;
}
.sb-box.style2 > .intro{
    color:#fff;
    font:1.2em/22px UTMAvo;
    margin: 10px 8px;
}
.formDangky{
    margin: 5px 8px;
    
}
.formDangky .tinput{
    width: 100%; padding-left: 5px;
    border:none;
    height:28px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.formDangky textarea.tinput{
    height: 100px;
}
.formDangky .submitFormDK{
    font: bold 1.3em UTMAvo ;
    border: none;
    background-color: white;
    padding: 5px 10px;
}
.sb-box.style3{
    border: 1px solid #e1e1e1;
    margin-top: 10px;
}
.sb-box.style3 .stitle{
    border-bottom: 1px solid #e1e1e1;
    color:#ff0101;
    font:1.3em/30px UTMAvo;
    text-align: center;
    text-transform: uppercase;
}
.sb-box.style3 .list-item{
    margin: 8px;
}
.sb-box.style3 .list-item li{
    border-bottom:1px solid #e5e5e5;
    background: url('../images/arrow1.png') no-repeat 0 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sb-box.style3 .list-item li:last-child{
    border-bottom: none;
}
.sb-box.style3 .list-item li a{
    color:#3e3e3e;
    font:1.3em/18px UTMAvo;
}
.sb-box.style3 .list-item li a.new::after{
    content:'Mới';
    width: 32px; height: 16px;
    background: url('../images/new.png') no-repeat;
    position: absolute;
    text-align: center;
    color:#fff;
    font-size: 10px;
}
.sb-box.style4{
    margin-top: 10px;
}

.sb-box.style4 .stitle{
    font:bold 1.3em/30px UTMAvo ;
    text-transform: uppercase;
    background: url('../images/sb-box4.png') no-repeat;
    background-size: cover;
    color:#fff;
    text-indent: 10px;
}
.sb-box.style4 .intro{
    color: #6f6f6f;
    font:1.2em/18px UTMAvo;
    margin: 15px 0;
}
.sb-box.style4 .formTracuu{
    margin-top: 10px;
}
.sb-box.style4 .formTracuu label{
    margin-bottom: 5px; white-space: nowrap;
}
.sb-box.style4 .formTracuu .submitFormTracuu{
    background-color: #e74c3c;
    border:none;
    color:#fff;
    font:bold 1.3em UTMAvo ;
}
.v-menu a {font-size: 1.5em;}
.system-style.style-news-1 .s_list_news .img {width: auto;}

.rAdvImg img{width: 100%; margin-bottom:10px;}
.breadcrumbs{
    border-bottom:1px solid #eee;
}
.breadcrumbs > ul{
    margin-left: 20px;
}
.breadcrumbs li a{
    font: bold 1.4em/30px UTMAvo;
    color: #4c4c4c;
    white-space: nowrap;
    
}.breadcrumbs li a::after{
    content: '›';
    font: 1.2em/30px UTMAvo ;
   padding: 0 10px;
    white-space: nowrap;
    
}
.breadcrumbs li:last-child a::after{display: none;}
.system_forms .s_Date .cDate{
    white-space: nowrap;
}.breadcrumbs li a:hover{
    text-decoration: none;
    color: #000;
}
.sf-arrows .sf-with-ul{
    padding-right: 1.5em;
}
.sf-arrows .sf-with-ul:after{
    right:0.5em;
}
.welcome{
    font-size: 1.2em;
    margin-top: 18px;
    text-align: right;
    margin-right: 23px;
}
.welcome span{
    cursor: pointer;
}
.text-content{
	float: right;
    width: 1200px;
}
/*-----TAB-----*/
.box-title-box2 {
    height: 35px;
    padding-left: 10px;
    padding-top: 8px;
    background: #2587bf;
}
.box-title-box2 a {
    color: #fff;
}
.tab {
    overflow: hidden;
    background-color: #ffffff;
}
.tab button.active {
    background-color: #2587bf;
    color: #fff;
}
 /* Style the tab */


/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
}
.tabcontentbox2 {
    
}
.box-title {
    height: 40px;
    border-left: 5px solid red;
    padding-left: 10px;
    padding-top: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid red;
    background: #fff;
}
.box-title-box2{
	height: 35px;
    padding-left: 10px;
    padding-top: 8px;
    background: #2587bf;
}
.box-title-box2 a{
	color: #fff;
}
.btitle-name{
	font: bold 18px 'helvetica';
    text-transform: uppercase;
}
.box-title ul{
	margin-top: 5px;
    position: absolute;
    right: 0;
}
.box-title ul li{
	padding: 0 0 0px 10px;
}

.box-title ul li:after{
    border-right: none;
}
.box-title ul li a{
	color: #3e90c3;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 5px;
}
.box-title ul li a:hover{
	color: #fff;
    background: #2587bf
}
.box-title ul li:after{
    border-right: none;
}
.itemhotel{
	width: 300px;
	height: 420px;
    float: left;
    background: #fff;
}
.itemhotel.az{
	width: 100%
}
.itemhotelbox2{
	width: 294px;
	height: 380px;
    float: left;
    margin-right: 6px;
}

.single-item{
	 padding: 5px;
}
.img img{
	height: 140px;
}
.lg-col li:hover{background: #e8e8e8; cursor: point}
.system-style.style-news-1 .s_list_news li { width: 50%;}
.case2title{font: bold 1.5em/1.5em 'helvetica';}
.line-clamp.l4 {-webkit-line-clamp: 3;}
.case2detail{
	background: #2587bf;
    padding: 5px 10px;
    border-radius: 7px;
	margin: 6px 0;
    width: 80px;
    text-align: center;
}
.case2detail a{color: #fff;}

.pricelayer{
	position: absolute;
    bottom: 20px;
}
.item-info{height: 129px;padding: 5px;}
.case2detail:hover{
	background: #19395b;
}
.case2price{font: 1.4em/1.5em 'helvetica';}
.case2pricename{font: 1.4em/1.5em 'helvetica';}
.case2price{
	font:bold 1.7em/1.5em 'helvetica';
	color: red;
	margin-left:10px;
}
.cttk{
    font: 0.8em/1.5em 'helvetica';
    color: #2ca310;
}
/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #2587bf;
    color: #fff;
}
#ifrSearchForm{
	border: 0px solid;  margin-top: -85px; margin-left: 0px; height:320px;
	
}
.fl-form{
	width: 510px;
}
/* Style the tab content */
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}
.boxtab.slick-slider .slick-prev-items {top: -6%;}
.boxtab.slick-slider .slick-next-items {top: -6%;}
.timtour{margin:10px;0;}
.tablebox{display: grid;text-align: center;margin-top: 11px;}
.tableboxtitle{display:none}
/*-----End TAB-----*/
.tv-left{
    float:left;
    width: 440px;

}
.tv-new-input-in {
 
}
.tv-title-left-top{
    font: 1.8em/1.8em UTMAvo;
    text-transform: uppercase;
    padding:15px 10px 0 28px;
    border-bottom: 1px solid #bdcde4;
    
}
.tv-new-input-in input {
    font: 1.2em/1.8em UTMAvo;
    line-height: 35px;
    width: 345px;
    margin: 5px 10px;
    padding: 0 10px;
    display: block;
}
.error_report{
    font: 1.2em/1.8em UTMAvo;
   
    width: 345px;
    margin: 5px 10px;
    padding: 0 10px;
    border:1px solid #ee0000;
    background: #eee;
}
.new-input-in input.error{
    border:1px solid #ee0000;
}
.tv-new-input-in{
     
}
.tv-agree-in {
    font: bold 1.3em UTMAvo;
    border: none;
    background-color: white;
    padding: 6px 37px;
    float: right;
}

.tv-submitFormDK {
    width: 110px;
    height: 35px;
    background: #265aa5;
    color: #fff;
    font: 1em UTMAvo;
    text-transform: uppercase;
    border: 1px solid;
}

 

.tv-title-right-top{
    font: 1.8em/1.8em UTMAvo;
    text-transform: uppercase;
    padding:15px 10px 0 28px;
    border-bottom: 1px solid #bdcde4;
    
}
.tv-lv1{
    border-bottom: 1px dotted #d0d0d0;
    padding-bottom: 30px;
}
.tv-lv2{

    padding-top: 30px;
}
.gioitinh {
    font: 1.2em/1.8em UTMAvo;
    line-height: 35px;
    width: 100px;
    margin: 5px 10px;
    padding: 8px 10px;
}
.lb-changepass{
    font:1.2em UTMAvo ;
    margin-left: 10px;
}
.tv-gioitinh{
    display: inline-block;
}
.tv-dangky input {
    font: 1.2em/1.8em UTMAvo;
    line-height: 35px;
    width: 155px;
    margin: 5px 31px;
    padding: 0 10px;
    display: inline-block; 

}
.tv-dangky{display: inline-block;}
.tv-new-input-in input.error{
    border:1px solid #fe0000;
}
.tv-left-box{
    font: 1.4em/1.8em UTMAvo;
    color: #fff;
    text-align: left; 
    text-transform: uppercase;
    background: #265aa5;
    padding: 5px 20px;
}
.tv-right-main {
    float: left;
    width: 930px;
    vertical-align: top;
    background: #fff;

}

.alert_login{
    font-size: 1.2em;
    text-align: center;
    margin: 10px 0;
}



/* Login form */
.log_frame{
    width: 610px;
    margin: 0 auto 20px auto;
}
.log_frame .fr_form{
    border:1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px 25px;
}
.log_frame .fr_name{
    color: #4c4c4c;
    font: 1.4em/2em UTMAvo ;
}
.log_frame .fr_form label{
    font-size: 1.2em;
}
.log_frame .fr_form .hr{
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 15px;
}

.tv_chucnang{
    margin-top: 20px;border:1px solid #999;
}
.tv_chucnang .title{
    font: 1.3em/30px UTMAvo;
    color:#fff;
    text-transform: uppercase;
    background: #065f9d;
    text-align: center;
    
} 

.tv_chucnang{
    background: #f9f9f9;
}
.tv_chucnang li a{
    color: #4d4d4d;
    font: 1.2em/30px UTMAvo;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #999;
}
.tv_chucnang li a:hover,.tv_chucnang li.active a{
    background: #dbdbdb;
}.tv_chucnang li:last-child a{
    border:none;
}
.slide_doitac_bottom {
    border: 1px solid #b5b5b5;
    padding: 5px 0;
    margin: 0 0 15px 0;
    background: #fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.adv_line_top1 {
    background: #333;
  background: -moz-linear-gradient(top, #333 0%, #2b2b2b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #333),color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #333 0%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #333 0%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #333 0%, #2b2b2b 100%);
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none;
  background: linear-gradient(top, #333 0%, #2b2b2b 100%);
  border-bottom: 1px solid #0e0e0e;
  white-space: nowrap;
  height: 32px;
}.navbar_top .navbar-nav > li > a {
  color: #d3d1d1 !important;
  text-shadow: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 32px;
  background: transparent !important;
}.ss-social {
  padding: 0 6px !important;
}
#sliderb_container{width: auto !important}
.sys-box-c2{height: 1000px}
@media only screen and (max-width: 1200px){
	.sys-box-c2{height: auto}
	.menu_top{display: none}
	.swiper{height:150px !important;min-height: auto !important}
	.sys-box-c2{background: none !important; }
	
}
.productsmain{height: 430px}
.index-news-hot{    padding: 3px;overflow: hidden;    height: 236px;}
ul.news-thumb {
    display: inline-block;
    margin:0;
    padding:0;
    width:100%
}
ul.news-thumb li{
    border-bottom: solid 1px #dfdfdd;
    border-right: solid 0px #dfdfdd;
    height: auto;
    margin-bottom: 5px;
    padding: 0;
    list-style:none;
    overflow:hidden;
}
ul.news-thumb li:last-child{
    border-bottom: 0px solid #dfdfdd;
}

ul.news-thumb li a {
    background: #fff;
    border: none;
    height: 100%;
    padding: 0px 10px 7px 0px;
    width: 100%;
    display: inline-block;
}
ul.news-thumb li a:hover{
    text-decoration:none;
    background: #cecece;
}
ul.news-thumb li a >.image {
    float: left;
    height: 35px;
    width: 55px;
    border: 0; margin-top: 4px;
}
ul.news-thumb li a >.image~div {
    padding: 0;
    margin-left: 63px;
}
ul.news-thumb li .caption {
    background: 0;
    bottom: auto;
    height: auto;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    width: auto;
}

ul.news-thumb li .title {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #333;    
    overflow: hidden;
    position: relative;
    padding: 0;
    top: 0px;
    display: block;
    white-space: normal;
	max-height: 30px;
    text-align: justify;
}

ul.news-thumb li .sourcename {
    bottom: 0;
    color: #a0a0a0;
    position: absolute;
    display: inline;
    min-height: 0;
    padding-top: 0;
    font-size: 11px;
}
ul.news-thumb li .sourcename .new_icon_1{
    color:#ff0000; margin-left: 6px;
}

.ADV_01{
    margin-left: 15px;
}
.ADV_01 .adv-index-box img{
    margin-bottom: 10px;
}
.box-top-border {

}
.margin-20b {
  margin-bottom: 20px;
}
.margin-20t {
  margin-top: 20px;
}
.news-nav {
 
  height: 42px;
   
  white-space: nowrap;
}.news-nav ul
{
    list-style:none;
    margin:0;
    padding:10px 0 0;
    
}

.news-nav li {
    display: inline-block;
    height: 28px;
    position: relative;
}
.news-nav li ul {
    z-index: 999999; 
    position: absolute;
    top: 100%; left: 0%;
    background: #fafafa;
    padding: 15px;
    display: none;
}
.news-nav li:hover ul {
    
    display: block;
}
.news-nav li ul li{
    display: list-item;
    min-width: 200px;
    text-align: left;
}
.news-nav h2 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.3;
    margin:0;
    padding:0;
}

.news-nav h2 a {
    color: #1e1e1e;
    white-space: normal;
}
.news-nav h2 a:hover {
    color: #0A488B;
    text-decoration:none;
}
.news-nav h2 a .glyphicon
{
    font-size:14px;
}

.news-nav li:nth-child(n+2) {
    margin-left: 2.2em;
    padding-top: .7em;
}
.news-nav li li:nth-child(n+2) {
    margin-left: 0;
    padding-top: 0;
}

.news-nav li>a 
{
    font-weight:normal;
    font-size: 1.2em;
    line-height: 1.384;
    color: #666;
    text-transform:uppercase;
    font-weight:600;
} 
.news-nav li li >a{
    text-transform:none;   
} 
.news-nav li li >a:hover{
    text-decoration: underline
} 
.box-news-thumb
{
    border-bottom: solid .1em #dfdfdd;
    border-right: solid .1em #dfdfdd;
    background: #fff;
    height: 300px;
    display: inline-block;
    width:100%;
}
ul.news-thumb-list {
    display: inline-block;
    margin:0;
    padding: 0 1.1em;
    border-bottom: solid .1em #dfdfdd;
    border-right: solid .1em #dfdfdd;
    background: #fff;
    height: 300px;
    width:100%;
}
ul.news-thumb-list li{
    height: 90px;
    margin-bottom: 10px;
    padding: 0;
    list-style:none;
    overflow:hidden;
}


ul.news-thumb-list li:first-child a {
    border-top: 0;
    padding-top: 1.1em;
}

ul.news-thumb-list li a 
{
    border-top: .1em solid #e5e5e5;
    padding: 1.1em 0;
    height: 100%;
    width: 100%;
    display: inline-block;
}
ul.news-thumb-list li a:hover
{
    text-decoration:none;
}
ul.news-thumb-list li a >.image {
    float: left;
    height: 75px;
    width: 100px;
    border: 0;
}
ul.news-thumb-list li a >.image~div {
    padding: 0;
    margin-left: 11.2em;
}
ul.news-thumb-list li .caption {
    background: 0;
    bottom: auto;
    height: 75px;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    width: auto;
}

ul.news-thumb-list li .title {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.384;
    color: #333;
    max-height: 55px;
    overflow: hidden;
    position: relative;
    padding: 0;
    top: -.4em;
    display: block;
    white-space: normal;
}

ul.news-thumb-list li .sourcename {
    bottom: 0;
    color: #a0a0a0;
    position: absolute;
    display: inline;
    min-height: 0;
    padding-top: 0;
    font-size: 11px;
}
h3.title-news {
  font-size: 1.5em; color:#333;font-weight: 600;
  text-decoration: none;
  line-height: 22px;
  margin: 5px 0;
  padding: 0;
}
h3.title-news a{
   color:#333;
  
}
.system-gallery li {width: 358px;
    border: #fff solid 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    box-shadow: 9px 13px 56px -14px rgba(0,0,0,0.75);
    margin-top: 20px;
}
.system-gallery li .name{width: 352px;background: #0009;}
.system-style.bottom_nav li a .menu-item-name{
   font-size: 12px;line-height: 20px;
}
.adv_box_index_cols{
    margin-top: 10px
} 
.no-thumbnail {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
/*
.full-bg-menu.fixed{
    position:fixed;
    top:0;
    z-index: 999999;
    width: 100%;
}*/

.clear-padding{ 
	height: 386px;
    background: #3e5299;
    margin: 0 auto;
	}
.box-adv-03 img{ width: 100%; height: 85px; border: 1px solid #cccccc; margin-bottom: 23px;}
.style1{ margin-bottom: 15px;}
.style1 h2{ line-height: 35px; border-bottom: 4px solid #0e517c; color: #fff; font-size: 14px; font-weight: 600;}
.style1 h2 a{ background-color: #0e517c; display: block; width: 31%; text-align: center; color: #ffffff;border-radius: 0 27px 0 0px;}
.style1 .big{ text-align: center; margin: 10px 0px 0px 0px; display: block;}
.style1 .big img{ display: block; width: 100%; margin: auto;}
.style1 .big p{ font-size: 20px; color: #3c3939; line-height: 45px;
    text-align: left;}

.style1  ul{ list-style: none; display: block; margin-top: 10px;}
.style1 ul li:hover{ 
    background: #cecece;
}
.style1 ul p{ 
height: 47px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 15px;
    text-align: justify;
}

.style1  ul li{ padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc;}
.style1  ul a{ display: block; color: #3c3939; overflow: hidden; font-size: 13px; line-height: 15px;}
.style1  ul a img{ float: left; width: 40%;}
.style1  ul a div{ margin-left: 42%;    margin-bottom: 0;}
.style1  ul a span{ color: #ccc;}

#sliderb_container a{ font-size: 17px !important;}

.bgr-popup{ background: url(../images/bgr-popup.png); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 999999; overflow: auto;}
.popup-content{ position: relative; width: 685px; border: 2px solid #0e517c; background: #fff url(../images/bgr-popup-content.png) no-repeat top center; margin: 5% auto;}
.popup-content .close-2{ position: absolute; top: -17px; right: -17px; z-index: 999; width: 35px; height: 35px; background: url(../images/icon-close-popup.png) no-repeat top center;}
.logo-form{ background: url(../images/logo-form.png) no-repeat; height: 204px;}
.logo-form a{ display: block; height: 65%; width: 50%;}
.popup-content h2{ font-size: 18px; text-decoration: underline; color: #0e517c; margin-left: 30px; font-weight: 600;}
.popup-content table{ width: 444px; margin: auto;}
.popup-content td{ position: relative;}
.popup-content p{ color: #0e517c; font-size: 13px;}
.popup-content input{ width: 290px; height: 30px; padding: 5px; margin: 5px 0px; font-size: 13px;}
.popup-content select{ width: 290px; height: 30px; margin: 5px 0px; font-size: 13px;}
.popup-content select option{ padding: 5px;}
.popup-content button{ padding: 5px 20px; background-color: #0e517c; color: #ffffff; font-size: 18px; font-weight: 600; border: none; margin-bottom: 15px; margin-top: 10px;}

.back_to_top {
    bottom: 33px;
}
.menuB{display: none;}

@media only screen and (max-width: 1400px){
	.rigtbanner {float: none;padding: 30px;}
	.full-bg-menu { float: right; width: 800px;}
	.sf-menu {float: left;}
}

@media only screen and (max-width: 1200px){
  .search input[name=q]{width: 196px;}
  .search input[type=submit]{width: 57px;}
  .slogan{display: none;}
  .full-bg-menu{display: none;}
/*-- Menu --*/
.menuB{display: block;}
.menuB{ 
	position: absolute;
    top: 152px;
    background-color: #294981;
    right: 0;
    z-index: 999;
    width: 100%;
}
.menuB a,
.navbar-default .navbar-nav>li>a{ color: #fff;}
.menuB .wrap{ position: relative;}

.fixedMenu{ position: fixed; top: 0px; left: 0px; width: 100%; box-shadow: 0 0 2px #333;}
.fixedMenu .search_form{ padding-top: 0px;}
.header-mid {
    margin: auto;
}
.menuB .wrap {
    position: relative;
}
input[type="button"], button {
    cursor: pointer;
    padding: 4px;
    vertical-align: middle;
}
.header-hot-link{ display:block;}
.header-hot-link li{display:inline-block;float:left; position: relative; }
.header-hot-link li i{
	position: absolute;z-index: 9;top:5px;right:-8px;
	width: 16px; height: 16px; display: none;
}
.header-hot-link li a{
    display:block;
    float:left;
    font-family: 'helvetica';
    font-weight: normal;
    font-size: 13px;
     color:#fff;
    text-transform: uppercase; 
   
}
.header-hot-link li li a{
	padding-left: 35px; padding-right: 15px
}

.header-hot-link > li.active,.header-hot-link > li:hover{
    background: none;
}
.header-hot-link > li.active > a,.header-hot-link > li:hover > a{
    color: #fda602;
}
.header-hot-link > li.active li a,.header-hot-link > li:hover li a{
    color: #fff;
}
.header-hot-link li ul,.header-hot-link li dl{
   
}
.header-hot-link li li {
    min-width: 230px;
}
.navbar-nav>li>.dropdown-menu {
    background: #294981;
}
.header-hot-link li li ul{top: 0; left: 100%;}
.header-hot-link li li:hover {
    background: #0D577A;
}
.header-hot-link li li .caret{
	 
}
.dropdown-menu {
    background-color: #294981;
}
.background-slider{ position: relative; z-index: 0;
}
.header-hot-link li li a{ line-height: 36px;width: 100%}
.navbar-default .navbar-nav.header-hot-link>li.sfHover>a, 
.navbar-default .navbar-nav.header-hot-link>li>a:hover, 
.navbar-default .navbar-nav.header-hot-link>li>a:focus{
	color: #fff;background: #2587bf;
}
 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background: #2587bf;
	color: #fff
}
.navbar-default .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
{
	color: #fff
}
.navbar-default .navbar-nav.header-hot-link>li>a:hover, 
.navbar-default .navbar-nav.header-hot-link>li>a:focus{
	
}
.navbar-default .dropdown-menu>li>a:hover,.navbar-default .dropdown-menu>li>a:focus{
	background-color: #0D577A
}
/*-- End  Menu --*/
.bannerfull {height: 205px;}
.logo {
    height: 119px;
    background: #fff;
    text-align: center;
    width: 100%;
}
.logo a img{    height: 100px !important;}
.rAdvImg{display: none}
.text-content{padding: 15px;}
.text-content img{width: 100% !important;height: auto !important;}
.index-news-hot { padding: 0 17px;}
.boxabout{height: auto;}
.box-hotel{height: auto !important;}
.boxmedia{width: 100% !important;}
.video-wrap {width: auto;}
.system_forms.s_form_news .s_detail{text-align: justify;}
.system_forms.s_form_news img{height: auto !important;}
.leftbottom {float: none; text-align: center;}
.share_fb{text-align: center;}
}