:root {
    --owl-red-500: #FF0606;

    --owl-dark-300: #393939;
    --owl-dark-400: #333333;
    --owl-dark-900: #000000;

    --owl-gray-100: #ACACAC;
    --owl-gray-200: #A6A6A6;
    --owl-gray-300: #A3A3A3;
    --owl-gray-400: #9D9D9D;
    --owl-gray-500: #828282;
    --owl-gray-600: #7b7b7b;
    --owl-gray-700: #676767;
    --owl-gray-800: #6B6B6B;


    --owl-slate-200: #D9D9D9;
    --owl-slate-300: #CCD2E3;
    --owl-slate-500: #5B6C83;
    --owl-slate-600: #596B82;


    --owl-border-100: #E4E4E4;
    --owl-border-200: #E3E3E3;
    --owl-border-300: #E1E1E1;
    --owl-border-400: #DDDDDD;
    --owl-border-500: #D1D1D1;
    --owl-border-600: #B6B6B6;
    --owl-border-700: #AFAFAF;

    --form-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    --thumb-gradient: linear-gradient( to-bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

	--owl-default-space: 15px;

    --owl-font-sm: 12px;
    --owl-font-sm-plus: 13px;
    --owl-font-base: 14px;
    --owl-font-md: 15px;
    --owl-font-lg: 16px;
    --owl-font-xl: 18px;

    --owl-font-heading-xs: 25px;
    --owl-font-heading-sm: 30px;
    --owl-font-heading-md: 35px;
    --owl-font-heading-base: 40px;
    --owl-font-heading-lg: 50px;
    --owl-font-heading-xl: 60px;
}
@media (max-width: 1439.98px) {
    :root{
        --owl-font-heading-xs: 24px;
        --owl-font-heading-sm: 30px;
        --owl-font-heading-md: 32px;
        --owl-font-heading-base: 36px;
        --owl-font-heading-lg: 48px;
        --owl-font-heading-xl: 56px;
    }
}
@media (max-width: 1199.98px) {
    :root{
        --owl-font-heading-xs: 22px;
        --owl-font-heading-sm: 24px;
        --owl-font-heading-md: 28px;
        --owl-font-heading-base: 32px;
        --owl-font-heading-lg: 40px;
        --owl-font-heading-xl: 48px;
    }
}
@media (max-width: 991.98px) {
    :root{
        --owl-font-heading-xs: 20px;
        --owl-font-heading-sm: 22px;
        --owl-font-heading-md: 24px;
        --owl-font-heading-base: 30px;
        --owl-font-heading-lg: 36px;
        --owl-font-heading-xl: 40px;
    }
}



/* Fonts */
@font-face {
	font-family: "Helvetica Neue";
	src: url(../fonts/Helvetica-Neue-Regular.ttf);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url(../fonts/Helvetica-Neue-Bold.ttf);
	font-weight: 700;
	font-display: swap;
}
@font-face{
    font-family:"Times New Roman";
    font-style:normal;
    font-weight:400;
    src:local('Times New Roman'),
    url(../fonts/Times-New-Roman-Regular.ttf) format('woff');
    font-display: swap;
}
/* Defautl  */
body {
	font-family: "Helvetica Neue", "Segoe UI", Arial, Segoe, "DejaVu Sans",
		"Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: var(--owl-dark-900);
	background-color: #fff;
	position: relative;
}
a {
	text-decoration: none;
	transition: all 0.25s;
}
a:hover,
a:focus {
	color: var(--owl-dark-900);
	text-decoration: none;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
* {
	padding: 0;
	margin: 0;
	outline: none !important;
}
img {
	max-width: 100%;
}

/* CONTAINER */
.container-xs,
.container-sm,
.container,
.container-fluid,
.container-lg {
	width: 100%;
	padding-right: var(--owl-default-space, 15px);
	padding-left: var(--owl-default-space, 15px);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
    .container-xs{
        max-width: 526px;
    }
    .container-sm{
        max-width: 546px;
        /* container-xs + 20px */
    }
    .container{
        max-width: 546px;
        /* container-sm + 0 */
    }
    .container-lg{
        max-width: 586px;
        /* container + 40px */
    }
}
@media (min-width: 768px) {

    .container-xs{
        max-width: 698px;
    }
    .container-sm{
        max-width: 738px;
        /* container-xs + 40px */
    }
    .container{
        max-width: 738px;
        /* container-sm + 0 */
    }
    .container-lg{
        max-width: 798px;
        /* container + 60px */
    }


}
@media (min-width: 992px) {
    .container-xs{
        max-width: 882px;
    }
    .container-sm{
        max-width: 942px;
        /* container-xs + 60px */
    }
    .container{
        max-width: 962px;
        /* container-sm + 20px */
    }
    .container-lg{
        max-width: 1042px;
        /* container + 80px */
    }
}
@media (min-width: 1200px) {
    .container-xs{
        max-width: calc(1080px - calc(var(--owl-default-space) * 2));
    }
    .container-sm{
        max-width: calc(1160px - calc(var(--owl-default-space) * 2));
        /* container-xs + 80px */
    }
    .container{
        max-width: calc(1200px - calc(var(--owl-default-space) * 2));
        /* container-sm + 40px */
    }
    .container-lg{
        max-width: calc(1300px - calc(var(--owl-default-space) * 2));
        /* container + 100px */
    }
}
@media (min-width: 1440px) {
    .container-xs{
        max-width: calc(1220px - calc(var(--owl-default-space) * 2));
    }
    .container-sm{
        max-width: calc(1320px - calc(var(--owl-default-space) * 2));
        /* container-xs + 100px */
    }
    .container{
        max-width: calc(1380px - calc(var(--owl-default-space) * 2));
        /* container-sm + 60px */
    }
    .container-lg{
        max-width: calc(1500px - calc(var(--owl-default-space) * 2));
        /* container + 120px */
    }
}

@media (min-width: 1640px) {
    .container-xs{
        max-width: calc(1064px - calc(var(--owl-default-space) * 2));
    }
    .container-sm{
        max-width: calc(1326px - calc(var(--owl-default-space) * 2));
        /* container-xs + 120px */
    }
    .container{
        max-width: calc(1487px - calc(var(--owl-default-space) * 2));
        /* container-sm + 80px */
    }
    .container-lg{
        max-width: calc(1766px - calc(var(--owl-default-space) * 2));
        /* container + 140px */
    }
}






/* END CONTAINER */


/* STICKY FOOTER */
#page-wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

#site-content {
	flex: 1;
}
/* END STICKY FOOTER */

/* Font size */

.text-sm{
    font-size: var(--owl-font-sm);
}
.text-sm-plus{
    font-size: var(--owl-font-sm-plus);
}
.text-base{
    font-size: var(--owl-font-base);
}
.text-md{
    font-size: var(--owl-font-md);
}
.text-lg{
    font-size: var(--owl-font-lg);
}
.text-xl{
    font-size: var(--owl-font-xl);
}

.text-heading-xs{
    font-size: var(--owl-font-heading-xs);
}
.text-heading-sm{
    font-size: var(--owl-font-heading-sm);
}
.text-heading-md{
    font-size: var(--owl-font-heading-md);
}
.text-heading-base{
    font-size: var(--owl-font-heading-base);
}
.text-heading-lg{
    font-size: var(--owl-font-heading-lg);
}
.text-heading-xl{
    font-size: var(--owl-font-heading-xl);
}


/* Paragraph's lines */
.text-truncate-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* End paragraph's lines */

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}


.text-white{
    color: #fff;
}
.text-red-500{
    color: var(--owl-red-500);
}
.text-dark-300{
    color: var(--owl-dark-300);
}
.text-dark-400{
    color: var(--owl-dark-400);
}
.text-dark-900{
    color: var(--owl-dark-900);
}

.text-gray-100{
    color: var(--owl-gray-100);
}
.text-gray-200{
    color: var(--owl-gray-200);
}
.text-gray-300{
    color: var(--owl-gray-300);
}
.text-gray-400{
    color: var(--owl-gray-400);
}
.text-gray-500{
    color: var(--owl-gray-500);
}
.text-gray-600{
    color: var(--owl-gray-600);
}
.text-gray-700{
    color: var(--owl-gray-700);
}
.text-gray-800{
    color: var(--owl-gray-800);
}


.text-slate-200{
    color: var(--owl-slate-200);
}
.text-slate-300{
    color: var(--owl-slate-300);
}
.text-slate-500{
    color: var(--owl-slate-500);
}
.text-slate-600{
    color: var(--owl-slate-600);
}

/* Font Weight */
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}

/* Text Transform */
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline !important;
}
.line-through {
	text-decoration: line-through !important;
}
.capitalize {
	text-transform: capitalize;
}

/* Whitespace */
.whitespace-normal {
	white-space: normal;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.whitespace-pre {
	white-space: pre;
}
.whitespace-pre-line {
	white-space: pre-line;
}
.whitespace-pre-wrap {
	white-space: pre-wrap;
}
/* Word Break */
.break-all {
	word-break: break-all;
}

.list-unstyled {
	list-style: none;
}

.ratio-thumb{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
}
.ratio-media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.ratio-1x1{
    padding-bottom: 100%;
}
.ratio-1x2{
    padding-bottom: 45%;
}
.ratio-16x9{
    padding-bottom: 56.25%;
}

/* object fit */
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
/* overflow */
.overflow-hidden {
	overflow: hidden;
}
.overflow-auto {
	overflow: auto;
}

/* position */
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.hover-underline {
    display: inline-block;
    padding: 0 0 4px 0;
    position: relative;
}
.hover-underline::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.5px;
    background-color: var(--owl-dark-900);
    opacity: 0;
    width: 0;
    transition: all .25s;
}
.hover-underline:hover::after{
    opacity: 1;
    width: 100%;
}

.hover-opacity{
    transition: all .25s;
}
.hover-opacity-75:hover{
    opacity: .75;
}
.hover-opacity-80:hover{
    opacity: .80;
}
.hover-opacity-85:hover{
    opacity: .85;
}
.hover-opacity-90:hover{
    opacity: .90;
}


.theme-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    /* pointer-events: none; */
}
.theme-overlay.active{
    opacity: 1;
    visibility: visible;
}

.theme-dropdown{
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.theme-dropdown-content{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.075);
    margin: 0;
    padding: 6px 0;
    transition: all .25s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.theme-dropdown-content.active{
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.theme-dropdown-content li{
    display: block;
}
.theme-dropdown-content li a{
    display: block;
    padding: 6px 12px;
}

.theme-dropdown-content-sm{
    width: 100px;
}
.theme-dropdown-content-lg{
    width: 300px;
}
.cursor-pointer{
    cursor: pointer;
}
.flex-1{
    flex: 1;
    min-width: 1px;
}

/* RADIUS */
.rounded-full{
    border-radius: 9999px;
}
.rounded-xs{
    border-radius: 5px;
}

/* FIX FONT */
.news-detail-page-header *,
.news-detail-page-body *,
.recruitment-item-rte *,
.lookbook-detail-title,
.lookbook-detail-des,
.lookbook-detail-body,
.tailor-header *:not(.theme-button):not(.theme-button-text),
.tailor-body *,
.about-page-header *,
.about-page-body *{
    font-family: "Times New Roman" !important;
}
.news-detail-page-header img,
.news-detail-page-body img,
.recruitment-item-rte img,
.about-page-body img {
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 90px) !important;
}
.about-page-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}