/*
Theme Name: itcodewp
Description: Thiet ke website - webmau16.com
Author: Pham Van Lan | 097.2495.768
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* csss header menu */
/* @font-face {
    font-family: 'SVN Rockness';
    src: url('fonts/SVN-Rockness.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'SVN Rockness';
    src: url('fonts/SVN-Rockness.otf') format('woff2'),
         url('fonts/SVN-Rockness.otf') format('woff'),
         url('fonts/SVN-Rockness.otf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header-wrapper.stuck div#masthead {
    box-shadow: 0px 0px 5px 0px #0E0E0E;
}

div#masthead ul li.menu-item a.nav-top-link {
	font-size: 14px;
    padding-left: 20px;
}

div#masthead ul li.menu-item a.nav-top-link:hover {
    color: rgb(255, 92, 0);
}

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css banner */
.bnn-ct-small p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.25em;
    text-align: center;
	margin-top: 0;
	padding-left: 10px;
}

.bnn-ct-name p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 60px;
    color: #FFF;
    display: block;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    margin-top: 8px;
}

.bnn-ct-name p span.films-text {
    text-transform: capitalize;
    display: block;
	font-family: 'SVN Rockness', sans-serif;
/* 	font-size: 50px; */
    padding-top: 12px;
    padding-bottom: 5px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.bnn-text {
	width: 320px !important;
}

.bnn-text {
    left: 30px;
}

.bnn-text .text-inner {
    padding: 15px;
    background: transparent;
    text-align: center;
    width: 100% !important;
}

.bnn-text .frame-1, .bnn-text .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bnn-text .frame-1:before {
    border-top: 1px solid #f96f00;
    border-left: 1px solid #f96f00;
}

.bnn-text .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.bnn-text .frame-1:before, .bnn-text .frame-1:after, .bnn-text .frame-2:before, .bnn-text .frame-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 0.7;
}

.bnn-text .frame-2:before {
    left: auto;
    right: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.bnn-text .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 1px solid #f96f00;
    border-right: 1px solid #f96f00;
}

/* css section video */
.home-video {
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 18px;
}

.home-video .banner-inner.fill img, .home-video .banner-inner.fill:hover {
    border-radius: 12px;
    overflow: hidden;
}

/* .section-video {
    background-image: linear-gradient(rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
} 
 */
/* .home-video .banner-layers.container:hover {
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 69%));
} */

.banner-bg img {
    transition: filter 0.3s ease;
}

.banner.home-video:hover .banner-bg img {
    filter: blur(6px) brightness(0.85);
}

.home-video * {
    border-radius: 12px;
}

.has-hover.home-video.is-touched .hover-fade-in {
    opacity: 1;
}

.home-video h3 {
    font-weight: 500;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

a.button.open-video.icon {
    background: #ffffff00;
    border-color: #ffffff;
	border-width: 2px;
    font-size: 24px;
    transform: scale(.8);
    transition: .3s ease-in-out;
}

.home-video:hover a.button.open-video.icon {
    transform: scale(1.1);
}

a.button.open-video.icon i.icon-play {
    top: 0px;
	font-size: unset !important;
	line-height: 0;
}


/* css title bg */
.title-bg h2 {
/*     background-image: linear-gradient(180deg, #202020 0%, #202020C2 100%);  */
/* 	background-image: linear-gradient(180deg, #202020 0%, #20202000 100%); */
/*     padding-top: 35px; */
	padding-bottom: 15px;
}

.section-video {
    background: linear-gradient(180deg, rgb(32 32 32) 0%, #20202094 30%, #ffffff 50%, #ffffff 100%);
}

.noPadding {
	padding-bottom: 0 !important;
}


/* css footer */
/* .st-footer {
    background-image: url(/wp-content/uploads/2025/12/10d38805817835a22a2a2d069b3d02b6_11zon.webp);
    background-size: cover;
    background-position: center bottom;
} */

/* .st-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/12/5db9b2ed6ec46d5f7e3e18f9581dc3c3_11zon.webp);
    opacity: 0.9;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background-position: bottom; 
} */
#footer::before {
    content: '';
    position: absolute;
    top: -600px;
    left: 0;
    right: 0;
    height: 600px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));
    pointer-events: none;
}
.ct-foo h4 {
    font-family: "Train One", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #FF4C00;
	margin-bottom: 6px;
}

.ct-foo p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    color: #777;
	    
}

.ct-foo-ct h4 {
	color: #fff;
    font-size: 40px;
    font-weight: 900;
/*     text-shadow: rgba(255, 92, 0, 0.4) 2.26274px 2.26274px 0px; */
	font-family: sans-serif;
	
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none !important;
}

.accordion-title {
    border-top: 4px solid rgb(255, 92, 0);
    color: rgb(255, 92, 0) !important;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: .6em 2.3em;
    font-family: sans-serif;
/*     text-shadow: rgba(221, 92, 20, 0.4) 2.56326px 2.56326px 0px; */
}

.accordion-title.active {
    border-color: rgb(255, 92, 0);
}

.ct-foo-lh p {
    font-size: 30px;
    font-weight: 700;
    color: #222;
/*     text-shadow: rgba(221, 92, 20, 0.4) 2.56326px 2.56326px 0px; */
}

.accordion-inner .icon-box {
    display: flex;
    align-items: center;
}

.accordion-item .accordion-inner {
    padding: 0 0 0 25px;
}

.accordion-inner .icon-box {
    margin-bottom: 15px;
}

.img-per-footer  {
    border: 4px solid #fff;
    box-shadow: 0 0 15px #00000073;
    transition: .3s all ease-in-out;
}

.img-per-footer:hover {
    box-shadow: 0 0 15px #000000;
}

.coppy-ab p {
    color: #777;
    font-size: 15px;
	margin-bottom: 15px;
}

a.icon.primary.button:hover, footer#footer a.icon.button.circle.is-outline:hover {
    border-color: #FF4C00 !important;
}

a.icon.primary.button i:hover, footer#footer a.icon.button.circle.is-outline i:hover {
    color: #FF4C00 !important;
}


@media (max-width: 548px) {
/* 	.home-video .hover-fade-in {
		opacity: 1;
	} */
	
	.bnn-text {
		width: 230px !important;
		left: 15px;
	}

	.bnn-ct-small p {
		font-size: 13px;
	}

	.bnn-ct-name p {
		font-size: 36px;
	}
	.ct-foo-ct h4 {
		font-size: 28px;
	}
	.ct-foo-lh p {
		font-size: 24px;
	}
	.padidngMB15 {
		padding-bottom: 15px !important;
	}
	.coppy-ab p {
		margin-bottom: 0;
		font-size: 14px;
	}
	.coppyMb p {
		margin-bottom: 15px !important;
	}
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}