@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i&subset=latin-ext,vietnamese');
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&subset=latin-ext,vietnamese");
* {
    padding: 0;
    margin: 0;
}
.roto {
    font-family: 'Roboto', sans-serif;
}
.noto {
    font-family: 'Noto Serif', serif;
}
.mt-60{
	margin-top: 60px;
}
.mb-70{
	margin-bottom: 70px;
} 
a:hover{text-decoration: none;color: #1c5599!important;}
/*----------------------CONTAINER----------------------*/

@media(max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media(min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/*----------------------HEADER-------------------------*/
header .logo-header img:first-child {
    display: block;
}
header .logo-header img:last-child {
    display: none;
}
header .logo-header {
    text-align: center;    
    margin: 10px 0 34px 0;
    display: table;
}

header .container {
    position: relative;
}
header .icon-home em,
header .icon-face span,
header .icon-face em,
header .icon-home span {
    width: 100%;
    float: left;
    text-align: center;
}
header .icon-home {
    right: 10%;
}
header .icon-face {
    right: 0;
}
header .icon-home,
header .icon-face {
    position: absolute;
    top: 20px;
}
header .icon-home a,
header .icon-face a {
    display: inline-block;
}
header .icon-home em,
header .icon-face em {
    font-size: 36px;
    color: #1c5599;
    line-height: 24px;
    margin-bottom: 5px;
}
header .icon-face span,
header .icon-home span {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

/*----------------------MENU-------------------------*/

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    animation: pulse 0.7s;
}
#main-nav {
    height: 45px;
    background: #fff;
}
.sm-simple {
    border: none;
    box-shadow: none;
}
#main-menu {
    width: 98%;
}
#main-menu li a {
    color: #16579a;
    font-size: 15px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
}
#main-menu li a.wobble-horizontal{
    text-transform: unset;
}
#main-menu li .wobble-horizontal:hover{
   background: #155899!important;
   color: #fff!important;
}
#main-menu .sub-arrow {
    display: none;
}
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
    background: none!important;
}
@media (min-width: 768px) {
    #main-menu > li {
        float: none;
        display: table-cell;
        width: 1%;
    }
}
/*FORM SEARCH*/

.search .searchbox-input {
    padding: 1px 55px 0px 20px;
}
#main-nav .container {
    position: relative;
}
.search {
    width: 25px;
    right: 0;
    position: absolute;
    height: 32px;
    top: 0;
}
.searchbox {
    right: 0;
    top: -11px;
    display: block;
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 46px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #17559a;
}
.searchbox-input:-moz-placeholder {
    color: #17559a;
}
.searchbox-input::-moz-placeholder {
    color: #17559a;
}
.searchbox-input:-ms-input-placeholder {
    color: #17559a;
}
.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: none;
}
.searchbox-open {
    width: 100%;
    border-bottom: none!important;
    background: #fff;
}
input[type=search] {
    text-align: center;
    -webkit-appearance: none;
    color: #17559a;
}

/*-----------------------------Thông tin phòng-------------------------*/
#info-phong-bieumau .text-info-phong p{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
#info-phong-bieumau .text-info-phong .uppercase{
	text-transform: uppercase;
}

#info-phong-bieumau .text-info-phong{
	/*width: 40%;*/
	float: left;
	padding: 50px 35px;
	background: url(../imgs/bg-tru-so.png) no-repeat  0 100% #1c5599;
}
#info-phong-bieumau .text-info-phong .xem-them{
	float: right;
	color: #bfd9d5;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	text-transform: uppercase;
}
#info-phong-bieumau .text-info-phong .xem-them:hover{
	float: right;
	color: #1edabb!important;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	text-transform: uppercase;
}
.text-h4
{
	color: #414141!important;
	font-size: 25px!important;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 25px;
}
#info-phong-bieumau .bieu-mau{padding-left: 45%;}
#info-phong-bieumau .bieu-mau li{
	list-style: none;
	margin-bottom: 30px;
}
#info-phong-bieumau .bieu-mau li a,.lich-cong-tac li a
{
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;

}
/*----------------------------lich cong tac - hoat dong----------------------------*/
.lich-cong-tac-hoat-dong .lich-cong-tac{
	width: 40%!important;
	float: left!important;
}
.lich-cong-tac-hoat-dong .lich-cong-tac li {
	list-style: none;
	margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lich-cong-tac-hoat-dong .hoat-dong-phong{
	padding-left: 40%;
	width: 100%;
}
.hoat-dong-phong .text-item p a{
	color: #414141;
	font-size: 17px;
	font-weight: 400;
}

.hoat-dong-phong .item .img{
	overflow: hidden;
}
.hoat-dong-phong .item .img a{display: block;}
.hoat-dong-phong .item .img img{
	width: 100%;
}
.lich-cong-tac ul li{
	background: url(../imgs/icon-calendar.png) no-repeat;
    padding: 0 30px;
}

/*----------------------res-------------------------*/
@media(max-width: 919px) {
    header .icon-face span, header .icon-home span {
        display: none;
    }
    header .icon-home,
    header .icon-face {
        position: absolute;
        top: 139px;
        right: 7%;
        z-index: 999;
    }
    header .icon-home {
        right: 14%;
    }
    .navbar-toggle {
        display: block;
        border: none;
        margin-top: 0;
    }
    #main-menu li {
        width: 100%;
        float: left;
    }
    #main-nav {
        height: auto;
    }
    #main-menu {
        margin-top: 45px;
        width: 100%;
    }
    #main-menu .sub-arrow {
        display: block;
        background: transparent;
        color: transparent;
    }
    .has-submenu.highlighted .sub-arrow:before {
        font-size: 17px;
        position: absolute;
        content: "\f106" !important;
        font-family: FontAwesome;
        font-weight: bold;
        background-color: transparent;
        left: 11px;
        color: #1c5599;
    }
    #main-menu .sub-arrow:before {
        font-size: 17px;
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        font-weight: bold;
        background-color: transparent;
        left: 11px;
        color: #1c5599;
    }
}
@media(max-width: 767px) {
	header .logo-header img:first-child {
        display: none;
    }
    header .logo-header img:last-child {
        display: block;
    }
    header .logo-header {
        margin: 10px auto 20px auto;
        overflow: hidden;
    }
    header .logo-header img{width: 100%;}
    #main-menu {
        margin-top: 15px!important;
    }
    header .icon-home,
    header .icon-face {
        top: 125px!important;
    }
    .navbar-toggle {
        padding: 9px 15px!important;
    }
    #info-phong-bieumau .text-info-phong,
    .lich-cong-tac-hoat-dong .lich-cong-tac
    {
    	width: 100%!important;
    	float: left;
    }
    #info-phong-bieumau .bieu-mau,
    .lich-cong-tac-hoat-dong .hoat-dong-phong
    {
    	width: 100%;
    	float: left;
    	padding-left: 0!important;
    }
    .lich-cong-tac-hoat-dong.mt-60{
    	margin-top: 0!important;
    }

}
@media(max-width: 530px) {
    header .icon-home i, header .icon-face i {
        font-size: 27px;
    }
    header .icon-home,
    header .icon-face {
        right: 15%!important;
        top:114px !important;
    }
    header .icon-home {
        right: 25%!important;
    }
    .lich-day-tin-tuc .text .item {
        width: 100%;
        float: left;
        padding: 0!important;
    }
    header{height: 109px;}
    .hoat-dong-phong .item{width: 100%;float: left;padding: 0!important;}
}
/*----------------------FOOTER-------------------------*/

.footer a:hover {
    color: #83bcff!important;
}
.div-50 {
    width: 100%;
    float: left;
    height: 50px;
}
.uppercase {
    text-transform: uppercase;
}
.txt-head {
    font-family: "Noto Serif", serif;
    font-weight: 400;
}
.txt-head.medium {
    font-size: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.social-icons.colored a {
    color: #fff;
}
.social-icons.blue a {
    background-color: #0077d4;
}
.drop-accordion .tab-collapsed {
    border: transparent;
    background: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.drop-accordion .panel-default {
    width: 100%;
    float: left;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-1c5599 {
    background-color: #1c5599;
}
.drop-accordion .panel-heading {
    margin-bottom: 5px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.mt-10 {
    margin-top: 10px;
}
.panel-title.right a {
    padding: 10px 50px 10px 0;
}
.panel-title a {
    display: block;
    position: relative;
    color: #6f6f6f;
}
.panel-title.right .expand-icon-wrap {
    right: 0;
    top: 8px;
    color: #fff;
}
.panel-title .expand-icon-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    color: #7a7a7a;
}
.panel-title.right .mdi {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #0077d4;
    background-color: #0077d4;
    display: block;
    font-size: 15px;
}
.panel-title .mdi.mdi-minus {
    display: none;
}
.tab-collapsed .mdi.mdi-minus {
    display: block;
}
.tab-collapsed .mdi.mdi-plus {
    display: none;
}
.panel-title .mdi {
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
.tab-collapsed .right .expand-icon-wrap {
    color: #fff;
}
.drop-accordion .panel-body {
    position: relative;
    padding: 10px 0;
    border-top: 0 !important;
}
.social-icons a {
    margin: 0 15px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #0077d4;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social-icons a:last-child {
    margin-right: 0;
}
.social-icons:not(.colored) a:hover {
    background-color: #83bcff !important;
    color: #fff !important;
}
.social-icons.dark a {
    background-color: #23252a;
    color: #fff;
}
.social-icons.blue a {
    background-color: #0077d4;
    color: #fff;
}
.social-icons.large a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.social-icons.transparent a {
    background-color: transparent;
    color: #fff;
}
.rounded a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.square a {
    -webkit-border-radius: 0%;
    border-radius: 0%;
}
.social-icons.colored a {
    color: #fff;
}
.social-icons.colored a:hover {
    opacity: 0.9;
}
.colored .social-twitter {
    background-color: #00acee;
}
.colored .social-facebook {
    background-color: #3b5998;
}
.colored .social-google-plus {
    background-color: #dd4b39;
}
.colored .social-linkedin {
    background-color: #0e76a8;
}
.colored .social-vimeo {
    background-color: #1ab7ea;
}
.colored .social-youtube {
    background-color: #c4302b;
}
.colored .social-instagram {
    background-color: #3f729b;
}
.colored .social-pinterest {
    background-color: #c8232c;
}
.colored .social-rss {
    background-color: #f26522;
}
.colored .social-dribbble {
    background-color: #ea4c89;
}
.colored .social-skype {
    background-color: #00aff0;
}
.colored .social-soundcloud {
    background-color: #ff3300;
}
.colored .social-vk {
    background-color: #45668e;
}
.colored .social-delicious {
    background-color: #3399ff;
}
.colored .social-android {
    background-color: #a4c639;
}
.colored .social-digg {
    background-color: #000000;
}
.colored .social-reddit {
    background-color: #ff4500;
}
.colored .social-dropbox {
    background-color: #007ee5;
}
.colored .social-odnoklassniki {
    background-color: #ed812b;
}
.colored .social-github {
    background-color: #4183c4;
}
.colored .social-flickr {
    background-color: #ff0084;
}
.colored .social-lastfm {
    background-color: #d51007;
}
.colored .social-email {
    background-color: #242424;
}
.social-twitter:hover {
    background-color: #fff !important;
    color: #00acee !important;
}
.social-facebook:hover {
    background-color: #fff !important;
    color: #3b5998 !important;
}
.social-google-plus:hover {
    background-color: #fff !important;
    color: #dd4b39 !important;
}
.social-youtube:hover {
    background-color: #fff !important;
    color: #c4302b !important;
}
.footer {
    color: #fff;
    background: #1c5599;
    font-size: 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #83bcff;
}
/* -----------------------------------
  * FOOTER
  * 1000 > x >691; 690>x>510; 509 
-------------------------------------- */

.footer .drop-accordion .panel-heading {
    margin-bottom: 0;
}
.footer .drop-accordion .panel-body {
    padding: 0;
}
@media (max-width: 1000px) {
    .footer .div-50 {
        height: 10px;
    }
}
@media (max-width: 1000px) and (min-width: 691px) {
    .footer .address {
        width: 65%;
        float: left;
    }
    .footer .social-icons {
        width: 35%;
        float: left;
    }
    .footer .social-icons.mt-20 {
        margin-top: 0;
    }
}
@media (max-width: 1000px) and (min-width: 870px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 100%;
    }
    .footer .f-item:nth-of-type(2) {
        width: 42%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 20%;
    }
    .footer .f-item:nth-of-type(4) {
        width: 38%;
    }
}
@media (max-width: 869px) and (min-width: 691px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 100%;
    }
    .footer .f-item:nth-of-type(2) {
        width: 35%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 25%;
    }
    .footer .f-item:nth-of-type(4) {
        width: 40%;
    }
}
@media (max-width: 690px) and (min-width: 510px) {
    .footer .f-item {
        float: left;
    }
    .footer .f-item:nth-of-type(1) {
        width: 60% !important;
    }
    .footer .f-item:nth-of-type(2) {
        width: 40%;
    }
    .footer .f-item:nth-of-type(3) {
        width: 40%;
        float: right;
        clear: both;
    }
    .footer .f-item:nth-of-type(3) .mt-10 {
        margin-top: 20px;
    }
    .footer .f-item:nth-of-type(4) {
        width: 60%;
    }
}
@media (max-width: 509px) {
    .footer .f-item {
        float: left;
        width: 100%;
    }
}
/*end footer*/