/*
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.   ***************/
body.page-template-page-transparent-header-light header#header {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    border-radius: 99px;
    z-index: 999;
}

.header.transparent .header-bg-color,
.header.transparent .header-bg-image,
.header.transparent .header-wrapper {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body.page-template-page-transparent-header-light .header-inner {
    background-color: #8596B7 !important;
    border-radius: 99px;
}

.header-main {
    position: relative;
    z-index: 10;
}


.header-nav-main li.menu-item>a:hover {
    color: #EC4E37 !important;
}

.header-nav-main li.current-menu-item>a, .header-nav-main li.active>a, .header-nav-main li.current_page_item>a {
    color: #EC4E37 !important;
    font-weight: 700;
}


.header-nav-main li.menu-item>a {
    transition: color 0.3s ease;
}

/* .gtranslate_wrapper,
.gtranslate_wrapper .gglobe,
.gtranslate_wrapper .gsatelites {
    width: 32px !important;
    height: 32px !important;
    line-height: 22px !important;
}
 */

ul.header-nav.header-nav-main.nav.nav-left {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 0px;
}
li.html.header-button-1 .button,
.btn-grad {
    border-radius: 10px;
    background: var(--gradient-01, linear-gradient(90deg, #EF4623 0%, #FF785C 100%));
    padding: 6px 20px;
}

.header-button a.nav-top-link.icon.primary,
button.ux-search-submit.submit-button.secondary {
    background: #CBE0F2;
}

.header-button a.nav-top-link.icon.primary i,
button.ux-search-submit.submit-button.secondary i {
    color: #426AB3;
}

.section-footer {
    border-top: 1px solid #0999E8;
    background: linear-gradient(180deg, #0F2759 0%, #020617 100%), linear-gradient(0deg, #406AB4 -17.34%, #6095D1 59.12%), linear-gradient(180deg, #000 0%, #181818 100%);
}

/* GIỮ NGUYÊN CÁC PHẦN TRÊN CỦA BẠN */
.custom-inline-form {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.custom-inline-form .form-field {
    flex-grow: 1;
}

.custom-inline-form input[type="email"] {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #ffffff !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding: 10px 0 !important;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0px;
}

.custom-inline-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* PHẦN THAY ĐỔI CHO NÚT SUBMIT SVG */
.custom-inline-form .form-submit input[type="submit"] {
    background-color: #ff6b4a !important;
    color: transparent !important;
    /* Ẩn chữ mặc định */
    border: none !important;
    width: 46px !important;
    height: 40px !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px !important;
}

.custom-inline-form .form-submit input[type="submit"]:hover {
    background-color: #e55a3d !important;
}

.custom-inline-form input:hover,
.custom-inline-form input[type="email"]:focus {
    box-shadow: unset;
}

.custom-inline-form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff6b4a;
}

.absolute-footer.dark,
.wpcf7-spinner {
    display: none;
}

.menu-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.menu-footer.stack-col {
    flex-direction: row !important;
}

.ux-menu-link__link {
    text-decoration: none;
    color: rgb(173, 167, 167);
    transition: color 0.3s ease;
}

.ux-menu-link__link:hover {
    color: #5283BC !important;
}

.section-footer .social-button,
.section-footer .section-footer.social-icons .button.icon:hover,
 {
    background-color: #fff !important;
    border-color: #fff !important;
}

.section-footer .social-icons .button.icon:not(.is-outline) {
    background-color: #DD432B !important;
    border-color: #DD432B !important;
}

.section-footer .social-icons .button.icon:not(.is-outline)>i  {
    color: #fff !important;
}
.section-footer .social-icons .button.icon:not(.is-outline)>span {
    color: #426AB3 !important;
}

.section-footer .social-icons.follow-icons {
    display: flex;
    gap: 8px;
}

.col-grad .col-inner {
    border-radius: 16px;
    background: radial-gradient(127.04% 141.42% at 0% 0%, rgba(66, 106, 179, 0.20) 38.53%, rgba(0, 0, 0, 0.00) 100%), rgba(12, 24, 45, 0.50);
}


.col-grad .col-inner {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
    border-radius: 15px;
    z-index: 1;
}

.col-grad .col-inner::before,
.col-grad .col-inner::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid #EF4623;
    z-index: -1;
}

.col-grad .col-inner::before {
    top: 0;
    right: 0;
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 15px;
}

.col-grad .col-inner::after {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 15px;
}

.col-count-big>.col-inner {
    border-radius: 20px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: linear-gradient(90deg, rgba(31, 25, 88, 0.50) 0%, rgba(32, 92, 198, 0.50) 100%);
    box-shadow: 0 1px 15px 0 #2684FC;
    backdrop-filter: blur(5px);
}

.col-count-big {
    position: relative;
    z-index: 10;
}

.col-count-big::before,
.col-count-big::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/uploads/2026/05/Rectangle-3463294.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

.col-count-big::before {
    top: -95px;
    right: -76px;
    background-position: top right;
}

.col-count-big::after {
    bottom: -66px;
    left: -78px;
    background-position: bottom left;
    transform: rotate(180deg);
}

.col-divide {
    position: relative;
}

.col-divide:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 2px;
    background-color: #4249e1;
}

.col-btn-contact .col-inner {
    position: relative;
    z-index: 999;
}

.col-why-choose .col-inner {
    padding: 20px 10px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent
}

.col-why-choose .col-inner:hover {
    border-radius: 10px;
    border: 1px solid #000;
    background: rgba(96, 149, 209, 0.20);
    cursor: pointer;
}

.col-why-choose .col-inner:hover h3 {
    color: #EF4623 !important;
}

.col-why-choose-divide {
    position: relative;
}

.col-why-choose-divide:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 70%;
    width: 1px;
    background-color: #4145e0;
}

.button.is-link:hover,
.button.is-underline:hover,
h5.post-title.is-large a:hover {
    box-shadow: none;
    color: #3E5DFE;
}

.box-blog-post {
    position: relative !important;
}

.blog-big .box-blog-post .cat-label {
    position: absolute !important;
    top: -332px !important;
    left: 12px !important;
    font-size: 10px !important;
}

.box-blog-post .cat-label::before {
    content: "#";
    margin-right: 2px;
}

.box-text-inner {
    padding-top: 0 !important;
}

.has-hover:hover .cat-label {
    transform: none !important;
    opacity: 1 !important;
}

.box-blog-post .cat-label {
    position: absolute !important;

    z-index: 99 !important;
    margin: 0px !important;
    float: none !important;
    display: inline-block !important;
    width: auto !important;
    background-color: #d84a26 !important;
    color: #fff !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    font-size: 7px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.blog-vertical .box-blog-post .cat-label {

    top: 8px !important;

    left: -167px !important;

    font-size: 7px !important;

}

.col.post-item .col-inner {
    border-radius: 20px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: rgba(51, 74, 117, 0.40);
    padding: 12px;
}

.blog-vertical .col.post-item .col-inner {
    border-radius: 10px !important;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: rgba(51, 74, 117, 0.40);
    padding: 8px;
}

.blog-big h5.post-title.is-large a {
    font-size: 28px;
}

.col.post-item .box-image {
    border-radius: 14px;
}

h5.post-title.is-large a {
    color: #fff;
}

.box-text-inner.blog-post-inner .post-meta,
p.from_the_blog_excerpt {
    color: #ADA7A7;
}


.section.section-services {
    background-color: #000 !important;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
}

.section.section-services .section-bg {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 0 !important;
    border-radius: 40px !important;

}

.section.section-services .section-bg img {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.section.section-services .section-content {
    position: relative;
    z-index: 1;

    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);

    border-radius: 40px !important;
    border: 1px solid rgba(61, 45, 220, 0.5) !important;


}

.row-service-num {
    max-height: 376px;
    overflow-y: auto;
    direction: rtl;
    padding-left: 20px;

    scrollbar-width: thin;
    scrollbar-color: #192b62 #616c7e;
}

.row-service-num>div {
    direction: ltr;
}

.row-service-num::-webkit-scrollbar {
    width: 6px;
}

.row-service-num::-webkit-scrollbar-track {
    background: #616c7e !important;
    border-radius: 10px;
}

.row-service-num::-webkit-scrollbar-thumb {
    background: #192b62 !important;
    border-radius: 10px;
    border: 1px solid #616c7e;
}

.row-service-num::-webkit-scrollbar-thumb:hover {
    background: #121e46 !important;
}

.row-service-scroll {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    margin-bottom: 12px !important;
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    backdrop-filter: blur(10px);
}

.row-service-scroll:hover {
    background: #000000 !important;
    border-color: #2c52ff;
}

.text-num h2 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.row-service-scroll:hover .text-num h2 {
    color: #ff4d29 !important;
    text-shadow: 0 0 10px rgba(255, 77, 41, 0.5);
}

.row-service-scroll h2 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0;
}

.row-service-scroll::after {
    content: '›';
    position: absolute;
    right: 22px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
}

.row-service-scroll .col {
    padding-bottom: 0 !important;
}

.col-service-num>.col-inner {
    margin-bottom: -12px;
}

.img-radius img {
    border-radius: 20px;
    border: 1px solid var(--gradient-02, #3D2DDC);
}

.tab-security li.tab {
    border-radius: 100px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: rgba(51, 74, 117, 0.10);
}

.tab-security .nav>li>a:hover {
    color: hsla(0, 0%, 7%, .85);
    background: #4C6CAE;
}

.tab-security li.tab span {
    color: #fff;
    padding: 2px 20px;

}

.tab-security ul.nav.nav-pills {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.section-about-us {
    position: relative;
    background-color: #000 !important;
}

.section-about-us .section-bg {
    opacity: 0.5 !important;
    filter: blur(5px) !important;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.section-about-us .section-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 80.37%, #000 100%),
        linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 36.91%);
    z-index: 1;
}

.col-grad-about-us .col-inner {
    border-radius: 10px;
    background: linear-gradient(0deg, #406AB4 0%, #070D19 100%);
}

.col-vision .col-inner {
    min-height: 245px;
}

.col-red>.col-inner {
    border-radius: 10px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: rgba(219, 51, 50, 0.50);

}

.col-award>.col-inner:hover {
    box-shadow: 0 7px 20px 0 rgba(169, 169, 169, 0.50);
    cursor: pointer;
}

.col-purple>.col-inner {
    border-radius: 10px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: #BEB9FF;
}

.col-green>.col-inner {
    border-radius: 10px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: #CBE8C4;
}

.col-blue>.col-inner {
    border-radius: 10px;
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: #DBEBFF;
}

.flickity-page-dots {
    bottom: -18px;
}




.col-grad-contact>.col-inner {
    border-radius: 16px;
    border: 2px solid #0999E8;
    background: linear-gradient(180deg, #002C48 0%, #17181A 100%);
}


.custom-contact-form {
    width: 100%;
    padding: 0;
}

.custom-contact-form label {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.4;
}

.custom-contact-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.custom-contact-form .form-group {
    width: 100%;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    background: #334A75;
    border: none;
    border-radius: 10px;
    padding: 18px 20px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition: all .3s ease;
}

.custom-contact-form input {
    height: 58px;
}

.custom-contact-form textarea {
    height: 170px;
    resize: none;
    padding-top: 18px;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #CBE0F2;
    opacity: 1;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    background: #5c72ad;
}

.custom-contact-form .full-width {
    margin-bottom: 28px;
}

.custom-contact-form .submit-wrap {
    width: 100%;
}

.custom-contact-form input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 55px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ff3b1d 0%, #ff6e5f 100%);
    transition: all .3s ease;
    padding: 0 20px;
    margin-bottom: 0px;
}

.custom-contact-form input[type="submit"]:hover {

    opacity: .9;
}

.custom-contact-form .wpcf7-spinner {
    display: none;
}

.custom-contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
}

.custom-contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    color: #fff;
    border-color: #ff6e5f !important;
}

.text-info-border h3 {
    border: 1px solid var(--gradient-02, #3D2DDC);
    background: rgba(60, 128, 255, 0.20);
    backdrop-filter: blur(5px);
    width: max-content;
    padding: 4px 20px;
}

.col-pre-footer>.col-inner {
    border-radius: 10px;
    border: 2px solid var(--gradient-02, #3D2DDC);
    background: rgba(60, 128, 255, 0.20);
    backdrop-filter: blur(5px);
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.slider-nav-circle .flickity-prev-next-button:hover svg {

    background-color: #D84A26;
    border-color: #D84A26;
    color: #fff;
}

.blog-default .cat-label {
    font-size: 12px !important;
    top: -260px;
    left: 10px;
}

body.single-post header#header {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82%;
    z-index: 999;
    border-radius: 99px !important;
    overflow: hidden !important;
}

body.single-post .header-inner,
body.single-post .header-main {
    background-color: #8596B7 !important;
    border-radius: 99px !important;
    border: none !important;
}

body.single-post .header-wrapper,
body.single-post .header.transparent .header-bg-color {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 99px !important;
}



#main,
#wrapper {
    background-color: #000;
    position: relative;
}

.page-wrapper>* {
    color: #fff;
}


.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0px;
}

.blog-case-study .col-inner {
    border-radius: 10px;
    background: radial-gradient(112.88% 141.42% at 100% 100%, rgba(64, 106, 180, 0.50) 15.93%, rgba(64, 106, 180, 0.00) 100%), radial-gradient(110.51% 139.54% at 0% 0%, rgba(64, 106, 180, 0.50) 21.15%, rgba(64, 106, 180, 0.00) 100%) !important;
}

.tab-case-study ul.nav.nav-pills {
    margin-bottom: 45px;
}

.blog-case-study h5.post-title.is-large a {
    font-size: 22px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.blog-big .box-blog-post .cat-label {
    position: absolute !important;
    top: -205px !important;
    left: 12px !important;
    font-size: 10px !important;
}

	
	
	.tab-security .img-inner.image-cover {
  width: 100%;
  padding-top: 56.25% !important;
  position: relative;
  overflow: hidden;
}


.tab-security .img-inner.image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
	
	
	      .why-box {
        padding: 0px !important;
    }
	
	
	.why-check-item:before {
    width: 52px !important;
   
}
	.mfp-content {
    position: relative;
    z-index: 999;
}
	
	i.icon-menu {
    color: #fff;
}
	
	.single-dich-vu #header {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82%;
    z-index: 99 !important;
    border-radius: 99px !important;
}
	
	.tab-security ul.nav-pills {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.tab-security ul.nav-pills li {
  flex: 0 0 auto !important;
  display: inline-block;
  margin-right: 10px;
}

.tab-security ul.nav-pills::-webkit-scrollbar {
  height: 6px;
}

.tab-security ul.nav-pills::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.tab-security ul.nav-pills::-webkit-scrollbar-thumb {
  background-color: #3b82f6;
  border-radius: 10px;
}
	
	.tab-security ul.nav.nav-pills {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
}
	
	
	.box-text-inner.blog-post-inner .post-meta {
    color: #ADA7A7;
    font-size: 14px;
}
	
	
	.post-header-info-wrapper h1 {
    font-size: 34px !important;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
	
	.post-meta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px !important;
    font-size: 12px !important;
    flex-wrap: wrap;
}
	.custom-inline-form input[type="email"]::placeholder, .custom-contact-form input::placeholder, .custom-contact-form textarea::placeholder {
    font-size: 14px !important;
}
	
	.custom-contact-form input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ff3b1d 0%, #ff6e5f 100%);
    transition: all .3s ease;
    padding: 0 20px;
    margin-bottom: 0px;
}
	
	.video-wrapper {
  width: 100%;
  overflow: hidden;
}

.video-wrapper video {
        height: 340px !important;
        object-fit: cover;
    }
	.button span {
    display: inline-block;
    line-height: 1.6;
    font-size: 14px;
   
}
}


.nav-dropdown-has-border .nav-dropdown {
    border: unset;
    background: rgba(23, 24, 26, 0.8);
    top: 65px;
}
.nav-dropdown-default {
    padding: 0px;
   

}

.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0px;
    padding-left: 15px;
    color: #fff;
}
.nav-dropdown>li>a:hover {
    color: #fff;
    background: #8596B7;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

ul#ux-search-dropdown {
    top: 40px;
}
