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

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


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


}
@font-face{
    font-family:avertaBold;
    src:url("fonts/AvertaDemoPE-ExtraBold.otf");
	font-display: swap;
}
@font-face{
    font-family:averta;
    src:url("fonts/AvertaDemoPECuttedDemo-Regular.otf");
	font-display: swap;
}
body {
    color: #222;
    overflow-x: hidden;
    font-size: 16px;
    position: relative;
    font-family: 'averta', sans-serif;
    margin: 0 auto;
    color: #222;
}

.header-nav-main.nav > li > a {
    font-size: 16px;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-family: avertaBold;
    color: #2C2551;
    text-shadow: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


header .hotline {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(images/btn-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 15px;
    background-color: transparent;
    border-radius: 0;
    background-position: center center;
}
.hotlinefooter {
        background: #2c2551;
    background: -moz-linear-gradient(left, #2c2551 0%, #56499c 52%, #2c2551 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2c2551), color-stop(52%, #56499c), color-stop(100%, #2c2551));
    background: -webkit-linear-gradient(left, #2c2551 0%, #56499c 52%, #2c2551 100%);
    background: -o-linear-gradient(left, #2c2551 0%, #56499c 52%, #2c2551 100%);
    background: -ms-linear-gradient(left, #2c2551 0%, #56499c 52%, #2c2551 100%);
    background: linear-gradient(to right, #2c2551 0%, #56499c 52%, #2c2551 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2551', endColorstr='#2c2551', GradientType=1 );
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
    font-family: avertaBold;
}

footer h3{
    text-transform: uppercase;
    position: relative;
    color: #2C2551;
    font-size: 18px;
}
footer .ux-menu .ux-menu-link__link{
    padding: 0px;
    min-height: 0px;
    color: #555;
}
footer .ux-menu{
    padding: 15px 0px
}
footer .absolute-footer{
    border-top: 3px solid var(--primary-color);
    color: #333;
}
footer .button.icon{
    border: 0px
}
footer .icon-facebook{
    color: #3b5997;
}
footer .icon-youtube{
    color: #de332c;
}
footer .icon-twitter{
    color: #29c5f6;
}
footer .icon-linkedin{
    color: #006dc0;
}
@font-face {
	font-family: 'nk-font';
	font-display: swap;
	src: url(fonts/nki-icon-font.eot?11062020);
	src: url(fonts/nki-icon-font.eot?11062020) format("embedded-opentype"), url(fonts/nki-icon-font.ttf?11062020) format("truetype"), url(fonts/nki-icon-font.woff?11062020) format("woff"), url(fonts/nki-icon-font.svg?11062020) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}


#chat-scroll-section {
	position: fixed;
	z-index: 40;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#chat-scroll-section.active{
	bottom: 90px;
	pointer-events: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#chat-scroll-section .open-chat-list-btn {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20
}

#chat-scroll-section .open-chat-list-btn .nki-chat-main-chatbox {
	display: block;
	font-size: 30px;
	padding-top: 15px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--primary-color);
	opacity : 0.8;
	height: 60px;
	width: 60px;
	z-index: 20;
	position: absolute;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
         -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;
}

 @-moz-keyframes quick-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}
    @-webkit-keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}
    @-o-keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}
    @-moz-keyframes quick-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-webkit-keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-o-keyframes quick-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-moz-keyframes quick-alo-circle-img-anim{10%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}
    @-webkit-keyframes quick-alo-circle-img-anim{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)}}
    @-o-keyframes quick-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}
        
    }
#chat-scroll-section .select-chat-field {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	transform: scale(.6)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 {
	height: 60px;
	width: 60px;
	margin: 0 0 14px 0;
	z-index: 20;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a .nki-mes-chatbox {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	font-size: 40px;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	z-index: 20;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a:hover .slide-tooltip {
	width: 300px;
	padding-left: 25px;
	padding-right: 10px;
	opacity: 1;
	z-index: 19
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 20;
	-webkit-transition: all .5s ease;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	transition: bottom 2s ease 0s;
	margin: 0 0 10px 0
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a {
	text-align: center;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	height: 60px;
	position: absolute;
	z-index: 20
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a .nki-call-chatbox {
	display: block;
	position: absolute;
	font-size: 40px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	height: 60px;
	width: 60px;
	z-index: 20;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a:hover .slide-tooltip {
	width: 300px;
	padding-left: 20px;
	padding-right: 10px;
	opacity: 1
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-map {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 20;
	-webkit-transition: all .5s ease;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	transition: bottom 2s ease 0s;
	margin: 0 0 10px 0
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a , #chat-scroll-section .select-chat-field .sticker-map a{
	text-align: center;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	height: 60px;
	position: absolute;
	z-index: 20
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a .nki-zalo-chatbox, #chat-scroll-section .select-chat-field .sticker-map a .nki-map-icon {
	display: block;
	position: absolute;
	font-size: 40px;
	
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	height: 60px;
	width: 60px;
	z-index: 20;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
	font-size: 18px;
    line-height: 60px;
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a .slide-tooltip , #chat-scroll-section .select-chat-field .sticker-map a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a:hover .slide-tooltip, 
#chat-scroll-section .select-chat-field .sticker-map a:hover .slide-tooltip  {
	width: 300px;
	padding-left: 20px;
	padding-right: 10px;
	opacity: 1
}
#chat-scroll-section.is-show-chat-list .select-chat-field {
	bottom: 100%;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1)
}
[class^="nki-"],
[class*=" nki-"] {
	font-family: 'nk-font'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.nki-chat-main-chatbox:before {
	content: "\e9dc";
	color: #fff
}

.nki-mes-chatbox:before, .open-chat-list-btn .nki-mes-chatbox:before  {
	content: "\e9dd";
	color: var(--primary-color);
}

.nki-call-chatbox:before, .open-chat-list-btn .nki-call-chatbox:before {
	content: "\e9ab";
	color: var(--primary-color);
}

.nki-zalo-chatbox:before, .open-chat-list-btn .nki-zalo-chatbox:before {
	content: "\e9fb";
	color: var(--primary-color);
}
.nki-map-icon:before , .open-chat-list-btn .nki-map-icon:before{
	content: "\e9d4";
	color: var(--primary-color);
}
.open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon{
	display: block;
    font-size: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   
    height: 60px ;
    width: 60px;
    z-index: 20;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    font-size: 18px;
    line-height: 60px;
	background-color: var(--primary-color) !important;
	 -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;
}
.open-chat-list-btn .nki-mes-chatbox:before, .open-chat-list-btn .nki-call-chatbox:before, .open-chat-list-btn .nki-zalo-chatbox:before, .open-chat-list-btn .nki-map-icon:before{
	color: #fff !important;
}
#top-link{
width: 60px;
    height: 60px;
    right: 8px;
    line-height: 60px;
    border-color: var(--primary-color);
	background: #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   
    border: 3px solid var(--primary-color);
	
}
#top-link i{
	margin-top: -4px;
}
#top-link:link{
	color: var(--primary-color);
}

#top-link.active:hover, #top-link:hover, #top-link:hover:link, #top-link:hover i, #top-link.active:hover i{
	color:#ffffff !important;
}
#top-link.active:hover{
	 background: var(--primary-color);
}
@media (max-width: 549px){
	
	#chat-scroll-section{
 width: 44px;
    height: 44px;
}
#chat-scroll-section.active {
  
    bottom: 74px;
}
#chat-scroll-section .open-chat-list-btn .nki-chat-main-chatbox, #chat-scroll-section .open-chat-list-btn,  #chat-scroll-section .select-chat-field .sticker-map, #chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-hotline-mobile2, #chat-scroll-section .select-chat-field .sticker-fb-msg2, #top-link, .open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon
{
width: 44px;
height: 44px;

font-size: 18px;
}
#chat-scroll-section .select-chat-field .sticker-map, #chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-hotline-mobile2, #chat-scroll-section .select-chat-field .sticker-fb-msg2{
margin: 0 0 10px 0 !important
}
#chat-scroll-section .select-chat-field a, #chat-scroll-section .select-chat-field i, .open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon {
width: 44px !important;
height: 44px  !important;
line-height: 44px  !important;

}
 #chat-scroll-section .select-chat-field i{
font-size: 18px !important;
padding-top: 0px  !important;
}
 #chat-scroll-section .select-chat-field i.nki-zalo-chatbox, .open-chat-list-btn .nki-zalo-chatbox{
font-size: 14px !important;
}
#chat-scroll-section .select-chat-field a:hover .slide-tooltip{
width: 210px !important;
}
#chat-scroll-section .select-chat-field a .slide-tooltip{
height: 44px  !important;
font-size: 13px !important;
}
 #top-link{
line-height: 44px;
}
}
.section-title.section-title-center b{
    opacity: 0
}
.section-title.section-title-center .section-title-main{
    color: #E21D24;
    text-transform: uppercase;
    font-size: 40px;
    font-family: avertaBold;
    background: -webkit-linear-gradient(#b5171d, #E21D24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.section-title.section-title-center .section-title-main:after, .section-title.section-title-center .section-title-main:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.section-title.section-title-center .section-title-main:before {
    top: 100%;
    left: 50%;
    background-color: #E21D24;
}
.section-title.section-title-center .section-title-main:after {
    bottom: -20px;
    right: calc(50% - 20px );
    background-color: #2C2551;
}
.section-title.section-title-center{
    margin-bottom: 45px
}
.flickity-prev-next-button{
    opacity: 1
}

.flickity-prev-next-button svg {
    border-radius: 0px !important;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 45px;
    border: 0px !important;
    width: 25px;
    padding: 3px;
}
#top-bar ul li a{
    font-size: 14px;
    color: #fff;
}
#top-bar ul li a i {
    color: #E21D24;
    margin-right: .5rem!important;
}
#top-bar .flex-right {
    margin-left: 0px;
    width: 100% !important;
}
.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a, .nav-dark .nav>li.header-divider, .nav-dark .header-divider:after, .nav-dark .nav-divided>li+li>a:after {
    border-color: rgba(255,255,255,1);
}
#top-bar ul li{
    padding: 0px 20px 0px 15px
}
#top-bar ul li a:hover{
        color: #E21D24;
}

.box3 .icon-box{
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 10px;
        margin-bottom: 1.5rem!important;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
}
label, legend{
    font-weight: 400
}
.wpcf7-submit.button.alert{
    border-radius: 3px;
    background-color: #e21d24
}
.button, button, input[type='submit'], input[type='reset'], input[type='button']{
    font-weight: 400
}
.box-blog-post .is-divider{
    display: none;
}
.product-small.box {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all ease 0.3s;
}
.product-small.box:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.product-small.box .box-text-products{
    padding: 10px 15px;
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
}
.product-small.box:hover .box-text-products{
    background-color: #E21D24;
}
.shop-page-title.featured-title .title-bg{
    display: none;
}
.woocommerce-loop-product__title{
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'avertaBold';
    min-height: 35px;
    padding-right: 30px;
    position: relative;
}
.product-small.box .woocommerce-loop-product__title:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 0px;
    right: 10px;
    z-index: 4;
    font-size: 20px;
}
.product-small.box .category  {
    color: #333;
    font-size: 16px;
    opacity: 1;
    margin-bottom: 10px
}
.product-small.box:hover p,.product-small.box:hover a,.product-small.box:hover span{
    color: #fff
}
.product-section-title{
    text-align: center;
}
.price-wrapper span.amount{
    color: red
}
aside.widget span.widget-title{
    background-color: #2C2551;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
}
aside.widget{
    border: 1px solid #2C2551;
}
aside.widget > div,aside.widget > ul{
    padding: 15px
}
.widget .is-divider{
    display: none;
}


.category .col.post-item .post-title {
        font-weight: 600;
    letter-spacing: 0.6px;
        font-size: 20px
}
.category .post-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.category .post-item .cat-label{
    color: #dd3333;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 1
}
.category .post-item .post-meta {
    font-weight: 700;
    color: #ccc;
    color: #ababab;
    font-size: 12px;
    opacity: 1;
}
.post-item .box-text {
    background: #fff;
    border-radius: 0px 8px 8px 0px;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.woocommerce-breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    font-weight: 400
}
.breadcrumbs a{
    color: #222
}
.blog-archive{
    padding-top: 0px
}
.archive-page-header h1{
    color: #E21D24;
    text-transform: uppercase;
    font-size: 35px;
    font-family: avertaBold;
    background: -webkit-linear-gradient(#b5171d, #E21D24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 20px;
    border-bottom: 1px solid #f8f9fa;
    padding-bottom: 20px;
    margin-bottom: 0px
}
#top-bar .search-field{
    box-shadow: none;
    border-radius: 3px 0px 0px 3px;
        border: 0px;
}
#top-bar .ux-search-submit{
    background: #fff;
    color: #f02609;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    box-shadow: none;
    margin-left: -5px;
}
.product-info .row .col {
    padding-bottom: 0px
}
#dathang{
    border-radius: 5px
}

.dvls_maps_sidebar,.dvls_maps_header{
    background: none !important
}

.dvls_maps_wrap input.dvls-submit {
    border: 0;
    background: #000000 !important;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
.dvls_result_item {
    border:0px !important;
    background: none !important;
    padding: 2px 10px !important
}
.dvls_result_infor{
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
}
.dvls_maps_row.dvls_maps_header{
    display: none
}
.tks-block-module{width:100%;margin:auto;max-width:1200px;color:#333}.cp-table-sl,.cp-table-dh,.row-items{width:100%}.row-items tr{width:100%;padding:5px 0;line-height:26px;border:1px solid #f1f1f1}.row-items th,.row-items td{border:1px solid #f1f1f1}.cp-row-item{padding:5px 20px 5px 5px;line-height:30px}.cp-error{color:red}.cp-info-cmp{color:#339}.cp-ketqua{font-size:16px;color:#E00}.cp-ketqua-item{text-align:left}.cp-ketqua-item input{margin-bottom:3px}.cp-text-cmp{padding-right:13px}@media (max-width:767px){.cp-row-item{padding:5px;line-height:30px}}.btn-modal-close{display:inline-block;height:30px;line-height:30px;margin:5px 10px;padding:5px 10px;border:1px solid green;text-decoration:none;font-weight:700;color:#fff!important;background-color:green;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tks-fr{float:right}.cp-title-product-dh{width:100%;text-decoration:none;text-align:center;color:#333;font-size:16px;font-weight:600}.cp-title-product-hd{width:100%;text-decoration:none;text-align:center;color:green;cursor:pointer;padding:5px;font-size:1em;font-weight:600}.cp-title-product-modal{width:100%;text-decoration:none;text-align:center;color:#339;cursor:pointer;padding:5px;font-size:14px;font-weight:600;min-height:73px}.cp-title-product{display:inline-block;width:300px;max-width:300px;text-decoration:none;text-align:left;color:#339;cursor:pointer;height:30px;padding-left:5px;padding-top:5px;font-size:16px;font-weight:500;border-radius:1px}.cp-title-product > span{display:block;float:left;height:30px;overflow:hidden;white-space:nowrap}.cp-dh-stt{font-size:16px;font-weight:500;text-align:left;padding:5px}.cp-dh-title-product{width:100%;text-decoration:none;text-align:left;color:#339;padding:5px;font-size:16px;font-weight:500}.cp-dh-ketqua{font-size:16px;font-weight:500;color:#E00;text-align:center;padding:5px}.cp-select-product:hover{border:1px solid green}.cp-border-red{border:1px solid green}.cp-div-button-select-product{position:relative;width:100%;height:30px}.cp-selected-check{display:block;font-size:30px;color:#339;position:absolute;bottom:7px;right:7px;z-index:100}.cp-del{margin-top:3px}.tks-icon-del{position:relative;background-color:#fe0000;border-radius:50%;width:25px;height:25px;cursor:pointer}.tks-icon-del:after{content:'x';color:#fff;font-size:25px;font-weight:700;position:absolute;top:-6px;left:6px}input[type="text"].cp-text-item{font-size:16px;line-height:18px;width:100%;padding:2px 0 2px 10px;color:#fe0000!important;height:30px;margin:0}input[type="text"].cpnumber-kq{font-size:16px;line-height:18px;padding:2px 0 2px 10px;color:#fe0000!important;height:30px;margin:0}input[type="text"].w100{width:100%}input[type="text"].cp-w40{width:40px;font-size:16px;line-height:18px;padding:2px 5px 2px 10px;color:#fe0000!important;height:30px;margin:1px}input[type="text"].cp-w100{width:100px;font-size:16px;line-height:18px;padding:2px 5px 2px 10px;color:#fe0000!important;height:30px;margin:0}.selectsp{display:block;background-color:#fff;font-weight:500;font-size:16px;color:#333;height:30px;width:300px;padding:5px 10px;border:1px solid #a9a9a9;border-radius:1px;margin:3px auto;cursor:pointer}.selectsp > span{position:relative;top:0}.cp-icon{margin-left:5px;position:relative;top:8px!important;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #666}.dhwrapper{position:relative;cursor:pointer}.dh-disabled{pointer-events:none}.tks-btn{margin:30px auto}a.xemdh{height:50px;padding:10px 20px;font-size:16px;font-weight:700;text-transform:uppercase;color:green;border-radius:30px;border:3px solid green;cursor:pointer;transition:all .3s ease 0;margin-top:30px;margin-bottom:30px}a.xemdh:hover{color:#fff;background-color:#EAA502;border-color:#EAA502;background-position:.75em bottom;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}a.xemdh:focus{background-position:2em -4em;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.cp-error{color:#fe0000}.cp-input-text{width:98%;height:23px;line-height:23px;margin:5px 0}.cp-input-code-color{display:block;width:100%;height:30px;padding:2px 3px;font-size:14px;line-height:30px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}table.cp-table-dh{border-collapse:collapse}table.cp-table-dh td{vertical-align:middle;font-size:16px;padding:5px}.cp-list-dh{overflow-x:scroll}@media (min-width:1280px){.cp-list-dh{overflow-x:hidden}}table.row-items{width:100%;max-width:1200px;min-width:1200px}table.cp-table-donhang{width:100%;min-width:900px}table.row-items td{vertical-align:middle;font-size:16px;padding:5px}table.cp-table-dh,table.cp-table-dh tr,table.cp-table-dh th,table.cp-table-dh td,table.cp-table-donhang,table.cp-table-donhang tr,table.cp-table-donhang td{border:1px solid #ddd}table.cp-table-dh tr:nth-child(even),table.row-items tr:nth-child(even),table.cp-table-donhang tr:nth-child(even){background-color:#f2f2f2}table.row-items th.tab-header,table.cp-table-dh th,table.cp-table-donhang th{background-color:#f2f2f2;color:#333;text-align:center;font-weight:600;text-transform:uppercase;padding:5px;font-size:18px}table.cp-table-dh td.tab-header-left{background-color:rgba(46,49,146,1);color:#fff;text-align:left;font-weight:600;text-transform:uppercase;padding:5px 10px;font-size:14px}table.cp-table-dh td.tab-header-mid{vertical-align:middle;text-align:center}.cp-title{font-size:30px;text-align:center;font-weight:700;color:green;margin-top:30px;text-transform:uppercase}.cp-box-content{margin:0 auto;padding:10px 30px}@media (max-width:1199px){.cp-box-content{margin:0 auto;padding:10px}}.cp-title-sub{font-weight:600;font-size:20px;padding:10px 0;text-decoration:underline}.cp-info{color:#1E73BE}.cp-info-title{font-size:18px;margin-left:10px;color:#f79646}.cp-info-title > i{padding-left:10px;word-spacing:-12px!important;color:#339}.cp-info + .tooltip > .tooltip-inner{background-color:#1E73BE;color:#FFF;border:1px solid #1E73BE;padding:5px;font-size:14px;width:320px}.cp-info + .tooltip.top > .tooltip-arrow{border-top:5px solid #1E73BE}.cp-info-title + .tooltip > .tooltip-inner{background-color:#fefefe;color:#222;border:1px solid #339;padding:10px;font-size:15px;font-weight:500;max-width:700px;width:700px}.cp-info-title + .tooltip.in{filter:alpha(opacity=100);opacity:1}.cp-info-title + .tooltip.bottom > .tooltip-arrow{border-bottom:5px solid red}.cp-info-title + .tooltip.right > .tooltip-arrow{border-right:5px solid red}@media (max-width:1023px){.cp-info-title + .tooltip > .tooltip-inner{min-width:320px;max-width:98%;width:98%}}.cp-w150{width:150px}.cp-select{width:98%;max-width:300px}.cp-p{padding:5px 10px}input[type='button'].cp-btn{width:100%;text-align:center;background-color:green;color:#fff!important}.cp-surface{width:150px}.cp-menu{position:fixed;top:175px;left:10px;color:#339;font-size:24px;z-index:10;border:1px solid #fe0000;border-radius:50%;padding:5px}.cp-div-menu-left{position:fixed;top:175px;left:10px;width:250px;z-index:20}.cp-w40{width:40px;height:30px;padding-right:5px}.inner-addon{position:relative;margin-top:1px}.inner-addon .glyphicon{position:absolute;padding:5px;color:#f79646}.left-addon .glyphicon{left:0}.right-addon .glyphicon{right:0}.left-addon input{padding-left:30px}.right-addon input{padding-right:0}.cp-list{width:100%;padding:0 10px;margin:10px auto}.cp-list-online{width:100%;padding:0;margin:10px auto}#contentmodal,#contentmodalxacnhan,.cp-thongbao{width:100%;padding:0 10px;margin:10px auto;color:#f79646;font-size:20px;text-align:center}.cp-color-title{font-size:1em;color:#339;font-weight:600}.cp-color-title-detail{font-size:12px;color:#339;padding-left:10px}.cp-list-daimau{width:100%;margin:10px auto;padding:5px 0}.cp-title-search{font-size:1em;margin:10px 0;color:#339}.cp-title-search i{color:#f79646!important}.listcolor{position:relative;width:100%;height:960px;float:left;overflow:hidden}.cp-dm-item{float:left;width:23px;height:30px;cursor:pointer;list-style:none;border-right:1px solid #cdbab8;border-top:1px solid #cdbab8;border-bottom:1px solid #cdbab8}.cp-page-item-color{width:100%}@media (min-width:480px){.cp-page-item-color{width:50%}}@media (min-width:720px){.cp-page-item-color{width:33.333333%}}@media (min-width:992px){.cp-page-item-color{width:25%}}.cp-di{width:100%;height:100px;min-height:80px;border-radius:0 10px 0 10px}.cp-div-di{padding:5px}.cp-div-di:hover{position:relative;-webkit-box-shadow:0 0 3px #ff9000,0 0 5px #ff9000 inset;-moz-box-shadow:0 0 3px #ff9000,0 0 5px #ff9000 inset;box-shadow:0 0 3px #ff9000,0 0 5px #ff9000 inset;padding:5px}.cp-di-name{position:relative;top:45%;left:20px;font-size:14px}.cp-di-code{position:relative;top:45%;left:20px;font-weight:600;font-size:14px}.cp-di-code-pl{position:relative;top:40%;left:20px;font-weight:600;font-size:14px}.cp-control-page{margin:10px auto}.cp-thongtin-page{text-align:left;font-size:12px;color:#339;font-weight:400;margin:10px 0}.cp-page{color:#339;font-size:20px;font-weight:700;cursor:pointer}.cp-view-title{color:#339;font-size:18px;font-weight:600;padding:10px 0}.cp-view-title .cp-tone{color:#f79646!important}.cp-current .cp-page-title{color:#fe0000!important;font-weight:600}.cp-page-title{color:#f88800;font-size:14px;font-weight:500;text-align:center}.cp-page-title-red{color:#fe0000;font-size:14px;font-weight:600;text-align:center}.cp-disabled{cursor:pointer}@media (min-width:1024px){.cp-disabled{pointer-events:none}}.cp-clearfix{float:none;clear:both;content:".";display:block;height:850px;visibility:hidden}.cp-text-searchcolor{margin-left:20px;height:40px;line-height:40px;background-color:#f6f5f0;border:1px solid #888;padding:0 10px;width:180px}@media (min-width:992px){.cp-text-searchcolor{width:350px}}.cp-btn-search-color{display:inline-block;background-color:#012169;color:#fff;font-size:14px;padding:0 15px;height:41px;line-height:41px;cursor:pointer;border:1px solid #012169}.cp-pd-img{width:180px;height:200px}.cp-surface-title{color:#f88800;font-size:14px;text-align:center;font-weight:400}.cp-icon-color>span{display:block;color:#339;margin-top:-18px;margin-left:40px;height:30px;cursor:pointer}.cp-dvt{font-size:16px;margin:0}.cp-cach{color:#555;margin:0 5px 0 0}.cp-guide{margin:20px 0}.cp-padding-right{padding-right:50px}.cp-padding-left{padding-left:50px}@media (max-width:991px){.cp-padding-right{padding-right:0}.cp-padding-left{padding-left:0}}.cp-w100{width:120px;text-align:center}.cp-w200{width:170px;text-align:center}.cp-title-ttnc{font-weight:900;color:green;text-align:center;font-size:20px;padding:10px 0}.cp-title-add{display:inline-block;font-weight:600;color:green;text-align:left;font-size:16px;padding:10px 0;cursor:pointer}.cp-index{display:block;font-weight:600;font-size:30px;text-align:center}.cp-td-index{width:50px}.cp-div-del{display:block;clear:both;vertical-align:middle}.cp-btn-del{display:inline-block;cursor:pointer;padding-left:5px}.cp-title-del{font-weight:700;font-size:18px;color:#c00}.cp-icon-del{font-weight:700;font-size:18px;color:#c00}.cp-div-checkbox{float:left;display:table-cell;vertical-align:top}.cp-checkbox{height:18px;width:18px;float:left;margin:0!important}.cp-checkbox-span{position:relative;font-size:16px;padding-left:5px;float:left}.cp-hd{margin:30px 0;text-align:center}.cp-hd img{border:none}.cp-text-pc{width:100px;text-align:left;padding-left:5px}.cp-select-dvt{height:30px}.cp-modal-title{color:#339;font-weight:700;text-align:left;font-size:18px}.cp-quantity{height:25px;text-align:center}.cp-title-subtitle{font-size:16px;margin-bottom:10px;font-style:italic}.tks-chk{width:100%;display:inline-block}.fr{float:right}button[data-dismiss="modal"]{margin:0!important}.cat_item_product{background-color:#FFF;width:100%;max-width:320px;margin:0;padding-top:1px;padding-bottom:15px;float:left;text-align:center;position:relative;display:block;border:1px solid #ECECEC}.tks-lightbox{display:none;background:rgba(0,0,0,0.3);position:fixed;top:0;left:0;right:0;bottom:0;min-width:100%;min-height:100%;z-index:1000;text-align:center;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;outline:0;text-align:center}.tks-lightbox-panel{margin:30px auto;background-color:#fff;border:none}#tks_lightbox_panel,#tks_dh_panel{width:100%}@media (min-width:992px){#tks_lightbox_panel{width:800px}#tks_dh_panel{width:950px}}.tks-fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.tks-modal-content{position:relative}.tks-modal-header{padding:10px;border-bottom:1px solid #e5e5e5;background-color:#eee}.tks-modal-header:before,.tks-modal-footer:before{display:table;content:""}.tks-modal-header:after,.tks-modal-footer:after{display:table;content:"";clear:both}.tks-modal-footer{padding:10px;border-top:1px solid #e5e5e5;background-color:#eee}.tks-modal-title{display:block;text-decoration:none;text-align:left;color:green;padding:5px;font-size:1em;font-weight:600;float:left}.tks-close{display:block;float:right;font-size:1em;font-weight:600;margin:0}.tks-modal-body{position:relative;padding:15px}.text-right{text-align:right}.tks-text-left{text-align:left}.tks-btn-small{display:inline-block;height:30px;line-height:30px;margin:5px 10px;padding:5px 10px;border:1px solid green;text-decoration:none;font-weight:700;color:#fff!important;background-color:green;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}