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

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


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


}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }

  @font-face {
    font-family: 'sf';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(f/sf-700.woff2);
  }

  @font-face {
    font-family: 'sf';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(f/sf-600.woff2);
  }

  @font-face {
    font-family: 'sf';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(f/sf-500.woff2);
  }


  @font-face {
    font-family: 'sf';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(f/sf-400.woff2);
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'sf' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }


ul.nav.header-nav.header-bottom-nav.nav-center.nav-pills.nav-uppercase {
    margin: 7px 0;
}

.nav-box>li.active>a, .nav-pills>li.active>a {
    border-radius: 3px;
    font-weight: bold;
}

.nav-pills>li>a {
    border-radius: 3px;
    font-weight: bold;
}

.nav-pills > li.active > a {
    color: #fff!important;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a:hover {
    background-color: var(--fs-color-primary);
    color: #fff!important;
}

.nm-tt {
    font-weight: 900;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.icv-dv-img {
    margin-bottom: 15px;
}

.about-line {
	margin-bottom: 5px;
}

.nm-button a {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid var(--fs-color-primary);
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.nm-button a:before {
    position:absolute;
    content: "";
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: var(--fs-color-primary);
	z-index: -1;
}
.nm-button a:after {
    position:absolute;
    content: "";
    top: -78px;
    left: 0;
    width: 110%;
    height: 65%;
    background-color: rgba(255,255,255,.1);
    -webkit-animation: spanAnimation 2.2s ease-in-out infinite;
    -moz-animation: spanAnimation 2.2s ease-in-out infinite;
    -o-animation: spanAnimation 2.2s ease-in-out infinite;
    -ms-animation: spanAnimation 2.2s ease-in-out infinite;
    animation-delay: 1s
}

@keyframes spanAnimation {
    0% {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
        -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)
    }

    50% {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,450%,0);
        -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,450%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,450%,0)
    }

    100% {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
        -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)
    }
}

.icb-dv-tt {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
}


.icb-dv .box-text {
    padding: 10px;
}

.icb-dv .box-image img {
    border-radius: 8px;
}


.icb-why-tt {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.bg-at .section-bg{
	background-attachment: fixed;
}

.icb-why {
    align-items: center;
}

.section-title-normal span {
    border-bottom: 2px solid var(--fs-color-primary);
}

.box-blog-post {
    padding: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    background-color: #fff
}

.box-blog-post:hover img {
	transform: scale(1.1);
}

.box-blog-post .box-text {
    padding: 10px 0
}

.box-blog-post .is-divider {
    display: none
}

.box-blog-post:hover .post-title a{
    color: var(--fs-color-primary);
}

.box-blog-post .post-title a{
    font-size: 16px;
	    font-size: 16px;
    display: -webkit-box;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}

.bg-da  .box-blog-post{
	padding: 0;
	border: 0;
	box-shadow: none;
}

.bg-da .box-blog-post .box-text{
	padding: 10px;
} 

.bg-da .post-title a {
	    display: -webkit-box;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}

.bg-tt .box-blog-post .box-text{
	padding: 10px;
} 

.bg-tt .box-blog-post{
	padding: 0;
	border: 0;
}

.absolute-footer.dark {
	color: #fff;
}


.absolute-footer {
	padding: 15px 0;
}

.ft-tt {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #fff;
}


#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}


#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}


/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.phone-bar a,#phone-vr .phone-vr-circle-fill,#phone-vr .phone-vr-img-circle,#phone-vr .phone-bar a {
					    background-color: #dd3333;
					}
					#phone-vr .phone-vr-circle-fill {
					    opacity: 0.7;box-shadow: 0 0 0 0 #dd3333;
					}

.sl-logo .ux-logo img {
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}



.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}

.off-canvas-left .mfp-content {
    background-color: #fff
}

.product-small.box {
}

.product-small .product-title a {
    display: -webkit-box;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px
}


.product-small:hover .product-title a {
    color: var(--fs-color-primary);
}

.product-small .product-title a {
    font-weight: 700;
    color: #333
}

.product-small span.amount {
    color: #2ba03e
}

.product-small.box .box-text {
    padding: 15px
}

.product-small .box-image img {
    border-radius: 8px;
}


img {}

.why-item-tt {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.why-item-tt img {
    width: 50px;
}

.why-item-tt {
    font-weight: bold;
}

.why-item-sub {
    text-align: center;
}

#menu-chinh-sach-footer .menu-item:hover a {
	color: var(--fs-color-primary);
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%;
}