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

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


@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');
  }
  
  
  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: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }


.ts-tt {
    font-weight: 900;
    font-size: 16px;
    color: var(--fs-color-primary);
}

.gl-bn-main {
    font-size: 40px;
    font-weight: 900;
    color: var(--fs-color-primary);
	    text-shadow: 0px -1px 0px #CECECE;
}

.gl-bn-sub {
	margin-bottom: 10px;
}

.header-main .nav > li > a {
font-weight: bold;}

.header-nav-main .header-block {
    display: inline-block;
    width: auto;
}

.header-block-block-1 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.header-block-block-2 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	min-width: 175px;
}

.ht-title {
    line-height: 1.3;
}

.ht-num {
    font-weight: bold;
    line-height: 1.3;
    color: var(--fs-color-primary);
}

.header-block-block-1 {
    min-width: 175px;
}

li.html.custom.html_topbar_right {
    display: inline-block;
    margin: 0;
    width: 30px;
}

li.header-block {
    width: calc(100% - 50px);
}

.hotline-top{
    align-items: center;
}

.header-main {
    z-index: 20;
}


#masthead .searchform {
    background-color: #fff;
    padding: 1px;
    border-radius: 50px;
}

#masthead .searchform .search-field {
    border-radius: 4px;
    padding: .375rem .75rem;
    border: 1px solid #e0e0e0;
    min-height: 16px;
    border: 0;
    background-color: #fff0;
    box-shadow: none
}

#masthead .searchform .ux-search-submit {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff0;
    border: 0
}

.searchform .button.icon i {
    color: #222
}



.global-tt-sub-white {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
	position: relative;
}

.global-tt-main-whte{
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
    color: #fff;
	position: relative;
	margin-bottom: 15px;
}

.col-tren {
	z-index: 1;
	position: relative;
}


.contact-bg {
  position: absolute;
  top: 0;
  left: -375px;
  right: -433px;
  bottom: -120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% -35%, 77% 100%, 0% 100%);
  z-index: -1;
	height: 100%;
}

.contact-shape {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -375px;
  right: -190px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
	height: 100%;
}



.ctp-tt {
	color: var(--fs-color-primary);
    font-weight: bold;
}


.icb-ct {
    margin-bottom: 15px;
}


#button-contact-vr {
    position: fixed;
    bottom: 10%;
	right: 10px;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#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%;
    overflow: hidden;
    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%)
}

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17,143,253);
    background: linear-gradient(160deg,rgba(17,143,253,1) 20%,rgba(188,60,218,1) 50%,rgba(253,223,5,1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-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: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#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
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    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
}

#popup-showroom-vr,div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

@media(max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display:block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202;
}

#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%);
}

#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%;
}

#tiktok-vr .phone-vr-img-circle {
    background: #020202;
}

#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #6a4ffe;
    background-color: rgb(106 79 254 / 50%);
}

#messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe;
}

#messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
}

.col-no-p p {
    margin-bottom: 0;
	display: flex;
}

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



.ft-tt {
    font-size: 20px;
    font-weight: 900;
}

.ft-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}


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

.absolute-footer .copyright-footer {
	font-size: 16px;
    font-weight: 500;
	color: #fff;
}

.alert.alert-success {
    padding: 15px;
    color: #fff;
    background-color: var(--fs-color-primary);
    border-radius: 5px;
    margin-bottom: 10px;
}

.alert.alert-success .form-text-value {
    display: flex;
    align-items: center;
    gap: 5px;
}

.alert.alert-success .form-text-value label {
    margin-bottom: 0;
    color: #fff;
}



.main-tt h1 {
    text-transform: uppercase;
    color: var(--fs-color-primary);
    margin-bottom: 10px;
}

.main-tt-sub {
    margin-bottom: 10px;
}

.title_sub {
    margin-bottom: 10px;
}



.gl-bt {
    background-color: var(--theme);
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 0;
    z-index: 9;
    display: inline-block;
    line-height: 1;
}

.gl-bn-sub {
    margin-bottom: 10px;
}

.gl-bt {
  background-color: var(--fs-color-secondary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt-2 {
  background-color: var(--fs-color-primary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt a {
    color: #fff;
    position: relative;
    z-index: 2;
}

.gl-bt i {
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .gl-bt i {
    margin-left: 3px;
    font-size: 12px;
  }
}
.gl-bt span {
  position: relative;
  z-index: 9;
}
.gl-bt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}
.gl-bt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.gl-bt.gl-bt-2:after,.gl-bt.gl-bt-2:before {
	background-color: var(--fs-color-secondary);
}

.col-cl {
	position: relative;
	overflow: hidden;
}
.img-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.gl-bt:hover {
  color: #fff;
}
.gl-bt:hover::before {
  height: 100%;
}
.gl-bt:hover::after {
  height: 100%;
}
.gl-bt:hover i {
  transform: translate(5px);
	color: #fff;
	position: relative;
	z-index: 2;
}
.gl-bt.hover-white::before, .gl-bt.hover-white::after {
  background-color: #fff;
}
.gl-bt.hover-white:hover {
  color: var(--fs-color-secondary);
}
.gl-bt.hover-white:hover i {
  transform: translate(5px);
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white {
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white:hover {
  color: #fff;
}
.gl-bt.bg-white:hover i {
  transform: translate(5px);
  color: #fff;
}
.gl-bt.gl-bt-2 {
  background-color: var(--fs-color-primary);
}
.gl-bt.line-height {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .gl-bt {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .gl-bt {
    padding: 18px 30px;
  }
  .gl-bt span {
    font-size: 14px;
  }
}





.product-small .product-small:hover{
        box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.3) !important;
    transform: translate(0, -4px) !important;
}
.product-small .title-wrapper{
    clear: both;
}
.product-small .product-small{
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-small .box-text{
        background: #FFFFFF;
    padding: 15px;
	text-align: center;
}
.product-title a{
    font-weight: bold;
        font-size: 14px;
    line-height: normal;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 40px;
}

.chitiet a {
    background: #F26522;
    color: #fff;
    padding: 8px 15px;
}

.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-secondary);
    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
}

.box.box-text-bottom.box-blog-post.has-hover {
    box-shadow: -9px 9px 10px rgba(0,0,0,.08);
    background: #fff;
}

.box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px;
}

.box-blog-post .image-cover {
    position: relative;
}

.box-blog-post .image-cover:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 51%;
    background: rgba(255,255,255,0.3);
}


.box-blog-post .image-cover:after {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
}


.box-blog-post .image-cover::before, .box-blog-post .image-cover:after {
    content: "";
    position: absolute;
    opacity: 1;
    pointer-events: none;
}

.box-blog-post:hover .image-cover:before {
    z-index: 999;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}
.box-blog-post:hover .image-cover:after {
    z-index: 999;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

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


.cat-h .product-category.col .col-inner {
    display: flex;
    background: #f6f6f6;
    height: 100%;
    box-shadow: rgba(5, 66, 170, .15) 0 2px 8px;
}


.cat-h .product-category.col .col-inner a{
	width: 100%;
}

.cat-h .box-text.text-center {
    padding: 10px;
}

.cat-h .box-text.text-center {
    padding: 10px 5px;
	background: var(--fs-color-primary);
}


.box-text.text-center .header-title {
    color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

.cat-h .box-image {
    background: #fff;
}


.fx-hotline-list {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 999;
    padding: 5px;
    background: rgba(0,0,0,0.3);
}

.fx-hotline-item a {
    display: block;
    padding: 10px 10px;
    background: red;
    color: #fff;
    text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fx-hotline-item {
    width: 33.3%;
}


.fx-hotline-item.fx-hotline-item-1 a{
	background: #07a400;
}


.fx-hotline-item.fx-hotline-item-2 a{
	background: #fac110;
}


.fx-hotline-item.fx-hotline-item-3 a{
	background: #0f56e6;
}


.fx-hotline-item.fx-hotline-item-4 a{
	background: #d9221c;
}



.fx-zalo-list {
    position: fixed;
    right: 10px;
    bottom: 70px;
	z-index: 999;
}

.fx-zalo-list .fx-zalo-item a {
    background: #2196F3;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
	    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.fx-zalo-list .fx-zalo-item a img {
    width: 30px;
    height: 30px;
}


.text-mobile {
    display: none;
}

.text-desktop {
    display: block;
}


.form-ft .col {
    padding-bottom: 5px;
}


    .box-blog-post .post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wpcf7-spinner {
	display: none;
}

.ft-form-ct {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2px;
}

.form-bt .wpcf7-form-control {
    margin: 0;
	width: 100%;
}

.form-ip .wpcf7-form-control {
    margin: 0;
    border: 0;
	box-shadow: none;
}

.form-bt {
    width: 120px;
}

.form-ip {
    width: calc(100% - 120px);
}


@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid rgb(215, 215, 215);
    }
}

.social-icons.follow-icons.fl-ic-ft .icon {
    background: #dee2e6 !important;
    border-color: #dee2e6;
    color: #222 !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons.follow-icons.fl-ic-ft {
    display: flex;
}

.social-icons.follow-icons.fl-ic-ft .icon:hover {
    background: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}


#masthead .searchform {
    background-color: #fff;
    padding: 1px;
    border-radius: 5px;
    border: 1px solid var(--fs-color-primary);
}

#masthead .searchform .search-field {
    border-radius: 4px;
    padding: .375rem .75rem;
    border: 1px solid #e0e0e0;
    min-height: 16px;
    border: 0;
    background-color: transparent;
    box-shadow: none
}

#masthead .searchform .ux-search-submit {
    width: 38px;
    height: 38px;
    border-radius: 4px !important;
    background-color: var(--fs-color-primary);
    border: 0
}

.searchform .button.icon i {
    color: #fff;
}


.icb-top-tt {
    font-weight: 900;
    color: var(--fs-color-primary);
}

.tp-bt {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.5s ease;
    background-color: var(--fs-color-primary);
    color: #fff;
    border: 2px solid var(--fs-color-primary);
    transition: all 0.5s;
    z-index: 1;
    display: inline-block
}

.tp-bt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s;
    z-index: -1
}

.tp-bt a {
    transition: all 0.5s ease;
	color: #fff;
}

.tp-bt:hover a {
    color: var(--fs-color-secondary)
}

.tp-bt:hover:before {
    width: 100%
}

.imb-lv-tt {
    font-weight: 900;
    color: var(--fs-color-primary);
    margin: 5px 0;
}

.lv-bt a {
    background: #c71d23;
    color: #fff;
    padding: 8px 15px;
}

.lv-bt {
    margin-top: 5px;
}

.imb-lv-sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.imb-lv .box-text.text-center {
    padding: 15px;
}


.container.section-title-container {
    margin-bottom: 10px;
}

.section-title-normal span.section-title-main {
          text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    background: #F26522;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 20px;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
}

.section-title-normal span.section-title-main:after{
    content: '';
    display: block;
    line-height: 40px;
    background:#F26522;
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}

.section-title-normal {
    overflow: hidden;
    border-bottom: 2px solid #F26522;
	margin-bottom:0;
}

.section-title a {
    font-weight: normal;
    color: #F26522;
}

td:first-child, th:first-child {
    padding-left: .5em;
}


#modal.modal-dang-ky {
    background: transparent;
    box-shadow: none;
}

#modal .modal-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#modal .modal-content .modal-left {
    width: 50%;
}

#modal .modal-content .modal-left img{
}

#modal .modal-content .modal-right>* {
    position: relative;
    z-index: 2;
}

#modal .modal-content .modal-right {
    position: relative;
    width: 50%;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
}

#modal .modal-content .modal-right:before {
    content: '';
    background: linear-gradient(180deg, #56bae9 0%, #0395da 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media only all and (max-width: 1120px){
    #modal {
        max-width: 470px !important;
    }
    #modal .modal-content .modal-left {
        width: 0;
    }
    #modal .modal-content .modal-right {
        width: 100%;
    }
}

.modal-content .modal-right .modal-title{
  
    margin-bottom: 20px;
    color: #fff;
}

.ct-fixed-line-1 {
    font-weight: 900;
    font-size: 25px;
}

.ct-fixed-line-2 {
    font-weight: 900;
    font-size: 20px;
}

.modal-content .modal-right .wpcf7-text, .modal-content .modal-right .wpcf7-textarea {
    border: 0;
    box-shadow: none;
    color: #222 !important;
    margin-bottom: 10px;
}

.modal-content .modal-right .wpcf7-checkbox label{
    color: #fff;
}

.modal-content .modal-right .wpcf7-text:hover {
    box-shadow: none;
}

.modal-content .modal-right .wpcf7-text:focus {
    box-shadow: none;
}

.modal-content .modal-right .wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
}

.modal-content .modal-right .wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

.modal-content .modal-right .wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

.modal-content .modal-right .wpcf7-submit {
    display: block;
    width: 100%;
	background-color: #FFC72C;
}

.cs-number-content {
    font-weight: 900;
    font-size: 28px;
}

.ap-title h2 ,.ap-title h3 {
    color: #fc9723;
}

.ab-item img {
    max-height: 30px;
    margin-right: 16px;
}

.about__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about__desc {
    font-size: 14px;
}

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

.icb-ss-tt {
    font-weight: bold;
	font-size: 18px;
}


ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center {
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    width: auto;
    margin: 0 auto;
}



ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
    padding: 9px 24px 7px;
    font-weight: 700;
    -webkit-transition: .3s 
ease-in-out;
    transition: .3s 
ease-in-out;
	border: 0;
}
ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center a.active {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: -webkit-gradient(linear, left top, right bottom, from(#f26522), to(#19b7f9));
    background: linear-gradient(to bottom right, #f26522, #19b7f9);
    background-size: 200%;
    position: relative;
    z-index: 1;
}

ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center .active a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: -webkit-gradient(linear, left top, right bottom, from(#f26522), to(#19b7f9));
    background: linear-gradient(to bottom right, #f26522, #19b7f9);
    background-size: 200%;
    position: relative;
    z-index: 1;
}


ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center .active a:before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s;	
}

ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center .active a:hover::before {
    right: -150%;
}

.support {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.support+.support {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6
}

.support__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #333
}

.support__avatar::after,
.support__avatar::before {
    content: "";
    border: 6px solid transparent;
    border-left-color: #333;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.support__avatar::after {
    border-left-color: #fff;
    margin-left: -1px
}

.support__avatar img {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    border-radius: 50%
}

.support__info a {
    color: #333
}

.support__info a:hover {
    color: #f26522;
    text-decoration: none
}

.support__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

.support__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.support__social a:not(:last-child) {
    margin-right: 8px
}

.support.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}