*{font-family: "Roboto",sans-serif;}
*{font-family: 'Inter', sans-serif;}
*{font-family: 'Montserrat', sans-serif;}
body{background: #FBFCFD;}
.new-modules{
	margin-bottom: 100px;
}
.heading-module h4{
    margin: 0;
    color: #0081DF;
    font-size: 27px;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
}
.btn-more{
	padding: 10px 25px;
    border-radius: 22px;
    font-weight: 500;
}
.mgb-10{
	margin-bottom: 10px;
}
.mgb-15{
	margin-bottom: 15px;
}
.mgb-20{
	margin-bottom: 20px;
}
.mgb-25{
	margin-bottom: 25px;
}
.empty_all {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.empty_all div {
    color: #0081DF;;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.show-error{
	font-size: 13px;
    font-style: italic;
    color: #0081df;
    margin-bottom: 10px;
}
.show-error.err{
	color: red;
}
.notifyjs-corner {
    font-size: 12px;
}
/*NAVIGATOR*/
header{position:relative;width:100%;background:#FBFCFD;z-index: 9999;border-bottom: 0px solid #d2d2d2;height: 65px}
#nav-menu .logo{position:relative;z-index:123;padding:0;float:left;height: 64px}
#nav-menu .logo a{color:#6DDB07;}
#nav-menu .logo a img{height: 100%}
#nav-menu{position:relative;}
#nav-menu,#nav-menu ul,#nav-menu ul li,#nav-menu ul li a,#nav-menu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#nav-menu:after,#nav-menu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#nav-menu #head-mobile{display:none}
#nav-menu{}
#nav-menu > ul{margin: 0;padding: 0;float: right;margin-right: 50px;}
#nav-menu > ul > li{float:left}
#nav-menu > ul > li > a{padding:24px 17px;font-size:15px;letter-spacing:1px;text-decoration:none;color:#000;font-weight:500;}
#nav-menu > ul > li:hover > a,#nav-menu ul li.active a{color:#000}
#nav-menu > ul > li:hover,#nav-menu ul li.active:hover,#nav-menu ul li.active,#nav-menu ul li.has-sub.active:hover{background:#fff!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#nav-menu > ul > li.has-sub > a{padding-right:30px}
#nav-menu > ul > li.has-sub > a:after{position:absolute;top:27px;right:11px;width:8px;height:2px;display:block;background:#006BCE;content:''}
#nav-menu > ul > li.has-sub > a:before{position:absolute;top:24px;right:14px;display:block;width:2px;height:8px;background:#006BCE;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#nav-menu > ul > li.has-sub:hover > a:after{;background:#fff}
#nav-menu > ul > li.has-sub:hover > a:before{background:#fff;top:23px;height:0}
#nav-menu ul ul{position:absolute;left:-9999px;padding: 0}
#nav-menu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#fff;transition:all .25s ease}
#nav-menu ul ul li:hover{}
#nav-menu li:hover > ul{left:auto}
#nav-menu li:hover > ul > li{height:35px}
#nav-menu ul ul ul{margin-left:100%;top:0}
#nav-menu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#006BCE;font-weight:400;}
#nav-menu ul ul li:last-child > a,#nav-menu ul ul li.last-item > a{border-bottom:0}
#nav-menu ul ul li:hover > a,#nav-menu ul ul li a:hover{color:#fff}
#nav-menu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#006BCE;content:''}
#nav-menu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#006BCE;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#nav-menu ul ul > li.has-sub:hover > a:after{background:#006BCE;}
#nav-menu ul ul > li.has-sub:hover > a:before{background:#006BCE;top:17px;height:0}
#nav-menu ul ul li.has-sub:hover,#nav-menu ul li.has-sub ul li.has-sub ul li:hover{background:#459dee;}
#nav-menu ul ul ul li.active a{border-left:1px solid #333}
#nav-menu > ul > li.has-sub > ul > li.active > a,#nav-menu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
#nav-menu li a.track-order{
    background: #0081DF !important;
    color: #fff !important;
    padding: 12px 11px;
    border-radius: 100px;
    margin: 13px 0 13px 20px;
}
.nav-language{
    position: absolute;
    top: 23px;
    right: 35px;
}
.nav-language>li>a{
	padding: 0;
	background: none !important;
}
.nav-language>li>a:focus, .nav-language>li>a:hover{
	background: none;
}
.nav-language>li>.dropdown-menu{
	padding: 0;
    min-width: 115px;
}
.nav-language .dropdown-menu>li>a{
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}
.nav-language .dropdown-menu>li>a img{
    position: relative;
    top: -1px;
    margin-right: 5px;
}
@media screen and (max-width:1000px){	
	#nav-menu .logo{position:absolute;top:0;left: 0;width:100%;height:54px;text-align:center;padding:0 ;float:none}
	#nav-menu .logo2{display:none}
	header .no-padding{padding: 0}
	header .container{width: 100%;}
	#nav-menu{width:100%;}
	#nav-menu{width:100%}
	#nav-menu ul{width:100%;display:none;padding: 0;    margin-right: 0;}
	#nav-menu ul li{width:100%;border-top:1px solid #444}
	#nav-menu ul li:hover{background:#363636;}
	#nav-menu > ul > li > a{padding:16px;color: #fff;}
	#nav-menu ul ul li,#nav-menu li:hover > ul > li{height:auto}
	#nav-menu ul li a,#nav-menu ul ul li a{width:100%;border-bottom:0}
	#nav-menu > ul > li{float:none;background: #333333;}
	#nav-menu ul ul li a{padding-left:25px}
	#nav-menu ul ul li{background:#333!important;}
	#nav-menu ul ul li:hover{background:#363636!important}
	#nav-menu ul ul ul li a{padding-left:35px}
	#nav-menu ul ul li a{color:#ddd;background:none}
	#nav-menu ul ul li:hover > a,#nav-menu ul ul li.active > a{color:#fff}
	#nav-menu ul ul,#nav-menu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
	#nav-menu > ul > li.has-sub > a:after,#nav-menu > ul > li.has-sub > a:before,#nav-menu ul ul > li.has-sub > a:after,#nav-menu ul ul > li.has-sub > a:before{display:none}
	#nav-menu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700;height: 54px;}
	.button{width:55px;height:46px;position:absolute;right:0;top:5px;cursor:pointer;z-index: 12399994;}
	.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #006BCE;border-bottom:3px solid #006BCE;content:''}
	.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#006BCE;content:''}
	.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#006BCE;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.button.menu-opened:before{top:23px;background:#006BCE;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	#nav-menu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
	#nav-menu .submenu-button.submenu-opened{background:#262626}
	#nav-menu ul ul .submenu-button{height:34px;width:34px}
	#nav-menu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
	#nav-menu ul ul .submenu-button:after{top:15px;right:13px}
	#nav-menu .submenu-button.submenu-opened:after{background:#fff}
	#nav-menu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
	#nav-menu ul ul .submenu-button:before{top:12px;right:16px}
	#nav-menu .submenu-button.submenu-opened:before{display:none}
	#nav-menu ul ul ul li.active a{border-left:none}
	#nav-menu > ul > li.has-sub > ul > li.active > a,#nav-menu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

	.nav-language{
        position: absolute;
	    top: 16px;
	    right: 85px;
	    z-index: 999;
	}
}


/*BANNER*/
#banner{
	background: #FBFCFD;
	min-height: 50px;
}
.banner-box{
    position: relative;
}
.banner-box .banner-title{
	position: absolute;
	color: #fff;
    margin-top: 5%;
    
}
.banner-box .banner-title h2{
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);*/
}
.banner-box .banner-title h2:nth-child(2){
	color: #FFB90C;
    margin-bottom: 0;
}
.banner-box .banner-title h2:nth-child(3){
    margin-top: 0;
	color: #0081DF;
}
.banner-box .banner-title h3{
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 12%;
    /*background: #0364c0e6;*/
    display: table;
    padding: 10px 20px;
    border-radius: 5px;
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);*/
    margin-bottom: 7%;
    min-height: 50px;
}
.banner-box .banner-title p{
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.47);*/
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    color: #000
}
.banner-box img{
	width: 100%;
}
@media screen and (max-width:1200px){
	.banner-box .banner-title h2{
	    font-size: 60px;
	    line-height: 70px;
	}
	.banner-box .banner-title h3{
	    font-size: 37px;
	    margin-bottom: 2%;
	}
	.banner-box .banner-title p{
	    font-size: 18px;
	}
}
@media screen and (max-width:992px){
	.banner-box .banner-title h2{
        font-size: 45px;
    	line-height: 55px;
	}
	.banner-box .banner-title h3{
	    font-size: 25px;
	    margin-top: 0;
	    min-height: 40px;
	}
	.banner-box .banner-title p{
        font-size: 15px;
	}
}
@media screen and (max-width:768px){
	.banner-box .banner-title {
        margin-top: 2%;
	    text-align: center;
	    position: absolute;
	    left: 0;
	    right: 0;
	}
	.banner-box .banner-title h2{
        font-size: 28px;
	    line-height: 31px;
	    margin: 8px;

	}
	.banner-box .banner-title h3{
	    font-size: 20px;
	    margin: 2% auto;
	    min-height: 20px;
	}
	.banner-box .banner-title p{
        font-size: 14px;
	}
}
/*FORM SEARCH*/
#seach-freight{
    position: relative;
    top: -120px;
    z-index: 99;
    /*padding-bottom: 100px;*/
}
#seach-freight .typeSearch{
    display: table;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
    position: relative;
    top: 1px;
    border: 1px solid #00000012;
    border-bottom: transparent;
}
#seach-freight .typeSearch .checkbox{
    display: inline-block;
}
#seach-freight .typeSearch .checkbox label {
    margin: 0;
    padding: 10px 20px;
}
#seach-freight .typeSearch .checkbox label input{
	
}
#form-freight{
	border: 1px solid #00000012;
	background: #fff;
    padding: 35px;
    border-radius: 10px;
    border-top-left-radius: 0;
    box-shadow: 0px 4px 15px -10px rgb(156 156 156 / 55%);
}
#form-freight .title-label{
	font-weight: 600;
    font-size: 15px;
}
#form-freight .title-label.no-title{
	color: transparent;
}
#form-freight .input-group-seach{
	position: relative;

}
#form-freight .input-group-seach i{
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: rgba(0, 107, 206, 0.50);
        z-index: 1;
}
#form-freight .input-group-seach input{
	border-color: rgba(0, 107, 206, 0.50);
    padding-right: 38px;
}
#form-freight .input-group-seach select{
	border-color: rgba(0, 107, 206, 0.50);
	appearance:none;
}
#form-freight button[type=submit]{
    border-radius: 50px;
}
#form-freight button[type=submit] i.icon-search{
    font-size: 13px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
#form-freight .input-group-seach input::-webkit-input-placeholder {
 	color: rgba(0, 107, 206, 0.50);
}
#form-freight .input-group-seach input:-ms-input-placeholder {
	color: rgba(0, 107, 206, 0.50);
}
#form-freight .input-group-seach input::placeholder {
	color: rgba(0, 107, 206, 0.50);
}


#form-freight .input-group-seach .select2-container .select2-selection--single{
	border-color: rgba(0, 107, 206, 0.50);
    height: 34px;
}
#form-freight .select2-selection__arrow{
	display: none;
}
#form-freight .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding: 0 12px;

}
#form-freight .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: rgba(0, 107, 206, 0.50);
}
#form-freight .select2-container--default .select2-selection--single .select2-selection__clear{
    z-index: 2;
    right: 17px;
    font-size: 16px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline: none;
    border-color: rgba(0, 107, 206, 0.50);
}
.select2-results__options::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}
.select2-results__options::-webkit-scrollbar{
    width: 4px;
    height: 10px;
    background-color: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b3b3b3;
}
.div-country{

}
.div-country img{
    width: 20px;
    margin-right: 5px;
}
.div-country span{
	
}
@media screen and (max-width:1200px){
	#seach-freight{
	    top: -100px;
	}
	#seach-freight .typeSearch{
	    display: table;
	    background: #fff;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    padding: 0 10px;
	}
	#seach-freight .typeSearch .checkbox{
	    display: inline-block;
	}
	#seach-freight .typeSearch .checkbox label {
	    margin: 0;
	    padding: 10px 20px;
	}
	#seach-freight .typeSearch .checkbox label input{
		
	}
	#form-freight{
		background: #fff;
	    padding: 35px;
	    border-radius: 10px;
	    border-top-left-radius: 0;
	    box-shadow: 0px 4px 15px -10px rgb(156 156 156 / 55%);
	}
	#form-freight .title-label{
		font-weight: 500;
	    font-size: 15px;
	}
}
@media screen and (max-width:992px){
	#seach-freight{
	    top: -100px;
	}
}
@media screen and (max-width:768px){
	#seach-freight{
	    top: 10px;
	}
	#form-freight{
		padding: 15px 20px;
	}
	#seach-freight .typeSearch .checkbox label {
	    padding: 5px 15px;
	}
	#form-freight .title-label {
	    font-size: 14px;
        margin-bottom: 0;
	}
	#form-freight .form-group{
	    margin-bottom: 8px;
	}
	#form-freight .title-label.no-title{
		display: none;
	}
}

/*SLIDER LOGO*/
.slider-logo .box-slider{
    /*background: url(../image/servlet.png);
    background-size: contain;
    background-repeat: round;
    border-radius: 14px;
    padding: 15px;*/
}
.slider-logo .box-slider .slider-1{
	border: 1px solid #ccc;
    margin-bottom: 10px;
}
.slider-logo .box-slider .slider-2{
    border: 1px solid #ccc;
}
.slider-logo .box-slider img{
	width: 100%;
}	

/*TOP 5 RANKING*/
.box-ranking{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #e5e5e5;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.box-ranking .rank-title{
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;

    display: flex;
	justify-content: center;
	align-items: center;

}
.box-ranking .rank-title img{
	max-width: 100%;
	width: 170px;
}
.box-ranking .rank-title .rank-rate{
	
}
.box-ranking .rank-title .rank-rate i{
	color: #FEC943
}
.box-ranking .rank-title .rank-score{
	
}
.box-ranking .rank-title .rank-review{
	
}
.box-ranking .rank-title label{
	margin: 0
}
.box-ranking .content{
    border: 1px solid #006BCE;
    margin: 15px;
    padding: 10px 20px;
    border-radius: 15px;
}

.box-ranking .content .choose-view{
    display: table;
    width: 100%;
    border-bottom: 1px solid #006BCE;
    margin-bottom: 15px;
}
.box-ranking .content .choose-view .radio{
    display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #006BCE;
    padding-right: 20px;
    margin-bottom: 15px;
}
.box-ranking .content .choose-view .radio label.active{
	font-weight: 500;
	color: #006BCE;
}
.box-ranking .content .choose-view .radio:last-child{
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.box-ranking .content .detail{
	margin-bottom: 20px;
}

.box-ranking .content .detail .detail-sub{
	min-height: 100px;
	position: relative;
}

.box-ranking .btn-detail-ranking{
	width: 100px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
}
.box-ranking .btn-detail-ranking i{
    margin-left: 5px;
}

.box-ranking .box-review{
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.box-ranking .box-review .review-avatar{
	width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center;
    float: left;
    border-radius: 5px;
}

.box-ranking .box-review .review-info{
	padding-left: 55px;
}
.box-ranking .box-review .review-info .review-name{
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}
.box-ranking .box-review .review-info .review-time{
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    color: #3c3c3c;
    font-style: italic;
    margin-left: 10px;
}
.box-ranking .box-review .review-info .review-score{
    margin-bottom: 10px;
}
.box-ranking .box-review .review-info .review-score i{
	color: #FEC943;
}
.box-ranking .box-review .review-info .review-content{

}
.form-review{

}
.form-review label{
    margin: 0;
    font-weight: 500;
}
.form-review textarea{
	margin-bottom: 10px;
    resize: none;
}
.form-review select{
	
}
.form-review button{
	
}
/*TAB BLOCK STYLE 1*/
.tab-block-1{

}
.tab-block-1 .img-tab-bk1{
	width: 100%;
	border-radius: 15px;
}
.tab-block-1 .box-tab-bk1 .tab-bk1-label{
    background: #E8E8E8;
    border-left: 5px solid #FFDA56;
    display: table;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}
.tab-block-1 .box-tab-bk1 .tab-bk1-head{
   	color: #0081DF;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tab-block-1 .box-tab-bk1 .tab-bk1-desc{
	color: #666C89;
    font-size: 15px;
    margin-bottom: 20px;
}
.tab-block-1 .box-tab-bk1 .tab-bk1-icon{
    width: 40px;
}
.tab-block-1 .box-tab-bk1 .tab-bk1-list{
    font-weight: 500;
    margin-left: 10px;
    display: flex;
  	align-items: center;
}
.box-tab-bk1 .bk1-clear{
	display: flex;
	align-items: center;
}
.box-tab-bk1 .bk1-clear:nth-of-type(2n+1) {
    clear: left;
}
/*TAB BLOCK STYLE 2*/
.tab-block-2{
	position: relative;
}
.tab-block-2 .tab-block-2-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-height: 300px;
    z-index: -1;
    overflow: hidden;
}
.tab-block-2 .tab-block-2-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}
.tab-bk2-contain{
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    width: 900px;
    margin: 16% auto;
    max-width: 100%;
}

.tab-bk2-contain .img-tab-bk2{
	width: 100%;
	/*border-radius: 15px;*/
}
.tab-bk2-contain .div-img-tab-bk2{
	position: absolute;
    width: 60%;
    top: 50%;
    padding: 4%;
    right: 55%;
    background: #fff;
}
.tab-bk2-contain .div-img-tab-bk2 img{
	width: 100%;
}
.tab-block-2 .box-tab-bk2 .tab-bk2-label{
    background: #E8E8E8;
    border-left: 5px solid #FFDA56;
    display: table;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}
.tab-block-2 .box-tab-bk2 .tab-bk2-head{
   	color: #1C1F35;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tab-block-2 .box-tab-bk2 .tab-bk2-desc{
	color: #666C89;
    font-size: 15px;
    margin-bottom: 20px;
}
.tab-block-2 .box-tab-bk2 .tab-bk2-icon{
    width: 40px;
}
.tab-block-2 .box-tab-bk2 .tab-bk2-list{
    font-weight: 500;
    margin-left: 10px;
    display: flex;
  	align-items: center;
}
.box-tab-bk2 .bk2-clear{
	display: flex;
	align-items: center;
}

/*TAB BLOCK STYLE 3*/
.tab-block-3{

}
.tab-block-3 .tab-bk3-label{
    background: #E8E8E8;
    border-left: 5px solid #FFDA56;
    display: table;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}
.tab-block-3 .tab-bk3-head{
    color: #0081DF;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tab-block-3 .col-sm-6:nth-of-type(2n+1) {
    clear: left;

}
.tab-block-3 .box-tab-bk3{
	display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.tab-block-3 .box-tab-bk3 img{
	width: 70px;
}
.tab-block-3 .box-tab-bk3 .tab-bk3-content{
    font-weight: 500;
    margin-left: 10px; 
    align-items: center;
    border-left: 1px solid #D8D8D8;
    padding-left: 10px;
}
.tab-block-3 .box-tab-bk3 .tab-bk3-content p{
	
}
.tab-block-3 .box-tab-bk3 .tab-bk3-content label{
	
}
.tab-block-3{
	
}

/*SPECIAL OFFERS*/
.box-special-offers{
	/*border: 1px solid black;*/
	margin-bottom: 20px;
}
.special-offers>div:nth-of-type(3n+1) {
    clear: left;
}
.box-special-offers .sp-off-head{
	background: #007ACD;
    display: table;
    width: 100%;
    color: #fff;
    padding: 15px;
}
.box-special-offers .sp-off-head a{
	color: unset;
}
.box-special-offers .sp-off-head p:nth-child(1){
	
}
.box-special-offers .sp-off-head p:nth-child(2){
    margin-bottom: 0;
    
}	
.box-special-offers .sp-off-head p>b{
	/*font-weight: 700;*/
}
.box-special-offers .sp-off-content{
	display: table;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}
.box-special-offers .sp-off-content .sp-off-item-1{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.box-special-offers .sp-off-content .sp-off-item-1 .sp-off-item-1-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.box-special-offers .sp-off-content .sp-off-item-1 .sp-off-item-1-img img{
	max-width: 40px;
}
.box-special-offers .sp-off-content .sp-off-item-2{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.box-special-offers .sp-off-content .sp-off-item-2 .sp-off-item-2-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.box-special-offers .sp-off-content .sp-off-item-2 .line-dotted{
    border-bottom: 1.5px solid #dcdcdc;
    width: 62%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.box-special-offers .sp-off-content .sp-off-item-2 .sp-off-item-2-img img{
    max-width: 35px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.box-special-offers .sp-off-content .sp-off-item-3{
    display: flex;
    align-items: center;
}
.box-special-offers .sp-off-content .sp-off-item-3>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    font-weight: 600;
    text-align: center;
}
.box-special-offers.sp-off-big .sp-off-head{
	background: #019649;
}
.box-special-offers.sp-off-small{
	font-size: 85%;
    width: 90%;
    margin: 5% auto;
}
.box-special-offers.sp-off-small img{
    max-width: 30px !important;
}
.box-special-offers.sp-off-small .sp-off-content{
	padding: 15px 5px;
}

/*NEWS IN HOME*/
.box-news-inhome{
	display: table;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
.box-news-inhome .news-ih-img{
    width: 350px;
    float: left;
    margin-right: 10px;
}
.box-news-inhome .news-ih-img img{
    width: 100%;
    border-radius: 10px;
    max-height: 250px;
    min-height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}
.box-news-inhome .news-ih-date{
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.box-news-inhome .news-ih-date img{
	width: 40px;
    max-width: 100%;
}
.box-news-inhome .news-ih-date p:nth-child(2){
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    color: #666C89;
}
.box-news-inhome .news-ih-date p:nth-child(3){
	color: #666C89;
	margin: 0;
}
.box-news-inhome .news-ih-info{
    float: left;
    width: 350px;
}
.box-news-inhome .news-ih-info .news-ih-title{
	text-decoration: none;
    font-size: 20px;
    color: #1C1F35;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.box-news-inhome .news-ih-info .news-ih-title:hover{
	color: #FFBE34;
}
.box-news-inhome .news-ih-info .news-ih-desc{
	color: #666C89;
}

/*SPECIAL OFFERS 2*/
.box-special-offers-2{
	/*background: rgb(241 247 253);*/
    /*box-shadow: 0px 0px 3px 0px #d7d7d7;*/
    border-radius: 5px;
    padding: 15px 10px 0;
    margin-bottom: 15px;

    background: #fff;
    box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.box-special-offers-2 .box-off-flex{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.box-special-offers-2 .box-off-flex .sp-off2-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    min-height: 35px;
    text-align: center;
}
.box-special-offers-2 .box-off-flex .sp-off2-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.box-special-offers-2 .box-off-flex .sp-off2-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 75px);
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}
.box-special-offers-2 .box-off-flex .sp-off2-img img {
    max-width: 35px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.box-special-offers-2 .box-off-flex .line-dotted {
    border-bottom: 1.5px solid #dcdcdc;
    width: 85%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 10px
}
.box-special-offers-2 .box-off-flex .sp-off2-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    min-height: 35px;
}
.box-special-offers-2 .box-off-flex .sp-off2-3dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    min-height: 35px;
    cursor: pointer;
}

/*PAGE - NEWS*/
.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px 0
}
.heading {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.heading h2 {
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #0081DF;
    font-size: 16px;
    display: table;
    padding-bottom: 5px;
    border-bottom: 1px solid #0081DF;
    top: 1px;
}
.ul-list-posts {
    padding: 0
}

.ul-list-posts li {
    list-style: none;
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.ul-list-posts li a.img {
    width: 100px;
    height: 65px;
    float: left
}

.ul-list-posts li a.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.ul-list-posts li .title {
    padding-left: 110px
}

.ul-list-posts li .title a {
    position: relative;
    top: -2px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    display: block;
    font-weight: 500;
}
.ul-list-posts li .title a:hover {
    color: #FFBE34;
}
.ul-list-posts li .title .desc {
    text-align: justify;
    display: block;
    font-size: 12px;
    color: #666C89;
    margin-top: 5px
}
.detail-posts-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.detail-posts-time {
    margin-bottom: 10px;
    color: #666C89;
    font-size: 13px;
    font-weight: 300;
    text-align: right
}

.detail-posts-description {
    text-align: justify
}

.detail-posts-content img {
    max-width: 100%!important
}
.box-blogs {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.box-blogs .a-img {
    width: 400px;
    display: block;
    float: left
}

.box-blogs .a-img img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: 50% 50%
}

.box-blogs .blogs-info {
    padding-left: 425px
}

.box-blogs .blogs-info a.title {
    text-decoration: none;
    color: #0081DF;
    font-size: 25px;
    display: block;
}

.box-blogs .blogs-info>span {
    color: #666C89;
    display: block;
    font-size: 14px;
    margin: 10px 0
}

.box-blogs .blogs-info>div {
    text-align: justify;
    font-size: 14px
    color: #666C89;
    font-style: italic;
}
@media (max-width: 767px) {
    .box-blogs {
        border-bottom:1px dotted #b5b5b5;
        padding-bottom: 10px
    }

    .box-blogs .a-img {
        width: 100%;
        float: unset
    }

    .box-blogs .a-img img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        object-position: 50% 50%
    }

    .box-blogs .blogs-info {
        padding: 0
    }
}
/*SCHEDULE SEARCH*/
.box-search-brandname{
    box-shadow: 0px 0px 3px #c8c8c8;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.box-search-brandname>label{
	display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.box-search-brandname-ul{
	padding: 0;
    margin: 0;
}
.box-search-brandname-ul li{
    list-style: none;
    position: relative;
    padding: 5px;
}
.box-search-brandname-ul li:nth-of-type(odd){
	background: #e5e5e5;
}
.box-search-brandname-ul li label{
    display: table;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    padding-bottom: 3px;
}
.box-search-brandname-ul li label input{
    position: relative;
    margin: 0;
    width: 17px;
    height: 17px;
    top: 4px;
    margin-right: 5px;
}
.box-filter-four{
    margin-bottom: 15px;
}
.box-filter-four .btn-group{
    width: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    overflow: hidden;
    /* border: 1px solid #dddddd; */
    box-shadow: 0px 0px 3px #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-filter-four .btn-group button{
    width: 25%;
    border-radius: 20px !important;
    outline: 0 !important;
        font-weight: 500;
}
.box-filter-four .btn-group button:hover{
	background: #6fb1ea;
}
.box-filter-four .btn-group button.active{
	background: #337ab7;
    color: #fff;
}
.box-filter-four{
	
}
.box-container-search{
	overflow: auto;
}
.box-contain-schedule{
    box-shadow: 1px 0px 2px #c8c8c8;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    min-width: 650px;
    border: 1px solid #dadada;
}
.box-schedule{	
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.box-schedule .sche-brandname{
	width: 150px;
    text-align: center;
}
.box-schedule .sche-brandname img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 5px;
}
.box-schedule .sche-brandname .sche-name{
	font-weight: bold;
}
.box-schedule .sche-schedule-info{
    width: calc(100% - 300px);
}
.box-schedule .sche-booking{
    width: 150px;
    text-align: center;
}
.box-schedule .sche-booking button{
	font-weight: 600;
    margin-bottom: 30px;
}
.box-schedule .sche-booking .view-detail-service label{
	margin: 0;
    cursor: pointer;
}
.box-schedule .sche-schedule-info{

}
.box-schedule .sche-schedule-info .sche-schedule-line-1{

}
.box-schedule .sche-schedule-info .sche-schedule-line-2{
	display: flex;
    justify-content: center;
    align-items: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-2 .sche-schedule-item-1{
    width: 30%;
    text-align: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-2 .sche-schedule-item-1 p{
	margin: 0;
}
.box-schedule .sche-schedule-info .sche-schedule-line-2 .sche-schedule-item-2{
	width: 40%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-2 .sche-schedule-item-3{
	width: 30%;
	text-align: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-2 .sche-schedule-item-3 p{
	margin: 0;
}
.box-schedule .sche-schedule-info .sche-schedule-line-3{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-1{
	width: 30%;
    text-align: center;
    font-size: 16px;
    color: #fcfb06;
}
.box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-2{
	width: 40%;
	text-align: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-3{
	width: 30%;
    text-align: center;
    font-size: 16px;
    color: #70ab44;
}
.box-schedule .sche-schedule-info .sche-schedule-line-3 .sche-schedule-item-4{
    position: absolute;
    border-bottom: 2px solid #006BCE;
    width: 70%;
    z-index: -1;
}

.box-schedule .sche-schedule-info .sche-schedule-line-4{
	display: flex;
    justify-content: center;
    align-items: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-4 .sche-schedule-item-1{
    width: 30%;
    text-align: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-4 .sche-schedule-item-1 p{
	margin: 0;
}
.box-schedule .sche-schedule-info .sche-schedule-line-4 .sche-schedule-item-2{
	width: 40%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-4 .sche-schedule-item-3{
	width: 30%;
	text-align: center;
}
.box-schedule .sche-schedule-info .sche-schedule-line-4 .sche-schedule-item-3 p{
	margin: 0;
}
.box-schedule .sche-schedule-info .sche-schedule-line-5{

}
.box-schedule-service{
	position: relative;
	min-height: 100px;
}
.box-schedule-service ul{
    display: table;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
    background: #f1f1f1;
}
.box-schedule-service ul li{
	margin: 0;
}
.box-schedule-service ul li a:hover{
	background: #d8d8d8;
}
.box-schedule-service ul li a{
    border-radius: 0;
    padding: 8px 12px;
    color: #000;
}
.box-schedule-service .tab-pane.others_info label{
	font-weight: 500;
}
.box-schedule-service .tab-pane.others_info span{
    margin-left: 10px;
}
.box-schedule-service .table-lcc{
	margin: 20px 0;
}
.box-schedule-service .table-lcc tr{
	
}
.box-schedule-service .table-lcc th{
	font-weight: 600;
    background: #dadada;
    font-size: 13px;
    text-align: center;
}
.box-schedule-service .table-lcc td{
    text-align: center;
}
.box-schedule-service .table-lcc .checking{
    position: relative;
}
.box-schedule-service .table-lcc .checking span{
	position: absolute;
	z-index: 3;
    width: 15px;
    height: 15px;
    margin: 0;
}
.box-schedule-service .table-lcc input{
    width: 15px;
    height: 15px;
    margin: 0;
}
.form-booking-confirm{
    padding: 0 30px;
}
.form-booking-confirm label{
    font-weight: 600;
    margin: 0;
}
.form-booking-confirm input{
    margin-bottom: 10px;
}
.form-booking-confirm button[type=submit]{
    font-size: 18px;
    height: 46px;
    font-weight: 500;
}
.form-booking-confirm table{
	margin-bottom: 10px;
}
.form-booking-confirm table tr{
	
}
.form-booking-confirm table tr th{
	
}
.form-booking-confirm table tr td{
    border: 0;
}
.form-send-reqest{
    width: 500px;
    max-width: 100%;
    display: table;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 2px #c8c8c8;
}
.form-send-reqest legend{
    text-align: center;
    font-size: 20px;
}
.form-send-reqest label{
    font-weight: 600;
    margin: 0;
}
.form-send-reqest input{

}
.form-send-reqest textarea{
    resize: vertical;
}
.form-send-reqest button{
	width: 150px;
    font-weight: 500;
}
/*FOOTER*/
#footer{
	background: #0081DF;
	min-height: 100px;
	color: #fff;
}
#footer .footer-logo{
	margin-bottom: 20px;
    height: 70px;
    background: #148BE2;
    display: table;
    padding: 15px 25px;
    width: 90%;
}
#footer .footer-logo img{
	height: 50px;
}
#footer .footer-description{
	margin-bottom: 20px;
}
#footer .footer-info{
  	display: table;
    width: 100%;
    margin-bottom: 15px;
}
#footer .footer-info img{
    float: left;
    width: 50px;
    position: relative;
    top: -5px;

}
#footer .footer-info label:nth-child(2){
    display: block;
        font-weight: 500;
    padding-left: 60px;
    margin: 0;
}
#footer .footer-info label:nth-child(3){
	display: block;
	font-weight: 500;
    padding-left: 60px;
    margin: 0;
}
#footer .footer-head{
    margin: 0;
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#footer .footer-list-menu{
	margin: 0;
    padding: 0;
}
#footer .footer-list-menu li{
    list-style: none;
    margin-bottom: 10px;
}
#footer .footer-list-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

#footer hr{
    margin: 10px 0;
}
#footer .copyright{
	padding-bottom: 10px;
}
#footer .copyright .a-copyright{
	color: #fff;
    text-decoration: none;
    font-weight: 600;
}
#footer .copyright-list-menu{
	margin: 0;
    padding: 0;
}
#footer .copyright-list-menu li{
    list-style: none;
    margin-right: 25px;
    float: left;
}
#footer .copyright-list-menu li:last-child{
	margin-right: 0px;
}
#footer .copyright-list-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.form-bottom input{
	background: transparent;
    border: 2px solid #fff;
    height: 40px;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
}
.form-bottom input::-webkit-input-placeholder {
 	color: rgb(255 255 255 / 71%);
}
.form-bottom input:-ms-input-placeholder {
	color: rgb(255 255 255 / 71%);
}
.form-bottom input::placeholder {
	color: rgb(255 255 255 / 71%);
}
.form-bottom button{
	background: transparent !important;
    border: 2px solid #FFB90C;
    height: 40px;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #FFB90C !important;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    outline: 0 !important;
}
.form-bottom a{
    font-size: 23px;
    color: #fff;
    margin-left: 20px;
}
/*CUSTOM PLUGIN*/
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{
    font-size: 13px;
    font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_month{
	font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_year {
    width: 50px;
    font-weight: 600;
}