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

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* phần list trang con */
.sub_site {
    justify-content: center; 
    align-items: center;
    padding: 0.2rem 1rem; 
    background-color: #f2f2f2;
}
.sub_site:nth-child(2) {
    background-color: #fafafa;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 19.6px;
}
@font-face {
  font-family: UtmTimes;
  src: url('font/UtmTimes.ttf'),
  url('font/Utmtimesitalic.ttf'),
  url('font/Utmtimesitalic.ttf'),
  url('font/UtmtimesboldItalic.ttf');
}

.sub_site_content li {
    display: inline-block;
    padding: 1em .5em;
    margin: 0;
}
.clear-p-img .col-inner{
	padding: 0 !important;
}
.sub_site_content li>a {
    font-size: .8em;
}

.sub_site_content li>a {
    font-size: .8em;
}
.sub_site_content li>a.active{
    color : #1E4797;
}

.call-me svg {
    animation: smoothScale 3s infinite cubic-bezier(0.42, 0, 0.58, 1); /* Hiệu ứng mượt hơn, cảm giác tự nhiên */
    transform-origin: center; /* Phóng to từ tâm */
}

/* Định nghĩa animation */
@keyframes smoothScale {
    0%, 100% {
        transform: scale(1); /* Kích thước bình thường */
    }
    20% {
        transform: scale(1.12); /* Phóng to vừa phải */
    }
    50% {
        transform: scale(0.97); /* Thu nhỏ nhẹ */
    }
    80% {
        transform: scale(1.05); /* Tăng nhẹ lại trước khi trở về kích thước ban đầu */
    }
}


.nav > li > a{
	text-transform:capitalize;
	font-weight:500 !important;
}
.nav>li>a {
    color: #334862;
}

.nav>li.active>a {
    color: #1E4797;
}

.wpb_gallery_slidesflickity_style .flickity-page-dots .dot {
    height: .3em;
    width: 1.8em;
    position: relative;
    margin: 0 5px;
    border-radius: 0 !important;
    border: none;
    justify-content: center;
}

.wpb_gallery_slidesflickity_style .flickity-page-dots {
    bottom: 15px;
    left: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: .5em;
}

a.plain {
    color: rgb(58, 58, 58);
}
.sidebar-menu i{    color: #334862;
}
#footer a:hover {
	color: #FFD700;
}
.is-outline:hover i{
	color: #ffffff;
}
/* Hết */
.bg-black {
	background:black;
}
.custom-icon-box {
	    align-items: center;
}
.custom-icon-box .text * {
	margin-bottom:0;
}
.clear-container .banner-layers.container{
	max-width:100%;
}
.btn-custom-top {
	top:-1.8rem;
}


.poup-contact{
	border: .4em solid #2f4a9f;
    border-radius: 2em;
}

.poup-contact .img-poup{
	margin-left: -3em;
    margin-top: -3em;
}

.poup-contact .col{
	padding: 0;
}
#dialog-content {
    
	padding: 0;
	border-radius: 2em;
}
#dialog-content h3,#dialog-content p, #dialog-content input{
    font-family: 'UtmTimes', sans-serif;
        font-weight: 400;
}
#dialog-content .wpcf7-submit{
    font-weight: 700;
}
#dialog-content .italic p{
    font-style: italic;
}
#dialog-content .section-bg{
	border-radius: 2em;
}
.koko_contact,.icon-poup{
	max-width: 75%;
	margin: 0 auto;
}
.icon-poup
{
	background: #00049c;
	border-radius: 2em;
}
#dialog-content .koko_contact_text input{
	background: transparent;
    border-color: #00049c;
    border-radius: 2em;
	color: #00049c;
    text-align: center;
}
#dialog-content .koko_contact_text input::placeholder{
	color: #00049c;
}
.koko_contact_submit input{
	border-radius: 2em;
	background-color: #00049c;
}
.koko_contact_all p{
	color: #00049c;
}

.icon-poup h3{
	margin: 0;
}
.icon-poup{
	align-items: center;
}

.koko_contact .wpcf7-spinner{
	display: none;
	
}
#dialog-content .row{
	max-width: 1024px;
}

.icon-poup .icon-box-img img {
    padding-top: 0;
    transform: scale(1.2); /* Giá trị mặc định khi không chạy animation */
    animation: smoothZoomInOut 2s infinite ease-in-out;
}

@keyframes smoothZoomInOut {
    0% {
        transform: scale(1.2); /* Kích thước ban đầu */
    }
    15% {
        transform: scale(1.3); /* Tăng nhẹ */
    }
    30% {
        transform: scale(1.4); /* Lớn dần */
    }
    50% {
        transform: scale(1.5); /* To nhất */
    }
    70% {
        transform: scale(1.4); /* Thu nhỏ nhẹ */
    }
    85% {
        transform: scale(1.3); /* Gần về kích thước ban đầu */
    }
    100% {
        transform: scale(1.2); /* Quay lại kích thước gốc */
    }
}




.koko-left{
    min-height: 100%;
    background-color: #fff;
}

#koko-logo{

   	background-color: #0000cd;
    padding: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#koko-logo a {
	padding: .5em;
}
.koko-left .menu-sidebar-container{
  	margin: 40px 0 0 0;
    padding: 0 0 0 30px;
}
.koko-menu li{
    list-style: none;
}

.koko-menu li.current_page_item a {
	font-weight: 600;
    color: #111;
    border-bottom: 2px solid #9b2fa5;
}
.koko-menu li a {
    display: block;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    transition: all 0.3s ease-in-out;
}

.sub_nav_koko {
    width: 100%;
    height: 50px;
    z-index: 1;
}

.sub_nav_koko li.home a {
    width: 16px;
    text-indent: -9999px;
}

.sub_nav_koko li{
    float: left;
    /*padding: 0 0 0 25px;*/
    /*margin: 0 0 0 20px;*/
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
}
.sub_nav_koko li.icon
{
    padding: 0 25px;
}
.sub_nav_koko ul.inner {
    display: block;
    /*margin: 0 auto;*/
    /*padding: 0 3em;*/
}

/* Chọn danh sách site*/

.main_menu li {
    position: relative; /* Để submenu có thể được định vị dựa trên item cha */
    list-style: none;
    color : #1E4797;
}

.main_menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.main_menu > ul >li{
    margin-bottom: 0;
}
.main_menu a img {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
}

.main_menu  .submenu a img {
    margin-right: 0;
}

.main_menu .submenu {
        visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #D9D9D9;
    border-radius: .3em;
    /* width: 100%; */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    left: .8em;
}

.main_menu .submenu li {
    padding: 10px;
}

.main_menu .submenu a {
    color: white;
}

.main_menu li:hover .submenu {
    visibility: visible; /* Hiển thị submenu khi hover lên item */
    opacity: 1; /* Đặt opacity để submenu hiển thị rõ ràng */
}

.submenu li:hover {
        background: #F6F6F6;
    border-radius: 100%;
}

/*Hết*/



/****************DANNY STYLE ************************/

@media only screen and (min-width: 1024px){
    .koko_banner{
        min-height: 500px;
        padding: 0 127px;
    }
}
.koko_banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    
}
.koko_banner .sub_nav_koko{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: rgba(68, 68, 68, 0.4);
    z-index: 1;
}
.koko_banner h3{
    line-height: 1;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 110px;
    font-weight: 400;
    color: #9b2fa5;
}
.sub_nav_koko{
    padding: 0 127px;
    display: flex;
}
.sub_nav_koko li a {
    color: #fff;
    font-family: 'Roboto' !important;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
}
.sub_nav-koko-childpage {
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    z-index: 9;
    padding: 21.5px 0;
}
.sub_nav-koko-childpage ul{
    display: flex;
    padding: 0 56px;
    list-style: none;
    margin-bottom: 0;
}

.sub_nav-koko-childpage ul li:not(li:first-child) a {
    padding: 0 40px;
}
.sub_nav-koko-childpage li{
    margin-bottom: 0;
}
.sub_nav-koko-childpage a {
    display: block;
    line-height: 35px;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto !important;
    text-align: center;
}
.sub_nav-koko-childpage a.active {
    padding: 0px 0 0px 0;
    color: #9b2fa5 !important;
    border-bottom: 2px solid #9b2fa5;
}



/* quick*/

.quick { 
    position: fixed;
    width: fit-content;
    height: fit-content;
    top: 25%;
    right: 2%;
    z-index: 1050 !important;
    transition: all 1s;
}
.quick a svg{
    width: 2.5em;
}
.quick a.call-me svg{
    width: 5em;
}
.quick a{
	display:block;
}
.why-koko .col{
	padding-bottom: 0;
}
.quick ul {    
	margin-top:23px;
	background:#D9D9D9;
	border-radius:40px;
	padding:10px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.quick.moblie {display: none;}
.quick li {
	list-style: none;
	display: flex;
	justify-content:center;
	margin:0;
	padding: 1rem 0;
	width:fit-content;
}
.quick li:nth-child(2){
	border-top:1px solid #1E4797;
	border-bottom:1px solid #1E4797;
}


/* image before after */
.image-comparison {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
	min-height:420px;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

.image-comparison__range {
  @media (hover) {
	&:hover ~ .image-comparison__slider .image-comparison__thumb {
	  transform: scale(1.2);
	}
  }
}

// Specificity needed to override hover state above
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active {
  ~ .image-comparison__slider .image-comparison__thumb {
	transform: scale(0.8);
	background-color: rgba($brand-blue-mid, 0.5);
  }
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;

  &::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  &:not(&--overlay) {
	position: relative;
	padding-top: 66.666666667%;
  }
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
  overflow: hidden;

  .image-comparison__figure--overlay & {
	z-index: 1;
  }
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: $base-light;
  font-weight: bold;
  text-transform: uppercase;

  @media screen and (max-width: 40.063em) {
	font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba($base-dark, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;

  .image-comparison__range--active ~ & {
	background-color: rgba($base-light, 0);
  }
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px) !important;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
	background:#fff;
  color: #00048C;
  border-radius: 50%; 
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}

.bg-gradient {
	background: radial-gradient(171.57% 171.57% at 50% 3.55%, #0A3C9C 0%, #031536 100%);
}

.box-image-border .box-text-inner{
	padding-left: 20px;
	border-left:1px solid #000;
}
.box-image-border.color .box-text-inner{
		border-left:1px solid #0B3DA0;
}
.box-image-border.border-white  .box-text-inner{
	border-color:white;
}
.tabbed-content.custom-tab {
/* 	flex-flow: row; */
}
.tabbed-content.custom-tab h4{
	width:100%;
	color:#1E4797;
	font-weight:bold;
	font-size:36px;
}
.tabbed-content.custom-tab  .nav{
	width:30%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:24px;
	padding-right:60px;
} 
.tabbed-content.custom-tab  .nav li {
	width:100%; 
	background:#D9D9D9;
	border-radius:6px;
	font-size:25px;
	text-align:center;  
}

.tabbed-content.custom-tab  .nav li a{
	color:#fff;
	text-transform: capitalize;
	display:block;
	width:100%;
	padding-left: 8px;
	padding-right: 8px;
}
.tabbed-content.custom-tab  .nav li.active {
	background:#155CFF;
}
.tabbed-content.custom-tab  .tab-panels {
	width:70%;
	padding:0;
}
.tabbed-content.custom-tab .nav-line-bottom>li>a:before,.tabbed-content.custom-tab  .nav-line-grow>li>a:before,.tabbed-content.custom-tab  .nav-line>li>a:before {
	display:none;
}
.tabbed-content.custom-tab .banner .text-box {
	padding:4px 16px;
	width: 100%; 
	background: linear-gradient(90deg, rgba(0, 47, 139, 0.9) 0%, rgba(24, 92, 255, 0) 100%);
}
.d-block {
	display: block;
}
.bg-text-i {
	background: #1E4797;
}
.basic-boxtox .col {
    background-color: #f2f2f2;
    margin: 0 .5em;
    padding: 0;
}
.basic-boxtox .col .col-inner{
        padding: 1.2em .5em;
}
.basic-boxtox .col .col-inner p{
        margin-bottom: .5em;
}
/* Phần form */

.koko_question p, .koko_question_requeid p {
    display: flex;
}
.koko_question p{
    gap: 0 1em;
}
.koko_title p {
    text-align: center;
    color: #3A3A3A;
    font-size: 24px;
    border-bottom: 1px solid;
    border-color: #666666;
    padding-bottom: .8em;
}
.koko_column_inner {
    margin-top: 1.5em;
}
.koko_fsqm_form_button_container input.wpcf7-submit{
        font-weight: 500;
    display: block;
    width: 100%;
    background-color: #ECECEC;
    color: #666666;
    letter-spacing: 0;
}
#check_form .wpcf7-list-item-label{
    display: none;
}
.koko_question_requeid input[type=checkbox]{
    ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.koko_question .wpcf7-select{
    min-width: 8em;
}

.koko-eform-width-restrain ~ .wpcf7-response-output {
    margin: 0 auto;
    max-width: 80%;
    margin: 0 auto !important;
}
.koko-eform-width-restrain{
    max-width: 80%;
    margin: 0 auto;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
}
.koko_fsqm_form_button_container span.wpcf7-spinner{
    display : none;
}
.koko-eform-layout-wrapper {
    padding: 2em;
}
.eye-text{
        border-left: 1px solid;
    border-color: #000000;
    padding-left: 1em;
}

.country-name {
        color: #000;
}
@media(max-width:1024px){
	.tabbed-content.custom-tab  .tab-panels, .tabbed-content.custom-tab  .nav{
		width:100%;
		padding-right:0;
		padding-bottom:1rem;
	} 
	.tabbed-content.custom-tab  .nav {
	    display: flex;
		flex-direction: row;
		justify-content: center;
		gap:1rem;
	}
	.tabbed-content.custom-tab  .nav li {
		width:47%;
		margin-right:0;
	}
}
@media(max-width:550px){
	.tabbed-content.custom-tab  .nav li {
		width:100%;
	}
	br{
		display: none!important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.koko_contact, .icon-poup{
		max-width: 100%;
	}
	.poup-contact .img-poup {
		margin: 0;
	}
	.circle-box .lifting-border .col-inner {
		min-height: 12em;
	}
    .quick a.call-me svg {
        width: 3em;
    }
    
    .quick a svg {
        width: 1.5em;
    }
	
    .quick {
        bottom: 5%;
        top: UNSET;
    }
    .koko_question p{
        display : block;
    }
    .koko_question .intl-tel-input,.koko_question .country-select{
        margin-bottom: 1em !important;
    }

}
.box-before-after {
	box-shadow: 0 4px 12px 4px #36363643;
}
.box-before-after .clear-padding {
	padding:0;
}
.box-before-after .img-inner:after {
    content: "";
    background: linear-gradient(0, #676faa, transparent);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.p-1,
.p-1 .col-inner {
	padding:1rem;
}
.m-0,
.m-0 *{
	margin:0;
}
.m-1 {
	margin:1rem;
}
.m-auto {
	margin: 0 auto;
}
.w-fit {
	width:fit-content;
}
.w-100 {
	width:100%;
}
.rounded-tr {
	border-radius:1rem 1rem 0 0;
}
.section.eye-non.mt-top {
	margin-top:-12%;
}
.eye-non .border .col-inner {
	border: 1px solid #d9d9d9;
} 
.eye-non .shadow .col-inner{
	box-shadow: 0px 4px 2px 0px #e0e0e0;
	height:100%;
}
.box-fancybox {
    position: relative;
    overflow: hidden;
    border: .45em solid rgb(0, 1, 190);
}
.box-fancybox span.play{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    display: inline-block;
    border-radius: 200px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: transparent !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
.box-fancybox span.play:before {
    content: '';
    position: absolute;
    background-color: #3333339c !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    border: none;
}
.box-fancybox span.play svg{
        width: 18px;
    height: 18px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    /* z-index: -1; */
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.box-fancybox:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
}

.box-fancybox img {
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
    margin-bottom: 0 !important;
    transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: none !important;
    width: 100% !important;
}
.box-fancybox span.play path {
    fill: #fff !important;
}
.eye-non.shadow .col-inner{
	box-shadow: none;
}
.eye-non.shadow{
	box-shadow: 0px 4px 2px 0px #e0e0e0;
}
.bg-white {
	background:white;
}
.color-primary {
	color:rgb(30, 71, 151);
}
/* .premium.column-5 .col.large-2 {
    width: 19.1%;
    flex-basis: 19.1%;
    max-width: 19.1%;
} */
.premium.column-5 .m-1 {
    margin: 0.4%;
}
.clear-padding {
	padding:0;
}
/* .column-5 .col.large-2 {
		width: 20%;
    flex-basis: 20%;
    max-width: 20%;
} */
.custom-column-text .col-inner {
	display:flex;
	gap:12px;
	flex-wrap:wrap;
	justify-content:center;
}
.custom-column-text .col-inner .text{
	max-width:32%;
	width:32%;
	background:white;
	border-radius:1rem;
	padding:.5rem;
}
.custom-column-text .col-inner .text:nth-child(1),
.custom-column-text .col-inner .text:nth-child(2){
	max-width:34%;
	width:34%;
}
@media(max-width:767px){
	
.custom-column-text .col-inner {
	gap:6px; 
}
	.custom-column-text .col-inner .text:nth-child(1),
.custom-column-text .col-inner .text:nth-child(2),
.custom-column-text .col-inner .text{
		max-width:47%;
		width:47%;
	}
}
.koko-breast {
	background-image:url('https://thammykoko.com/harry_dev/en/wp-content/uploads/2024/08/img-bg.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
@media(min-width:851px) {
	.current-dropdown .nav-dropdown {
	display:none !important;
	opacity:0 !important;
	visibility:hidden !important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.icon-angle-down:before {
	display:none !important;
}
}
@media(max-width:850px) {
	.sub_site.nav {
		display:none;
	}
}
@media only screen and (max-width: 480px) {
            .wpb_gallery_slidesflickity_style .flickity-page-dots .dot {
            height: .2em;
            width: .3em;
            position: relative;
            margin: 0 5px;
            border-radius: 0 !important;
            border: none;
            justify-content: center;
            bottom: .5em;
        }
}
.circle-box .lifting-border .col-inner {
    border: 1px solid #1e4797;
    height: 100%;
    border-radius: 50%;
    min-height: 11em;
    display: flex;
	justify-content: center;
    align-items: center;
}
.circle-box .lifting-border.bg-1 .col-inner {
  background-color: #1e4797; /* Màu nền cho lẻ */
  
}
.circle-box.row-small>.col{
	padding: .5em;
}
.circle-box .lifting-border.bg-1 .col-inner p{
	color: white;	
}
.circle-box .lifting-border .col-inner p{
	margin-bottom: 0
}
.lifting-top {
	margin-top:-20px;
}

.rounded-xl {
	border-radius:1rem;
}
.lifting-border .col-inner{
	border:1px solid #4e6cad57;
	height: 100%;
}

/* .button.bg-000099{
	background-color: #000099;
} */

.bg-000099 { background-color: #000099; }
.bg-0080FF { background-color: #0080FF; }
.bg-228FD0 { background-color: #228FD0; }
.bg-005E7D { background-color: #005E7D; }
.bg-2867B5 { background-color: #2867B5; }

.bg-0072BE { background-color: #0072BE; }
.bg-4197ED { background-color: #4197ED; }
.bg-004e96 { background-color: #004e96; }

.bg-0085b1 { background-color: #0085b1; }
.bg-2072c4 { background-color: #2072c4; }
.bg-005eb5 { background-color: #005eb5; }