@charset "UTF-8";
/*
Theme Name: Flatsome Child
Description: ELITE
Author: UX Themes
Template: flatsome
Version: 3.851126456812416
*/

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

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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'); */
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
:root {
  --color-primary-dark: #01423e;
  --color-primary: #157954;

  --gradient-primary: linear-gradient(
    to right,
    #00221e,
    #003a27
  );
}
html {
	font-size: 1.041666666vw;
}
body,
body *
{
      font-family: "Montserrat", sans-serif;
}
html body
{
    color:#fff;
}
.section-title .section-title-main,
.page-title,
.cat-title,
.post-title,
.section-title,
.popup__title,
.entry-title
{
     font-family: "Cormorant Garamond", serif;
     font-weight: 500;
}
body
{
    background: linear-gradient(to right, #000000, #142818);
}
body:not(.home)
{
    background:#161212;
}
#main, #wrapper
{
    background:transparent;
}
.sr-only {
    border: 0;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem);
    clip-path: inset(50%);
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .0625rem;
    word-wrap: normal !important;
  }
#header .header-main 
{
    padding: .325rem 0 .5rem;
    height: auto !important;
}
body h1,body  h2,body  h3,body  h4,body  h5,body  h6, .heading-font
{
    color:#fff;
}
.header-wrapper .header-bg-container .header-bg-color
{
    background-color:#000;
    background: #0000004a;
    box-sizing: content-box;
   
}
.header-wrapper.stuck .header-bg-container .header-bg-color
{
     background: #161212d1;
}
.header-wrapper .header-bg-container .header-bg-image
{
    background-image:url(assets/images/ware.svg);
    background-size: 24%;
    background-position:110% center;
    background-repeat:no-repeat;
    mix-blend-mode: soft-light;
    z-index: 3;
    opacity: 0;
    display:none;
}

body .header-wrapper:not(.stuck)
{
    position: absolute;
    width: 100%;
}
.blog-author-image {
    background: black;
}
#wide-nav.header-bottom
{
   /* background: #01423e; */
   border-bottom: thin solid #333;
   box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px;
   background: transparent;
}
#wide-nav.header-bottom .nav>li>a
{
    font-size: 1rem;
    text-transform:none;
    color: #fff;
    font-weight: 400;
    padding: .325rem .25rem .75rem;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;;
    white-space: nowrap;
}
#wide-nav.header-bottom .nav>li:not(:first-child)
{
    margin-left: .875rem;
}
#wide-nav.header-bottom .nav>li>a i
{
    color: #fff;
    opacity:1;
    margin-left:.325rem;
}

header .nav > li > a::after
{
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: .425rem;
    width: 0;
    height: .1rem;
    background: #fff;
   
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

header .nav > li:hover> a:after,
header .nav > li:focus> a:after
{
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
}
.nav-right.header-nav>li
{
	margin: 0 1.25rem;
}
/* dt blog */
.dt-blog-wrapper
{
	margin:0 0 1.5rem;
	padding-top: 2rem;
	position: relative;
}
.dt-blog-archive
{
    position:relative;
    z-index:2;
}
.dt-blog-featured
{
	display:flex;
	flex-wrap:nowrap;
	padding-bottom: 2rem;
	margin-bottom:2rem;
	align-items: flex-start;
	position: relative;
}
.dt-blog-featured::after
{
    content: '';
    position: absolute;
    width: calc(100% - 15px * 2);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom:1px solid #E0E0E0;
}
.dt-blog-featured__slider
{
	width: 50%;
	flex:none;
}
.dt-blog-featured__center
{
	padding-left: 2rem;
	flex-grow: 1;
}

.dt-blog-featured__center .post-item
{
	display:flex;
	flex-direction:row-reverse;
	margin-bottom:1rem;
	border-bottom: thin solid #eee;
	padding-bottom: 1rem;
}
.dt-blog-featured__center .post-item:last-child
{
    border:None;
}
.dt-blog-featured__center .post-item .box-image
{
	width: 7.5rem;
	flex: none;
}
.dt-blog-featured > div:not(.dt-blog-featured__slider) .post-item .from_the_blog_excerpt 
{
    display:none;	
}
.dt-blog-featured .post-title a
{
	text-transform:none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	display:block;
	color: #333;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.dt-blog-featured__right .post-item
{
	margin-bottom:1rem;
	position:relative;
}
.dt-blog-featured__right .post-item .box-text
{
	position:absolute;
	left:0;
	bottom:0;
	bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.65) 100%);
    display:flex;
    align-items:flex-end;
    border-radius:.5rem;
}
.dt-blog-featured__right .post-item .post-title a
{
	color:#fff;
	font-size:1.125rem;
	transition:0.2s all;
}
.dt-blog-featured__right .post-item:hover .post-title a
{
    transform: translateY(-30px);
    text-decoration:underline;
}
.dt-blog-featured__center .post-item .post-title:hover a,
.dt-blog-featured__slider .post-item .post-title:hover a
{
    color:#D0D34D;
    text-decoration:underline;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.dt-blog-featured__slider .post-item .box-text
{
	padding-left:0;
	padding-right:0;
}
.dt-blog-featured__center .post-item .box-text
{
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
}
.dt-blog-featured__slider .post-item .post-title a
{
	font-size: 1.125rem;
}
.dt-blog-featured__slider .post-item .from_the_blog_excerpt
{
	color: #828282;
	font-size: .9375rem;
	line-height: 1.5;
	text-align:left;
	margin-top:.5rem;
}
.dt-blog-wrapper .post-item .box-image
{
    overflow: hidden;
}
.dt-blog-archive #post-list .post-item .box-image
{
    width: 100%;
    flex: none;
}
.dt-blog-featured__slider .flickity-page-dots
{
	bottom: 0;
}

.dt-blog-archive #post-list .post-item
{
	display:flex;
	align-items: flex-start;
	flex-direction: column;
}

.dt-blog-archive #post-list .post-item .post-title
{
    margin-top: 0;
    font-size: 1.125rem;
    text-transform:none;
    margin-bottom:.5rem;
    font-weight: 500;
    line-height: 1.4;
    display:block;
    color: #333;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.dt-blog-archive #post-list .post-title:hover a
{
    color:#D0D34D;
    text-decoration:underline;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.dt-blog-archive #post-list .post-item .from_the_blog_excerpt
{
	color: #828282;
	font-size: .9375rem;
	line-height: 1.5;
	text-align:left;
	margin-top:.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#post-list ul.page-numbers
{
	display:flex;
	list-style-type:none;
	justify-content:center;
}
#post-list ul.page-numbers a,
#post-list ul.page-numbers span
{
	width:2.5rem;
	padding:.375rem;
	border-radius:.375rem;
	border:thin solid #ccc;
	display:flex;
	justify-content:center;
	font-size:14px;
	line-height: 1.4;
}
#post-list ul.page-numbers a:hover,
#post-list ul.page-numbers span
{
	background:#D0D34D;
	border-color:#D0D34D;
	color:#fff;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% ); 
}
#post-list ul.page-numbers li
{
	margin-left:12px;
}
body .post-meta
{
	display:flex;
	align-items:center;
	margin-bottom: .5rem;
	margin-top: .25rem;
	color: #eee;
	font-size: .825rem;
	font-weight:300;
}
body .post-meta > *
{
	padding:0;
	margin-left:0;
	margin-right: unset;
}
.post-meta .author-name
{
	margin-right: 0.65rem;
	text-transform: none;
	flex: none;
	display: flex;
	align-items: center;
}
.dt-blog-featured__slider .post-meta
{
	margin-top:.5rem;
}
.dt-blog-featured__right .post-meta
{
	display:none;
}
.top-divider
{
    display:none;
}
.header-search i
{
    color:#fff;
}
body .slider-nav-light .flickity-page-dots .dot,body .slider-nav-simple .flickity-page-dots .dot {color: #2a5913;top: 6.5px;left: 6.5px;width: 8px;height: 8px;content: "";background-color: #2a5913;border-radius: 2px;transition: all 0.25s ease 0s;border: 2px solid #fff;}
body .slider-nav-light .flickity-page-dots .dot.is-selected,body .slider-nav-simple .flickity-page-dots .dot.is-selected { color: #2a5913; content: ""; background-color: #2a5913; top: 3.5px; left: 3.5px; height: 13px; width: 13px; border-radius: 2px; }
.posts-list
{
    display:flex;
    flex-wrap:wrap;
    margin: 1.75rem 0 0;
}
.posts-list .post-item,
.dt-blog-archive #post-list .post-item
{
    flex-basis:calc((100% - 4rem)/3);
    margin-right:2rem;
    margin-left: unset;
    margin-bottom: 0;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.posts-list .post-item:nth-child(3n+3)
{
    margin-right:0;
}
.cat-post__header
{
    display:flex;
    align-items:center;
}
.cat-post__header a
{
    flex:none;
    font-weight:500;
    font-size:.9rem;
    padding-right:1.5rem;
    position: relative;
}
.cat-post__header a:hover
{
    color:#2a5913;
}
.cat-post__header a:hover img
{
    filter: invert(24%) sepia(10%) saturate(5356%) hue-rotate(62deg) brightness(102%) contrast(85%);
}
.cat-post__header a:before
{
    content:'';
    position:absolute;
    width:1rem;
    height:1rem;
    background:url('assets/images/arrow.svg');
    background-size:contain;
    background-repeat:no-repeat;
    transform:rotate(-90deg) scale(.85);
    right:0rem;
    top:.125rem;
}
.cat-nav__list-child-home
{
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
}
.cat-post__wrap
{
    border-bottom:thin solid #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.cat-post__wrap:last-child
{
    border:none;
}
.cat-title
{
    font-size:1.5rem;
    font-weight:500;
    margin-bottom: 0;
}
.cat-nav__list-child-home
{
    margin: 1.25rem 0 0;
}
.cat-nav__item-child-home a
{
    padding:.35rem 1.25rem;
    border:none;
    border-radius:1.5rem;
    font-size:.875rem;
    font-weight:600;
    color:#fff;
    margin-right: .5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    
}
.cat-nav__item-child-home a:after
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    z-index: 1;
     background-image: url(assets/images/input-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.cat-nav__item-child-home a:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    z-index: -1;
    transform-origin: left;
    transform: scale(0, 1);
    background:var(--color-primary);
   
    transition: transform 0.35s cubic-bezier(0.3, 1, 0.8, 1);
    transform-style: preserve-3d;
   
}
.cat-nav__item-child-home a:hover:before,
.cat-nav__item-child-home a.active:before
{
    transform:scale(1);
}
.cat-nav__item-child-home a:hover,
.cat-nav__item-child-home a.active
{
    border-color:transparent;
    color: #fff;
}
.blog-author-image
{
    width:1.5rem;
    height:1.5rem;
    border-radius:50%;
    overflow:hidden;
    border:thin solid #eee;
    margin-right: .3125rem;
}
.post-bottom
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:1rem 0 0;
}
.dt-blog-featured__center .post-bottom
{
    display:none;
}
.post-read
{
    margin:unset !important;
    border:thin solid #d9d9d9;
    border-radius:1.5rem;
    padding:0 .5rem;
    color:#555;
}
.copy-link img
{
    width:1.65rem;
    filter: invert(33%) sepia(0%) saturate(1%) hue-rotate(176deg) brightness(91%) contrast(82%);
}
.posts-list .post-title 
{
    font-size:1rem;
    font-weight:500;
}
#animatedLoader {
  position: fixed;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}

#animatedLoader.fade-in {
opacity: 1;
visibility: visible;
background: rgb(0 0 0 / 52%);
pointer-events: all;
}

#animatedLoader.fade-out {
  opacity: 0;
  visibility: hidden;
}

#animatedLoader .loader {
  width: 2.5rem;
  height: 2.5rem;
  border: .1875rem solid #2a5913;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: rotateAnimation 1s linear infinite;
  animation: rotateAnimation 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#animatedLoader .loader::before,
#animatedLoader .loader::after {
  content: none;
}

@-webkit-keyframes rotateAnimation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
body .back-to-top.button.icon
{
    display:flex;
    align-items:center;
    justify-content:center;
    border-color: transparent;
    /* overflow:hidden; */
    border-radius:.5rem;
}
body .back-to-top.button.icon:before
{
      content:"";
      position:absolute;
      inset:0;
      padding:.0625rem;
      border-radius: .25rem;
      background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
      -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      animation:borderRun 4s linear infinite;
      bottom: 0;
      top:unset;
      height:100%;
}

body .back-to-top:hover
{
    transform: translateY(-.25rem);
    background:transparent;
}
body .back-to-top i
{
    line-height:1;
    height: auto;
    color:#2a5913;
    position:relative;
    z-index:2;
        background: linear-gradient(135deg, #F5E08A 0%, #D0B24C 30%, #B88A1A 60%, #E6C766 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-section
{
    /* display:none; */
}
.footer-section .col
{
    padding-bottom:0;
}
.footer-section .col:first-child .col-inner
{
    display:flex;
    justify-content:space-between;
}
.footer-section .col-inner .stack
{
    width:20%;
    color:#fff;
    text-align:justify;
}
.footer-section .col-inner .stack .section-title-main
{
    font-size:1.5rem;
    background-image:url(assets/images/title-arr.png);
    background-size:contain;
    background-position:bottom;
    background-repeat:no-repeat;
    margin-bottom:1.5rem;
    margin-top:3rem;
}
.footer-section .col-inner .stack:nth-child(2) .section-image-container
{
    display:flex;
    align-items:center;
    margin-bottom:.5rem !important;
    position:relative;
}
.footer-section .col-inner .stack .section-image-container .dt_image-img
{
    width:2rem;
    margin-right:1rem;
    flex:none;
}
.footer-section .col-inner .stack:nth-child(2) .section-image-container .dt_image-img a:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
   z-index:2;
}
.footer-section .col-inner .stack:nth-child(3)
{
    min-width: 32%;
}
#wpforms-2607 .wpforms-field-label
{
    display:none;
}
#wpforms-2607 .wpforms-form
{
    display:flex;
    align-items: flex-start;
}
.footer-section div.wpforms-container-full .wpforms-form input.wpforms-field-medium
{
    max-width:100%;
    background:transparent;
    background-image:url(assets/images/input-bg.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    border:none;
    padding:0 1rem;
    height: 3rem;
    color: #fff;
    border: none !important;
}
.footer-section div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder { 
  color: #fff;
    font-weight:600;
}
.footer-section div.wpforms-container-full .wpforms-form input::-moz-placeholder { 
  color: #fff;
      font-weight:600;
}


.footer-section #wpforms-2607 .wpforms-submit-container
{
    margin-left:.5rem;
    padding: 0;
}
.entry-content.single-page .post-content a
{
    color: #0f68c8;
        font-weight: 600;
        text-decoration: underline;
}
.absolute-footer
{
    background:#01423e;
    background: var(--gradient-primary);
    padding: .5rem;
    text-align: center;
    display: none;
}
.absolute-footer .footer-primary
{
    text-align:center;
    float: none;
}
.copyright-footer
{
    color:#ddd;
    font-size: 0.875rem;
}
.dt-breadscrumb .breadcrumb
{
    font-size: 13px;
    line-height: 1.4;
    margin-top:-.5rem;
    display:flex;
    list-style-type:none;
    margin-bottom: 1REM;
}
.dt-breadscrumb li
{
    margin-right:.8rem;
    margin-left:0 !important;
}
.dt-breadscrumb li *
{
    color: #dcdcdc;
}
.dt-breadscrumb li:not(:first-child):before
{
    content:'>';
    position:relative;
    left:-.325rem;
    color: #dcdcdc;
}
.dt-breadscrumb li a:hover
{
    color:#D0D34D;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.breadcrumb-row .col
{
    padding-bottom:0;
}
.archive-page-header .page-title
{
    font-size:1.75rem;
    font-weight:700;
     background: linear-gradient(
    135deg,
    #E6C766 0%,
    #C9A227 50%,
    #9F7A14 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-sidebar .section-title-main
{
    text-transform:uppercase;
    font-weight:600;
    font-size:1.375rem;
    margin:-1rem 0 1rem;
    position:relative;
    padding-left:1.5rem;
    margin-bottom: 0;
}
.post-sidebar .section-title-main:before
{
    content:'';
    position:absolute;
    width:.5rem;
    height: 62%;
    left:0;
    top:15%;
    background: #fff;
}
.post-sidebar .section-title-container
{
    margin-bottom:.75rem;
}
.post-sidebar
{
    border-left:thin solid #eee;
    padding-left:1.5rem;
}
.post-sidebar .col
{
    padding-bottom:0;
}
.cat-nav__item  
{
    list-style-type:none;
    padding-left:0;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.cat-nav__item>a
{
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 0;
    border-bottom: thin dashed #ddd;
}
.cat-nav__item>a .act
{
    position:absolute;
    width:1.5rem;
    height:1.5rem;
    right:0;
   
}
.cat-nav__item>a .act:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: .1875rem;
  width: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
}

.cat-nav__item>a .act:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 50%;
  width: .1875rem;
  transition:all .25s;
}
.cat-nav__item.active>a,
.cat-nav__item:hover>a,
.cat-nav__item-child:hover>a,
.cat-nav__item-child.active a
{
    color:#fff;
}
.cat-nav__item.active>a .act:before,
.cat-nav__item.active>a .act:after
{
    background:#2a5913;
}
.cat-nav__item .act.show:before
{
   
    transform: translate(-50%, -50%) rotate(90deg);
}
.act img
{
    width: .9rem;
    position: relative;
    top: -.125rem;
}
.cat-nav__item.active .cat-nav__list-child
{
    display:block;
}
.cat-nav__list-child
{
    /* display:none; */
    margin:0;
    padding:.5rem .75rem 0;
}
.cat-nav__list-child li
{
    margin-left:0 !important;
}
.cat-nav__item-child a
{
    font-size:1rem;
    font-weight:500;
    color: #eee;
}
.breadcrumb-row,
.post-date.badge
{
    display:none;
}
/* TOC */
.dt-toc
{
  margin: 1rem 0;
}
.dt-toc .toc-header
{
  position: relative;
  display:flex;
  align-items:center;
  color:#01423e;
  background:#fff;
  cursor: pointer;
  /* border-bottom: thin solid #eaeaea; */
}
.toc-header h3
{
   margin: 0;
   font-weight: 600;
   padding: .5rem 0 .5rem 1rem;
   font-size: .9375rem;
   width: 100%;
   background: #01423e;
   color: #fff;
   padding-left:2.5rem;
}
.toc-header h3:before
{
    content:'';
    position:absolute;
    left:1rem;
    top:50%;
    transform:translateY(-50%);
    width:1rem;
    height:1rem;
    background-image:url(assets/images/table-of-contents-com.svg);
    background-size:contain;
    filter:brightness(100);
    background-position:center;
    background-repeat:no-repeat;
}
.toc-item
{
   font-size:.875rem;
   font-weight:400;
}
.toc-content
{
    /* border: thin solid #ccc; */
    border-top: none;
    padding-left: 1rem;
    max-height: 90vh;
    overflow-y: auto;
}
.toc-content a *
{
    font-weight:400;
}
.toc-item a
{
  padding: .5rem 2rem .5rem 0;
  display:inline-block;
  border-bottom: thin solid #D0D2D3;
  font-weight: 500;
  color: #eee;
}
.toc-item a:hover
{
    color: #fff;
}
.toc-item:last-child a
{
    border:none;
}
.list-child-toc
{
  padding-left:1.5rem;
}
.dt-toc.collapse .toc-content
{
  height:0;
  visibility:hidden;
  opacity:0;
  
}
.toc-trigger
{
  visibility:hidden;
  z-index:-1;
  position:fixed;
  left: 4rem !important;
  bottom: unset;
  top: 50%;
  margin:auto;
  width: 2.625rem;
  height: 2.625rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: thin solid rgba(0, 0, 0, 0.35);
  transition: opacity 0.25s 0s ease-in-out;
  transform: translateY(-50%);
}
.dt-toc.sticky-toc .toc-trigger
{
  visibility:visible;
  z-index:9;
}
.toc-trigger a
{
  display:flex;
  color: #01423e;
  padding: .375rem;
  transition: none;
}
.toc-trigger svg
{
  width:100%;
  height: 100%;
}
.dt-toc .toc-header span.act
{
    content: url(assets/images/arrow.svg);
    position: absolute;
    height: .8rem;
    width: .8rem;
    display: block;
    top: 0;
    user-select: none;
    right: .625rem;
    bottom: 0;
    margin: auto;
    transition: transform 0.25s 0s ease-in-out;
    filter: invert(1);
}
.dt-toc.collapse .toc-header span.act
{
   transform: rotate(-90deg);
}
.dt-toc.expand
{
  width:100%;
  height:100%;
  position:fixed;
  display:flex;
  justify-content:center;
  align-items:center;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.65);
  margin: 0;
  z-index:1001;
}
.dt-toc.expand .toc-wrapper
{
  width:43.75rem;
  max-width:92vw;
  padding: 0;
  background: #161212;
  box-sizing: border-box;
  box-shadow:-.0625rem 0.125rem 0.25rem rgba(0,0,0,.25);
}

.dt-toc.expand .toc-trigger
{
  z-index:-1;
  visibility:hidden;
}
.dt-toc.expand .toc-header span.act
{
  content: url(assets/images/close.svg);
  transform: none;
  height: 1.5rem;
  width: 1.5rem;
  transition: all .1s;
  opacity:0;
  right: -.25rem;
  animation: zoomIn .45s .1s ease-out;
  animation-fill-mode:both;
}
.dt-toc.expand .toc-content>.toc-item:last-child a
{
  border:none;
}
.toc-trigger:hover
{
  background:#01423e;
  border-color:#01423e;
  color:#fff;
  transition:all .2s;
}
.dt-toc.expand .toc-trigger:hover
{
  transition:none;
}
.toc-trigger:hover svg *
{
  color:#fff;
}
.entry-header-top
{
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom:2rem;
}
.entry-header-top-right
{
    display:flex;
}
.post-view
{
    margin-right:1rem;
    color: #555;
}
.post-view img {
     width: 1.5rem; 
     filter: invert(33%) sepia(0%) saturate(1%) hue-rotate( 176deg ) brightness(100%) contrast(22%);
}
.entry-title
{
    font-size:2rem;
    font-weight:500;
    text-align:left;
     background: linear-gradient(
    135deg,
    #E6C766 0%,
    #C9A227 50%,
    #9F7A14 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry-header-text
{
    padding-left:0 !important;
    padding-bottom: .5rem;
}
.entry-title + .entry-divider,
.comments-area
{
    display:none;
}
.single-post .article-inner 
{
    /* max-width:45rem; */
    margin-left:auto;
    margin-right:auto;
}
.single-post .related-post
{
	/* max-width:45rem; */
	margin-left:auto;
	margin-right:auto;
}
.featured_content
{
    font-size:1.3125rem;
    /* border-top: thin solid #ccc; */
    padding-top:1rem;
    color: #ffe29a;
}
.single-post .article-inner .post-meta
{
     border-top: thin solid #eeeeee85;
     padding-top:1rem;
     justify-content: space-between;
     margin-bottom: 2.5rem;
}
.entry-image
{
    min-width:calc(60rem);
    left:50%;
    transform:translateX(-50%);
   
}
.entry-image img
{
    aspect-ratio: 16/9;
    overflow: hidden;
    object-fit:cover; 
}
.wp-caption .wp-caption-text
{
    background:#01423e !important;
    color:#fff !important;
    font-size:.875rem;
}
.wp-caption .wp-caption-text *
{
    color:#fff !important;
    font-size:.875rem;
}
.single-post .blog-single .entry-content
{
    padding-right:0;
    padding-left:0;
    padding-top:0;
    position: relative;
}
.single-post .blog-single .entry-content>.post-content:nth-child(1)
{
    padding-top:1rem;
}
.single-post .row-divided>.col+.col:not(.large-12)
{
    border:none;
}
.blog-share
{
    text-align:right;
    border-bottom:thin dashed #ccc;
    padding-bottom:10px;
}
.blog-share .is-divider
{
    display:none;
}
.related .post-title 
{
    font-size:14px;
    text-align:left;
    text-transform:none;
    line-height:1.4;
}
.related .box-text
{
    padding-left:10px;
    padding-right:10px;
}
.related .is-divider
{
    display:none;
}
/* Single video */
.video-info
{
    display:flex;
    margin-bottom: 20px;
}
.video-wrapper 
{
    margin-top: -30px;
    padding: 30px 0;
    background: #111;
    margin-bottom: 30px;
    height: auto !important;
}
.video-info h1 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.info-meta>span,
.info-meta .likes
{
    display:flex;
    align-items:center;
}
.info-meta img
{
    filter: invert(.5);
    width: 20px;
    margin-right:5px;
}
.info-meta .likes
{
    margin-left: 1.5rem;
}
.info-meta,
.like-count 
{
    color: #888;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}
.player {
    margin-bottom: 25px;
    max-width:60rem;
    margin-left:auto;
    margin-right:auto;
}
.player .embed-responsive {
    z-index: 999;
    background: #111;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.player-sticky.sticky-on .embed-responsive {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 400px;
}
.video-options>div
{
    flex-basis: calc((100% - 3*1rem)/4);
    max-width: 10rem;
    margin-right: 1rem;
}
.video-options>div:last-child
{
    margin-right:0;
}
.video-options .option {
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    padding: 1.25rem 0;
    color: #999;
    height: 5rem;
    text-decoration: none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:1rem;
}
.video-options .icon
{
    filter: invert(.5);
    width: 1.25rem;
    margin-bottom:5px;
}
#lightoff {
    display: none;
    background: #01423e;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 10;
}
.video-wrapper ~ .row .entry-image
{
    display:none;
}
.article-inner iframe
{
    margin-bottom:1rem;
}
.related-post__title
{
    font-size:1.5rem;
    font-weight:500;
}
.related-post__title + .posts-list
{
    margin-top:1rem;
}
.load-end
{
    position:absolute;
    bottom:-.5rem;
    width:100%;
    text-align:center;
    
}

.zoomimg-wrapper .zoomimg-caption-wrapper
{
  color:#fff;
  width: 100%;
  height: auto;
  z-index: 99997;
  position: absolute;
  left: 50% !important;
  bottom:.5rem;
  transform:translateX(-50%);
  opacity: 0;
  transition: none;
  text-align: center;
}

.zoomimg-caption-wrapper .share-post
{
  margin-top:1rem;
}
body .fancybox-slide--image .fancybox-content
{
    display:flex;
    flex-direction:column;
    overflow:visible;
}
body .fancybox-slide--image .fancybox-content *
{
    position:static;
}
body .fancybox-slide--image .fancybox-content .dt-img-caption
{
    text-align:center;
    color:#fff;
    padding:.5rem 0;
}
.category-video-phan-tich-crypto .large-9
{
    width:100%;
    flex-basis:100%;
    max-width:100%;
}
.category-video-phan-tich-crypto .post-sidebar
{
    display:none;
}
.category-video-phan-tich-crypto #post-list
{
    display:flex;
    flex-wrap:wrap;
}
.category-video-phan-tich-crypto #post-list .post,
.category-video-phan-tich-crypto .posts-list .post-item
{
    flex-basis:calc((100% - 3*1.5rem)/4);
    max-width:calc((100% - 3*1.5rem)/4);
    margin-right:1.5rem;
    margin-bottom:1.5rem;
    background:#01423e;
    border-radius:1rem;
    overflow:hidden;
}
.category-video-phan-tich-crypto #post-list .post:nth-child(4n+4),
.category-video-phan-tich-crypto .posts-list .post-item:nth-child(4n+4)
{
    margin-right: 0;
}
.category-video-phan-tich-crypto #post-list .post-item,
.category-video-phan-tich-crypto .posts-list .post-item
{
    flex-wrap:wrap;
}
.category-video-phan-tich-crypto #post-list .post-item .from_the_blog_excerpt,
.category-video-phan-tich-crypto .posts-list .post-item .from_the_blog_excerpt
{
    display:none;
}
.category-video-phan-tich-crypto #post-list .post-item .box-image,
.category-video-phan-tich-crypto .posts-list .post-item .box-image
{
    width:100%;
}
.category-video-phan-tich-crypto #post-list .post-item .box-text,
.category-video-phan-tich-crypto .posts-list .post-item .box-text
{
    padding:1rem;
    padding-top:.5rem;
}
.category-video-phan-tich-crypto .post-meta,
.category-video-phan-tich-crypto .post-read
{
    color:#ddd;
}
.category-video-phan-tich-crypto .date-meta img,
.category-video-phan-tich-crypto .copy-link img
{
    filter: brightness(0%) invert(99%) sepia(1%) saturate(1574%) hue-rotate(276deg) brightness(112%) contrast(73%);
}
.category-video-phan-tich-crypto #post-list .post-item .post-title,
.category-video-phan-tich-crypto .posts-list .post-item .post-title
{
    color:#fff;
}



#wrapper .banner_left,
#wrapper .banner_right
{
	position:fixed;
	width:16vw !important;
	left:1vw;
}
#wrapper .banner_right
{
	left:unset;
	right:1vw;
}
.banner_left img,
.banner_right img
{
	max-width:100%;
	border-radius: 15px;
	margin-bottom:1rem;
}
/*--------------------------------------------------------------
>>> popup
--------------------------------------------------------------*/

.popup-wrapper
{
position:fixed;
width:100%;
height:100%;
top:0;
left: 0;
display:flex;
align-items:center;
justify-content:center;
background-color: rgba(0,0,0,.65);
opacity: 0;
visibility:hidden;
z-index:-1;
}
.popup-wrapper.show
{
  opacity: 1;
  visibility:visible;
  z-index: 1002;
  transition: none;
}
.popup-wrapper.show .popup
{
  animation: zoomIn .5s ease-out;
  animation-fill-mode: forwards;
}
.popup
{width: auto;max-width: 101423epx;background:transparent;padding: 0;background: transparent;/* max-height: 85%; *//* overflow-y: auto; */scroll-behavior: smooth;box-sizing: border-box;transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);}
.popup-header
{
position:relative;
}
.popup__subtitle
{
font-size: .875rem;
font-weight:400;
}
.popup-content-inner img
{
	border-radius:.5rem;
}
.popup__title
{
font-size: 1.25rem;
font-weight:400;
margin: .5rem 0 .75rem;
}
.close-btn
{
  position: absolute;
  cursor:pointer;
  right: -1.35rem;
  top: -1rem;
  background: #E4E6EB;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .35rem;
  box-sizing: border-box;
  transition:all .25s;
}
.close-btn:hover
{
background: #d0d1d3;
}
.popup__image
{
flex-basis:60%;
max-width:60%;
}
.close-btn img
{
	width:90%;
}
@keyframes zoomIn {
    0% {
      transform: scale3d(0, 0, 0);
      opacity: 0;
    }
    100% {
      transform: scale3d(1,1,1);
      opacity: 1;
    }
  }
.popup__content
{
 flex-basis:40%;
  max-width:40%;
  padding-left:2rem;
  box-sizing:border-box;
}
.popup-contents
{
align-items:flex-start;
}
#header #logo
{
    width: 12rem;
}
#header #logo img
{
   width: 12rem;
   max-height:unset !important;
}
header .nav > li > a,
header .nav > li.menu-item  a
{
     color: #fff;
     /* border-color: #fff; */
     font-weight: 400;
     font-family: "Cormorant Garamond", serif;
     text-transform: none;
     font-size: 1rem;
     line-height: normal !important;
}
header .nav > li.current-menu-item > a,
header .nav > li:hover> a,
header .nav > li:focus> a,
header .nav > li  a:hover,
header .nav > li.active > a
{
   color:#fff;
    
}

.single .entry-category
{
    display:none;
}
.single .article-inner  .post-read
{
    margin-left:.75rem !important;
    display:inline-block;
    color:#828282;
}

.post-sidebar  .row.popularpost-row .row
{
	flex-direction:column;
}

.post-sidebar  .row.popularpost-row .row .col
{
	max-width:100%;
	flex-basis:100%;
	padding-bottom: 1rem;
}
.post-sidebar  .row.popularpost-row .post-item .box-text
{
	position: static;
	left:0;
	bottom:0;
	bottom: 0;
	left: 0;
	width: 100%;
	top: 0;
	background: #000000;
	background: linear-gradient(183deg, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.65) 100%);
	display:flex;
	align-items:flex-end;
	border-radius:.5rem;
	text-align:left;
	padding-bottom: .5rem;
}
.post-sidebar  .row.popularpost-row .post-title a,
.post-sidebar  .row.popularpost-row .box-text-inner
{
	color:#fff;
	font-size: 1.0625rem;
	transition:0.2s all;
	text-align:left;
	margin-left: 0;
}
.post-sidebar  .row.popularpost-row .post-item:hover .post-title a
{
    
    text-decoration:underline;
}
.post-sidebar  .row.popularpost-row .post-title:hover a,
.post-sidebar  .row.popularpost-row .post-title:hover a
{
    color:#fff;
    text-decoration:underline;
}
.post-sidebar .post-item:hover .box-text
{
	opacity:1 !important;
}
.product-sidebar .products-list .readmore
{
    display:none;
}
.dt-post-popular  .post
{
    margin-bottom:1.25rem;
}
.dt-post-popular .box-image img
{
    height: 11rem;
    border-radius:.5rem;
    overflow:hidden;
    object-fit: cover;
}
.dt-post-popular .from_the_blog_excerpt,
.dt-post-popular .post-meta
{
	display:none;
}
.dt-blog-wrapper .post-sidebar .section-title-container + p
{
	display:none;
}
.dt-post-popular .post-title a
{
	color: #fff;
	font-size: 1.125rem;
	transition: 0.2s all;
	text-align: left;
	margin-left: 0;
	text-transform:none;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
}
.dt-blog-wrapper .post-sidebar .post:last-child
{
	margin-bottom:0;
}
.post-sidebar .newpost-row  .box-image
{
    width:30%;
    overflow: hidden;
    border-radius: .5rem;
}
.post-sidebar .newpost-row  .box-image .image-cover
{
   padding-top:70% !important;
}
.post-sidebar .newpost-row  .box-text
{
    padding:0 0 0 10px;
}
.post-sidebar .newpost-row  .box-text .post-title a
{
    font-size: .9375rem;
    text-transform:none;
    text-align:left;
    color:#000;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    margin-bottom: .25rem;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
}
.post-sidebar .newpost-row .box-text .post-title:hover a
{
    color:#2a84b8;
    text-decoration:underline;
}
.post-sidebar .newpost-row .post-item
{
    padding-bottom: .75rem;
}
.post-sidebar .newpost-row .post-item .is-divider
{
    display:none;
}
.post-sidebar .section-title-container
{
    margin-bottom:.625rem;
}
.post-sidebar .post-meta
{
    display: none !important;
}

.dt-blog-archive #post-list .post-item .post-title
{
    margin-top: 0;
    font-size: 1.125rem;
    text-transform:none;
    margin-bottom:.5rem;
    font-weight: 500;
    line-height: 1.4;
    display:block;
    color: #333;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.dt-blog-archive #post-list .post-title:hover a
{
    color:#D0D34D;
   
}
.dt-blog-archive #post-list .post-item .from_the_blog_excerpt
{
	color: #828282;
	font-size: .9375rem;
	line-height: 1.5;
	text-align:left;
	margin-top:.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#post-list ul.page-numbers
{
	display:flex;
	list-style-type:none;
	justify-content:center;
}
#post-list ul.page-numbers a,
#post-list ul.page-numbers span
{
	width:2.5rem;
	padding:.375rem;
	border-radius:.375rem;
	border:thin solid #ccc;
	display:flex;
	justify-content:center;
	font-size:14px;
	line-height: 1.4;
}
#post-list ul.page-numbers a:hover,
#post-list ul.page-numbers span
{
	background:#D0D34D;
	border-color:#D0D34D;
	color:#fff;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% );
}
#post-list ul.page-numbers li
{
	margin-left:12px;
}

.post-sidebar .post-meta
{
	display:flex;
	align-items:center;
	color:#828282;
	font-size: .75rem;
	font-weight:300;
	margin-bottom: 0 !important;
}
.dt-blog-wrapper .post-meta > *
{
	padding:0;
	margin-left:0;
}
.dt-blog-wrapper .post-meta .author-name
{
	margin-right: 0.65rem;
	text-transform: none;
}
.dt-blog-archive .post-meta .author-name,
.posts-list .post-meta .author-name
{
    display:none;
}
.dt-blog-featured__slider .post-meta
{
	margin-top:.5rem;
}
.dt-blog-featured__right .post-meta
{
	display:none;
}
.dt-blog-wrapper .large-9,
.archive  .large-9
{
	flex-grow:1;
	max-width: 72%;
}

.dt-blog-wrapper .post-sidebar,
.archive .post-sidebar
{
	flex:none;
	width:28%;
	max-width: 28%;
	padding-left:1rem;
	box-sizing: border-box;
}
.dt-blog-archive #post-list
{
    display:flex;
    flex-wrap:wrap;
    gap: 3rem;
}
.wrapper-group-1,
.wrapper-group-2
{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:3rem;
    position: relative;
}
.wrapper-group-2
{
    margin-top:-1rem;
}
.wrapper-group-1
{
    flex-direction:column;
    padding-left:70%;
    gap: 1rem;
}
.dt-blog-archive #post-list .post
{
    flex-basis: calc((100% - 2*3rem)/3);
    max-width: calc((100% - 2*3rem)/3);
}
.dt-blog-archive #post-list .wrapper-group-1 .post
{
    flex-basis: 100%;
    max-width:100%;
    margin-bottom: 0;
}
.dt-blog-archive #post-list .wrapper-group-1 .post .post-item
{
    margin-bottom:0;
}
.dt-blog-archive #post-list .wrapper-group-1 .post .post-item *
{
    padding-bottom:0;
}
.dt-blog-archive #post-list .wrapper-group-2 .post
{
     flex-basis: calc((100% - 0*3rem)/2);
     max-width: calc((100% - 0*3rem)/2);
     margin-bottom: 0;
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child
{
    position:absolute;
    width:calc((70% - 3rem));
    left:0;
    top:0;
    height: calc(100% - 2rem);
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .article-inner,
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item,
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item .box-image,
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item .box-image *
{
       height: 100%;
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text,
.dt-blog-archive #post-list .wrapper-group-2 .post .box-text
{
    position:absolute;
    bottom:0;
    color:#fff;
    padding:0 2rem 2rem;
    z-index: 33;
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text .from_the_blog_excerpt,
.dt-blog-archive #post-list .wrapper-group-2 .post .box-text .from_the_blog_excerpt
{
    display:block;
    color:#fff;
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text .post-title a,
.dt-blog-archive #post-list .wrapper-group-2 .post .box-text .post-title a
{
    font-size: 1.75rem;
    border-bottom:thin solid #fff;
    padding-bottom:.5rem;
}
.dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-image:after,
.dt-blog-archive #post-list .wrapper-group-2 .post .box-image:after
{
    content:'';
    position:absolute;
    left:0;
    bottom: 0;
    width:100%;
    height: 75%;
    background: linear-gradient(
    to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.25) 60%,
    rgba(0,0,0,0) 85%
);
    z-index:-0;
}
.post-item .box-image
{
    position:relative;
    padding:.125rem;
    overflow:hidden;
    border-radius: 2.5rem;
}
.post-item .box-image:before
{
     content:"";
     position:absolute;
     inset:0;
     padding: .15rem;
     border-radius: 0;
     background:linear-gradient(
        120deg,
        #d4af37,
        #d4af37,
        #fff2b0,
        #d4af37,
        #d4af37
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     animation:borderRun 4s linear infinite;
     z-index: 1;
     border-radius: 2.5rem;
}
.post-item .box-image img
{
    
}
body .post-title
{
    letter-spacing:0;
}
.dt-blog-archive #post-list .post-title a,
.posts-list .post-title a
{
    text-transform:none;
    text-align:left;
    line-height:1.5;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 700;
    width: 100%;
}
.dt-blog-archive #post-list .article-inner
{
    box-shadow:none;
}
.dt-blog-archive #post-list .box-text,
.posts-list .box-text
{
    padding:1rem;
    padding-top: .5rem;
    box-shadow:none;
      
}
.dt-blog-archive #post-list .box-text .from_the_blog_excerpt,
.posts-list .box-text .from_the_blog_excerpt,
.dt-blog-archive #post-list .box-text .post-meta,
.posts-list .box-text .post-meta
{
   display:none;
}
.dt-blog-archive #post-list .box-image img,
.posts-list .box-image img
{
    /* height:240px; */
    object-fit:cover;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    height:auto;
    
}
.dt-blog-archive .post-item .post-meta,
.post-item .post-meta
{
    color:#555;
    justify-content: space-between;
    margin-top:4px;
}
.post-item .post-meta>*
{
    margin-left:0;
}
.date-meta img
{
   filter: brightness(2);
}
.post-item.post-meta .date-meta,
.post-item .post-meta .article_view
{
    color:#999;
    font-size:.825rem;
    display: flex;
    align-items: center;
}
.post-item .post-meta .date-meta img,
.post-item .post-meta .article_view img
{
    margin-right:.25rem;
}
.post-item .post-meta .article_view img
{
    filter:opacity(.5);
    width:1rem;
}
.dt-blog-wrapper .post-cat
{
    margin-left:0;
}
.post-cat a
{
    transition: background-color 0.2s ease;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: auto;
    color:#fff;
}
.post-cat a:hover
{
    background:#D0D34D;
    background: linear-gradient( 135deg, #E6C766 0%, #C9A227 50%, #9F7A14 100% );
}
.dt-blog-archive .post-cat
{
    position:absolute;
    top:-24px;
}
.dt-blog-archive .large-9
{
    max-width: 100%;
    flex-basis: 100%;
}
.dt-blog-archive .large-3
{
    max-width: 30%;
    flex-basis: 30%;
    display: none;
}

.post-sidebar .box-text .post-title
{
    font-size:.85rem;
    text-transform:none;
    text-align:left;
    color:#000;
    margin-top: 0;
    margin-bottom: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.post-sidebar .post-item
{
    padding-bottom: 0;
}
.post-sidebar .post-item .is-divider
{
    display:none;
}
.post-sidebar .section-title-container
{
    margin-bottom:10px;
}
#post-list .post-style-2 .date_mate
{
    position:absolute;
    z-index:999;
    background:#2a84b8;
    bottom: 1rem;
    left:1rem;
    color:#fff;
    padding:.5rem;
    text-transform:uppercase;
    text-align:center;
    font-size:1.325rem;
    font-weight:600;
    line-height:1;
}
#post-list .post-style-2 .date_mate b
{
    display:block;
    font-size:.875rem;
    font-weight:400;
    margin-bottom:.325rem;
}
body .section-title-normal,
body .section-title-normal span
{
    box-shadow:none;
    border: none;
    margin-bottom: 0;
}
.dt-blog-wrapper .cat-nav__list-child-home
{
    margin: 2rem 0 2rem;
}
.btn img
{
    height: 2.5rem;
    margin-right: .75rem;
    max-width: 2.5rem;
}
.gradient-section
{
    /* background:var(--color-primary-dark); */
    background:var(--color-primary-dark);
    background-image:var(--gradient-primary),url('assets/images/Mask group.png');
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: unset;
    background:transparent;
    
}
#wpforms-2607 .wpforms-field-container
{
    flex-grow:1;
}
#wpforms-2607  .wpforms-form .wpforms-field
{
    padding:0;
}
body div.wpforms-container-full .wpforms-form button[type=submit],
.btn {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    border-radius: .3125rem;
    font-size: .875rem;
    font-weight: 600;
    color: #D6D9D8;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    text-transform:uppercase;
    background: var(--gradient-primary);
    border: thin solid #ffffffa1;
    letter-spacing: 1px; */
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:.75rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color:#f5d48b;
    text-decoration:none;
    transition: all 0.35s ease;
    background: #0b1a17a3;
    border-radius:.75rem;
    white-space:nowrap;
    overflow:hidden;
    /* box-shadow:
        0 0 8px rgba(212,175,55,0.1),
        0 0 20px rgba(212,175,55,0.15); */
    text-transform: uppercase;
}
body div.wpforms-container-full .wpforms-form button[type=submit]
{
    background:#101a15;
    line-height: 1;
    border: none;
    display: inline-block;
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #d8b15b;
    color: #24341d;
    border-radius: .5rem;
    background: linear-gradient(180deg, #f7e29c 0%, #e4c061 40%, #cfa246 100%);
    transition: all .3s ease;
    background-image:url(assets/images/fotm-btn-bg.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    border:none;
    font-size:1.125rem;
    text-transform:none;
    height: 3rem;
    min-height: unset;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:before
{
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover
{
    background-color:transparent;
  background-image: url(assets/images/fotm-btn-bg.png);;
    border:none;
}
.btn:hover {
    /* transform: translateY(-2px);
    background: var(--gradient-primary);
 */
    color: #fff;
   
}

.btn::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition: 0.6s; */

    content:"";
    position:absolute;
    inset:0;
    padding:.0625rem;
    border-radius:.75rem;
  
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation:borderRun 4s linear infinite;
}
@keyframes borderRun{
    0%{
        background-position:0% 50%;
    }
    100%{
        background-position:200% 50%;
    }
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover:before,
.btn:hover::before {
    /* left: 100%; */

    box-shadow:
        0 0 12px rgba(212,175,55,0.6),
        0 0 30px rgba(212,175,55,0.4);
}
.dt-title-container  .section-title-main,
.cat-title,
.contact-section .text>*:first-child,
.blog-single .entry-title
{
    padding: .5rem 0;
    text-align:center;
    font-family: "Cormorant Garamond", serif;
    color:#fff;
    text-shadow:
        0 0 4px #ffffff,
        0 0 4px #ffe29ade,
        0 0 5px #ffc76ad9,
        0 0 5px #ffb347e6,
        0 0 5px rgba(255,180,70,.125);
}
.dt-title-container  .section-title-main *
{
     font-family: "Cormorant Garamond", serif;
}
.dt-title-container  .section-title-main strong
{
    font-weight:500;
}
.blog-single .entry-title
{
    text-align:left;
    font-weight:400;
}
/* .dt-title-container  .section-title-main:before,
.cat-title:before
{
     content:"";
    position:absolute;
    inset:0;
    padding:.0625rem;
    border-radius:14px;
    
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation:borderRun 4s linear infinite;
    
} */
.contact-section div.wpforms-container-full .wpforms-form .wpforms-field-medium
{
    width:100%;
    max-width:unset;
    border-radius:.5rem;
    background:transparent;
    background-image:url('assets/images/Elite Website(4).png');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    border:none;
    color:#fff;
    padding-left: 1.5rem;
    border: none !important;
}
.contact-section div.wpforms-container-full .wpforms-field-select-style-classic
{
    position:relative;
}
.contact-section div.wpforms-container-full .wpforms-field-select-style-classic option
{
    background:#161212;
}
.contact-section div.wpforms-container-full .wpforms-field-select-style-classic:before
{
    content:'';
    position:absolute;
    right:1rem;
     bottom:.125rem;
    transform:translateY(-50%);
    width:1.75rem;
    height:1.75rem;
    background-image:url(assets/images/chevron-down-svgrepo-com.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    filter:invert(1);
    z-index:1;
}
.contact-section div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium
{
    background-image:url('assets/images/bg-textarea.png');
}
#main .contact-section
{
    padding:3rem 0;
        background-image: url(assets/images/background-goc-nhin-thi-truong.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background:#161212;
}
.page-id-2332 .dh-section
{
    display:none;
}
.gradient-section .dt-title-container .section-title-main
{
    /* color:#fff;
    background: linear-gradient( 135deg, #F5E08A 0%, #D0B24C 30%, #B88A1A 60%, #E6C766 100% ); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    text-align:left; */
}
body div.wpforms-container-full .wpforms-form label.wpforms-error
{
    font-weight:400;
    margin-top:.25rem;
    color: #f40000;
}
body .wpforms-confirmation-container-full
{
    background:var(--color-primary);
    color:#fff;
}
body div.wpforms-container-full .wpforms-form .wpforms-submit-spinner
{
    position:absolute;
}
.contact-section .dt-wrap
{
    display:flex;
    gap: 0;
    overflow: hidden;
    border-radius: 2.5rem;
    margin: 0 5%;
    position: relative;
    z-index: 23;
}
.lightbox-content .contact-section .dt-wrap
{
    margin:0;
}
.contact-section .dt-wrap .text
{
     padding: 3rem 5rem;
     z-index: 3;
}
.lightbox-content
{
    background:#161212;
}
.contact-section .dt-wrap .section-image-container img
{
   transition:all .25s;
}
.contact-section .dt-wrap .section-image-container
{
    flex:none;
    width: 40%;
    overflow:hidden;
    border-radius:1.5rem;
    margin: 0;
    margin-left: -8rem;
    z-index: 1;
}
.contact-section .dt-wrap .section-image-container:hover img
{
   
}
.contact-section .dt-wrap .section-image-container *
{
    height:100%;
    object-fit: cover;
    object-position: left;
}
.contact-section .text
{
    flex-grow:1;
}
.footer-wrapper
{
    /* display:none; */
    background-image:url(assets/images/background-footer.png);
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    background: transparent;
}
.footer-wrapper .section
{
    background:transparent;
    padding-top: 0 !important;
    overflow: hidden;
}
.contact-section .text>*:first-child
{
    text-transform:uppercase;
    background: linear-gradient(
    135deg,
    #E6C766 0%,
    #C9A227 50%,
    #9F7A14 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 1px #ffffff, 0 0 2px #ffe29ade, 0 0 2px #ffc76ad9, 0 0 2px #ffb347e6, 0 0 2px rgba(255, 180, 70, .125);
}
.connect-section .section-title
{
    text-align:center;
    justify-content:center;
}
.section h2.section-title
{
    font-size: 2.75rem;
    line-height: 1.5;
}
.section h1
{
    font-size: 2.75rem;
}
.follow-btns
{
    display:flex;
    justify-content:center;
    gap:3rem;
}

.follow-btns .section-image-container
{
    display:flex;
    align-items:center;
    gap:1rem;
    background-image: linear-gradient(90deg,rgba(21, 121, 84,.5) 10%,rgba(21, 121, 84,.4) 20%,rgba(21, 121, 84,.3) 30%,rgba(21, 121, 84,.2) 45%,rgba(21, 121, 84,.1) 60%,rgba(21, 121, 84,0));
    border-radius:9rem;
    transition:all .25s;
    padding-right:2rem;
}
.follow-btns .section-image-container:hover
{
    background-image: linear-gradient(270deg, rgba(21, 121, 84, .5) 10%, rgba(21, 121, 84, .4) 20%, rgba(21, 121, 84, .3) 30%, rgba(21, 121, 84, .2) 45%, rgba(21, 121, 84, .1) 60%, rgba(21, 121, 84, 0));
}
.follow-btns .section-image-container img
{
    width:5rem;
    transition:all .5s;
}
.follow-btns .section-image-container:hover img
{
    transform:rotate(360deg);
}
.follow-btns .section-image-container .dt_image-content
{
    font-weight:700;
    color:#fff;
    font-size:1.5rem;
}
.follow-btns + .section-title-container
{
    margin-top:3rem;
}
.connect-btns
{
    display:flex;
    justify-content:center;
    gap:2rem;
    font-weight:600;
    color:#fff;
}
::-webkit-input-placeholder { 
  color: #fff;
}
::-moz-placeholder { 
  color: #fff;
}
:-ms-input-placeholder { 
  color: #fff;
}
:-moz-placeholder { 
  color: #fff;
}

.contact-section div.wpforms-container-full .wpforms-form .wpforms-field-label
{
    font-weight:400;
    margin-bottom:.5rem;
    color: #fff;
}
.contact-section .wpforms-container,
.contact-section .wpforms-form
{
    margin-bottom:0;
}
/*
#main input,
#main select,
#main textarea {
  width: 100%;
  padding: .75rem 1rem;;
  border-radius: .75rem;
  border: 1px solid rgba(208,178,76,0.25);
  background: linear-gradient(
    145deg,
    rgba(1,66,62,0.9),
    rgba(1,66,62,0.75)
  );
  color: #E8E6DA;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
  backdrop-filter: blur(4px);
}
#main select
{
    padding:.5rem 1rem;
}

#main input::placeholder,
#main textarea::placeholder {
  color: rgba(232,230,218,0.5);
}

#main input:focus,
#main select:focus,
#main textarea:focus {
  border: 1px solid #D0B24C;
  box-shadow:
    0 0 0 2px rgba(208,178,76,0.15),
    0 8px 20px rgba(0,0,0,0.3);
  background: linear-gradient(
    145deg,
    rgba(1,66,62,1),
    rgba(1,66,62,0.85)
  );
}

#main textarea {
  min-height: 140px;
  resize: vertical;
}


#main label {
  display: block;
  margin-bottom: 8px;
  color: #D0B24C;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#main input:focus,
#main select:focus,
#main textarea:focus {
  transform: translateY(-2px);
}
#main input:hover,
#main select:hover,
#main textarea:hover {
  border-color: rgba(208,178,76,0.5);
}
*/
.result-section .section-title
{
    padding:0 8rem;
    text-align:center;
}
.result-section .section-title
{
    justify-content:center;
    margin-bottom: 0;
}
.result-section .section-title .section-title-main
{
    text-align:center;
}
.result-section .section-title-container
{
    margin-bottom:0;
}
.result-section .section-title-container + p
{
    padding:0 20%;
    text-align:center;
    color:#fff;
}
.result-section .btn
{
    box-shadow:none;
    background:transparent;
    padding: .5rem 1rem;
    width:max-content;
    height:3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    background-image:url(assets/images/xt-btn2.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row-reverse;
}

.result-section .btn img
{
   height:1rem;
   margin-left:.5rem;
   margin-right: 0;
}
.result-section .btn:before
{
    content:none;
}
.result-section .large-columns-4
{
    padding: 0 !important;
    margin: 3rem 0 0 !important;
    border: 0;
    border-radius:.75rem;
    background-image: linear-gradient(-45deg,rgba(21, 121, 84,.5) 1%,rgba(21, 121, 84,.3) 2%,rgba(21, 121, 84,.15) 6%,rgba(21, 121, 84,.08) 11%,rgba(21, 121, 84,.03) 18%,rgba(21, 121, 84,0) 30%,rgba(21, 121, 84,0) 70%,rgba(21, 121, 84,.03) 82%,rgba(21, 121, 84,.08) 89%,rgba(21, 121, 84,.15) 94%,rgba(21, 121, 84,.3) 98%,rgba(21, 121, 84,.5) 99%);
    gap: 2rem;
    background-image: unset;
    row-gap: 0;
}
.page-id-2334 .result-section .row.reserve-gallery
{
    margin-top:2rem !important;
    padding-right: 45% !important;
    padding-left: 0 !important;
}
.row.reserve-gallery .gallery-col:first-child
{
    right:0;
    left:unset;
}
.row.reserve-gallery  .gallery-col:nth-child(2)
{
    right: calc(45%);
    left: unset;
}
.result-section .gallery-col img
{
    /* aspect-ratio: 4/3; */
    object-fit: cover;
    width: 100%;
    height:auto;
    border-radius:.75rem;
    transition:all .25s;
}
.result-section .gallery-col
{
    border-radius:.75rem;
    overflow:hidden;
    padding: 0;
    max-width: calc((100% - 2rem*1)/2);
    flex-basis: 100%;
}
.result-section .row .row
{
    padding-left:45% !important;
    padding-top:calc(25% + 2rem) !important;
    padding-top: calc(55% * (325.51/706.2) + 2rem) !important;
    position:relative;
    align-items: stretch;
}
.result-section .gallery-col:first-child
{
    position:absolute;
    width:calc(45% - 2rem);
    left:0;
    max-width: unset;
    top:0;
    height: 100%;
}
.result-section .gallery-col:first-child *
{
    height:100%;
}
.result-section .gallery-col:nth-child(2)
{
    position:absolute;
    width: calc(100% - (45% + 0rem));
    left:calc(45%);
    top:0;
    max-width: unset;
}
.more-overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
}
.result-section .gallery-col:hover img
{
    transform:scale(1.05);
     border-radius:1.5rem;
}
.intro-section .dt_image-img img,
.banner-section .dt_image-img img
{
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    height:auto;
    border-radius: 0;
}

#main .intro-section
{
    padding: 3rem 0 16rem;
    /* background:#161212; */
}
.intro-section .stack 
{
    gap: 8rem;
}
.intro-section *
{
    color:#fff;
}
.intro-section .section-title
{
    padding:.5rem 0;
}
.intro-section .section-title:before
{
     content:"";
     position:absolute;
     inset:0;
     padding: .0625rem 0;
     border-radius: 0;
     background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     animation:borderRun 4s linear infinite;
     z-index: 2;
     content: none;
}
.intro-section .dt-wrap
{
    font-size:1.125rem;
    line-height:1.8;
    position:relative;
}

.intro-section .dt-wrap:nth-child(1)
{
    width:40%;
    flex:none;
    padding-right: 3rem;
}
.intro-section .dt-wrap:nth-child(2)
{
    padding:1.5rem;
    border-radius:1.5rem;
    overflow:hidden;
}
.intro-section .btn
{
    display:none;
}
.intro-section .dt-wrap:nth-child(2) .section-title-container
{
    margin-bottom:0;
}
.intro-section .dt-wrap:nth-child(2) .section-title-container .section-title
{
    justify-content:center;
}
.intro-section .dt-wrap:nth-child(2) .section-title-container .section-title span
{
    background:url('assets/images/Asset 62.png');
    background-size: 70%;
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:1.5rem;
}
.intro-section .dt-wrap:nth-child(2):before
{
       content:"";
       position:absolute;
       left:0;
       right:0;
       bottom:0;
       height:100%;
       z-index:1;
       background:linear-gradient(
        to top,
        rgba(0,0,0,0) 0%,
        rgba(30, 36, 25,0.7) 60%,
        rgba(30, 36, 25,0.95) 100%
    );
       z-index:-1;
       content: none;
}
.intro-section .stack
{
    align-items:center;
}
.intro-section .dt-wrap li
{
    list-style:none;
    padding-left:0;
    margin-left:0;
}
.intro-section .dt-wrap li,
.intro-section .dt-wrap .stack .dt_image-content>*
{
    position:relative;
    padding-left:4rem;
    margin-bottom: 2rem;
}
.intro-section .dt-wrap .stack .dt_image-content>*:first-child
{
    position:relative;
    font-weight:700;
    font-size:1.25rem;
}
.intro-section .dt-wrap .dt_image-content>*:first-child:before,
.intro-section .dt-wrap li:before
{
    content:'';
    position:absolute;
    left:0rem;
    top:50%;
    transform:translateY(-50%);
    width:3.25rem;
    height:3.25rem;
    background-image:url('assets/images/Asset 6.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;

}
.intro-section .dt-wrap li
{
    text-transform:uppercase;
    font-weight:600;
}
.intro-section .dt_image-img,
.banner-section .dt_image-img
{
    position:relative;
    /* border-radius:1.5rem; */
    transition:all .25s;
}
.intro-section .dt_image-img:after
{
     content:"";
     position:absolute;
     inset:0;
     padding: .125rem;
     border-radius:.75rem;
     background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     animation:borderRun 4s linear infinite;
     content: none;
}
.intro-section .dt_image-img:hover,
.banner-section .dt_image-img:hover
{
   transform:translateY(-.5rem);
}
.intro-section .dt_image-img:before
{
    content:'';
    position:absolute;
    right: -7rem;
    bottom: -5rem;
    width: 15rem;
    height: 22rem;
    background-image:url(assets/images/award.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    border-radius: .5rem;
    transform: scale(1);
    opacity: 1;
    z-index: 22;
    content: none;
}
.intro-section .section-image-container:nth-child(n+2)
{
    position:absolute;
    top:calc(100% - 15%);
     width:60%;
    left:20%;
    z-index:3;
}
.intro-section .section-image-container:nth-child(n+3)
{
   left:55%;
      top:calc(100% - 38%);
    z-index:2;
}
.program-section .section-title
{
    justify-content:center;
}
.program-section .stack 
{
    gap: 4rem;
    margin-top: 0;
}

.program-section .dt-wrap,
.benefit-section .dt-wrap
{
    border-radius: .75rem;
    /* border:thin solid #ccc; */
    padding: 0;
    padding-bottom: 2rem;
    text-align:center;
    background: #fff;
    color:#fff;
    position:relative;
    flex-basis:0;
    flex-grow:1;
    transition:all .25S;
}
.program-section .dt-wrap:hover
{
    transform:translateY(-.5rem);
}
.program-section .dt_image-content>*:first-child,
.benefit-section .dt_image-content>*:first-child
{
    text-transform:uppercase;
    font-weight:700;
    font-size:2rem;
    margin-bottom:1rem;
      line-height:1.2
}
.benefit-section .dt_image-content>*:first-child
{
    font-size:1.5rem;
    margin-top:1rem;
  
}
.program-section .dt-wrap
{
    color:#000;
    padding-bottom: 0;
    border-radius: 0;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem;
}
.program-section .dt-wrap>*
{
    z-index: 2;
    position:relative;
}
.program-section .dt-wrap:before,
.contact-section .dt-wrap:before
{
     content:"";
     position:absolute;
     inset:0;
     padding: .1rem;
     border-radius: 0;
     background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     animation:borderRun 4s linear infinite;
     z-index: 2;
}
.program-section .dt-wrap .text
{
    position:absolute;
    left:5rem;
    bottom:-5rem;
    width: 88%;
}
.program-section .dt-wrap .text:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(assets/images/bg-course.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    opacity: .875;
    z-index: 0;
}
.program-section .dt-wrap .text .dt_image-content>*:first-child
{
    font-size:1.25rem;
    text-align:left;
}
.program-section .dt-wrap .text .dt_image-content p
{
    font-size:1rem;
    text-align:left;
    margin-bottom: 0;
}
.program-section .dt-wrap::after{
   content:"";
   position:absolute;
   inset:0;
   background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,0) 35%,
        rgba(0,0,0,0.7) 65%,
        rgba(0,0,0,0.95) 100%
    ),
    radial-gradient(
        circle at bottom,
        rgba(212,175,55,0.15),
        transparent 100%
    );
   z-index: 0;
   background-color:#121111;
   background-image:url(assets/images/g2.jpg);
   background-size:cover;
   background-position:bottom;
   background-repeat:no-repeat;
   background-blend-mode: overlay;
}
.program-section .dt_image-content>*:first-child
{
    margin-top:1rem;
    text-align:left;
    font-size:1.5rem;
    text-align: center;
}
.program-section .dt_image-content
{
    text-align:justify;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
    z-index: 22;
}
.program-section .flex
{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size: 1rem;
    text-transform:uppercase;
    font-weight:700;
    color:var(--color-primary);
    color: #fff;
    z-index: 22;
    padding-top: 0;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    gap: 1rem;
}
.program-section .flex:before
{
    content:"";
    position:absolute;
    inset:0;
    padding: .035rem;
    border-radius:14px;
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation:borderRun 4s linear infinite;
    height:.01rem;
    opacity:.75;
    opacity: 0;
}
.program-section .flex p
{
    margin:0;
    flex: none;
    width: 40%;
}
.program-section .flex .btn
{
    font-size:1rem;
    width:100%;
    height:3rem;
    background: transparent;
    background-image:url(assets/images/dk-btn2.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow: none;
    font-weight:600;
    color:#fff;
}
.program-section .flex .btn:before
{
    content:none;
}
.program-section .dt-wrap .btn
{
    margin-top: 0;
}
.program-section,
.process-section
{
    /* background:#01423e; */
}
#main .program-section
{
    padding: 0 0 3rem;
    background: transparent;
    z-index: 1;
    overflow: visible;
}
#main .program-section:before,
 .footer-section:before,
.page-id-2334 .result-section:after,
.dt-blog-wrapper:after
{
    content:'';
    position:absolute;
    left:0;
    top: -15rem;
    width:100%;
    height:100%;
    background-image:url('assets/images/Elite Website - hình trang1 (4).png');
    background-size:100% 100%;
    background-position: center top;
    background-repeat:no-repeat;
    aspect-ratio: 2250/1400;
    object-fit: cover;
    width: 100%;
    height:auto;
    pointer-events: none;
}
.page-id-2334 .result-section:after
{
    transform:translateY(80%);
}
.program-section .section-content
{
    padding: 1rem 0;
}
.program-section .section-content:after,
.program-section .section-content:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: calc(100% - 0rem);
    background-image:url('assets/images/background-course.png');
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    opacity: 0;
}
.page-id-2336 #main .program-section:before
{
     background-position: center 0%;
     top: unset;
     bottom: -20rem;
}
.page-id-2336 #main .program-section:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 40%;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/Elite Website - hình trang1 (5).png');
    background-size: 100% 100%;
    background-position: center -6rem;
    background-repeat: no-repeat;
    aspect-ratio: 2250/1400;
    object-fit: cover;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.page-id-2336 #main .result-section:before
{
    transform: scaleY(-1);
    background-position: center -10rem;
    background-size: 100%;
}
.page-id-2336 #main .program-section
{
    background:#161212
}
.program-section .section-content .row
{
    z-index:33;
    position:relative;
}
 .program-section .section-title-container
{
    margin-bottom: 4rem;
}
 .program-section .section-title-container + p
{
    color:#fff;
     padding:0 24%;
    text-align:center;
    margin-bottom:3rem;
}
.program-section .section-title
{
    padding:0 20%;
}
.program-section .section-title .section-title-main
{
    font-size: 3rem;
    letter-spacing: 8px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.program-section .section-title .section-title-main img
{
    width:6rem;
    height: 5rem;
    width: auto;
    margin-bottom: .5rem;
}
.program-section .dt-wrap .dt_image-img
{
    z-index: -1;
    position: relative;
}
.program-section .dt-wrap .dt_image-img img
{
    aspect-ratio: 362/565;
    object-fit: cover;
    width: 100%;
    height:auto;
}
.banner-section
{
    background: var(--color-primary-dark);
    background-image:var(--gradient-primary),url('assets/images/Mask group.png');
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
#main .banner-section
{
    padding:3rem 0;
}

.banner-section .section-title {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}


.banner-section .section-title .name {
    display: block;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Style cho "MASTER" - outline vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â ng neon */
.banner-section .section-title .master {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #D0D34D;
    text-stroke: 2px #D0D34D;
    text-shadow: 
        0 0 20px rgba(208, 211, 77, 0.5),
        0 0 40px rgba(208, 211, 77, 0.3);
}


.banner-section .section-title .trader {
    display: block;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.banner-section .dt-title-container .section-title-main
{
    background: transparent;
    -webkit-text-fill-color: unset;
    text-align: left;
    padding: 0;
    font-size: 5rem;
}
.banner-section p
{
    color:#fff;
    font-size:1.125rem;
}
.banner-section .stack
{
    gap:5rem;
}
.banner-section .section-image-container
{
    position:relative;
}
.banner-section .dt_image-content
{
    position:absolute;
    background:#003124b3;
    width:70%;
    bottom:1rem;
    left:1rem;
    padding:1rem;
    color:#fff;
    text-transform:uppercase;
    font-weight:200;
    border-radius:.75rem;
}
.banner-section .dt_image-content b
{
    display:block;
    font-size:1.5rem;
    font-weight:700;
    color:#D0D34D;
}
.banner-section .dt_image-content:before
{
    content:'';
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
    width:4.25rem;
    height:4.25rem;
    background-image:url(assets/images/bar.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;

}
#main .benefit-section
{
    padding:3rem 0;
}
.benefit-section .section-title
{
    justify-content:center;
}
.benefit-section .section-title .section-title-main
{
    justify-content:center;
    text-align:center;
    padding:0 10%;
}
.benefit-section .stack
{
    gap:2rem;
    flex-wrap:wrap;
}
.benefit-section .stack .dt-wrap
{
    width:calc((100% - 2rem)/2);
    color:#fff;
    padding: 1.5rem;
    background-image: linear-gradient(-45deg,rgba(21, 121, 84,.5) 1%,rgba(21, 121, 84,.3) 2%,rgba(21, 121, 84,.15) 6%,rgba(21, 121, 84,.08) 11%,rgba(21, 121, 84,.03) 18%,rgba(21, 121, 84,0) 30%,rgba(21, 121, 84,0) 70%,rgba(21, 121, 84,.03) 82%,rgba(21, 121, 84,.08) 89%,rgba(21, 121, 84,.15) 94%,rgba(21, 121, 84,.3) 98%,rgba(21, 121, 84,.5) 99%);

}
.benefit-section .dt_image-img img
{
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
    height:auto;
    border-radius:1.5rem;
    transition:all .25s;
}
.benefit-section .dt_image-img
{
    overflow:hidden;
     border-radius:1.5rem;
}
.benefit-section .dt_image-img:hover img
{
    transform:scale(1.05);
}
.section p
{
    font-size: 1rem;
}
.process-section .section-title
{
    justify-content:center;
}
.process-section .dt-wrap
{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:2rem;
    row-gap:3rem;
}
.process-section .dt-wrap .section-image-container
{
    width:Calc((100% - 2*2rem)/3);
    text-align:center;
    color:#fff;
    transition:all .25s;
}
.process-section .dt-wrap .section-image-container:hover
{
    transform:translateY(-.5rem);
}
.process-section .dt_image-content>*:first-child
{
    font-size:1.125rem;
    margin-top:1rem;
}
.process-section .dt_image-img img
{
    height:5rem;
    width:auto;
}
.rule-section .dt-wrap .section-image-container
{
    width:calc((100% - 2rem)/2);
    border:thin solid #ccc;
    border-radius:1.5rem;
    padding:1.5rem;
        background-image: linear-gradient(-45deg,rgba(21, 121, 84,.5) 1%,rgba(21, 121, 84,.3) 2%,rgba(21, 121, 84,.15) 6%,rgba(21, 121, 84,.08) 11%,rgba(21, 121, 84,.03) 18%,rgba(21, 121, 84,0) 30%,rgba(21, 121, 84,0) 70%,rgba(21, 121, 84,.03) 82%,rgba(21, 121, 84,.08) 89%,rgba(21, 121, 84,.15) 94%,rgba(21, 121, 84,.3) 98%,rgba(21, 121, 84,.5) 99%);

}
.rule-section .dt_image-img img
{
    height:8rem;
}
#main .banner2-section
{
    padding:0;
    z-index: 1;
}
.banner2-section .section-image-container 
{
    overflow:hidden;
}
.banner2-section .w-title .section-title .section-title-main
{
    /* padding-left:50%; */
    text-align:right;
    text-shadow: none;
    font-family: "Anton", sans-serif;
    font-size:3rem;
    width: 100%;
}
.banner2-section .w-title .section-title .section-title-main strong
{
    font-family: "Anton", sans-serif;
    font-size:6rem;
    font-weight:400;
    margin-right:.5rem;
     text-shadow:
        -4px 4px 0 #757c7f,
        -8px 8px 0 #37434a;
}
.banner2-section .section-image-container img
{
    /* aspect-ratio: 16/8; */
    object-fit: cover;
    width: 100%;
    height:auto;
    margin-bottom: -1px;
}
.banner2-section .row
{
    position:absolute;
    text-align:center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    bottom: 5REM;
}

.page-id-2336 .banner2-section .row,
.page-id-2334 .banner2-section .row
{
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
}
.banner2-section .w-title .section-title .section-title-main strong:last-child
{
    margin-right:0;
}
.archive .banner2-section .w-title .section-title .section-title-main,
.page-id-2332 .banner2-section .w-title .section-title .section-title-main
{
    padding-right:12rem;
    font-size:4rem;
}
.archive .banner2-section .w-title .section-title .section-title-main strong,
.page-id-2332 .banner2-section .w-title .section-title .section-title-main strong
{
    transform:translateX(8rem);
    position:relative;
    display:block;
    text-shadow:none;
    font-size:6.5rem;
}
.page-id-2332 .banner2-section .w-title .section-title .section-title-main
{
    text-align:center;
    padding-right: 0;
}
.page-id-2332 .banner2-section .w-title .section-title .section-title-main strong
{
    transform:none;
}
.archive .banner2-section .row
{
    top: 60%;
    bottom:unset;
    transform: translate(-50%,-50%);
}
.banner2-section  .dt-wrap
{
    text-align:center;
    padding: 0;
}
.banner2-section .dt-wrap .section-title-container
{
    margin-bottom:0;
}
.banner2-section  .dt-wrap .section-title
{
    justify-content:center;
    font-size: 4.25rem;
    font-weight:900;
    margin-bottom: 0;
    /* filter: 
        drop-shadow(0px 1px 0px #8a6415)
        drop-shadow(0px 2px 0px #705111)
        drop-shadow(0px 3px 0px #523b0c)
        drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5)); */
    
    /* HiÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡u ÃƒÂ¡Ã‚Â»Ã‚Â©ng nhÃƒÂ¡Ã‚ÂºÃ‚Â¹ khi rÃƒÆ’Ã‚Âª chuÃƒÂ¡Ã‚Â»Ã¢â€žÂ¢t vÃƒÆ’Ã‚Â o */
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 0;
}
.banner2-section  .dt-wrap .section-title:hover {
    transform: translateY(-2px);
    /* filter: 
        drop-shadow(0px 2px 0px #8a6415)
        drop-shadow(0px 4px 0px #705111)
        drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.6)); */
    
}
.banner2-section  .dt-wrap .section-title-main
{
    text-align:center;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family: "Cardo", serif;
    background:linear-gradient(
        to bottom,
        #fff6c9 0%,
        #f5d97a 30%,
        #d9a93c 60%,
        #b8841c 100%
    );
    background:transparent;
    color:#edd98d;
    -webkit-background-clip:unset;
    -webkit-text-fill-color:unset;
    padding: 0;
    line-height: 1.2;
    text-shadow: 0 0 1px #ffffff, 0 0 3px #ffe29a, 0 0 3px #ffc76a, 0 0 3px #ffb347, 0 0 3px rgba(255, 180, 70, 0.5);
}
.banner2-section  p
{
    font-size: 1.375rem;
    color: #ffea7b;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
    padding: 0rem 10%;
    margin-bottom: 0;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 2.7px;
}

.banner2-section .section-content:before
{
    content:'';
    position:absolute;
    left:0;
    bottom: 0;
    width:100%;
    height: 50%;
    background: linear-gradient(
    to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.25) 60%,
    rgba(0,0,0,0) 85%
);
    z-index:2;
}
.page-id-2336 .banner2-section .section-content:before,
.page-id-2332 .banner2-section .section-content:before,
.page-id-2549 .banner2-section .section-content:before
{
    opacity:0;
}
.banner2-section .btn
{
     display:inline-block;
    padding:0;
    font-size:1.25rem;
    font-weight:900;
    text-transform:uppercase;
  border:1px solid #d8b15b;
    color:#24341d;
    border-radius:.5rem;
    color:#edd98d;

    transition:all .3s ease;
    background:transparent;
    border:None;
    box-shadow:none;
    overflow:visible;

    
}
.banner2-section .btn:before
{
    content:none;
}
.banner2-section .btn:after
{
    content:'';
    position:absolute;
    right:-2rem;
    top:50%;
    transform:translateY(-50%);
    width:1.25rem;
    height:1.25rem;
    background-image:url('assets/images/Asset 12.svg');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    filter: brightness(0%) invert(91%) sepia(23%) saturate(678%) hue-rotate(349deg) brightness(94%) contrast(97%);
}
.banner2-section .btns-group .btn:hover
{
    box-shadow:none;
}
.banner2-section .btns-group
{
    justify-content:space-between;
    margin-top: 8rem;
}
.header-nav 
{
    flex-wrap:nowrap;
}
.banner2-section .btn:hover{
    transform:translateY(-.25rem) !important;
    box-shadow:
        0 2px 0 #8f6b24,
        0 2px 2px rgba(0,0,0,0.6),
        0 0 2px rgba(255,210,100,0.6);
}
.banner2-section .btn span
{
     font-family: "Cormorant Garamond", serif;;
    
}
#main .why-section,
#main .about-why-section
{
    /* background: #161212; */
    padding: 5rem 0 4rem;
    overflow: visible;
    z-index: 1;
}
#main .why-section:before,
#main .result-section:before,
#main .about-why-section:before,
.contact-section:before,
.review-section:before,
.dt-blog-wrapper:before
{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-image:url('assets/images/Elite Website - hình trang1 (5).png');
    background-size:100% 100%;
    background-position:center 3rem;
    background-repeat:no-repeat;
    aspect-ratio: 2250/1400;
    object-fit: cover;
    width: 100%;
    height:auto;
    pointer-events: none;
}
#main .result-section:before,
.review-section:before
{
    transform:scaleY(-1);
      background-position:center 8rem;
    background-size:100%;
}
.dt-blog-wrapper:before
{
    z-index: 1;
}
.review-section:before
{
     transform:scaleY(-1) translateY(-22rem);
}
#main .about-why-section:before
{
     background-position: center -6rem;
     bottom: 5rem;
}
.why-section .dt-wrap
{
    display:flex;
    gap:5rem;
    align-items:flex-start;
}
.why-section .dt-wrap>*
{
    flex-basis:0;
    flex-grow:1;
}
.why-section .dt-wrap .section-title-main
{
    text-align:left;
    padding: 0;
}
.why-section p
{
    color:#fff;
}
.why-section .dt-wrap > .text p
{
    padding-left:3rem;
    position:relative;
    color: #e6c56e;
}
.why-section .dt-wrap > .text p:before
{
    content:'';
    position:absolute;
    left:0rem;
    top:0%;
    transform:translateY(.5rem);
    width:1.75rem;
    height:1.75rem;
    background-image:url(assets/images/check.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    filter: sepia(1);
}
.why-section .dt-wrap > .text p:last-child
{
    margin-bottom:0;
}
#main section
{
    padding:3rem 0;
}
#main .result-section,
#main .lt-section,
#main .group-section
{
   background: var(--color-primary-dark);
   background-image:url(assets/images/background-ve-khang.png);
   background-size:cover;
   background-position:top;
   background-repeat:no-repeat;
   background-blend-mode: overlay;
   background: transparent;
}
#main .group-section
{
     background-image:url(assets/images/g2.jpg);
     background-blend-mode: normal;
}
.lightbox-content .contact-section .text
{
    padding: 1rem 3rem;
    /* padding-left:0; */
}
.lightbox-content
{
    padding:0 !important;
}
.lightbox-content .contact-section .dt-wrap .section-image-container
{
    border-radius:0;
}
.lightbox-content .section
{
    padding:0 !important;
}
.lightbox-content .section .col
{
    padding-bottom:0;
}
#main .know-section
{
    padding: 5rem 0 0;
}
.know-section .dt-wrap
{
    width: 66%;
    padding: 3rem 0;
    padding-right: 5rem;
    position: relative;
    text-align: justify;
    color:#fff;
}
.know-section .dt-wrap > *
{
    z-index:3;
    position:relative;
}
.know-section .dt-wrap:before,
.know-section .dt-wrap:after
{
   
    content:'';
    position:absolute;
   left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc((100% + 5rem));
    height:100%;
      background-image:url(assets/images/g2.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border-radius:1.5rem;
}
.know-section .dt-wrap:after
{
    background:#00140fb3;
}
.know-section .stack
{
    width: 34%;
}
.know-section .col-inner
{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-end;
}
.know-section .col-inner .section-title-container
{
    width:100%;
    margin-bottom: -6rem;
}
.know-section .dt-wrap p ~ p
{
    font-size:1rem;
    color:#fff;
    line-height: 1.6;
    font-style:italic;
    margin-bottom: 0;
}
.know-section .dt-wrap p ~ p strong
{
    font-style:normal;
}
.know-section .stack
{
    display:flex;
    align-items: center;
    position: relative;
}
.know-section .stack .section-image-container:first-child
{
    width: 22rem;
    margin-left: -7rem !important;
    position:relative;
    padding: 0;
    box-sizing:border-box;
    display: grid;
}
.know-section .stack .section-image-container:first-child:before
{
    content:'';
    position:absolute;
    left:0rem;
    bottom:0%;
    width:100%;
    height: 10rem;
    background-image:url(assets/images/g2.jpg);
    /* background-size:contain; */
    background-position:center;
    background-repeat:no-repeat;
    z-index:-2;
    border-radius:1.5rem;
    overflow:hidden;
}
.know-section .stack .section-image-container:nth-child(2)
{
    width: 14rem;
    top: calc(-6rem - .5rem);
    left: -2rem;
    position:relative;
}
.know-section .stack .section-image-container:nth-child(2):before
{
     content:'';
     position:absolute;
     top: 3rem;
     right: 30%;
     z-index: -3;
     width:7.25rem;
     height: 7rem;
     background-image:url(assets/images/dotted.svg);
     background-size:contain;
     background-position:center;
     background-repeat:no-repeat;
     top: calc(100% - 2rem);
}
.know-section .stack .section-image-container:nth-child(2) img
{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height:auto;
    border-radius:.75rem;
}
.cat-post .cat-title
{
    text-transform:uppercase;
    text-align: left;
    font-size:2rem;
    font-weight:700;
}

.disclaimer-section h3
{
    color:#ebeae0;
    font-size:1.35rem;
    font-weight:600;
    z-index: 2;
    position:relative;
}
.disclaimer-section p
{
   font-size:.875rem;
    color:#ebeae0;
    z-index: 2;
    position:relative;
}
.disclaimer-section .col-inner
{
    background:#cccccc0d;
    padding:1rem 1.5rem;
    border-radius:.75rem;
}
.group-section .dt_image-content>*:first-child
{
    position:relative;
}
.number-section .counter-title:before,
.disclaimer-section .col-inner:before,
.group-section .dt_image-content>*:first-child:before
{
      content:"";
    position:absolute;
    inset:0;
    padding:.0625rem;
    border-radius:14px;
    
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation:borderRun 4s linear infinite;
}
.disclaimer-section
{
  border-top:thin dashed #3f4b48;
}
.disclaimer-section:before
{
     content:"";
    position:absolute;
    inset:0;
    padding:.03125rem;
    border-radius:14px;
    
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation:borderRun 4s linear infinite;
    height:.01rem;
   opacity:.5;
}
.disclaimer-section .col
{
    padding-bottom:0;
}
.connect-section .section-title .section-title-main
{
    text-align:center;
}
.connect-section .follow-icons
{
    justify-content:center;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:1rem;
    margin:3rem 0 0;
    font-size: 1.25rem !important;
}
#footer .connect-section .follow-icons a
{
    border:thin solid #cccccc2b !important;
}
#footer .connect-section .follow-icons a:before
{
     content:"";
    position:absolute;
    inset:0;
    padding:.03125rem;
    border-radius:50%;
    
    background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation:borderRun 4s linear infinite;
}
.connect-btns .btn
{
    flex-basis:0;
    flex-grow:1;
    font-size: 1.875rem;
}
.connect-btns
{
    padding: 0 12%;
}
.lt-section
{
    background-image:url('assets/images/History Section.jpg');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    background: #0c231f;
}
.lt-section .section-title
{
    justify-content:center;
}
.lt-section .section-title-container + p,
.lt-section .section-title-main
{
    padding:0 25%;
    text-align:center;
}
.lt-section .section-title-container
{
    margin-bottom:0;
}
.lt-section p,
.lt-section .dt_image-content
{
    color:#fff;
}
.lt-section .dt-wrap
{
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap: 3rem;
    text-align:center;
    margin:4rem 0 2rem;
    position:relative;
}
.lt-section .dt-wrap:before
{
    content:'';
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:.175rem;
height:calc((100% - 1rem*2));
background:#fff;

}
.lt-section .dt-wrap .dt_image-content
{
    display:flex;
    justify-content:center;
    gap:15rem;
    align-items: revert;
}
.lt-section .dt-wrap .dt_image-content>*
{
    width:calc((100% - 15rem)/2);
   
}
.lt-section .dt-wrap .dt_image-content p
{
    background: #28605636;
    font-size:1rem;
    padding:1.5rem;
    border-radius:.5rem;
    text-align:left;
    box-sizing: border-box;
    margin-bottom: 0;
    position:relative;
}
.lt-section .dt-wrap .dt_image-content p:before
{
    content:"";
    position:absolute;
    top:50%;
    left:-1.5rem;
    transform:translateY(-50%);
    border-top:1.125rem solid transparent;
    border-bottom:1.125rem solid transparent;
    border-right:1.5rem solid #28605636;
}
.lt-section .dt-wrap .section-image-container:nth-child(2n+2) .dt_image-content
{
    flex-direction:row-reverse;
}
.lt-section .dt-wrap .dt_image-content>*:first-child
{
    font-size:1.5rem;
    font-weight: 600;
    text-align:right;
     display: flex;
    align-items: center;
    justify-content:flex-end;
}
.lt-section .dt-wrap .section-image-container:nth-child(2n+2) p
{
    text-align:right;
}
.lt-section .dt-wrap .section-image-container:nth-child(2n+2) p:before
{
     right:-1.5rem;
    transform:translateY(-50%);
    border-top:1.125rem solid transparent;
    border-bottom:1.125rem solid transparent;
    border-left:1.5rem solid #28605636;
    border-right:none;
    left:unset;
}
.lt-section .dt-wrap .section-image-container:nth-child(2n+2) .dt_image-content>*:first-child
{
    text-align:left;
    justify-content:flex-start;
}
.lt-section .dt-wrap .section-image-container
{
    position:relative;
      counter-increment: counter-post;
}
.lt-section .dt-wrap .section-image-container:before,
.lt-section .dt-wrap .section-image-container:after
{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:3rem;
    height:3rem;

    background-color:#286056;
    border:thin solid #f5d48b;
    border-radius:50%;
}
.lt-section .dt-wrap .section-image-container:after
{
    content:counter(counter-post);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    color:#fff;
    font-weight:700;
}
section.cat-post
{
   background-image: url(assets/images/background-goc-nhin-thi-truong.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.why-section .section-title
{
    padding-right: 52%;
    text-align:left;
}
.why-section .section-title:before
{
     content:"";
     position:absolute;
     inset:0;
     padding:.0625rem;
     border-radius:.75rem;
     background:linear-gradient(
        20deg,
        #fff2b075,
        #d4af37,
        #fff2b047,
        #fff2b04f,
        #fff2b017,
        transparent
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     height:.00125rem;
     animation:borderRun 4s linear infinite;
     bottom:-.5rem;
     top:unset;
     opacity: 0;
}
.why-section .section-title-main
{
    text-align:left;
}
.why-section .section-image-container .dt_image-img
{
    margin-top:2rem;
}
.why-section .dt-wrap > .text
{
    position:relative;
    padding: 1.5rem;
    color: #f0c553;
}
.why-section .dt-wrap > .text:before
{
      content:"";
      position:absolute;
      inset:0;
      padding:.0625rem;
      border-radius:.75rem;
      background:linear-gradient(
        120deg,
        transparent,
        #d4af37,
        #fff2b0,
        #d4af37,
        transparent
    );
      -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      animation:borderRun 4s linear infinite;
      bottom:-.5rem;
      top:unset;
      height: 100%;
}
.why-section .stack .section-image-container
{
    width:calc((100% - 7rem)/2);
    text-align:center;
    padding:0rem 1.5rem 1.5rem;
    background-image:url(assets/images/bg-group.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;

}
.why-section .col-inner
{
    padding:0 5%;
}
.why-section .stack
{
    flex-direction:row;
    align-items:flex-start;
    gap:7rem;
}
.why-section .stack .section-image-container img
{
    height:5rem;
    max-width:7rem;
    margin-bottom:1rem;
}
.why-section .stack .section-image-container .dt_image-content
{
    color:#edd98d;
    font-size:1.125rem;
}
.home .why-section .stack .section-image-container .dt_image-content p
{
    display:none;
}
.dh-section .col-inner > .stack 
{
  background-image: url(assets/images/dh-bg.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  /* background-blend-mode:overlay; */
  padding: 2rem;
  border-radius:1.5rem;
  gap: 6rem;
  align-items: center;
  border-radius: 1.5rem;
  margin: auto;
  position: relative;
  max-width: 90%;
}
.dh-section .col-inner > .stack .dt-wrap
{
    padding-right:4rem;
}
.dh-section .section-title
{
    padding-right: 20%;
}
.dh-section .section-title-main
{
    text-align:left;
    font-size: 2rem;
}
.dh-section .stack .stack
{
    gap:2rem;
}
.dh-section .stack .stack .trans-btn
{
    display:none;
}
.dh-section .stack .stack .btn
{
    width:100%;
    background:transparent;
    border:1px solid #ffffffa1;
    text-align:left;
    color:#fff;
    font-weight:600;
    justify-content:flex-start;
    overflow: visible;
    padding: .65rem 1.5rem;
}
.dh-section .stack .stack .btn:before
{
    content:none;
}
.dh-section .stack .stack .btn:after
{
    content:'';
    position:absolute;
    right:-1rem;
    top:50%;
    transform:translateY(-50%);
    width:3.75rem;
    height:3.75rem;
    background-image:url(assets/images/dh-btn.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;

}
.dh-section p
{
    color:#fff;
    margin-bottom: 2rem;
}
.dh-section .section-title-container
{
    margin-bottom:0;
}
#main .trans-btn
{
    background:transparent;
    box-shadow:none;
    text-transform:none;
}
#main .trans-btn:before
{
    content:none;
}
.dh-section .section-image-container
{
    width: 25%;
    margin-bottom: -3.75rem !important;
    margin-top: -6rem !important;
    z-index: 2;
}
.dh-section .section-image-container img
{
    min-width: calc(100% + 4rem);
}
#footer .dh-section
{
    margin-top: 0rem;
    overflow:visible;
}
/* .category .page-wrapper
{
        background-image: url(assets/images/background-goc-nhin-thi-truong.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        background-attachment:fixed;
       
} */
.single .breadcrumb-row
{
    display:block;
}
.category .page-wrapper
{
      padding: 0 0 1rem;
}
.mashead-section
{
    position:relative;
    min-height:22rem;
}
.mashead-section .bg
{
    background-position-y:15% !important;
    background-color:var(--color-primary);
    background-blend-mode:overlay;
  
}
.mashead-section .bg:before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: #0000001a;
}
.mashead-section .col
{
    padding:5rem 0 0;
}
.mashead-section h1
{
    font-size:3rem;
     filter: 
        drop-shadow(0px 1px 0px #8a6415)
        drop-shadow(0px 1px 0px #705111)
        drop-shadow(0px 2px 0px #523b0c)
        drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
}
.number-section .section-title
{
    justify-content:center;
}
.number-section .dt-wrap
{
    display:flex;
    justify-content:center;
    gap: 2rem;
}
.number-section .section-counter-container 
{
    width:calc((100% - 10rem)/4);
}
.number-section .counter-value
{
    font-size:3.5rem;
    font-weight:700;
    text-align: center;
    color:#fff;
}
.number-section .counter-title
{
    display:block;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    position: relative;
    padding: .5rem;
    border-radius: 0;
}
#main .number-section
{
        background-image: url(assets/images/background-course.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding:7rem 0;
}
.intro2-section .col-inner>.stack
{
    flex-direction:row-reverse;
    align-items: center;
    justify-content: center;
}
.intro2-section .col-inner>.stack > .dt-wrap:first-child
{
    width:40%;
}
.intro2-section .dt_image-img:before
{
    left: -7rem;
}
.intro2-section .stack .stack
{
    justify-content:flex-start;
    align-items:flex-start;
    gap: 1rem;
}
#main .intro2-section
{
    padding-bottom:3rem;
}
.intro2-section .section-title-container .section-title
{
    text-align:center;
    justify-content:center;
}
.group-section .section-title
{
    justify-content:center;
}
.group-section .dt-wrap
{
    gap:5rem;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.group-section .dt_image-img img
{
    height:8rem;
    overflow:hidden;
      border-radius:50%;
}
.group-section .dt_image-img a
{
     border-radius:50%;
    
     margin-bottom:2rem;
    width:8rem;
    height:8rem;
   display:inline-block;
    border:thin solid #d4af37;
    box-sizing:border-box;
}
.group-section .dt_image-img a:before
{
      content:"";
      position:absolute;
      inset:0;
      padding:.125rem;
      border-radius:50%;
     
      height:100%;
      width:100%;
     
      bottom: 0;
      top:unset;
      z-index: 1;
}
.group-section .section-image-container:first-child .dt_image-img img
{
    filter:invert(1);
}
.group-section .section-image-container
{
    text-align:center;
    justify-content:center;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    position: relative;
}
.group-section .dt_image-content>*:first-child
{
    color:#fff;
    font-size:1.5rem;
    font-weight:600;
    padding: .5rem 2rem;
    margin-bottom: 1rem;
}
.group-section .dt_image-content p
{
    color:#fff;
}
.nav-dropdown-has-border .nav-dropdown
{
    background: var(--gradient-primary);
    background:#0000006b;
   border:none;
}
.nav-dropdown-has-border .nav-dropdown:before
{
        content: "";
        position: absolute;
        inset: 0;
        padding: .0625rem;
        border-radius: .25rem;
        background: linear-gradient(120deg, transparent, #d4af37, #fff2b0, #d4af37, transparent);
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        animation: borderRun 4s linear infinite;
        z-index: -1;
}
body.nav-dropdown-has-arrow li.has-dropdown:after
{
    opacity: 0 !important;
}
#main .intro2-section + .know-section
{
    padding-bottom:3rem;
}
body .container-width, body .full-width .ubermenu-nav, body .container, body .row {
    max-width: 82.125rem;
}
.dh-section .col-inner > .stack:before
{
     content:"";
     position:absolute;
     inset:0;
     padding: .1rem;
     border-radius: 0;
     background:linear-gradient(
        120deg,
        #d4af37,
        #d4af37,
        #fff2b0,
        #d4af37,
        #d4af37
    );
     -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     animation:borderRun 4s linear infinite;
     z-index: 0;
     border-radius: 1.5rem;
}
.socials
{
    display:flex;
    margin:1rem 0 0 !important;
    justify-content:center;
}
.footer-section .col-inner .stack:nth-child(3) p
{
    text-align:left;
}
.footer-section .col:nth-child(2) .col-inner p
{
    font-size:.75rem;
    color:#fff;
}
.footer-section .col:nth-child(2) .col-inner h3
{
    color:#fff;font-size:.75rem;
    margin-top:1.5rem;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:before
{
    content:'';
    position:absolute;
    left:0rem;
    top:50%;
    transform:translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-image:url(assets/images/telegram.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    left: 1rem;
    box-shadow:none !important;
}
body div.wpforms-container-full .wpforms-form button[type=submit]
{
    padding-left:2.75rem;
    background-color: transparent !important;
    border: none !important;
}
 .footer-section:before
{
    transform:scaleY(-1);
    top: 5rem;
}
.about-why-section .dt-wrap
{
    display:flex;
    align-items:center;
    gap:3rem;
    color:#fff;
    text-align:justify;
}
.about-why-section .dt-wrap .section-image-container
{
    flex:none;
    width:calc((45% - 3rem));
    padding-left:3rem;
    position:relative;
    padding-bottom:3rem;
}
.about-why-section .dt-wrap .section-image-container:before
{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:calc(100% - 3rem);
    height:calc(100% - 0rem);
    background-image:url('assets/images/Elite-Website---hình-trang-2.png');
    background-size: 178% 100%;
    background-position: bottom;
    background-repeat:no-repeat;
    z-index:-1;
}
.about-why-section .section-title-main
{
    width:100%;
    text-align:center;
    font-size: 3.25rem;
}
.about-why-section p
{
    font-size:1.25rem;
}
#main .about-why-section + .about-why-section
{
    padding-top:0 !important;
}
#main .about-why-section + .about-why-section:before
{
    content:none;
}
#main .about-why2-section .dt-wrap
{
    flex-direction:row-reverse;
}
.counter-section .counter-title
{
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
}
.counter-section .counter-value
{
    font-size: 4rem;
    font-weight: 800;
    color:var(--color-primary-dark);
    color: transparent;
    -webkit-text-stroke: 1px #e6a93a;
    font-family: arial;
    text-transform: uppercase;
    font-family: "League Spartan", sans-serif;
    white-space: nowrap;
    line-height: 1.5;
}
.counter-section .col-inner
{
    padding-right:50%;
    color:#fff;
}
.counter-section .dt-wrap
{
    width:calc((100% - 2rem)/2);
}
.counter-section .dt-wrap:nth-child(3)
{
    position:absolute;
    right:0;
    top:0;
    text-align:right;
}
.counter-section .dt-wrap + .dt-wrap
{
    margin-top:3rem;
}
.counter-section .dt-wrap:not(:nth-child(3)) p
{
    margin-top:3rem;
}
.counter-section .dt-wrap:nth-child(3)
{
    margin-top:0;
}
.counter-section .dt-wrap:nth-child(3) .counter-value
{
    white-space:normal;
    padding-left:50%;
}
.counter-section .dt-wrap:nth-child(3) .dt_image-img
{
    padding-left:10%;
}
.counter-section .section-counter-container
{
    display:flex;
    flex-direction:column-reverse;
}
#main .counter-section
{
    padding: 0 0 2rem!important;
}
.gt-section .section-title-main
{
    text-align:center;
    display:block;
    width:100%;
        font-size: 3.25rem;
    padding:0 30%;
}
.gt-section .stack
{
    flex-wrap:wrap;
    gap:20%;
    row-gap:2rem;
}
.gt-section .stack .section-image-container
{
    width:calc((100% - 20%)/2);
    text-align:justify;
    color:#fff;
    padding-left:6rem;
    padding-top:4rem;
    position:relative
}
.gt-section .stack .section-image-container .dt_image-img img
{
    width:12rem;
    position:absolute;
    left:0;
    top:0;
}
.gt-section .dt_image-content>*:first-child
{
    font-weight:600;
    font-size:1.25rem;
}
.contact-section .text>*:first-child
{
    text-align:left;
}
#main .wpforms-field-label
{
    color:#fff;
    font-weight:500;
}
.contact-section .dt-wrap:before
{
    border-radius: 2.5rem;
    background:linear-gradient(
        120deg,
        #d4af37,
        #d4af37,
        #fff2b0,
        #d4af37,
        #d4af37
    );
    padding: .15rem;
}
.contact-section:before
{
    transform: translateY(-20rem);
    z-index: 1;
    top: 0;
    bottom: unset;
}
#main .contact-section
{
    padding-top:16rem !important;
}
.page-id-2334 #main .result-section:before
{
    transform: translateY(-24rem);
    top: 0;
    z-index: 1;
}
.review-section .section-title-main
{
    text-align:center;
    width:100%;
    
}
.review-section .dt-wrap
{
    display:flex;
    flex-wrap:wrap;
    gap:3rem;
    row-gap:1rem;
}
.review-section .section-image-container
{
    width:calc((100% - 3rem*2)/3);
    display:flex;
    align-items:flex-start;
    gap:1rem;
}
.review-section .section-image-container .dt_image-img
{
    flex:none;
    width:20%;
    border-radius:50%;
    overflow:hidden;
}
.review-section .section-image-container .dt_image-content
{
    color:#fff;
    text-align:justify;
}
.review-section .section-image-container .dt_image-content>*:first-child
{
    font-weight:700;
    margin-bottom:.25rem;
}
.blog-single
{
    padding-top:6rem
}
.dt-blog-wrapper:before
{
    transform: translateY(-20rem);
    top: 0;
    bottom: unset;
}
.dt-blog-wrapper:after
{
    top: unset;
    bottom: 0;
}
/*----------------------------------------------
    Preloader
----------------------------------------------*/
#pre-load {
  background: linear-gradient(to right, #000000, #142818);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  height: 6.25rem;
  border: 3px solid #EBEBED;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  height:  6.25rem;
  border-top: 3px solid #ffcf40;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
  width: 3.5rem;
  height: 3.5rem;
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.om
{
    display:none;
}
.page-id-2334 .banner2-section .w-title .section-title .section-title-main
{
    text-align:left;
}
.page-id-2334 .banner2-section .w-title .section-title .section-title-main strong
{
    margin-left:5.75rem;
}
@media only screen and (max-width: 1023px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.header-main.has-widget
{
	margin-bottom:2rem;
}
  html 
  {
    font-size: 3.7325vw;
  }
  
  .off-canvas-left .mfp-content
  {
      background:#fff;
      border-right:.3125rem solid #2a5913;
  }
  h2.section-title span
  {
      font-size:1.5rem;
  }
  .mobile-nav *
  {
      color:#fff;
  }
  .off-canvas .nav-vertical>li>a
  {
      color: #fff;
  }
  .dt-blog-featured__slider
     {
         width:100%;
         margin-bottom:2.5rem;
     }
     .dt-blog-featured
     {
         flex-wrap:wrap;
     }
     .dt-blog-featured__center
     {
         padding-left:0;
     }
    .dt-blog-featured__slider .flickity-page-dots
    {
        bottom:-1.75rem;
    }
    .cat-title
    {
        font-size:1.125rem;
    }
    .posts-list .post-item
    {
        width:100%;
        flex-basis: 100%;
        margin-right: 0;
    }
    .cat-nav__list-child-home
    {
        flex-wrap:nowrap;
        overflow-x:auto;
    }
    .cat-nav__list-child-home a
    {
        white-space:nowrap;
    }
    .dt-blog-wrapper
    {
        padding-top:0;
    }
    .archive-page-header .page-title
    {
        font-size:1.5rem;
    }
    .dt-blog-archive #post-list .post-item
    {
        flex-wrap:wrap;
        margin-bottom: 0;
    }
    .dt-blog-archive #post-list .post-item>*
    {
        /* width: 100% !important; */
        /* padding-left: 0 !important; */
    }
    .dt-blog-archive #post-list .post-item .box-text
    {
        padding-top:.5rem;
    }
    .dt-blog-archive .post
    {
        margin-bottom:1rem;
    }
    .post-sidebar
    {
        border:None;
        margin-top:1.5rem;
        display: none;
    }
    .entry-title
    {
        font-size: 1.875rem;
    }
    .post-read
    {
        font-size:.9rem;
    }
    .featured_content
    {
        font-size:1.125rem;
    }
    .single-post .article-inner .post-meta
    {
        margin-bottom:1.5rem;
    }
    .entry-image
    {
        min-width:auto;
    }
    .toc-trigger
    {
        left:1rem !important;
    }
    .related-post
    {
        padding-left:15px;
        padding-right:15px;
    }
       .player-sticky.sticky-on .embed-responsive {
        top: 0rem;
        bottom: auto;
        width: 100%;
    }
     .zoomimg-wrapper {
        display: none !important;
      }
      .dt-blog-featured__slider
      {
          min-width:100vw;
          left:-15px;
          position: relative;
      }
      .dt-blog-featured__slider .box-image
      {
          border-radius:0 !important;
      }
      .dt-blog-featured__slider .box-text
      {
          padding-left:15px !important;
          padding-right:15px !important;
      }
      .category-video-phan-tich-crypto #post-list .post,
      .category-video-phan-tich-crypto .posts-list .post-item
      {
          flex-basis:calc((100% - 0rem)/1);
          max-width:calc((100% - 0rem)/1);
          margin-right:0rem;
      }
      .category-video-phan-tich-crypto #post-list .post:nth-child(2n+2),
      .category-video-phan-tich-crypto .posts-list .post-item:nth-child(2n+2)
      {
          margin-right:0;
      }
      .category-video-phan-tich-crypto #post-list .post-item .box-text,
      .category-video-phan-tich-crypto .posts-list .post-item .box-text
      {
          padding:1rem !important;
      }
      .category-video-phan-tich-crypto #post-list .post-item .post-title,
      .category-video-phan-tich-crypto .posts-list .post-item .post-title
      {
          font-size:1rem;
      }
      .popup-contents>*
      {
        flex-basis:100%;
        max-width:100%;
        padding: 0;
      }
	.popup
	{
		max-width:90%;
	}
      .category-video-phan-tich-crypto .post-meta, .category-video-phan-tich-crypto .post-read
      {
          font-size:.75rem;
          white-space:nowrap;
      }
	#wrapper .banner_left, #wrapper .banner_right
	{
		order:2;
		position:static;
		width: calc((100% - 0rem)/1) !important;
	}
	#wrapper .banner_left
	{
		margin-right: 1rem;
	}
    .header .flex-row
    {
        justify-content:space-between;
    }
    .logo ~ .flex-col
    {
        display:none;
    }
    .logo ~ .flex-right
    {
        display:block;
    }
    .header-inner .nav
    {
        justify-content:flex-end;
    }
    #header #logo img
    {
        width: 9.5rem;
    }
    .header-wrapper .header-bg-container .header-bg-image
    {
        background-size:40%;
    }
    .off-canvas-right .mfp-content
    {
         background: linear-gradient(to right, #000000, #142818);
    }
    .off-canvas-right .mfp-content:before
    {
         content:'';
         position:absolute;
         left:0;
         top: 5%;
         width:100%;
         height:100%;
         background-image:url('assets/images/Elite Website - hình trang1 (4).png');
         background-size:100% 100%;
         background-position: center top;
         background-repeat:no-repeat;
         aspect-ratio: 2250/1400;
         object-fit: cover;
         width: 100%;
         height:auto;
         pointer-events: none;
         transform: rotate(45deg) scale(3);
    }
    .off-canvas-right .toggle
    {
        color:#fff;
    }
    body .nav-sidebar.nav-vertical>li+li
    {
        border-color: #eeeeee24;
    }
    body .nav-vertical>li>ul li a
    {
        color:#eee;
        font-size:.875rem;
    }
    .banner2-section .dt-wrap .section-title
    {
        font-size:2rem;
    }
    .banner2-section p
    {
        font-size:.875rem;
        padding: 1rem;
        letter-spacing: 1.7px;
        font-style: italic;
    }
    .banner2-section .btn
    {
        font-size:.75rem;
        padding: .5rem 1rem;
    }
    .banner2-section .section-image-container img
    {
        height:100vw;
    }
    .page-id-2332 .banner2-section .section-image-container img
    {
        height:90vw;
        object-position: 52%;
    }
    .page-id-2334 .banner2-section .section-image-container img
    {
        height:85vw;
        object-position: 22%;
    }
     .page-id-2336 .banner2-section .section-image-container img
    {
        height:auto;
        aspect-ratio: 1000/880;
        object-position: 52% center;
    }
    .why-section .section-title
    {
        padding:0;
    }
    .why-section .dt-wrap
    {
        gap:1rem;
        flex-direction:column;
    }
    .section p,
    body div.wpforms-container-full .wpforms-form button[type=submit], .btn
    {
        font-size:.875rem;
    }
    .why-section .section-image-container .dt_image-img
    {
        padding:0 10%;
        margin-top: .5rem;
        opacity: .5;
    }
    .section h2.section-title span
    {
        font-size: 1.5rem;
    }
     #footer .dh-section .section-title .section-title-main 
    {
        font-size: 1.25rem !important;
        text-align: left;
        letter-spacing: 0;
    }
    #main .why-section
    {
        padding:3rem 0;
    }
    .intro-section .stack,
    .program-section .stack
    {
        gap:1rem;
        flex-wrap:wrap;
    }
    .program-section .stack
    {
        margin-top: 6rem !important;
    }
    .intro-section .section-image-container
    {
        padding:0 15%;
    }
    .intro-section .dt_image-img:before
    {
        transform:scale(.8);
    }
    #main .intro-section
    {
        padding: 3rem 0 0;
        margin-bottom: -2rem;
    }
    .program-section .section-title,
    .program-section .section-title-container + p,
    .result-section .section-title
    {
        padding:0;
    }
    .program-section .dt-wrap
    {
        flex-grow:1;
        flex-basis:auto;
    }
    .program-section .swiper-slide,
    .gt-section .swiper-slide,
   .home .why-section .swiper-slide
    {
      transition: transform 0.3s ease;
      padding: 0 3rem;
    }
     .program-section .swiper-slide .dt-wrap,
      .gt-section .swiper-slide .section-image-container,
       .why-section .swiper-slide .section-image-container,
    {
         transform: scale(.75);
    }
    .program-section .swiper-slide-active .dt-wrap,
    .gt-section .swiper-slide-active .section-image-container,
     .why-section .swiper-slide-active .section-image-container
    {
      transform: scale(1);
    }
    .program-section .swiper-slide:before,
     .why-section .swiper-slide:before
    {
        max-width: calc(100% - 4rem + 0rem);
        left: 2rem;
        z-index: 3;
    }
    .why-section .swiper-button-next, .why-section .swiper-button-prev
    {
        /* transform:translateY(-50%); */
        bottom: unset;
        top: 65%;
    }
    .result-section .gallery-col
    {
        max-width: calc((100% - 1rem * 1) / 2);
    }
     .know-section .dt-wrap
    {
        order:2;
        width:100%;
        padding-right: 0;
    }
    .know-section .col-inner
    {
        flex-wrap:wrap;
    }
    .know-section .stack
    {
        width:100%;
        margin-top: 9rem;
    }
    .know-section .stack .section-image-container:first-child
    {
        width:15rem;
        margin-left:0!important;
    }
    .know-section .stack .section-image-container:nth-child(2)
    {
        width:10rem;
    }
    .know-section .section-title
    {
        justify-content:center;
    }
    .cat-post .cat-title
    {
        font-size:1.5rem;
    }
    .cat-post__header a
    {
        font-size:.75rem;
    }
    .cat-nav__item-child-home a
    {
        font-size:.75rem;
    }
    .lt-section .section-title-container + p, .lt-section .section-title-main
    {
        padding:0;
    }
    .lt-section .dt-wrap
    {
        gap:2rem;
    }
    .lt-section .dt-wrap .dt_image-content
    {
        gap:6rem;
    }
    .lt-section .dt-wrap .dt_image-content>*
    {
        width: calc((100% - 6rem)/2);
    }
    .lt-section .dt-wrap .dt_image-content>*:first-child
    {
        font-size: 1rem;
    }
    .lt-section .dt-wrap .dt_image-content p
    {
        font-size:.875rem;
        padding: 1rem;
    }
    .dh-section .col-inner > .stack
    {
        /* flex-wrap:wrap; */
        gap: 1rem;
        padding: 0 1rem;
        max-width: 100%;
    }
    .dh-section .section-image-container
    {
        width: 32%;
        /* margin-top: 0rem !important; */
        /* position: absolute; */
        bottom: 100%;
        margin-left: -2rem !important;
        flex: none;
        margin-bottom: -6.25rem !important;
    }
    .dh-section .col-inner > .stack .dt-wrap
    {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 68%;
        margin-left: 2rem !important;
        padding-bottom: 1rem;
        padding-top: .5rem;
    }
    .dh-section .stack .stack .btn
    {
        padding:.5rem .75rem;
    }
    .dh-section p
    {
        margin-bottom:.5rem;
        font-size: .75rem;
    }
    .dh-section .stack .stack .btn
    {
        font-size:.75rem;
    }
    .dh-section .stack .stack .btn:after
    {
        width:2.5rem;
        height:2.5rem;
    }
    .dh-section .dt-wrap
    {
        /* flex-basis:100%; */
        /* max-width:100%; */
        /* padding: 1rem 0; */
    }
    .dh-section .section-title
    {
        padding:0;
        margin-bottom: 0;
    }
    #main .dh-section
    {
        margin-top:15rem;
    }
    .dh-section .stack .stack
    {
        gap:1rem;
    }
    .footer-section .col:first-child .col-inner
    {
        flex-direction:column;
        padding-left: calc(45% + 1.25rem);
    }
    .footer-section .col:first-child .col-inner .stack:first-child
    {
        width:45%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .footer-section .col-inner .stack .section-image-container .dt_image-img
    {
        width:1.5rem;
        margin-right:.25rem;
    }
    .footer-section .col:first-child *
    {
        font-size:.875rem;
    }
    .footer-section .col-inner .stack
    {
        width:100%;
    }
     #footer .footer-section .col-inner .stack .section-title-main
    {
        font-size:1.125rem !important;
        margin-top: 0;
        margin-bottom: 1rem;
        letter-spacing: 0;
    }
    body div.wpforms-container-full #wpforms-form-2607.wpforms-form button[type=submit]
    {
        font-size:0;
        height: 2.25rem;
        width: 2.25rem;
        padding: 0;
        background-image: url(assets/images/form-btn-bg.png);
    }
    body div.wpforms-container-full #wpforms-form-2607.wpforms-form button[type=submit]:before
    {
        left:50%;
        transform: translate(-50%,-50%);
    }
    .footer-wrapper .connect-section h2.section-title span
    {
        font-size:1.125rem;
    }
    .connect-btns .btn
    {
        font-size: 1.125rem;
        width: 100%;
        flex-basis: auto;
    }
    .connect-btns
    {
        padding:0;
        flex-wrap:wrap;
        gap:1rem;
    }
    .disclaimer-section p
    {
        font-size:.75rem;
    }
    .disclaimer-section h3
    {
        font-size:1rem;
    }
    .disclaimer-section .col-inner
    {
        padding:1rem;
    }
    .mashead-section h1
    {
        font-size:2rem;
        padding: 0 1rem;
    }
    .mashead-section
    {
        min-height:10rem;
    }
    .intro2-section.gradient-section .dt-title-container .section-title-main
    {
        white-space:nowrap;
    }
    .intro-section .section-image-container
    {
        padding:0;
    }
    .intro-section .dt-wrap .stack .dt_image-content>*:first-child
    {
        font-size:1REM;
    }
    .group-section .dt-wrap
    {
        flex-wrap:wrap;
        gap: 1rem;
    }
    .number-section .dt-wrap
    {
        flex-wrap:wrap;
    }
    .number-section .section-counter-container
    {
        width:100%;
    }
    .intro2-section .col-inner>.stack > .dt-wrap:first-child,
    .contact-section .dt-wrap .section-image-container
    {
        width:60%;
    }
    .dt-blog-archive #post-list .post
    {
        flex-basis: 100%;
        max-width:100%;
        margin-bottom: 0;
    }
    .contact-section .dt-wrap
    {
        flex-wrap:wrap;
        margin: 0;
    }
    .lightbox-content
    {
        max-width:90vw !important;
    }
    .lightbox-content .contact-section .dt-wrap .section-image-container
    {
        display:none;
    }
    .lightbox-content .contact-section .text
    {
        padding-left:1.5rem;
    }
    .header-button .button
    {
        white-space: nowrap;
        background-color:transparent !important;
        background-image:url('assets/images/mb-bg-1.png');
        background-size:100% 100%;
        background-position:center;
        background-repeat:no-repeat;
        border:none;
        color:#fff;
        font-size: .75rem;
    }
    .mobile-nav .nav-icon a
    {
         background-color:transparent !important;
         background-image:url('assets/images/mb-bg-2.png');
         background-size:100% 100%;
         background-position:center;
         background-repeat:no-repeat;
         border:none;
         padding:0 .5rem;
         font-size: .875rem;
    }
    .archive .banner2-section .dt_image-img img
    {
        object-fit: cover;
        aspect-ratio: 1000 / 880;
        width: 100%;
        height:auto;
        object-position: 70%;
    }
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child
    {
        position:static;
        width:100%;
        height:auto;
    }
    .dt-blog-archive #post-list .wrapper-group-1
    {
        padding:0;
    }
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text,
    .dt-blog-archive #post-list .wrapper-group-2 .post .box-text
    {
        position:static;
        bottom:0;
        color:#fff;
        padding:.5rem 1rem 0;
        z-index: 33;
    }
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text .from_the_blog_excerpt,
    .dt-blog-archive #post-list .wrapper-group-2 .post .box-text .from_the_blog_excerpt
    {
        display:none;
    }
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-text .post-title a,
    .dt-blog-archive #post-list .wrapper-group-2 .post .box-text .post-title a
    {
        font-size:1.125rem;
        border-bottom:none;
        padding-bottom:0;
    }
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .box-image:after,
    .dt-blog-archive #post-list .wrapper-group-2 .post .box-image:after
    {
        content:'';
        position:absolute;
        left:0;
        bottom: 0;
        width:100%;
        height: 75%;
        background: linear-gradient(
        to top,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.55) 35%,
        rgba(0,0,0,0.25) 60%,
        rgba(0,0,0,0) 85%
    );
        z-index:-0;
    }
    
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .article-inner,
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item,
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item .box-image,
    .dt-blog-archive #post-list .wrapper-group-1 .post:first-child .post-item .box-image *
    {
          height:auto;
    }
    .wrapper-group-2
    {
        flex-wrap:wrap;
        gap: 1rem;
        margin-top: 0;
    }
    .dt-blog-archive #post-list .wrapper-group-2 .post
    {
        flex-basis:100%;
        max-width:100%;
    }
    .dt-blog-archive #post-list
    {
        gap:1rem;
    }
    .footer-section div.wpforms-container-full .wpforms-form input.wpforms-field-medium
    {
        height: 2.25rem;
        font-size: .7rem;
        background-image: url(assets/images/form-input-bg.png);
    }
    #wpforms-2607 .wpforms-form,
    .footer-section div.wpforms-container-full
    {
        margin-bottom:.5rem;
    }
    .dt-breadscrumb .breadcrumb
    {
        overflow-x:auto;
        white-space:nowrap;
    }
    .contact-section:before,
    .dt-blog-wrapper:before,
    #main .about-why-section:before
    {
        transform: translateY(-10rem);
    }
    #main .about-why-section:before,
   .home  #main .why-section:before
    {
        bottom:unset;
        top:0;
        transform: translateY(-7rem);
        background-position: center;
        z-index: 0;
    }
    #main .program-section:before
    {
        top: -40rem;
    }
    .dt-blog-wrapper:after
    {
        
    }
    #main .contact-section
    {
        padding-top:6rem !important; 
    }
     #main .gt-section
    {
        padding-bottom:0 !important;
        padding-top: 0 !important;
    }
    .contact-section .dt-wrap .text
    {
        padding:1rem 1.5rem 1.5rem;
    }
    .contact-section .dt-wrap .section-image-container
    {
        display:none;
    }
    .page-id-2336 #main .program-section:before
    {
        bottom:unset;
        top:0;
        transform:translateY(-8rem);
        background-image:url('assets/images/Elite Website - hình trang1 (5).png');
    }
    .page-id-2334 #main .result-section:before
    {
        transform:translateY(-16rem);
    }
    .result-section .section-title-container + p
    {
        padding:0;
    }
    .result-section .row .row
    {
        padding-top: calc(55% * (325.51 / 706.2) + 1rem) !important;
        gap: 1rem;
    }
    .result-section .gallery-col:first-child
    {
        width: calc(45% - 1rem);
        padding-bottom: 1rem;
    }
    .page-id-2334 .result-section .row.reserve-gallery
    {
        margin-top:0rem !important;
    }
     .result-section .gallery-col:nth-child(n+1)
    {
         width:100%;
         position: static;
    }
    .result-section .swiper-slide
    {
        height: auto;
    }
    .result-section .swiper-slide *
    {
        height:100%;
      
    }
     .result-section .swiper-slide .gallery-col img
    {
            object-fit:contain;
    }
    #main section.review-section
    {
        padding-top:0 !important;
    }
    .review-section .section-image-container
    {
        width: calc((100% - 0rem*2)/1);
    }
    .page-id-2336 .banner2-section .section-content:before
    {
        opacity:1;
        transform:rotate(45deg) translate(0rem,8rem);
    }
    .page-id-2336 .banner2-section .section-content:after
    {
            content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(
        to top,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.55) 35%,
        rgba(0,0,0,0.25) 60%,
        rgba(0,0,0,0) 85%
    );
        z-index: 2;
    }
     .program-section .section-title .section-title-main,
    .result-section .section-title .section-title-main,
    .about-why-section .section-title-main,
    .about-why2-section .section-title .section-title-main,
    .gt-section .section-title .section-title-main,
    .why-section .section-title .section-title-main,
    .intro-section .dt-wrap:nth-child(2) .section-title-container .section-title span
    {
        font-size:0;
    }
    .program-section .section-title .section-title-main:before,
    .result-section .section-title .section-title-main:before,
    .about-why-section .section-title-main:before,
     .gt-section .section-title .section-title-main:before,
     .why-section .section-title .section-title-main:before,
    .intro-section .dt-wrap:nth-child(2) .section-title-container .section-title span:before
    {
        content:'';
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        font-size:0;
        background-image:url('assets/images/Elite Website Mobile(1).png');
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        width:100%;
        height: 5rem;
        top: calc(100% - .5rem);
    }
     .gt-section .section-title .section-title-main
    {
        padding:0;
    }
    .result-section .section-title .section-title-main:before
    {
         height: 7rem;
         background-image:url('assets/images/Elite Website Mobile(2).png');
         content: none;
    }
   .about-why-section .section-title-main:before
    {
         height: 4rem;
         background-image:url('assets/images/Elite Website Mobile(4).png');
         content: none;
    }
     .about-why2-section .section-title .section-title-main:before
    {
         height: 5rem;
        background-image:url('assets/images/Elite Website Mobile(5).png');
    }
     .gt-section .section-title .section-title-main:before
    {
        height: 5rem;
        background-image:url('assets/images/Elite Website Mobile(6).png');
        content: none;
    }
     .why-section .section-title .section-title-main:before
    {
         height:7.5rem;
         background-image:url('assets/images/Elite Website Mobile(7).png');
         content: none;
    }
    .intro-section .dt-wrap:nth-child(2) .section-title-container .section-title span:before
    {
         height: 5rem;
         background-image:url('assets/images/Elite Website Mobile(8).png');
         content: none;
    }
    .program-section .section-title-container
    {
        margin-bottom: 1rem;
    }
     .gt-section .section-title-container
    {
        margin-bottom: 1rem;
    }
     .result-section .section-title-container
    {
        margin-bottom: 1rem;
    }
     .about-why-section .section-title-container,
         .intro-section .dt-wrap:nth-child(2) .section-title-container
    {
        margin-bottom: 0;
    }
    .why-section .section-title-container
    {
         margin-bottom: 0;
    }
    body .swiper-button-next,body  .swiper-button-prev
    {
        width:3.5rem;
        height:3.5rem;
        background-image:url('assets/images/Elite Website Mobile(3).png');
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        right: -.5rem;
    }
    body  .swiper-button-prev
    {
        transform:scaleX(-1);
        right:unset;
        left:-.5rem;
    }
     body .swiper-button-next:after,body  .swiper-button-prev:after
    {
        opacity:0;
    }
    .program-section .dt-wrap .text .dt_image-content p
    {
        font-size:.875rem;
    }
    .page-id-2336 #main .program-section:after
    {
        top:unset;
        bottom: -11rem;
        background-image: url('assets/images/Elite Website - hình trang1 (4).png');
    }
    #main .why-section, #main .about-why-section
    {
        padding: 3rem 0 0;
    }
    .about-why-section .dt-wrap
    {
        flex-wrap:wrap;
        gap: 2rem;
    }
    .about-why-section .dt-wrap .section-image-container
    {
        width:100%;
        padding: 0;
    }
     .about-why-section .dt-wrap .section-image-container .dt_image-img:before
    {
        content:'';
        position:absolute;
        left:0;
        bottom: 0;
        width:100%;
        height: 65%;
        background: linear-gradient(
        to top,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.55) 35%,
        rgba(0,0,0,0.25) 60%,
        rgba(0,0,0,0) 85%
    );
        z-index:2;
    }
    .about-why-section .dt-wrap .section-image-container + .text
    {
        position:absolute;
        bottom: 1rem;
        padding:0 1rem;
        overflow-y: scroll;
        max-height:10rem;
        z-index:3;
        font-weight:600;
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .about-why-section .dt-wrap .section-image-container + .text::-webkit-scrollbar {
         width: .25rem;
         height:1rem;
     }
     .about-why-section .dt-wrap .section-image-container + .text::-webkit-scrollbar-track {
         background:transparent;
     }
     .about-why-section .dt-wrap .section-image-container + .text::-webkit-scrollbar-thumb {
       background:#fff;
     
     }

    .counter-section .col-inner,
    .counter-section .dt-wrap:nth-child(3) .counter-value
    {
        padding:0;
    }
     .counter-section .col-inner
    {
        display:flex;
        flex-direction:column;
    }
    .counter-section .dt-wrap,
    .counter-section .dt-wrap:nth-child(3),
    .why-section .stack .section-image-container
    {
        position:static;
        width: 100%;
    }
    .counter-section .dt-wrap:not(:nth-child(3)) p
    {margin-top:0rem;}
    .counter-section .counter-value
    {
        font-size:2rem;
    }
    .counter-section .dt-wrap:nth-child(2)
    {
        order:3;
    }
    .gt-section .stack .section-image-container
    {
        width:100%;
        padding-left: 3rem;
        padding-top: 2rem;
    }
    .gt-section .stack .section-image-container .dt_image-img img
    {
        width:8rem;
    }
    .gt-section .dt_image-content
    {
        text-align:justify;
    }
    .page-id-2549 .banner2-section .section-content:before
    {
        height:30%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0) 85%);
    }
    .banner2-section .row
    {
        top:10rem;
    }
    .banner2-section .btns-group
    {
        margin-top:3rem;
    }
    .banner2-section .dt-wrap .section-title-main
    {
        text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 1px #ffc76a, 0 0 1px #ffb347, 0 0 1px rgba(255, 180, 70, 0.5);
    }
    .banner2-section .btn
    {
        background:#ffeead;
        color:#000;
        border-radius:1.5rem;
        font-weight:800;
    }
    .banner2-section .btn:after
    {
        content:none;
    }
     .why-section .stack .section-image-container
    {
        padding-top: 0;
        margin-top: 0;
        padding: .125rem 1.5rem 1rem;
        background: none;
    }
    .intro-section .dt-wrap:nth-child(1)
    {
        width:80%;
        margin-bottom: 8rem !important;
    }

    .banner2-section .w-title .section-title .section-title-main strong
    {
        font-size: 2.5rem;
        margin-right: 0;
        margin-right: 0;
        text-shadow:
        -2px 2px 0 #757c7f,
        -4px 4px 0 #37434a;
    }
    .banner2-section .w-title .section-title .section-title-main
    {
        padding-left: 55%;
        font-size: 1.5rem;
        text-align:center;
        line-height:1.5;
    }
    .page-id-2332 .banner2-section .w-title .section-title .section-title-main,
    .archive .banner2-section .w-title .section-title .section-title-main
    {
        padding-right:0;
        font-size: 1.5rem;
    }
    .archive .banner2-section .w-title .section-title .section-title-main strong,
    .page-id-2332 .banner2-section .w-title .section-title .section-title-main strong
    {
        font-size:2.5rem;
        transform:none;
    }
    .page-id-2332 .banner2-section .w-title .section-title .section-title-main
    {
        padding-left:0;
    }
    .page-id-2332 .banner2-section .col
    {
        padding-bottom:0;
    }
    .section h1
    {
        font-size:2rem;
    }
    .od
    {
        display: none !important;
    }
    .om
    {
        display:block;
    }
    .page-id-2336 .banner2-section .row
    {
        top:60%;
    }
    .page-id-2334 .banner2-section .w-title .section-title .section-title-main
    {
        text-align:left;
        padding-left: 0;
    }
    .page-id-2334 .banner2-section .w-title .section-title .section-title-main strong
    {
        margin-left:5.75rem;
    }
    .page-id-2334 .banner2-section .row
    {
        top:60%;
    }
    .about-why-section .dt-wrap .section-image-container:before
    {
        content:none;
    }
    body.home
    {
        background:#161212;
    }
    .why-section .stack .section-image-container .dt_image-img img
    {
        width:12rem;
        position:absolute;
        left:0;
        top:0;
    }
    .why-section .stack .section-image-container .dt_image-img img
    {
        width: 9rem;
        max-width: 9rem;
        max-height: 8rem;
        height: auto;
        z-index: -1;
    }
    .why-section .dt_image-content *
    {
        text-align:justify;
        color:#fff;
    }
    .home .why-section .swiper-slide
    {
        padding: 0;
    }
     .home .why-section .swiper-slide:not(.swiper-slide-active)
    {
       transform:translateX(-2rem) scale(.75);
        transform-origin:left;
    }
   .home .why-section .stack .section-image-container {
        width: 100%;
        padding-left: 3rem;
        padding-top: 2rem;
    }
    .home .why-section .swiper-button-next, .home .why-section .swiper-button-prev
    {
        display:none;
    }
    .home .why-section .stack .section-image-container .dt_image-content p
    {
        display:block;
        font-size: 1.25rem;
        font-weight:600;
        margin-bottom: .5rem;
    }
    .home .why-section .stack .section-image-container .dt_image-content
    {
        display:flex;
        flex-direction:column-reverse;
    }
    .section:not(.banner2-section) .dt-title-container  .section-title-main
    {
        padding: .5rem 0;
        text-align:center;
        color:#edd98d;
        text-shadow:none;
      
    }
    .section:not(.banner2-section) .dt-title-container  .section-title-main,
    .section:not(.banner2-section) .dt-title-container  .section-title-main *
    {
       font-family: "Cormorant Garamond", serif;
       letter-spacing: 2px;
       font-weight:700;
       font-size:1.75rem !important;
    }
    .section:not(.banner2-section) .dt-title-container  .section-title-main strong
    {
        font-family: "Anton", sans-serif;
        color:#999898;
        display:block;
        letter-spacing:.75rem;
        font-size:4.5rem !important;
        z-index: -1;
        position: relative;
    }
    .home  #main .why-section  .dt-title-container  .section-title-main
    {
        text-align:left;
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 1;
        padding:0 1rem;
    }
    .home  #main .why-section .dt-title-container  .section-title-main strong
    {
        line-height:0.5;
        text-align: center;
    }
     .home  #main .why-section .dt-title-container  .section-title-main span:first-child
    {
        padding-left:1rem;
    }
    .home  #main .why-section .dt-title-container  .section-title-main strong ~ span
    {
        text-align:right;
        display: block;
    }
     #main .intro-section .dt-wrap:nth-child(2) .section-title-container .section-title span
    {
        color: #edd98d;
        display: flex;
        flex-direction: column-reverse;
        background: transparent;
        line-height: .125;
        letter-spacing:.35rem;
        margin-top: 1rem;
    }
     #main .program-section .section-title .section-title-main
    {
        line-height: .7;
    }
     #main .program-section .section-title .section-title-main span
    {
        margin-top:1rem;
    }
    .page-id-2336  #main .program-section .section-title .section-title-main span
    {
        font-size:2.5rem !important;
    }
    .page-id-2336  #main .program-section .section-title .section-title-main strong
    {
        font-size:3.5rem !important;
    }
      #main .intro-section .dt-wrap:nth-child(2) .dt-title-container .section-title-main strong
    {
        font-size:4rem !important;
    }
     #main .program-section .section-title .section-title-main:before
    {
        content:none;
    }
    #main .result-section .section-title .section-title-main> span
    {
        font-size:2.25rem !important;
        margin-top:1rem;
    }
    #main .result-section .section-title .section-title-main strong div span
    {
        letter-spacing: .25rem !important;
        font-size: 3.5rem !important;
        font-family: "Anton", sans-serif;
        font-weight:500;
    }
    #main .result-section .section-title .section-title-main
    {
       display:flex;
        flex-direction:column-reverse;
       
    }
    #main .about-why-section .section-title-main 
    {
        line-height:1.7rem;
    }
     #main .about-why-section .section-title-main strong
    {
         font-family: "Cormorant Garamond", serif;;
    }
     #main .about-why-section .section-title-main span
    {
        font-size:2.35rem !important;
    }
     #main .about-why-section .section-title-container
    {
        margin-bottom:2rem;
    }
     #main .about-why2-section .section-title-main
    {
        display:flex;
        flex-direction:column-reverse;
        margin-top:1rem;
    }
     #main .gt-section .section-title .section-title-main
    {
        line-height:.55;
    }
     #main .gt-section .section-title .section-title-main strong
    {
        font-family: "Cormorant Garamond", serif;
        font-size:3.5rem !important;
        letter-spacing:.25rem;
        font-weight:700;
        z-index:-1;
        position: relative;
    }
      #main .review-section .section-title-main
    {
        line-height:1;
    }
     #main .review-section .section-title-main strong
    {
         font-size:3.5rem !important;
        letter-spacing:.25rem;
    }
}
@media screen and (min-width: 1441px) {
    html {
      font-size: 16px;
    }
}
