@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: 'utm_helvetinsregular';
    src: url('../font/utm_helvetins/utm_helvetins.woff2') format('woff2'),
         url('../font/utm_helvetins/utm_helvetins.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5;
	color: #000;
	background: #ffffff!important;
	font-weight: 500;
}
.container{position: relative;max-width: 1200px;}
header{position: relative;z-index: 101;background: #F6F6F9;}
header .top-header{background-color: #11864b;overflow: hidden;color: #fff;}
header .top-header .col-md-8{position: relative;}
header .top-header .col-md-8:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 2000px;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
header .top-header .col-md-8:after {
  content: "";
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 33px;
  border-color: #11864b #11864b transparent transparent;
  bottom: 0;
  top: -1px;
  background-color: #fff;
  transition: all 0.3s;
}
header .name{
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #82CAFA;
    margin-bottom: 8px;
    font-family: system-ui;
    text-align: center;
    margin-top: 10px;
    text-shadow: 1px 1px 2px #000;
}
header .slogan{
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	font-style: italic;
	font-family: serif;
}
header .logo_header img{max-height: 90px;margin: auto;}
.box_search{
    overflow: hidden;
    vertical-align: middle;
    right: 0px;
    z-index: 100;
    position: relative;
    width: 100%;
    border-radius: 5px;
    margin: 7px 0px;
    max-width: calc(100% - 50px);
}
.box_search input[type="text"]{
    font-weight: normal;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 32px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    border-left: solid 1px #E0E0E0;
    border-radius: 0px 4px 4px 0px;
}
.box_search input[type="text"]:focus, .box_search .input_search select:focus { box-shadow: none; outline: none; }
.box_search input[type="button"]{
    width: 40px;
    border:none;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/ic_search.png) no-repeat center;
    color: #fff;
    text-transform: uppercase;
}
header .hotline{
    color: #F26000;
    font-weight: 500;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 5px;
}
header .hotline b{color:#e70505;font-size: 20px;}
header .hotline p{margin: 0px;line-height: 15px;font-size: 15px;color: #004aad;}
header .hotline i{font-size: 18px}
.relative{position: relative;}
#mainMenu{background: #82CAFA;position: relative;}
.menuMain{margin: 0px;padding: 0px;}
.menuMain li{margin: 0px;list-style: none;display: inline-block;position: relative;}
.menuMain li a{color: #000;font-size: 16px;padding: 12px 18px;display: block;font-weight: 500;text-transform: uppercase;transition: all 0.5s ease;}
.menuMain li a:before, .menuMain li a:after{content: '';width: 30px;height: 100%;position: absolute;top: 0px;transition: all 1s ease;opacity: 0;left: 0;right: 0;}
.menuMain li a:hover, .menuMain li a.active{color: #f00;font-weight: bold;}
.menuMain li ul{position:absolute;padding: 0px;width: 250px;background: #056746;display: none;z-index: 1001;}
.menuMain li:hover > ul{display:block;}
.menuMain li ul li{display: block;border-bottom: solid 1px #e2e2e2;}
.menuMain li ul li:last-child{border: none;}
.menuMain li ul li a{padding: 7px 10px;color: #fff;font-weight: 500;text-transform: none;font-size: 14px;}
.menuMain li ul li a:hover{/* color: #000; */}
.menuMain li ul li ul{left: 100%;top: 0px;}
.slider img{width: 100%;}
.about{padding: 50px 0px;}
.about .title{font-size: 20px;padding-top: 15px;line-height: 1.2;margin-bottom: 30px;position: relative;text-transform: uppercase;}
.about .title p{font-size: 35px;color: #007ed3;font-family: utm_helvetinsregular;}
.about .title:after{content:'';border-top: solid 2px #000;width: 150px;position: absolute;bottom: -15px;}
.about .container{padding: 20px;background: rgba(255, 255, 255, 0.7);}
.about .views{display: inline-block;margin-left: 40px;color: #fff;background: #82CAFA;padding: 9px 30px;position: relative;transition: all 0.5s ease;border-radius: 22px;}
.about .views:hover{background:#f00;}
.formBooking{background: url(../images/xe4.jpg) no-repeat;background-size: cover;}
#frm_booking{background-color: #fff;border-radius: 5px;-webkit-box-shadow: 0 0 30px 0 rgba(24, 59, 86, .2);-moz-box-shadow: 0 0 30px 0 rgba(24, 59, 86, .2);box-shadow: 0 0 30px 0 rgba(24, 59, 86, .2);position: relative;z-index: 1001;}
#frm_booking .form-left{position:relative;text-align: center;}
#frm_booking .form-left:after{content:'';width: 50%;height: 100%;background-color: #eaac03;top: 0;left: 15px;position: absolute;z-index: -1;}
#frm_booking .title{font-weight: bold;font-size: 20px;margin-bottom: 25px;color: #000;position: relative;padding-bottom: 10px;}
#frm_booking .title:after{content:'';width: 80px;height: 2px;background-color: #007927;left: 0;bottom: 0;position: absolute;}
#frm_booking .form-group{position: relative;}
#frm_booking .form-control{background: none;height: 45px;padding-left: 50px;font-size: 13px;}
#frm_booking i{position: absolute;bottom: 0px;font-size: 15px;height: 45px;line-height: 45px;width: 40px;text-align: center;}
.red{color: #f00808;}
.orange{ color:#fe6d03;}
.gay{color:#7c7c7c;}
.green{color: #1790d2;}
#frm_booking .btn_submit{background: #82CAFA;display: block;width: 100%;border-radius: 5px;color: #fff;text-transform: uppercase;transition: all 0.5s ease;height: 40px;font-size: 16px;}
#frm_booking .btn_submit:hover{background: #fe6d03;}
.why{padding: 40px 0px;}
.why .title{color: #000;margin-bottom: 20px;border-bottom: 2px solid #ececec;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.why .item .name{font-weight: bold;color: #000;font-size: 18px;margin-bottom: 5px;}
.why .item .info{color:#777;}
.item_why{position: relative;text-align: center;background: url(../images/bg_why.png);border: solid 1px #2458a1;border-radius: 8px;padding: 15px;}
.item_why .images{position: relative;margin-top: -55px;}
.item_why h3{color:#2458a1;text-transform: uppercase;font-size: 20px;font-weight: bold;margin-top: 20px;}
.viewsALl{color: #056746;display: inline-block;margin-top: 20px;background: #fff;padding: 10px 20px;transition: all 0.5s ease;width: 100%;max-width: 230px;position: relative;border: solid 2px #056746;text-transform: uppercase;border-radius: 5px;}
.viewsALl:hover{color: #ff0;background: #056746;}
.viewsALl:before, .viewsALl:after{content: '';position: absolute;width: 60px;height: 1px;background: #056746;top: 50%;}
.viewsALl:before{left: calc(50% + 135px);}
.viewsALl:after{right: calc(50% + 135px);}
.groupProduct:last-child .container{border: none;}
.title_index{font-size: 30px;position: relative;color: #007ed3;margin-bottom: 30px;text-align: center;padding: 10px;text-transform: uppercase;}
.title_index p{font-size: 18px;color: #000;margin-bottom: 5px;}
.description{text-align: center;}
.grbrand .title{font-weight: bold;font-size: 18px;margin-bottom: 10px;color: #232323;}
.groupCombo:nth-child(2n){background: #F6F6F9;}
.item_product1{margin-bottom: 20px;text-align: center;padding-bottom: 15px;border-radius: 5px;overflow: hidden;background: #fff;}
.item_product1 i.fa-star{color: #007ed3;}
.item_product1 .images{position: relative;border-radius: 5px;overflow: hidden;}
.item_product1 .name{color: #000000;font-size: 16px;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;margin-top: 10px;text-align: center;}
.item_product1 .name:hover{color: #ff0000;}
.item_product1 a.hotline{color: #fff;display: inline-block;text-align: left;line-height: 40px;border-radius: 5px;transition: all 0.5s ease;font-size: 15px;background: #007ed3;padding: 0px 10px;}
.item_product1 a.hotline:hover{background:#82CAFA; color:#000;}
.item_product1 .detail{margin: 0px;line-height: 16px;height: 40px;line-height: 38px;border: 1px solid #ccc;border-radius: 5px;padding: 0 16px;display: inline-block;color: #666;transition: all 0.2s ease-in-out 0s;}
.item_product1 .detail:hover{color: #fff;background: #82CAFA;border-color: #82CAFA;}
.item_product{margin-bottom: 20px;position: relative;color: #fff;}
.item_product:after{content: '';width: 80%;height: 110%;position: absolute;right: 0px;top: -5%;background: #004AAD url(../images/bg_product.png) repeat left center;z-index: -1;border-radius: 5px;}
.item_product .images{position: relative;}
.item_product .name{color: #fff;font-size: 16px;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;margin: 10px 0px;margin-top: 20px;text-transform: uppercase;font-weight: 700;}
.item_product .name:hover{color: #ff0;}
.item_product .detail{background: url(../images/bg_btn_red.png) no-repeat center;line-height: 50px;background-size: 100%;text-align: center;color: #000;}
.item_product .detail a{color: #fff;}
.item_product .detail a:hover{color:#ff0;}
.groupService{padding: 20px; background:#f0f4f7; margin-top: 30px; border-radius: 5px;}
.groupService .title{font-weight: 600;border-bottom: solid 4px #fec909;margin-bottom: 20px;font-size: 24px;padding-bottom: 10px;}
.groupService .itemService{background:#fff;padding: 15px;border-radius: 5px;}
.groupService .itemService h3{font-weight: 600;font-size: 15px;color: #000;}
.groupService .itemService .views{display: inline-block;background: #232323;color: #fff;font-size: 13px;padding: 5px 15px;border-radius: 5px;transition: all 0.5s ease;}
.groupService .itemService .views:hover{background: #054c99;}
.groupProject{padding: 40px 0px;}
.itemProject{padding: 0px 0px;}
.itemProject img{width: 100%;}
.itemProject .name{padding: 0px 0px;position: relative;padding-right: 80px;}
.itemProject .name h3{padding: 0px 0px;font-size: 15px;font-weight: 500;color: #000;}
.itemProject a.views{padding: 5px 20px;background: #ffc90d;color: #000;font-weight: 500;display: inline-block;border-radius: 5px;font-size: 13px;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);transition: all 0.5s ease;}
.itemProject a.views:hover{background:#f57224;}
.groupGuide{padding: 40px 0px;background: #f0f4f7;}
.itemHD{margin-bottom:20px;}
.itemHD .images{position: relative;}
.itemHD .date{font-size: 13px;line-height: 30px;font-style: italic;color: #676666;padding-bottom: 10px;}
.itemHD .name{color: #000;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;font-size: 20px;text-transform: uppercase;font-weight: 700;margin: 10px 0px;}
.itemHD p{margin-bottom: 0px;color: #4d4d4d;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;}
.register{background: #f5f5f5;border: 2px solid #5fbd4b;border-radius: 8px;padding: 20px;max-width: 500px;margin: auto;margin-top: 50px;}
.register .title1{font-size: 24px;color:#61c73f;margin-bottom: 10px;}
.register b{position: absolute;top: 20px;left: 5px;}
.register .form-control{background: rgba(255,255,255,0.7);border-radius: 3px;margin-top: 7px;height: 40px;padding-left: 30px;}
.register .btn{font-weight: bold;background-image: linear-gradient(90deg, #61c73f, #29b94c);border-radius: 24px;}
.parthner{padding: 30px 0px;}
.parthner .title{font-family: utm_helvetinsregular; font-size: 30px; color:#004aad}
.tags{background:rgb(238, 238, 238);}
.tags .head{font-weight: bold; font-size: 18px;}
.tags .tag{display: inline-block;background:rgb(255, 255, 255);padding: 5px 10px;margin-left: 7px;font-weight: bold;}
footer{padding: 30px 0px;color: #000;background: #82CAFA;}
.copyright{background: #2d8dcd;color:#fff;line-height: 40px;padding: 5px 0px;}
.copyright a{color:#ff0;}
footer .title_ft{position:relative;color: #000;font-size: 15px;padding-bottom: 5px;text-transform: uppercase;margin-bottom: 20px;}
footer .title_ft:after{background: #000;content: '';width: 30px;height: 1px;position: absolute;left: 0px;bottom: 0px;}
footer .name{font-size: 15px;margin-bottom: 20px;}
footer .name span{font-size: 30px;font-family: utm_helvetinsregular;text-transform: uppercase;display: block;}
footer .thongke b{width: 120px;display: inline-block;}
.newletter{position: relative;margin-bottom: 30px;}
.newletter .form-control{background: #82CAFA;color: #000;border-color: #2483c3;height: 45px;border-radius: 5px;}
.newletter .btn_send{background: #000;color:#fff;position: absolute;height: 45px;right: 0px;top: 0px;}
.newletter .form-control::placeholder{color:#000;}
footer ul{padding: 0px;}
footer ul li{display: block;list-style: none;}
footer ul a{display: inline-block;color: #fff;padding: 2px 0px;}
footer ul a:hover{color:#ff0;}
footer .box_icon li{display: inline-block; margin-right: 5px;}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none}
.pagination li{margin: 0px 2px;}
.page-link{position:relative;display:block;text-decoration:none;background-color:#fff;border:1px solid #e0e0e0}
@media(prefers-reduced-motion:reduce){.page-link{-webkit-transition:none;transition:none}}
.page-link:hover{z-index:2;background-color:#eee;border-color:#e0e0e0}
.page-link:focus{z-index:3;color:#0e52c1;background-color:#eee;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(18,102,241,.25);box-shadow:0 0 0 .25rem rgba(18,102,241,.25)}
.page-item:not(:first-child) .page-link{margin-left:-1px}
.page-item.active .page-link{z-index:3;color:#fff;border-color: #f57224;}
.page-item.disabled .page-link{color:#757575;pointer-events:none;background-color:#fff;border-color:#e0e0e0}
.page-link{padding:.375rem .75rem;}
#main img{max-width: 100%;height: auto !important;}
.contentProduct{border: solid 1px #ddd; border-radius: 5px;}
.contentSeo{padding: 10px;padding-bottom: 40px;position: relative;margin-bottom: 30px;background: #fff;border-radius: 8px;max-height: 600px;overflow: hidden;overflow-y: auto;}
.contentSeo::-webkit-scrollbar{width:3px;max-height:5px}
.contentSeo::-webkit-scrollbar-track{background:#f0f4f7}
.contentSeo::-webkit-scrollbar-thumb{background:gray;max-height:5px}
.contentSeo::-webkit-scrollbar-thumb:hover{background:#716f6f}
.breadcrumb{padding: 0px;margin-top: 15px;}
.breadcrumb li{list-style: none;display: inline-block;color: #8d9293;font-size: 13px;padding: 0px 15px;}
.breadcrumb li:first-child{padding-left: 0px;}
.breadcrumb li a{display: block;position: relative;color: #056746;}
.breadcrumb li:first-child a{padding-left: 0px;}
.breadcrumb li .active{color: #000;}
.breadcrumb li a:before{content: '/';position: absolute;right: -20px;width: 6px;height: 100%;}
.container_left .content{margin-bottom: 20px;/* background: #fff; */border: solid 1px #ddd;}
.container_left .content .listProduct{border:none;box-shadow: none;background: no-repeat;padding: 0px;list-style: none;margin: 0px;}
.container_left .content .listProduct li{border-bottom: solid 1px #ddd;position: relative;}
.container_left .content .listProduct li:before{content:'';background: url(../images/dot.png) no-repeat center;width: 8px;height: 8px;position: absolute;bottom: -4px;left: 10px;}
.container_left .content .listProduct li a{display: block;padding: 10px;text-transform: uppercase;color: #333;padding-left: 50px;font-size: 15px;}
.container_left .content .listProduct li span{position: absolute;right: 10px;top: 17px;}
.container_left .content .listProduct li:last-child{border: none;}
.container_left .content .listProduct li:last-child:before{display: none;}
.container_left .title{font-size: 16px;margin-bottom: 10px;margin-top: 0;position: relative;text-transform: uppercase;background: #00897B;color: #fff;line-height: 40px;padding: 0px 10px;text-align: center;}
.container_left .btn_send{width: 100%;background: #ef0202;color: #fff;font-size: 15px;padding: 8px 37px;border-radius: 0px;}
.container_left .formLeft .form-control{border-radius: 0px;min-height: 40px;}
.container_left .support .item{margin-bottom: 10px;}
.container_left .support .item p{margin-bottom: 0px;color: #000;font-weight: bold;font-size: 15px;}
.container_left .support .item a{color:#d50000;font-family: utm_helvetinsregular;font-size: 24px;}
.title_all{border-bottom: 3px solid #056746;text-transform: uppercase;margin-bottom: 20px;font-family: utm_helvetinsregular;font-size: 30px;color: #056746;}
.productPage .description{color: #8d9293;margin: 20px 0px;}
.btn-buy{background:#cfdbe2;display: block;font-weight: bold;font-size: 15px;color: #000;margin-top: 30px;}
.btn-pay{background:#fec909;display: block;margin-top: 10px;width: 100%;font-weight: bold;font-size: 15px;}
/* css grid */
.grid_container{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid_container1{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
}
.grid_container2{
	display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0px;
}
#metu .mmt-container {
    z-index: 1001 !important;
}
.columns-md-1{grid-column-end: span 1;}
.columns-md-2{grid-column-end: span 2;}
.columns-md-3{grid-column-end: span 3;}
.columns-md-4{grid-column-end: span 4;}
.columns-md-5{grid-column-end: span 5;}
.columns-md-6{grid-column-end: span 6;}
.columns-md-7{grid-column-end: span 7;}
.columns-md-8{grid-column-end: span 8;}
.columns-md-9{grid-column-end: span 9;}
.columns-md-10{grid-column-end: span 10;}
.columns-md-11{grid-column-end: span 11;}
.columns-md-12{grid-column-end: span 12;}
/* end css grid */
.snipping{background: #22b884; color: #fff; font-weight: 500; font-size: 13px; padding: 5px 15px; position: fixed; bottom: 0px; right: 0px; z-index: 10001; display: none; max-width: 100%;}
.btn_plus {height: 35px;width: 35px;display: inline-block;color: #000;text-align: center;padding: 0px;background: #fff;box-shadow: none;border: solid 1px #ddd;border-left: 0px;font-size: 17px;border-radius: 0px;}
.btn_minius {height: 35px;width: 35px;display: inline-block;color: #000;text-align: center;padding: 0px;background: #fff;box-shadow: none;border: solid 1px #ddd;font-size: 17px;border-radius: 0px;border-right: 0px;}
.quantity{height: 35px;border: solid 1px #ddd;text-align: center;max-width: 60px;margin: 0px -3px;}
.group_popub{
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.group_popub .layer{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
.group_popub .content{
    position: relative;
    max-width: 600px;
    margin: auto;
    top: 50%;
    transform: translate(0%, -50%);
    background: #fff;
}
.group_popub .content .close{
    background: #000;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
    padding: 2px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 18px;
    height: 20px;
    text-align: center;
}
.group_popub .grid_left{
    grid-column-end: span 5;
    padding: 15px;
}
.group_popub .grid_left .price{
    position: relative;
    margin-top: 10px;
}
.group_popub .grid_left .price span{
	display: inline-block;
	padding-left: 5px;
	color: #f0592a;
}
.group_popub .grid_left .price span.priceny{text-decoration: line-through;color: #434343;}
.group_popub .grid_left .price .discount{
    display: inline-block;
    background: url(../images/discount_detail.gif) no-repeat left center;
    color: #fff;
    padding: 5px 8px;
    margin-left: 20px;
}
.group_popub .grid_left .hotline a{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #d8291d;
}
.group_popub .grid_right{
    grid-column-end: span 7;
    padding: 10px 30px;
    background: #fdc809;
}
.group_popub .grid_right .title{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.group_popub .grid_right .product_code{color: #fff; background: #f0592a; display: inline-block; padding: 0px 10px; font-size: 13px;}
.group_popub .grid_right .name{font-weight: 500; margin: 5px 0px;}
.group_popub .grid_right .desc{
    margin-bottom: 20px;
    font-size: 12px;
}
.group_popub .grid_right .desc a{font-weight: 600;}
.group_popub .grid_right select{font-size: 13px;}
.group_popub .grid_right input{
    border-bottom: none;
    box-shadow: none;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.group_popub .grid_right .btn_send{
    width: 100%;
    text-transform: uppercase;
    background: #212221;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    border-radius: 5px;
}
.registerForm .title{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1rem;
    color: #249d44;
    margin-bottom: 10px;
}
.registerForm .infoLogin .title{
    background: #f3f3f3;
}
.error{color: #f00; font-size: 12px; margin: 10px 0px;}
.image_avatar{max-width: 120px;}
.registerForm .infoUser{max-width: 600px;border-left: solid 1px #ddd;padding-left: 20px;font-weight: 500;}
#nav_left{
    background: #fff;
}
#nav_left ul{padding: 0px;list-style: none;border: solid 1px #ddd;}
#nav_left ul li{
    padding: 10px 20px;
    border-bottom: solid 1px #ddd;
}
#nav_left ul li:last-child{border: none;}
#nav_left ul li a{display: block;color: #000;}
#nav_left ul li a:hover{color: #f00;}
#nav_left ul li a i{color: #f00;}
.button-blue{background:#02528e; color: #fff; font-size: 16px; font-weight: bold;}
.button-blue:hover{color: #ff0;}
.title_buy{ color: #249d44; font-weight: bold; font-size: 18px; margin-bottom: 15px;}
.item-title a {color: #333; font-size: 14px;}
.product-item {
    border: 1px solid #009355;
    border-radius: 4px;
}

.product-item .col-media {border-right: solid 1px #ddd; padding: 20px;}
.product-item .col-detail{padding: 20px;color: #8e8e8e;font-weight: normal;}
.product-item .col-detail .item-title .brand-name{
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    color: #000;
}
.product-item .col-detail .detail{
    font-size: .85rem;
    color: #8e8e8e;
    font-weight: normal;
}
.product-item .col-price .price-m-all{
    color: #8e8e8e;
    font-weight: normal;
    margin: 0px;
}
@media (max-width: 1025px){
	.menuMain li a{padding: 10px 10px;font-size: 14px;}
	header .hotline{display: none;}
}
@media (max-width: 960px){
	header .name{font-size: 18px;}
	header .slogan{font-size: 15px;}
}
.logo_header.hidden-md img{position: relative; top: 0px;}
@media (max-width: 768px){
	/* css grid */
	.columns-sm-1{grid-column-end: span 1;}
	.columns-sm-2{grid-column-end: span 2;}
	.columns-sm-3{grid-column-end: span 3;}
	.columns-sm-4{grid-column-end: span 4;}
	.columns-sm-5{grid-column-end: span 5;}
	.columns-sm-6{grid-column-end: span 6;}
	.columns-sm-7{grid-column-end: span 7;}
	.columns-sm-8{grid-column-end: span 8;}
	.columns-sm-9{grid-column-end: span 9;}
	.columns-sm-10{grid-column-end: span 10;}
	.columns-sm-11{grid-column-end: span 11;}
	.columns-sm-12{grid-column-end: span 12;}
	/* end css grid */
	.grid_container1{
		grid-template-columns: repeat(12, 1fr);
	}
	.title_index ul{display:none;}
	.ic-menu-bar{position: absolute;bottom: 25px;right: 10px;z-index: 101;}
    .ic-menu-bar .bar1, .ic-menu-bar .bar2, .ic-menu-bar .bar3{width: 30px;height: 3px;background-color: #056746;margin: 6px 0;transition: .4s;cursor: pointer;}
	nav#menu{position: fixed;z-index: 1001;width: 300px;background: #fff;height: 100%;top: 0px;left: -100%;transition: all 0.5s ease;padding: 10px;padding-top: 30px;}
    nav#menu .close{position: absolute;width: 30px;height: 30px;right: 10px;top: 5px;z-index: 101;}
    nav#menu .close:after{content: '';background-color: #3d4d65;position: absolute;right: 0px;bottom: 3px;width: 24px;height: 2px;-webkit-transform: rotate(45deg) translate(-7px,-7px);transform: rotate(45deg) translate(-7px,-7px);}
    nav#menu .close:before{content: '';-webkit-transform: rotate(-45deg) translate(-6px,6px);transform: rotate(-45deg) translate(-6px,6px);background-color: #3d4d65;position: absolute;right: 0px;top: 7px;width: 24px;height: 2px;}
    nav#menu ul{overflow-y: auto;max-height: calc(100% - 55px);height: 100%;padding: 0px;}
    nav#menu ul::-webkit-scrollbar {
      width: 6px;
    }

    /* Track */
    nav#menu ul::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    /* Handle */
    nav#menu ul::-webkit-scrollbar-thumb {
      background: #afafaf;
    }
    /* Handle on hover */
    nav#menu ul::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
    nav#menu ul li{display: block;border-top: solid 1px #ddd;position: relative;}
    nav#menu ul li a{padding: 11px 10px;color: #353535;display: block;font-weight: 600;}
    nav#menu .btn{margin: 10px;}
    nav#menu ul li.menu_mobile a{width: calc(50% - 4px);display: inline-block;box-sizing: border-box;text-align: center;}
    nav#menu ul li.menu_mobile a:first-child{border-right: solid 1px #ddd;}
    nav#menu ul ul{position: relative;opacity: 1;-webkit-transform: translate(0, 0px);transform: translate(0, 0px);padding-left: 10px;display: none;transition: auto;}
    nav#menu ul ul:before, nav#menu ul ul:after{display: none;}
    nav#menu ul ul li:last-child{border: none;}
    nav#menu ul ul ul{position: relative;opacity: 1;left: 0px;}
    nav#menu ul li .sub_menu1, nav#menu ul li .sub_menu{
        position: absolute;
        top: 12px;
        right: 4px;
        width: 20px;
        height: 20px;
        background: url(../images/icon-desktop.png) no-repeat center;
        background-position: -34px -44px;
        background-size: 601%;
        opacity: .6;
        cursor: pointer;
        border: solid 1px #ddd;
    }
	header .top-header, header .hotline{display: none;}
}
@media (max-width: 600px){
	/* css grid */
	.columns-xs-1{grid-column-end: span 1;}
	.columns-xs-2{grid-column-end: span 2;}
	.columns-xs-3{grid-column-end: span 3;}
	.columns-xs-4{grid-column-end: span 4;}
	.columns-xs-5{grid-column-end: span 5;}
	.columns-xs-6{grid-column-end: span 6;}
	.columns-xs-7{grid-column-end: span 7;}
	.columns-xs-8{grid-column-end: span 8;}
	.columns-xs-9{grid-column-end: span 9;}
	.columns-xs-10{grid-column-end: span 10;}
	.columns-xs-11{grid-column-end: span 11;}
	.columns-xs-12{grid-column-end: span 12;}
	/* end css grid */
	.about .title, .about .content{padding-left: 0px;}
	.about .views{margin-left: 0px;}
	.title_index{font-size: 24px;}
	#frm_booking{margin: 20px 0px;}
		.about{background: #fff;}
}
@media (max-width: 480px){
}
@media (max-width: 420px){
	
}
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("https://i.stack.imgur.com/MnyxU.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.rebPink{color: rgb(208, 1, 27);background: rgb(208 1 27 / 12%);padding: 2px 10px;}
.map_canvas iframe{width: 100% !important; height: 300px !important;}