@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 992px){
.container {
    max-width: 970px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}
@media (min-width: 1440px)
.container {
    max-width: 1300px;
}
}
@media (max-width: 1280px){
	.menu_header ul li a {
		font-size: 13px;
		padding:8px 9px;
	}
	.menu_header ul li a svg{
		width: 21px;
		height: 24px
	}
}
@media (max-width: 1199px){
	.menu_header ul li a {
	    font-size: 12px;
	    padding: 8px 5px;
	}
	.menu_header ul li .iconMenu {
    	width: 17px;
    	margin-left: 3px;
	}
}
@media (max-width: 991px){
	#header .logo--mb {
    display:none;
}
	.menu_header .logo{
		display: none
	}
	.wrap_top .show_wrap_show_ .hidden-mobile{
		display: none
	}
	.account .show_wrap_show_  i {
		background:#438dc4;
		color: #fff;
		padding:10px;
		border-radius: 3px
	}
	.wrap_top .top_header .title_account p {
	    padding: 7px 10px;
	}
	.wrap_header_top .wrap_top .logo{
		display: flex;
		width: auto
	}
	.wrap_top .logo a{
		width: 90px;
	}
	.logo .humberger{
		width: 32px;
		height: 30px;
		background:transparent;
		display: block;
		margin-top: 4px;
		margin-right: 10px;
		position: relative;
	}
	.logo .humberger .sanwich{
		position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
	}
	.logo .humberger .sanwich::before,
	.logo .humberger .sanwich::after{
		content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
	}
	.logo .humberger .sanwich::before{
		margin-top: -7px;
	}
	.logo .humberger .sanwich::after{
		margin-top: 7px;
	}
	.menu_header{
		position: fixed;
	    top: 0;
	    /*background: #ededed;*/
	    left: 0;
	    width: 60%;
	    height: 100vh;
	    overflow:scroll;
	    z-index: 10;
	    transition: all .4s ease-in;
	    transform: translateX(-100%);
	    visibility: hidden;
	    border-top: 2px solid #ff8916;
	}
	.menu_header.selector_show{
		transform: translateX(0);
	    visibility: visible;
	}
	.menu_header .container{
		padding:0;
	}
	.menu_header .menu-top{
		display: flex;
		background: #fff;
		justify-content: space-between;
	}
	.wrapMobile{
		display: block;
		background: #fff;
		/*margin-bottom: 10px;*/
		padding:10px 15px;
	}
	.menu_header .menu-top .bar_user{
		display: flex;
	}
	span.show_header_menu {
    border: 1px solid #f2f3f5;
}
	.menu-top .bar_user i{
		font-size: 30px;
    /* margin-right: 14px; */
    color: #555;
    padding-top: 10px;
    padding: 0px 15px;
	}
	.menu_header .menu-top .interfaceUser{
		width: 53px;
		height: 53px;
		float: left;
		border: 2px solid #f1f1f1;
		overflow: hidden;
		display: none;
	}
	.menu_header .menu-top .interfaceUser img{
		border-radius: 100%;
		object-fit: cover;
		width: 100%
	}
	.menu_header .menu-top .login_right{
	display: none;}
	.menu-top .login_right ul{
		display: flex;
		padding-top: 10px
	}
	.menu-top .login_right ul li{
		width: auto;
	}
	
	.menu-top .login_right ul li a{
		border:none;
		padding: 5px 20px;
    	margin: 0 5px;
    	color: #fff;
	    background-color: #ff8917;
	    font-weight:300;
	    border-radius: 2px
	}
	.menu_header ul.menu_main_mo {
		background: #1a3863;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
		border-radius:0;
	}
	li .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
    width: 110%;
		border-radius:0;
}
	.menu_header ul li.callPhone {
    	padding-left: 0px;
	}
	.menu_header ul.menu_main_mo li {
		width: 100%;
		text-align: left;
	}
	.menu_header ul li a {
		 justify-content: left;
    padding: 10px 0px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    font-weight: 300;
    border: none;
    border-top: 1px solid #f1f1f1;
	}
	.dot_show_more a.dropdown-item {
    color: #ffffff;
}

	.menu_header ul li a.active {
	    background-color: #fff;
	    color: #222;
	    border-top: 1px solid #f1f1f1;
	}
	.menu_header ul li a svg {
	    width: 16px;
	    height: 20px;
	}
	.language_mobile{}
	.menu_header .language_mobile ul{}
	.menu_header .language_mobile ul li{
		width: 100%
	}
	.language_mobile ul li a{
		border:none;
		padding:5px 0;
	}
	.language_mobile ul li a span{
		margin:auto;
		margin-right: 0
	}
	.language_mobile ul li img{
		width: 26px
	}
	.mobile_show{
		display: none!important;
		background: #fff;
		padding:10px 15px;
		padding-bottom: 20px
	}
	.contact_mobile ul{
		display: block;
	}
	.contact_mobile ul li{
		width: 100%!important
	}
	.contact_mobile ul li a{
		/*justify-content: left*/
	}
	.gooplay{
		background: none;
		text-align: center;
	}



#header .logo--mb img {
    width: 190px;
    object-fit: cover;
}
	

.info-phone span._tele-phone a i.fa {
    font-size: 22px;
}
	
	.info-phone span._tele-phone b {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
}
	.info-phone span.time > span {
    color: #fff;
}
	
	.contact_mobile , .language_mobile , .gooplay{
    display: none;
}
	
.menu_header ul.menu_main_mo li:last-child {
    width: 100%;
    /*margin-left: -10px;*/
}
.bottom-menu-mobile{
	background-color: #1a3863;
}
.link-share {
	    margin-left: 32px;
	}
.link-share img {
	    width: 30px !important;
	}
#header .logo--mb img {
		width: 130px;
		object-fit: cover;
	}
	.wrap_top .top_header .show_wrap_show_ {
		color: #438dc4;
		display: none;
		font-size: 16px;
	}

	/**/
	.menu_header .container{
		display: inherit;
	}
	.wrap_header_top {
		display: block;
		background: #1a3863;
	}

	/**/
	
.banner_main__content {
    bottom: -100%;
}
}
@media (max-width: 767px){
	.menu_header .menu-top .interfaceUser {
		width: 42px;
		height: 42px
	}
	.menu-top .bar_user i {
		padding-top: 4px
	}
	.menu-top .login_right ul {
	    padding-top: 5px;
	}
	
	
}
@media (max-width: 575px){
	.menu-top .login_right ul li a {
    	padding: 5px;
    	font-size:12px;
	}
	
	.boxCatting {
    background: #fff;
    /*margin-top: 202px;*/
    padding: 55px 0 40px 0;
	}
	main .img_slider {
     height: 250px;
    
}
	.banner_main__content {
    bottom: -202px;
}
	#header {
    
    position: fixed;
		width:100%;
		top:0;
		left:0;
}
	main{
		margin-top:71px;
	}
	.wrapMainRight {
  
    right: -100%;

}
	/*.wrapMainRight.active {
  
    right: 0;

}*/
	.wrap_header_top {
   
     border-bottom: none;

}
.info-phone  img{
	width: 18px;
    margin-right: 4px;
}
.trip-idea{
	display:block;
}
.mail {
	width: 77%;
    display: block;
    color: white;
    float: right;
}
}

@media (max-width: 350px){
.info-phone span._tele-phone b {
    font-size: 14px;
	}
.info-phone span.time > span {
    font-size:10px;
	}
}


























