/*
Theme Name: BDS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/* ==========================
   CSS cho Mihub Features
========================== */
.mihub-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin: 30px 0;
}

.mihub-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border-right: 2px solid #eee; /* border-right tĩnh */
  transition: all 0.3s;
}

.mihub-feature-item:last-child {
  border-right: none;
}

.mihub-feature-icon {
  width: 50px;
  height: 50px;
  border: 2px solid orange;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: orange;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s; /* hover sẽ đổi background + border */
}

/* Hover: tô đậm toàn bộ vòng tròn + đổi màu icon */
.mihub-feature-item:hover .mihub-feature-icon {
  background-color: orange; /* tô nền đậm */
  border-color: darkorange; /* border đậm hơn */
  color: #fff; /* icon màu trắng nổi bật */
}

.mihub-feature-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.mihub-feature-text p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .mihub-features {
    grid-template-columns: 1fr;
  }
  .mihub-feature-item {
    border-right: none; /* bỏ border trên mobile */
    padding: 0;
  }
}
/* active tabs */
.woocommerce-tabs ul li.active a {
Background-color: #0264af;
	Color: white !important;
}
/* inactive tabs */
.woocommerce-tabs ul li a {
Background-color: #0264af;
	Color: white !important;
}
  /* active tabs text */

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #0264af;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #0264af;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
}
.ktraTaiNguyen{
	display: none
}
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap');
.error-message{
    color: red;
    background-color: #f1f1f1;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    margin-left: 110px;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: -14px;
}
.portfolio-details{
    width: 100%;
    display: flex;
}
.portfolio-details div:nth-child(2){
    display: none;
}
.tlp-portfolio-container .tlp-portfolio-detail-wrap:not(.description-section) {
    display: none;
}

.kgst-inc{
	width: 75%;
	margin: auto;
}
.dkkglv-inc p>p {
    font-weight: 300;
}
.kgst-inc >h2>span{
	font-weight: 700;
	font-size: 40px !important;
	line-height: 37px;
	text-align: center;
	color: #2776B9 !important;
    font-family: 'Rowdies', cursive;
}
.ibox-txt-inc >a>span{
	font-weight: 700;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	color: #2776B9 !important;
/*    font-family: 'Rowdies', cursive;*/
}
.btt-dk-inc{
	background: #60AE4E;
	margin: auto;
	font-size: 24px;
	padding: 8px 40px;
	border-radius: 10px;
	width: fit-content;
	transition: 0.3s;
}
.btt-dk-inc:hover{
	background: #2776B9;
	cursor: pointer;
}
.txt-title-inc{
	font-size: 40px;
	font-weight: 700;
	line-height: 37px;
    font-family: 'Rowdies', cursive;
}
.btt-dkfull-width-inc{
	width: 100% !important;
}
.title-ut-inc{
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: #2776B9 !important;
    font-family: 'Rowdies', cursive;
}
.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evo_footer_nav p {
    font-size: 28px !important;
}
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2, .evo_pop_body .evoet_cx span.evcal_desc2 {
    font-size: 20px;
}
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .evo_pop_body .evoet_cx span.evcal_event_subtitle {
    text-transform: unset;
}
.bnt-txt-inc{
	background: url(/wp-content/uploads/2023/06/Business-Partner.png);
    width: 70%;
    margin: auto;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Rowdies', cursive;
}
.popup-sl-inc label {
    display: flex;
    align-items: center;
}

.button.email:not(.is-outline), .button.email:hover {
    color: #f1b850 !important;
}
.sa-sld1-inc .black{
	background: transparent !important;
    border: none !important;
}
.autohide-arrows .owl-nav {
    display: block !important;
}
.sa_owl_theme .disabled .owl-prev, .sa_owl_theme .disabled .owl-next {
    display: block !important;
}
.black .sa_owl_theme .owl-nav .owl-prev{
	background-image: url(/wp-content/uploads/2023/06/Vector-6.png) !important;
	width: 30px !important;
	height: auto !important;
	background-size: contain !important;
	background-repeat: no-repeat;    
	margin-left: -3%;
}
.black .sa_owl_theme .owl-nav .owl-next{
	background-image: url(/wp-content/uploads/2023/06/Vector-7.png) !important;
	width: 30px !important;
	height: auto !important;
	background-size: contain !important;
	background-repeat: no-repeat;
    margin-right: -3%;
}
.black .sa_owl_theme .owl-nav .owl-prev:hover,
.black .sa_owl_theme .owl-nav .owl-next:hover {
	background-color:transparent !important;
	transform: scale(1.0);
}
img.size-full.alignnone {
    margin-bottom: 0em !important;
}
.txt-firt-title-inc{
    font-weight: 700;
    font-size: 40px !important;
    line-height: 50px;
    text-align: center;
    color: #2776B9;
    margin: auto;
    background: url(/wp-content/uploads/2023/06/Mekong-3.png);
    width: fit-content !important;
    padding-top: 32px;
    padding: 42px 60px 15px 60px;
    background-size: contain;
    background-repeat: no-repeat !important;
    font-family: 'Rowdies', cursive;
    background-position: 50% 50%;
}
.sdlv-inc{
	background: url(/wp-content/uploads/2023/06/Map-Office.png);
    background-size: contain !important;
    padding: 10px 60px 15px 60px !important;
}
/*=============================hots port sơ đồ làm việc================================*/
.isimb-6310-template-03-tooltip-testimonial .isimb-6310-template-03-tooltip-pic {
     width: 100% !important; 
}
.imh-6310-annotation-box{
	background: transparent !important;
}
.header-main ul.nav-left {
    justify-content: center !important;
    margin-left: -130px !important;
}
.imh-6310-hover-content.imh-6310-hover-content-2-1{
	width: 36vw;
    height: 24vw;
    background-image: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/photo_2023-06-13_09-16-32.jpg);
    border-radius: 5px;
    box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .11), 0 12px 90px 0 rgba(103, 151, 255, .11);
    background-size: cover;
    background-repeat: no-repeat;
}
.imh-6310-hover-content.imh-6310-hover-content-2-2{
	width: 36vw;
    height: 24vw;
    background-image: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/Hoi-truong-2-1.jpg);
    border-radius: 5px;
    box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .11), 0 12px 90px 0 rgba(103, 151, 255, .11);
    background-size: cover;
    background-repeat: no-repeat;
}
.imh-6310-hover-content.imh-6310-hover-content-2-3{
	width: 36vw;
    height: 24vw;
    background-image: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/78367547_100217458131937_5840859337320300544_n.jpg);
    border-radius: 5px;
    box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .11), 0 12px 90px 0 rgba(103, 151, 255, .11);
    background-size: cover;
    background-repeat: no-repeat;
}
.imh-6310-hover-content-2-3 .imh-6310-template-01-hover-content{
    max-width: fit-content !important;
}
input[type='email']{
    height: 40px !important;
}
.logo-ft-inc img{
	margin-left: -49px;
}
.dkkglv-inc h3{
	color: #0765AF;
    font-size: 20px;
    font-weight: 600;
}
.dkkglv-inc h3::after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 1px;
/*	  background-color: #000;  Màu của dòng kẻ */
}
.tdx-inc{
	display: flex;
	flex-direction: row;
	align-items: center;
    padding-top: 20px;
}
#popmake-1533 input[type='radio']+label {
    position: relative;
    top: -9px;
}
#popmake-1533 p{
	margin-bottom: 0 !important;
}
input[type='checkbox'], input[type='radio'] {
    position: relative;
    top: -4px;
}
.tdx-inc hr{
	width: 200%;
    height: 1px;
    background-color: #0765AF !important;
    opacity: 1;    
    border: none;
}
.tdx2-inc hr{
	width: 150% !important;
}
.tdx3-inc hr{
	width: 46% !important;
}
/*============popup border===============*/
#popmake-1450, #popmake-1490, #popmake-1533{
	padding: 50px 105px;
/*	padding-bottom: 0;*/
}
/*.wpcf7-form.init{
	padding-bottom: 50px;
}*/
/*================end================*/
#pum_popup_title_1450.pum-title{
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #0765AF;
}
.popup-sl-inc br{
	display: none;
}
.popup-sl-inc span{
	display: flex;
}
.pum-active {
	display: block;
}
.pum-active button.pum-close{
	display: block !important;
}
#popmake-1533 .tdx2-inc hr {
    width: 250% !important;
}
#popmake-1533 .popup-dksd-inc, #popmake-1533 .coworking{
	color: white;
}
#popmake-1533 .coworking{
    margin-top: -20px;
}
.pum-container, .pum-theme-lightbox .pum-container{
    border:none;
}
.btt-dkfull-width-inc a{
	color: white;
}
.dkkglv-inc input{
	margin-bottom: 0 !important;
}
.dkkglv-inc p{
    align-items: center;	
	display: flex;
    align-items: baseline;
    margin-bottom: 1em;
    white-space: nowrap;
    font-weight: 600 ;
}
.dkkglv-inc .wpcf7-form-control-wrap{
	width: 100%;
}
.frm-inc {
    width: 90%;
    margin-left: 10%;
}
.r2c-inc .col{
    padding: 0;
}
.frm-inc p>span:first-child{
	margin-right: 30px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    border: 0.5px solid #B6B6B6;
    border-radius: 8px;
    background-color: transparent;
    height: 50px;
}
.dtsd-inc hr{
	    width: 310% !important;
}
.wpcf7-radio{
    display: flex;
    flex-direction: column;
}
input[type='checkbox'], input[type='radio'] {
    width: 22px;
    height: 22px;
}
.wpcf7-list-item-label{
	top: -3px;
    position: relative;
}
.dkkglv-inc span{
	font-weight: 300 !important;
}
.odr-tm-inc p>span:first-child{
    font-weight: 600 !important;
}
.dk-inc{
    background: #509BD6;
    padding:30px 20px;
    border-radius: 10px;
    width: 100%;
}
.dsplex-inc{
    display: flex;
    align-items: center;
    flex-direction: row;    
    padding-bottom: 15px;
}
.btnSubmitEvent{
    background: #0264af;;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    color: white;
    width: fit-content;
    margin: auto;
}
.btnSubmitEvent:hover{
    outline: none;
    opacity: 1;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.dk-inc p{
    white-space: unset !important;
    font-weight: 700;
    color: white;
}
.send-btt-inc{
	margin: 20px auto;
    display: flex;
    justify-content: center;
}
.send-btt-inc .wpcf7-submit{
	background: #509BD6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.btnChangePasswordUser{
	background: #509BD6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    margin-top: 15px !important;
    position: relative;
    top: 3vh;
	cursor: pointer;
}
.btnChangePasswordUser:hover{
	color: #fff;
}
.btnChangeUserInfo{
	background: #509BD6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    margin-top: 15px !important;
    position: relative;
    top: 3vh;
	cursor: pointer;
}
.btnChangeUserInfo:hover{
	color: #fff;
}
.float-contact{
	display: none;
}
.stec-layout-agenda-eventholder-form{
	display: none;
}
.stec-layout-agenda-events-all-datetext{
	color: white !important;

}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day p, .stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-month p, .stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-year p{
	color: black !important;
}
.frm-coworking{
	width: 100% !important;
	margin: 0 !important;

}
.inpt-fr-inc p>span:first-child{
    width: 300px ;
    margin-right: 10px;
    text-align: right;

}
.inpt-nocol-inc{
	width: 100% !important;
	margin-top: -15px !important;
}
.inpt-nocol-inc span:first-child{
    width: 214px !important;
}
.tdx-cowk-inc hr{
	width: 50%;
}
.frm-coworking input[type='email']{
	height: 40px;
}
.tdx-cowk1-inc hr{
	width: 110% !important;
}
.radio-ld{
    margin-left: 141px;
    width: fit-content;
}
.ttkhkd-inc p{
	font-weight: 300 !important;
}
.ttkhkd-inc strong{
	font-weight: 600 !important;
}
.inpt-nocol1-inc span:first-child {
    width: 56% !important;
    text-align: right;
    padding-right: 30px;
}
ul.time-wrk-inc{
	list-style: none;
    display: flex;
}
.ttk-inc p{
	display:block !important;
}
.time-wrk-inc input[type='text']{
    width: 97% !important;
    padding: 0 5px;
}
.time-wrk-inc .wpcf7-checkbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.act-nq-inc{
    padding: 7px 20px;
    text-align: center;
    width: fit-content;
    background: #F3F3F3;
    margin: 10px auto;
    border-radius: 10px;
}
.pp-mk-inc{
	width: 80% !important;
}
.pp-mk-inc #tien_ich{
    text-align: center;
	background-size: contain;
    background-repeat: no-repeat;
    width: fit-content;
    margin: auto;
    padding: 54px 200px;
    text-transform: uppercase;
    background-size: contain !important;
    padding-top: 46px !important;
}
.page-id-1498 #tien_ich{
    background-image: url(/wp-content/uploads/2023/06/Meeting-1.png) !important; 
 	padding: 37px 130px;
 	background-size: contain !important;
    padding-top: 48px !important;
}
.starup-inc #tien_ich{
    background-image: url(/wp-content/uploads/2023/06/Startup.png);
}
.form-st-inc .col-inner{
	border-radius: 10px;
}
.form-uom-tao input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    background-color: white !important;
    height: 40px;
    font-weight: 300;
}
.form-uom-tao p{
	color: white;
}
.form-uom-tao{
    padding: 20px 150px;
    text-align: center;
}
.form-uom-tao .r2c-inc{
	margin: 0 !important;
}
.utfl-inc p{
	display: flex !important;

}
.utfl-inc p>span:first-child, .utflr-inc span:first-child{
	width: 140px ;
    padding-right: 10px;
    padding-top: 8px;
}
.gender{
    margin: 8px 0;
}
.gd-inc span{
    width: 100% !important;
}
.gd-inc span:first-child{
    width: 160px !important;
}

.gender .wpcf7-radio span{
	display: flex;
}
.gender .wpcf7-radio{
	display: flex;
	flex-direction: row;
}
.gender .wpcf7-checkbox span{
	width: fit-content;
}
.gender input[type='radio'] {
    width: 34px !important;
}
.gender .wpcf7-list-item-label {
    top: 0px !important;
}
.mgr-inc{
	padding-right:30px !important;
}
.gender .wpcf7-list-item{
	margin-right: 0 !important;
}
.utflr-inc{
	display: flex;
}
.utflr-inc span:nth-child(2){
	width: 95%;
}
.wtfg-inc span:first-child{   
	width: 45%;
}
.form-uom-tao p{
	margin: 10px 0;
    text-align: left;
}
.time-dao-tao, .hoat-dkn{
	width: fit-content;
}
.form-uom-tao .send-btt-inc .wpcf7-submit{
	background: #60AE4E !important;
}
.form-uom-tao .send-btt-inc{
	display: inline-block;
    text-align: center;
}
.form-uom-tao .send-btt-inc p{
	text-align: center;
}
.nhr4-inc hr{
	width: 90% !important;
}
.tien-ich .section-bg.bg-loaded{
	background-position: 50% 82% !important;
}
.kgst-inc #tien_ich{
    text-align: center;
    background: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/Co-working.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 42% 56%;
    height: 110px;
    padding-top: 51px;
}
#table-1{
    background: white;
	padding: 20px;
	border-radius: 10px;
}
th, .add-row{
	text-transform: unset !important;
}
.delete-button{
	text-transform: unset;
    margin: 0;
}
td {
    padding: 0 0.5em;
    text-align: left;
    border-bottom: none;
    line-height: 1.3;
    font-size: .9em;
    margin: 0;
}
.add-row{
    background: green;
    border-radius: 8px;
}
.gioi-thieu-2-khu{
    padding-bottom: 30px !important; 
}
.gt_container--jo0rl5 a.glink span{
	color: white !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 10px !important;
    width: fit-content;
}
.form-uom-tao .wpcf7-not-valid-tip {
    margin-top: -8px !important;
}
.wpcf7 input[type="radio"][value=""] {
    display: none;
}
.thoi-gian-dao-tao >input, .hoat-dong-ket-noi >input{
	width: fit-content !important;
}
.html_topbar_right a span{
	color: white !important;
}
.Ban-la-nhom-truong .wpcf7-radio{
	display: block !important;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
    color: white;
}
/*.date_row .row>div:not(.col):not([class^="col-"]) {
    width: auto !important;
}*/
.date_row >.row{
	margin: 5px 20px !important;

}
/*.eventon_events_list{
	display: none !important;
}*/
.eventon_fc_days{
	background: white;
	    width: 99.9%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
}
.ph-inc{
		padding-right: 30px !important;
}
.listDKDN a{
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.aRegisterHome{
	margin-right: 5px;
}
.loginHome{
	margin-left: 5px;
}
.checkResource{
	float: right;
    padding: 10px 20px;
    background: #60AE4E;
    color: #fff;
    border-radius: 5px;
}
 #user-registration-form-1735 .ur-grid-1:after {
    content: "";
    display: block;
    background-image: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/78367547_100217458131937_5840859337320300544_n.jpg);
    width: 100%;
    height: 300px;
	background-size: cover;
  }
  #user-registration-form-1726 .ur-grid-1:after {
    content: "";
    display: block;
    background-image: url(http://mihub.sipcbentre.gov.vn/wp-content/uploads/2023/06/Group-1194.png);
    width: 100%;
    height: 550px;
	background-size: cover;
  }
  #user-registration-form-1735 .ur-grid-2{
	margin-top: 3%;
  }
  #user-registration-form-1735  .user-registration .ur-submit-button{
	display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  #user-registration-form-1726 .pum-container, #user-registration-form-1735 .pum-container{
	padding: 5px !important;
	border:0px !important;
  }
  #user-registration-form-1726 .ur-submit-button{
	display: block;
    position: absolute;
    right: 20px;
    bottom: 0px;
	background: #0264af;
	color: #fff;
  }
  .ur-frontend-field{
	min-height: 35px !important;
	height: 35px !important;
	border-radius: 5px !important;
  }
  .ur-field-item{
	margin-bottom: 10px !important;
  }
.tableShowResource td{
	border: 1px solid #ccc;
    padding: 5px 15px;
    color: #000;
    padding-left: 15px !important;
}
#popmake-1832{
	overflow: hidden;
}
.login-form-image{
	width: 49%;
    float: left;
}
.login-form-content{
	width: 100%;
	margin-top: 5%;
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text]{
	border: 0.5px solid #B6B6B6 !important;
}
.popmake-close{
	top: 10px !important; 
}
.account-sidebar{
	width: 22%;
	float: left;
}
.account-content{
	width: 74%;
    float: right;
}
.account-tab-content{
	display: none;
}
.account-content .active{
	display: block;
}
.account-tabs{
	background: #0264af;
    height: 46vh;
    border-radius: 10px;
}
.account-tabs li{
	list-style-type: none;
	margin-left: 0px !important;
}

.account-tabs li a{
	color:#fff;
	padding: 10px 15px;
    margin: 0px;
}
#eventon-user-events-table_length, #eventon-user-events-table_filter{
	display: none;
}
.account-tabs .active{
	background: #fff;
    width: 100%;
    float: left;
    padding: 10px 15px !important;
    color: #000;
}
.gradient-custom {
	background: #0264af;
	background: -webkit-linear-gradient(to right bottom, rgb(61, 10, 200), rgb(94, 7, 217));
	background: linear-gradient(to right bottom, rgb(8 46 247), rgb(94 98 136));
}
.sidebarUserLeft{
	width: 20%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.colUserInfomation{
	background: papayawhip;
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80vh;
    height: 420px;
}
.rowUserInfo{
	margin-left: 2px !important;
}
.col-6{
	width: 50%;
}
.colUserInfomation h3{
	color: #0264af;
	font-size:20px;
	text-transform: uppercase;
}
h6 {
    text-transform: inherit;
    font-size: 15px;
    color: #0264af !important;
}
.text-muted{
	font-size: 15px !important;
	color:#000;
}
.page-wrapper .entry-title{
	text-transform: uppercase !important;
    color: #0264af;
}
.account-tab-link .dashicons{
	padding-right: 30px;
}
.user-registration-LostPassword, .user-registration-form__label-for-checkbox, .user-registration-register, .user-registration-error::before, .user-registration-error::before, .user-registration-info::before, .user-registration-message::before{
	display: none;
}
.userEditEvent{
	background: #0264af;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
	cursor: pointer;
}
.userCancelEvent{
	background: red;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
	cursor: pointer;
}
#event-order-form-popup {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .modal-body {
	background-color: #fff;
	padding: 20px;
	max-width: 600px;
  }
  
  .close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
  }
  
/* Style for the form container */
#event-order-form-popup {
	max-width: 100%;
	margin: 20px auto;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  /* Style for the form sections */
  .section {
	margin-bottom: 20px;
  }
  
  /* Style for the section headers */
  .section h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
  }
  
  /* Style for form labels */
  .form-group label {
	display: block;
	margin-bottom: 5px;
  }
  
  /* Style for form inputs */
  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
  }
  
  /* Style for the row layout */

  /* Style for the submit button */
  .editEvent {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 13px 25px;
	border-radius: 5px;
	cursor: pointer;
  }
  .eventDone {
    background:green;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
  .editEvent:hover {
	background-color: #0056b3;
  }
  #booking-info .dkkglv-inc{
	width: 100% !important;
	padding: 0px 15px;
  }
  #footer .section{
	margin-bottom: 0px !important;
  }
  .backListEvent{
	background-color: #fff;
    color: #000;
    border: none;
    padding: 13px 25px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
    border: 1px solid #ccc;
  }
  #tai_nguyen.select2-container {
    width: 100% !important;
    z-index: 9999;
}
.uploaded-images{
	width: 100%;
	max-width: 100%;
	float: left;
}
.uploaded-image{
	width: 19%;
	max-width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	position: relative;
}
.uploaded-image img{
	width: 100%;
	height: 160px;
}
.delete-image{
	position: absolute;
    top: 0;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}
.delete-image .dashicons-trash{
	font-size: 14px;
    padding-top: 5px;
}
#upload-button{
	background: #509BD6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    padding: 0px 30px;
    position: relative;
    top: 0vh;
    cursor: pointer;
	text-transform: inherit;
}
.wpcf7-form-control.wpcf7-file {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
}

/* Hide the default input appearance */
.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
    display: none;
}
.user-images{
	width: 100%;
	float: left;
}
.user-images h3{
	color: #0056b3;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	cursor: pointer;
  }
  .slick-prev {
	left: 10px;
  }
  .slick-next {
	right: 10px;
  }
  .news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
	cursor: pointer;
}

.news-item img {
    max-width: 100%;
    height: auto;
    width: 100%; /* Để hình ảnh chiếm hết khung .news-item */
    margin-bottom: 10px;
	height: 200px;
}

.news-item h2 {
    font-size: 18px;
    margin: 10px 0;
}
.news-item h2:hover{
	color: #007bff;
}
.news-item p {
    font-size: 14px;
    margin: 0;
}
.hocOnline{
	color: #007bff;
	text-align: center;

}
.news-item:hover h2{
	color: #007bff;
}
.read-more {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
	border: 1px solid #007bff;
    width: fit-content;
    padding: 5px 15px;
    float: right;
}
.read-more:hover{
	color: #fff;
	background-color: #007bff;
}
.page-title-inner .entry-category, .page-title-inner .entry-meta, #comments, .article-inner .entry-meta, .blog-share{
	display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .news-item {
        width: 100%;
    }
    .portfolio-details{
        display: block !important;
    }
    .portfolio-details div:nth-child(3){
        width: 100% !important;
    }
	.account-sidebar{
		width: 100%;
		float: left;
	}
	.header-main li.html.custom{
		display: block !important;
	}
	.account-tabs li{
		width: 20% !important;
		float: left !important;
		padding-top:10px !important;
		text-align: center;
	}
	#user-registration-form-1726 .ur-grid-1:after{
		display: none;
	}
	.pum-container{
		width: 100% !important;
		float: left !important;
		left: 0 !important;
	}
	.login-form-image{
		width: 100% !important;
		float: left;
	}
	.login-form-content{
		width: 100% !important;
	}
	.account-tabs .active{
		padding: 0px 10px 5px !important;
	}
	.sidebarUserLeft{
		width: 100%;
		border-radius: 0px !important;
	}
	.medium-logo-center .flex-left{
		flex: initial;
	}
	.medium-logo-center .flex-left{
		flex: initial;
	}
	.account-content{
		width: 100%;
		padding: 15px;
		height: 80vh;
	}
	.account-tab-link .dashicons{
		padding-right: 0px;	
		margin-top: 15px;
	}
	.account-tabs{
		height: 7vh;
	}
	.colUserInfomation{
		width: 100% !important;
	}
	.textMenuInfomation{
		display: none;
	}
	.kgst-inc #tien_ich {
	    padding-top: 7px !important;
        height: auto;
	}
	.txt-firt-title-inc{
	 	font-size: 20px !important;
	 	line-height: 1.2;
 	    padding: 29px 0px 0px 0px;
	}
	#tien_ich span{
	    font-size: 18px !important;
	}
	.gtmk-inc strong, .gtmkt-inc h3>span{
		font-size: 18px !important;
	}
	.gtmk-inc p, .gioi-thieu-1 ul li{
		font-size: 14px !important;
	}
	p, span{
		font-size: 14px !important;
	}
	.kgst-inc{
		width: 100% !important;
	}
	 .tien-ich .section-bg.bg-loaded {
	    background-image: none !important;
	}
	.tien-ich .col {
		padding-bottom: 0px !important;
	}
	#pum_popup_title_1450.pum-title {
	    font-size: 16px;
        font-size: 16px;
		padding-bottom: 20px;
		text-align: justify;
		line-height: 1.2;
	}
	.dkkglv-inc h3 {
	    font-size: 14px;
	}
	.error-message {
	    margin-left: 90px !important;
	}
	#popmake-1450, #popmake-1490, #popmake-1533 {
	    padding: 42px 20px;
	}
	.pdomb-inc{
		margin: 0 !important;
	}

	.tdx-inc hr {
	    width: 50%;
	}
	.tdx2-inc hr {
	    width: 33% !important;
	}
	.tdx3-inc hr {
	    width: 0% !important;
	}
	.nww-inc{
	    white-space: break-spaces !important;
	}
	.title-ut-inc{
	    font-size: 18px !important;
        padding-top: 20px;
	}
	.txt-title-inc{
		font-size: 20px !important;
	}
	.bnt-txt-inc {
	    width: 100%;
	    padding-top: 17px !important;
	    line-height: 1.2;
	}
	.black .sa_owl_theme .owl-nav .owl-prev {
	    margin-left: -9%;
        margin-top: 9% !important;
	}
	.black .sa_owl_theme .owl-nav .owl-next {
	    margin-right: -9%;
	    margin-top: 9% !important;
	}
	.sa-sld1-inc, .sa-sld1-inc .owl-item .sa_hover_container{
		height: 140px !important;
		min-height: 140px;
	}
	.sa-sld1-inc .owl-nav{
		margin-top: -43%;
		height: 30px;
	}
	.rowno-inc .row{
		margin: 0 !important;
	}
	.rowno-inc .col{
		padding: 0 !important;
	}
	.form-uom-tao {
	    padding: 10px 20px;
	}
	/*.form-uom-tao input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
	    height: 34px;
	}*/
	.dis-bl-inc{
		display: block;
	}
	.dis-bl-inc span:nth-child(2){
		width: 100%;
	}
	.pp-mk-inc #tien_ich {
	    padding: 3px 60px;
	}
	.starup-inc p{
		text-align: justify !important;
	}
	#popmake-1490{
		left: 0;
	}
	.pum-theme-1442 .pum-title, .pum-theme-enterprise-blue .pum-title {
	    font-size: 20px;
	    line-height: 1.2;
	}
	#popmake-1533 .tdx2-inc hr {
	    width: 75% !important;
	}
	.inpt-fr-inc .col:first-child{
		padding: 0 !important;
	}
	.inpt-nocol-inc span:first-child {
	    width: 300px !important;
	    margin: 0 !important;
	    margin-right: 10px !important;
	    text-align: right;
	}
	.p3-cowk-inc{
		margin-bottom:0px !important;
	}
	.mbl-nth-inc{
		margin: 0 !important;
		margin-right: 10px !important;
	}
	.tdx-cowk-inc hr {
	    width: 0 !important;
	}
	.nhr0-inc hr, .nhr4-inc hr{
		width: 0 !important;
	}
	.dkkglv-inc p {
	    white-space: unset !important;
	}
	.time-wrk-inc li>p{
		white-space: nowrap !important;
		width: 100px;
	}
	ul.time-wrk-inc {
	   overflow: auto;
	}
	ul.time-wrk-inc::-webkit-scrollbar {
	  width: 0;
	}
	.dkkglv-inc .odr-tm-inc p>span:first-child{
	    width: 505px;
	    text-align: left;
	    padding: 0;
	    margin: 0 !important;
	}
	.mgr-inc{
		padding-right:0px !important;
	}
	.gd-inc span:first-child {
	    width: 147px !important;
	}
	.gender .wpcf7-list-item-label {
	    top: 5px !important;
	}
	.frm-inc {
	    width: 100%;
	    margin-left: 0%;
	}
	.dtsd-inc hr {
	    width: 110% !important;
	}
	.dkkglv-inc .frm-inc p>span:first-child {
	    margin-right: 0px;
	    width: 125px;
	}
	.header-main ul.nav-left {
	    margin-left: 0px !important;
	}
	.off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content {
	    background-color: #0264af;
	}
	.ph-inc{
		padding: 0 !important;
	}

}
/* #photo-library .slick-track {
	width: 100% !important;
}

#photo-library .uploaded-image {
	width: 18% !important;
} */
