body {
    font-family: 'Tahoma', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    position:relative;
    background-color: #fff;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;

}
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1220px){
    .uk-container {
        max-width: 1260px;
        padding: 0;
    }
}
@media (min-width: 1440px){
    /*.uk-container {
        max-width: 1400px;
        padding: 0;
    }*/
}

/* MOBILE HEADER */
.mobile-header{
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/*margin-bottom: 10px;*/
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
}
.moblie-menu-btn>:after, .moblie-menu-btn>:before,
.moblie-menu-btn>*{
	background: #000;
}

.mobile-header.active{
	left: 270px;
}

.mobile-header .topbar {
	background: #f34111;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.mobile-header .topbar p {margin: 0;}

.mobile-header .upper {
	padding: 7px 10px;
	background: #fff;
	position: relative;
	text-align: center;
}
.mobile-header .logo {display: inline-block;}
.mobile-header .logo a {
    width: 80px;
}
.mobile-header .lower {
	position: relative;
	padding: 7px 10px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.mobile-header .lower.fixed{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.mobile-search .form {
	position: relative;
}
.mobile-search .form .input-text {
	display: block;
	height: 32px;
	background: #fff;
	font-size: 13px;
	line-height: 32px;
	color: #000;
	border: 1px solid #ff4208;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 32px;
	width: 60px;
	top: 0px;
	left: initial;
	right: 0px;
	background: #ff4208  url(img/search-2.png) 50% 50% no-repeat;
	border: 1px solid #ff4208 ;
	cursor: pointer;
	text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-cart {
	display: block;
	position: absolute;
	width: 40px;
	height: 36px;
	left: initial;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/cart/icon-cart.png) 0px 0px no-repeat;
	-webkit-background-size: 40px 36px;
	-moz-background-size: 40px 36px;
	-o-background-size: 40px 36px;
	background-size: 40px 36px;
}
.mobile-cart .quantity {
	display: block;
	position: absolute;
	top: -1px;
	left: initial;
	right: 10px;
	font-size: 10px;
	color: #fff;
}

.mobile-header .lower.catalog-page{
	padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	width: 32px;
	height: 32px;
	background: #ff4208;
	color: #fff;


}
.mobile-header .lower .btn-open-aside>*{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	width: 20px;
	height: 3px;
	background: #fff;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
}

.mobile-header .lower .btn-open-aside>*:before{
	top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
	top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
	background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
	top: 0;
	transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
	transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
	transform: rotate(-45deg);
}

.mobile-header .lower .btn-open-aside{
	display: block !important;
	visibility: visible !important;
}


/* HTML5 display-role reset for older browsers */

button {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
}

a:focus, a:hover{
    text-decoration: initial;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}
figcaption{
    text-align: center;
}

/* fix bootstrap*/
.panel-body{
    padding: 0;
}

/*============COMMON===========*/

iframe{
    width: 100%;
    position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    outline: none;
}


.page-body{
    /*padding: 70px 0;*/
}

.fs12{
    font-size: 12px;
}
.fs16{
    font-size: 16px;
}
.fs20{
    font-size: 20px;
}
.fs28{
    font-size: 28px;
}

.fs60{
    font-size: 60px;
}

.text-pink{
    color: #ff3965;
}
.text-white{
    color: #fff !important;
}
.text-black{
    color: #000 !important;
}
.dt_bg_grey {
    position: relative;
    padding: 100px 0 35px 0;
    top: -100px;
    margin-bottom: -100px;
    z-index: 1;
}

.bg_white{
    background: #fff !important;
}
.bg_color_main{
    background: #0084a4  !important;
}

@media (min-width: 960px) {

}
@media (max-width: 959px) {
    .dt_bg_grey {
        position: relative;
        background: #f8f8f8;
        padding: 55px 10px 20px;
        top: -70px;
        z-index: 1;
    }
}
@media (max-width: 767px) {

}

@media (max-width: 479px) {

}
@media (max-width: 374px) {

}




.division {
    position: relative;
    height: 700px;
    padding-bottom: 100px !important;
    overflow: hidden;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.division:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 40px;
    width: 100%;
    height: 150px;
    transform: translate(0, 50%);
    z-index: 9;
    background: rgb(255,255,255);
    background: linear-gradient(
180deg
 , rgb(248 248 248 / 5%) 0%, rgb(248 248 248 / 70%) 25%, rgb(248 248 248 / 96%) 50%, rgb(248 248 248 / 100%) 75%, rgb(248 248 248) 100%);
}

.dt_division_catalogue{
    /* height: 870px; */
}

.text-tiny{
    font-size: 9px !important;
}
.text-small{
    font-size: 11px !important;
}
.text-big{
    font-size: 18px !important;
}
.text-huge{
    font-size: 23px !important;
}
/*==================================== __GENERAL ==================================*/
.db{
    display: block !important;
}
.dib{
    display: inline-block !important;
}

@media (min-width: 960px) {
    /*ul.dt_grid_responsive >*{
        margin-bottom: 25px;
    }*/
}
@media (max-width: 959px) {
    ul.dt_grid_responsive{
        margin-left: -20px !important;
    }
    ul.dt_grid_responsive >*{
        padding-left: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 767px) {
    ul.dt_grid_responsive{
        margin-left: -10px !important;
    }
    ul.dt_grid_responsive >*{
        padding-left: 10px !important;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 599px) {
    ul.dt_grid_responsive{
        margin-left: -5px !important;
    }
    ul.dt_grid_responsive >*{
        padding-left: 5px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

/*========== DT_BTN_GLIDE ========*/
.dt_btn_glide{
    margin-top: 15px;
    background: #232323;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-size: 20px !important;
    padding: 12px 45px !important;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    /*z-index: 9999;*/
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;

    background: #008f4d;
    color: #fff;

    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.dt_btn_glide:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #232323;
    height: 100%;
    top: 0;
    z-index: 1;
}

.dt_btn_glide:hover{
    color: #fff;
}
.dt_btn_glide:hover:after {
    /*width: 100%;*/
    width: 0;
    background: #232323;
}

.dt_btn_glide span {
    z-index: 9;
    position: relative;
}
/*############## END DT_BTN_GLIDE ############ */



.thumb_ratio{
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 75%; /*ratio 4:3*/
    padding-top: 56.25%; /*ratio 16:9*/
    /*margin-bottom: 10px;*/
}

.thumb_ratio.style-43{
    padding-top: 75%; /*ratio 4:3*/
}
.thumb_ratio.style-34{
    padding-top: 133.33%; /*ratio 3:4*/
}
.thumb_ratio.style-21{
    padding-top: 50%; /*ratio 2:1*/
}
.thumb_ratio.style-11{
   padding-top: 68%; /*ratio 1:1*/
}
.thumb_ratio.style-slide{
    padding-top: 31.25%; /*ratio 16:5*/
}
.thumb_ratio.style-slide_1{}

.h-100{ /*ratio height 100%*/
   height: 100%;
}

.thumb_ratio .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.thumb_ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.thumb_circle{
    padding-top: 100% !important;
}
.thumb_circle .image{
    border-radius: 50%;
    overflow: hidden;
}
.thumb_circle .image img{
    border-radius: 50%;
}

.por{
    position: relative !important;
    z-index: 2 !important;
}

.dt-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bg-mask{
    position: relative;
}
.bg-mask:before {
    content: '';
    display: block;
    position: absolute;
    background: #e7e7ecd9;
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0)); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.dt_cat_prd_1{
    display: block;
}
.dt_cat_prd_1 .image:before{
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.dt_cat_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    color: #fff;
}

.dt_cat_overlay>*{
    display: block;
}
.dt_cat_overlay .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    transform: translateY(15px);
    margin-bottom: 0;
    transition: 0.5s all;
}

.dt_cat_prd_1:hover .location-more-info {
    transform: scale(1);
}
.dt_cat_prd_1:hover .dt_cat_overlay .title {
    transform: translateY(-5px);
}

.location-more-info {
    transition: .5s;
    transform: scale(0);
}

.regular {
    font-weight: 400;
}

.fs12 {
    font-size: 12px;
}

/*================ dt_product ===================*/

.dt_product{
    background-color: #000;
    position: relative;
    box-shadow: 0px 1px 5px 2px #ccc;
    border-bottom: 3px solid #0098d5;
}

.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 8px;
    /* background: rgba(0, 0, 0, 0.4); */
    background-color: #333333;
}

.middle-button {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.dt_product .thumb_ratio img {
    transition: .5s ease;
}
.dt_product .thumb_ratio:hover img {
    opacity: 0.5;
}

.dt_product .thumb_ratio:hover .middle-button {
    opacity: 1;
}

.button-text a {
    background-color: #0098d5;
    color: white;
    font-size: 14px;
    padding: 5px 20px;
}

.dt_product .image-bottom-content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 4px 11px;
}

.dt_product .info {
    background: #fff;
    padding: 10px;
}
.dt_product .info .title{}
.dt_product .info .title>* {}

.dt_calendar{
    font-size: 13px;
}
.dt_calendar .fa{
    font-size: 15px;
    color: #0098d5;
    margin-right: 2px;
}

.dt_wrap_price{
    font-size: 13px;
    color: #999;
}
.dt_price{
    color: #fecb00;
    font-weight: 700;
}

.dt_label_sale{
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 6px;

    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.65;

    margin: 4px 0;
    padding: 2px 6px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

/*prd-price*/
.prd-price>*{
    margin-bottom: 10px;
}
.product-price{
    /*text-align:center;*/
    margin-top: 5px;
}
.product-price > *:not(:last-child){
    margin-right: 5px;
}
.product-price .new-price{
    color: #c42328;
    background: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    font-weight: bold;
}
.product-price .old-price {
    text-decoration: line-through;
    color: #666666;
    font-size: 13px;
}


@media (min-width: 960px) {

}
@media (max-width: 959px) {

}
@media (max-width: 767px) {

}
@media (max-width: 599px) {
    .dt_product .info .title>* {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .dt_product .info .title>* {
        font-size: 14px;
    }
}
@media (max-width: 374px) {

}

/*################# END dt_product ############### */

.uk-modal-header {
    margin: 0 !important;
}
.uk-modal-close.uk-close i{
    font-style: normal !important;
}
.uk-modal-close.uk-close {
    content: "\f00d";
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    transform: translate(0 , 0);
    color: #363636;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    font-style: normal !important;
    background: #fff url('') !important;
}
.uk-modal-dialog>.uk-close:first-child {
    margin: 0 !important;
    float: right;
    color: #898989;
    line-height: 32px;
}

.dt_modal-heading{}
.dt_modal-content {
    padding: 20px;
}

.fz13{
    font-size: 13px !important;
}
.fz15{
    font-size: 15px !important;
}
.fz16{
    font-size: 16px !important;
}
.fz19{
    font-size: 19px !important;
}

.lh14{
    line-height: 1.4 !important;
}
.lh15{
    line-height: 1.5 !important;
}
.lh17{
    line-height: 1.7 !important;
}
.lh2{
    line-height: 2 !important;
}

.color_green{
    color: #008f4d !important;
}
.color_black{
    color: #141515 !important;
}
.color_white{
    color: #fff !important;
}
.color_orange{
    color: #ea8f00 !important;
}

.bg_grey{
    background: #f9f9f9 !important;
}

.cat_heading_1{
    display: inline-block;
    color: #0084a4 ;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.cat_heading_2{
    display: block;
    color: #0084a4 ;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom:40px !important;
}

.cat_heading_3{
    display: block;
    color: #282560;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

a.cat_heading_1:hover{
    color: #282560;
}


.link:hover{
    text-decoration: underline !important;
}
.link-color:hover{
    color: #0084a4  !important;
}
.link-2:hover{
    color: #008f4d !important;
}
.link-3:hover{
    color: #ea8f00 !important;
}

.dt_item_title_1{
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}



.dt_item_title_2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.dt_item_title_3{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #141515;
    line-height: 1.5;
}

.dt_item_desc_1 {
    display: inline-block;
    font-size: 17px;
    line-height: 1.7;
    color: #424242;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.dt_item_desc_2{
    display: block;
    line-height: 1.5;
    height: 42px;
    color: #000;
    font-weight: 400;
}

.dt_item_content_2{
    display: block;
    line-height: 1.5;
    color: #646464;
    font-weight: 400;
}

.dt_item_price_1{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    color: #4a4949;
}
.dt_item_price_1.line-price{
    font-size: 13px;
    font-weight: 400;
}


.dt_readmore_1{
    color: #1f3f54;
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    display: block;
}

.dt_readmore_2{
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    background: #ea8f00;
    border: 1px solid #ea8f00;
}

.dt_readmore_3{
    display: inline-block;
    font-style: italic;
    color: #111;
    font-weight: 600;
    transition: 0.2s all ease;
}

.dt_readmore_3:hover{
    color: #23527c;
    text-decoration: underline;
}
.dt_btn_reg {
    background: #008f4d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: 0.3s ease all;
    display: block;
    line-height: 1.5;
    font-weight: 500;
}

.dt_btn_reg_2:hover{
    text-decoration: underline;
}
.dt_btn_reg_2{
    background: #008f4d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 15px;
    transition: 0.3s ease all;
    display: block;
    line-height: 1.5;
    border-radius: 25px;
}


.dt_btn:hover {
    background: #646464;
    border-color: #646464;
    color: #fff;
    text-decoration: none;
}
.dt_btn {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 22px;
    box-sizing: border-box;
    color: inherit;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;
    /* height: 44px; */
    /* line-height: 42px; */
    min-width: 160px;
    max-width: 100%;
    width: auto;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dt_btn.order-2{
    padding: 10px 30px;
}

.txt-center{
    text-align: center;
}

.price-contact{
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
}

.dt_panel {
    padding: 50px 0;
}

@media (min-width: 960px) {

}
@media (max-width: 959px) {
    .dt_panel {
        padding: 30px 0;
    }
    .cat_heading_1 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .dt_panel {
        padding: 30px 0;
    }
    .cat_heading_1 {
        font-size: 20px;
    }
}
@media (max-width: 599px) {
    .cat_heading_1 {
        font-size: 18px;
    }
}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}


/*social footer : NỀN MÀU chữ mauf 2====================================================*/
/*social footer : NỀN MÀU chữ mauf 2====================================================*/
/*social footer : NỀN MÀU chữ mauf 2====================================================*/
/*social footer : NỀN MÀU chữ mauf 2====================================================*/

.list-social.order-2{}
.list-social.order-2>li{}
.list-social.order-2>li:not(:last-child){
    margin-right: 15px;
}
.list-social.order-2>li>*{}
.list-social.order-2>li> .social{}
.list-social.order-2>li> .social >a{
    display: block;
    text-align:center;
    color: #fff;
    transition: 0.1s all linear;
}
.list-social.order-2>li> .social >a>i{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    transition: 0.1s all linear;
}


.list-social.order-2>li> .social >a:hover{
    display: block;
    text-align:center;
    color: #fff;
}

.list-social.order-2>li> .social >a:hover>i{
    background: #ea8f00;
    border: 1px solid #ea8f00;
}


@media (min-width: 960px) {

}
@media (max-width: 959px) {
    /*.list-social.order-2{
        justify-content: center;
    }*/

}
@media (max-width: 767px) {

}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

/*style iframe*/

.iframe-video {
    position: relative;
    padding-bottom: 56.25%; /* ty le 16:9*/
    height: 0;
    overflow: hidden;
}

.iframe-video >* {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-video{
    max-height: 120px;
    overflow-y: auto;
}
.list-video>li:not(:last-child){
    border-bottom: 1px solid #eee;
    /*margin-bottom: 10px;*/
    /*padding-bottom: 10px;*/
}
.list-video .video:hover{
    background: #0000001f;
}
.list-video .video {
    display: block;
    background: #0000000a;
    padding: 10px;
    cursor: pointer;
    transition: 0.2s all ease;
}

.list-video .video .thumb {
    float: left;
    width: 80px;
    height: 60px;
}
.list-video .video .infor {
    float: right;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 10px;
}
.list-video .video .title a {
    color: #252525;
    font-size: 13px;
    display: block;
    line-height: 20px;
}
/*.list-video .video .title a:hover {color: #00BFF3;}*/
.list-video .video .title {
    max-height: 36px;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list-video .video .meta {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    font-style: italic;
}


.scroll_vertical{
    overflow-x: hidden;
    overflow-y: auto;
 }

 .scroll_vertical::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #F5F5F5;
 }

 .scroll_vertical::-webkit-scrollbar{
    width: 4px;
    border-radius: 5px;
    background-color: transparent;
 }

 .scroll_vertical::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #777;
 }
 .scroll_vertical::-webkit-scrollbar-thumb:hover{
    background-color: #ea8f00;
 }

.txt_center{
    text-align: center;
    display: inline-block;
    /*max-width: 800px;*/
}

.before_center{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ccc; */
}

.before_center:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    height: 2px;
    background: #fff;
}

.before_center_1{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ccc; */
}

.before_center_1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #0098d5;
}

.before_left{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom:46px !important;
}

.before_left:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    /*transform: translate(-50%, 0);*/
    /*width: 100px;*/
    width: 100%;
    height: 2px;
    background: #0084a4 ;
}


.dt_desc_2{
    line-height: 1.7;
    font-size: 15px;
    border: 20px solid #f5f5f5;
    padding: 20px 50px;
}
.dt_desc_2:not(:last-child){
    border-bottom: 0;
}
.dt_desc_3{
    line-height: 1.7;
    font-size: 15px;
    border: 20px solid #f5f5f5;
    padding: 20px;
}

@media (max-width: 959px){
    .dt_desc_3,
    .dt_desc_2{
        padding: 10px;
        border: 5px solid #f5f5f5;
    }
}


/*==================================== article 1 mau: ảnh trái text phải ==================================*/

.article-1{

}

.article-1 .thumb{
    float: left;
    width: 185px;
    box-shadow: rgb(0 0 0 / 39%) -5px 4px 6px -4px;
    border-radius: 10px;
}

.article-1 .thumb .image {
    height: 333px;
    border-radius: 10px;
    overflow: hidden;
}

.article-1 .info{
    float: left;
    -webkit-width: calc(100% - 185px);
    -moz-width: calc(100% - 185px);
    -o-width: calc(100% - 185px);
    -ms-width: calc(100% - 185px);
    width: calc(100% - 185px);
    padding-left: 30px;
}

.article-1 .title{
    margin-bottom: 5px;
}

/*.article-1 .info>*:not(:last-child){
    margin-bottom: 2px;
}*/

.article-1 .meta{
    margin-top: 20px;
}
.article-1 .info .meta .post-date {
    font-size: 14px;
    color: #999;
    display: block;
    padding-left: 15px;
    position: relative;
}

.article-1 .info .meta .post-date:before{
    content: "\f017";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
    font-family: FontAwesome;
    font-size: 13px;
    color: #999;
}


.article-1 .info .description {
    color: #000;
    display: inline !important;
    line-height: 1.5;
    font-size: 15px;
}

.dt_description_readmore {
    color: #000;
    display: inline !important;
    line-height: 1.5;
    font-size: 15px;
}



@media (min-width: 960px) {

}
@media (max-width: 959px) {

}
@media (max-width: 767px) {
    .article-1 .info .description {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 599px) {
    .article-1 .meta{
        margin-top: 10px;
    }
}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}
/*################################## END article 1 mau: ảnh trái text phải ################################ */

.dt_btn_viewmore{
    display: inline-block;
    color: #fed152;
}

/*==================================== article 2 mau: anh tren text duoi ==================================*/

    .article-2{
        box-shadow: rgb(0 0 0 / 30%) 0px 3px 8px;
        border-radius: 10px;
    }
    .article-2 .thumb_ratio.style-43{
        padding-top: 105% !important;
    }
    .article-2 .info{}

    .article-2 .image{
        border-radius: 10px;
    }

    .article-2 .title{
        margin-bottom: 5px;
    }

    .article-2 .info .title>*:hover,
    .article-2 .title>*:hover{
        color: #000;
    }

    .article-2 .info .title>*,
    .article-2 .title>*{
        display: block;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
    }

    .article-2 .info .meta {
        margin: 0 0 5px;
    }

    .article-2 .info .meta .post-date {
        font-size: 13px;
        color: #999;
        display: block;
        padding-left: 15px;
        position: relative;
    }

    .article-2 .info .meta .post-date:before{
        content: "\f017";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0 , -50%);
        font-family: FontAwesome;
        font-size: 13px;
        color: #999;
    }


    .article-2 .info .description{
        color: #555;
    }



    @media (min-width: 960px) {

    }
    @media (max-width: 959px) {

    }
    @media (max-width: 767px) {

    }
    @media (max-width: 599px) {

    }
    @media (max-width: 479px) {

    }
    @media (max-width: 374px) {

    }
/*################################## END article 2 mau: anh tren text duoi ################################ */


.dt_overlay_info_label{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.lb_item_1{
    padding: 0 5px;
    background: #0084a4 96;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.dt_overlay_info_item {
    position: absolute;
    opacity: 1;
    transform: translateY(0);
    bottom: 0px;
    top: auto;
    text-align: left;
    transition: .4s;
    padding: 25px 12px 12px;
    /* background: rgba(0,0,0,.5); */
    background: url(img/bg/bg_title.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    /* height: 50px; */
    margin: 0;
    overflow: hidden;
    z-index: 2;
}
.article-2 .dt_overlay_info_item{
    border-radius: 0 0 10px 10px;
}

.dt_btn_video:hover{
    opacity: 1;
}
.dt_btn_video {
    color: rgb(235 48 7 / 59%);
    font-size: 103px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.wave {
  position: relative;
  height: 70px;
  width: 600px;
  background: #e0efe3;
}
.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 340px;
  height: 80px;
  background-color: white;
  right: -5px;
  top: 40px;
}
.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

.br6{
    border-radius: 6px !important;
    overflow: hidden;
}

.bg_heading {
    text-align: center;
    text-transform: uppercase;
    color: #000 !important;
    background: transparent;
    padding: 10px 20px;
    transition: 0.2s;
}

.bg_heading:hover{
    background: #0084a4 ;
    color: #fff !important;
}

.dt_shadow_1{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
}
.dt_product_item{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dt_product_item .info {
    padding: 10px 12px;
    background: #fff;
}

.list_utilities{}
.list_utilities>li{
    margin-bottom: 5px;
}
.utilities_item{}
.utilities_item .icon{
    width: 25px;
}
.utilities_item .title {
    width: calc(100% - 25px);
    padding-left: 10px;
    color: #0084a4 ;
    font-weight: 700;
    font-size: 18px;
}

/*################################## END __GENERAL ################################ */

/*==================================== PC-HEADER ==================================*/
.pc-header{
    /* background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); */
    z-index: 999;
    padding: 10px 0;
    padding-top: 30px;
}

.hd-logo {
    max-width: 150px;
    position: absolute;
    top: 33%;
    transform: translate(0, -50%);
}

.logo_ft {
    display: inline-block;
    max-width: 235px;
}

.dt_language{
    margin-left: 15px;
}
.dt_language a {
    padding: 5px;
    background: #fff;
    color: #000;
    /*border-left: 1px solid #fff;*/
    border: 1px solid #0084a4 ;
    width: 50px;
    text-align: center;
}
.dt_language a.active {
    background: #0084a4 ;
    color: #fff;
}
/*.hd-search-2*/
.hd-search-2{}
.hd-search-2 .form-row {
    width: 180px;
    position: relative;
}
.hd-search-2 .input-text{
    background: #fff !important;
    height: 35px !important;
    line-height: 35px;
    color: #333 !important;
    padding-left: 30px !important;
    padding-right:10px;
    border:0 !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 8px;
    background: #f7f7f7 !important;
}


.hd-search-2 .form .input-text::-webkit-input-placeholder {
    color: #333;
    font-size: 13px;
}
.hd-search-2 .form .input-text::-moz-placeholder {
    color: #333;
    font-size: 13px;
}
.hd-search-2 .form .input-text:-ms-input-placeholder {
    color: #333;
    font-size: 13px;
}
.hd-search-2 .form .input-text:-moz-placeholder {
    color: #333;
    font-size: 13px;
}

.hd-search-2 .btn-submit {
    position: absolute;
    display: block;
    top: 26%;
    left: 8px;
    transform: translate(0, -50%);
    color: #0084a4;
    font-size: 15px;
    background: transparent;
    border: 0;
    outline: 0;
    transform: rotate(
75deg
);
}



@media (min-width: 960px) {

}
@media (max-width: 959px) {
    .hd-search-2 {
        padding: 0 10px 10px;
        background: #fff;
    }
    .hd-search-2 .form-row {
        width: 100%;
        position: relative;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

/*.hd-search{}*/
.hd-search{}
.hd-search .form-row {
    width: 280px;
    position: relative;
}
.hd-search .input-text{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #fff !important;
    border-radius: 22px !important;
    border: 1px solid #d8d8d8 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 0 50px 0 18px !important;
    height: 44px !important;
    width: 100% !important;
    transition: border-color .2s !important;
    outline-offset: 0 !important;
}

.hd-search .form .input-text::-webkit-input-placeholder {
    color: #555;
    font-size: 13px;
}
.hd-search .form .input-text::-moz-placeholder {
    color: #555;
    font-size: 13px;
}
.hd-search .form .input-text:-ms-input-placeholder {
    color: #555;
    font-size: 13px;
}
.hd-search .form .input-text:-moz-placeholder {
    color: #555;
    font-size: 13px;
}

.hd-search .btn-submit {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    color: #000;
    font-size: 16px;
    background: transparent;
    border: 0;
    outline: 0;
}



@media (min-width: 960px) {

}
@media (max-width: 959px) {
    .hd-search {
        padding: 0 10px 10px;
        background: #fff;
    }
    .hd-search .form-row {
        width: 100%;
        position: relative;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

.wrap_hd_hotline{
    text-align: center;
    color: #0098d5;
}
.wrap_hd_hotline .subtitle{
    font-size: 13px;
    font-weight: 400;
}

.hd-hotline{
    color: #0098d5;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}


.dt_cart_icon {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    margin-left: 15px;
}
.dt_cart_icon.icon-cart{
    width: 17.5px;
}

/*################################## END PC-HEADER ################################ */

/*==================================== MENU ==================================*/
#main-nav{
    /*background: #008f4d;*/
    /*border-top: 1px solid #dfdfdf;*/
    /*box-shadow: 0px 5px 5px -2px rgb(25 25 25 / 15%);*/
    /*-webkit-box-shadow: 0px 5px 5px -2px rgb(25 25 25 / 15%);*/
    /*-moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);*/

    /*position: relative;*/
}

.main-menu{
    padding-left: 150px;

}
.main-menu>li>a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border: none;
}
.main-menu>li>a:hover{
    color:#0084a4 !important;
}

.dt_mega_menu.active{
    opacity: 1;
    visibility: visible;
    top: calc(100%);
}
.dt_mega_menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    max-height: calc(100vh - 80px);
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s all linear;
}
.dt_mega_menu ul>li{
    margin-bottom: 5px;
}
.dt_mega_menu ul>li>a{
    display: inline-block;
    color: #424242;
    font-size: 15px;
    font-weight: 500;
}
.dt_mega_menu ul.submenu>li>a:before{
    content: '\f105 ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
    font-family: FontAwesome;
    color: #363636;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.dt_mega_menu ul.submenu>li>a{
    padding-left: 20px;
    display: inline-block;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.dt_mega_menu .css_submenu{
    margin-top: 10px;
}


.uk-navbar-nav>li{
    position: static;
}


#main-nav .uk-navbar-nav>li:nth-child(1)>a{
    padding-left: 0;
}
#main-nav .uk-navbar-nav>li>a{
    padding:30px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color:#000;
}

#main-nav .uk-navbar-nav>li.active>a,
#main-nav .uk-navbar-nav>li>a:hover{
    color:#ea8f00;
}

.dropdown-menu{
    display: none;
}

/*################################## END MENU ################################ */
/*==================================== footer ==================================*/
#footer{}


.footer_top{
    padding: 50px 0;
    background-size: cover !important;
}
.footer_top{
    padding: 50px 0;
}
.ft-panel{
    margin-bottom: 30px !important;
}
.ft-panel .panel-head{
    margin-bottom: 20px;
}

.ft_heading {
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
}

/*.ft-information*/
.ft-information{
    line-height: 1.7;
    font-size: 16px;
}
.ft-information .company-name{
    font-weight:bold;
    margin: 0 0 20px 0;
    font-size: 16px;
    text-transform: uppercase;
}
.ft-information p {
    /*padding-left: 25px;*/
    position: relative;
}
.ft-information p >*, .ft-information p {
    color: #fff;
}

/*
.ft-information p:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
}
.ft-information p.phone:before{
    content:'\f095 ';
}
.ft-information p.address:before{
    content:'\f041';
}
.ft-information p.email:before{
    content:'\f003 ';
}
.ft-information p.website:before{
    content:'\f0ac ';
}
.ft-information p.clock:before{
    content:'';
}
.ft-information p.fax:before{
    content:'\f1ac';
}

*/

.link-panel_list:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.link-panel_list:not(:last-child):before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:initial;
    bottom:0;
    width:40%;
    height:2px;
    background: #000;
}
.link-panel_list>li{
    margin-bottom: 10px;
}
/*.link-panel_list>li>*:before{
    content: '\f105';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 16px;
}*/
.link-panel_list>li>*{
    position: relative;
    display: block;
    /*padding-left: 15px;*/
    /*font-size: 15px;*/
    font-weight: 600;
    color: #000;
    font-size:13px;
}
/*.link-panel_list>li>*:hover:before,*/
.link-panel_list>li>*:hover{
    color: #0084a4 ;
}


@media (min-width: 960px) {

}
@media (max-width: 959px) {
   .footer_top{
    padding: 30px 0 20px;
   }
}
@media (max-width: 767px) {
    .ft-panel .panel-head{
        margin-bottom: 15px;
    }
}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

.copyright{
    padding: 30px 0;
    margin-top: 30px;
    border-top: 3px solid #406373;
    color: #b1ccf3;
    letter-spacing: .5px;
}

/*.ft-mailto*/
.ft-mailto .form .form-row{
    position: relative;
    width: 100%;
}
.ft-mailto .form .input-text{
    width: 100%;
    border-radius: 4px;
    height: 40px;
    padding-right: 90px;
    background: #f3f5f4;
}
.ft-mailto .form .submit{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
.ft-mailto .form .btn-submit{
    border: 0;
    background: #ea8f00;
    width: 80px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    outline: none;
    color: #fff;
    transition: 0.3s all ease-in-out;
}
/*.ft-mailto .form .btn-submit:hover{
    background: #e5e5e5;
    color: #232323;
}*/

.ft_mail_des{
    margin-bottom: 10px;
}



/*.list_ft_link*/
.list_ft_link{}
.list_ft_link>li:not(:last-child){
    margin-bottom: 10px;
}
.ft_link_item{
    display: inline-block;
    color: #fff;
}
.ft_link_item:hover{
    color: #ea8f00;
}

.toolbox_fixed{}
.toolbox_fixed .list_icon{}
.toolbox_fixed .list_icon>li:nth-child(1){
    margin-left: 0;
}
.toolbox_fixed .list_icon>li{
    margin-left: 10px;
}
.toolbox_fixed .list_icon .icon{
    width: 45px;
    height: 45px;
}
.toolbox_fixed .list_icon .icon img{
    border-radius: 50%;
}


/*========================= reg_panel_2 ==========================*/
.bg-grey {
    background-color: #f9f9f9;
}

.before_center{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ccc; */
}

.before_center:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 2px;
    background: #347bb7;
}

.reg_panel_2{
    padding: 0;
}

.reg_panel_2_heading{
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #d2d3d4;
    text-transform: uppercase;
    line-height: initial;
}
.reg_panel_body{
    padding: 15px;
    background: #fff;
}
.reg_panel_2_desc{}

.reg_panel_2 .loading{
    /*border-radius: 20px;*/
    overflow: hidden;
}
.reg_panel_2.order-2 input{
    border-radius: 0;
}

.reg_panel_2 input{
    background: #ececf0 !important;
    border-radius: 6px;
    height: 36px !important;
}

.reg_panel_2 textarea{
    background: #ececf0 !important;
    border-radius: 6px;
    height: 120px;
}
.reg_panel_2 .submit{
    text-align: center;
}
.reg_panel_2 .btn-submit {
    /* font-size: 15px; */
    padding: 10px;
    font-weight: 600;
    color: #333;
    border: 1px solid #d6d6d7;
    background: #d6d6d7;
    text-transform: uppercase;
    /* border: 0; */
    outline: 0;
    cursor: pointer;
    border-radius: 6px;
    display: block;
    width: 100%;
    transition: .3s all ease;
}

/*.reg_panel_2 .btn-submit:hover{
    color: #fff;
    border: 1px solid#fff;
    background: #347bb7;
}*/

@media (min-width: 960px) {

}
@media (max-width: 959px) {

}
@media (max-width: 767px) {
    .reg_panel_2_heading{
        font-size: 20px;
    }
}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}


/*####################### END reg_panel_2 ######################## */

.ft_contact_panel{}
.ft_contact_body{
    padding: 40px;
}

.ft_contact_body>*>*{
    color: #000;
}
.ft_contact_body .hotline{}
.ft_contact_body .hotline>*{
    font-size: 20px;
    font-weight: 600;
}
.ft_contact_body .email>*{}

.list-social-image {
    list-style: none;
    margin-top: 15px;
}
.list-social-image >li:not(:last-child) {
    margin-right: 30px;
}
.list-social-image .social{}
.list-social-image .social>*{
    width: 30px;
}


#copyright{
    padding: 20px 0;
    background: #d3d3d5;
    color: #000;
    font-weight: 600;
}

.project_panel {
    padding: 50px 0 0;
}

.project_panel .panel-head{
    margin-bottom: 50px;
}


/*################################## END footer ################################ */



.fc-breadcrumb, .breadcrumb-panel {
    padding: 15px 0;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 15px;
    /*background: #f5f5f5;*/
}

.breadcrumb-panel .uk-breadcrumb>li>*{
    color: #333;
}

/*==================================== PRD CATALOGUE ==================================*/
.prdcat-slide{
    margin-bottom: 20px;
}

/*aside product*/
.check-aside input, .check-aside-product input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

.aside-list-title>*{
    margin-bottom: 15px;
}

/*################################## END PRD CATALOGUE ################################ */


.logo-text {
    color: #333333;
    font-size: 28px;
    line-height: 1.2;
}

.w50 {
    width: 50% !important;
}
.w100 {
    width: 100% !important;
}
/*============================================ __CART =========================================================================*/
.cart-panel .input-field input{
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
}


.main-cart{
    width: 60%;
    padding: 50px 0;
    padding-right: 50px;
}
.layout-cart-body{
    overflow: hidden;
}
.layout-cart-body .aside-content{
    width: 40%;
    padding: 50px 0;
    padding-left: 30px;
    position: relative;
}
.layout-cart-body .input-field {
    position: relative;
}
.layout-cart-body .aside-content::after{
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 0;
    left: 0;
    background-position: left top;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

#cartForm{
    position: relative;
    z-index: 1
}

.cart-panel .field-label {
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: -5px;
    width: 100%;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    color: #999999;
    transition: all 0.2s ease-out;
    margin: 0.5em 0;
    margin-top: 0.3em;
    display: block;
}

.cart-panel .select2-container--default .select2-selection--single .select2-selection__arrow,
.cart-panel .select2-container--default .select2-selection--single{
    height: 45px;
}

.cart-panel .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px
}

.cart-panel textarea{
    border: 0;
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    outline: 0;
    display: block;
    height: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}

.input-field.field-show-floating-label .field-label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.breadcrumb-cart a{
    color: #333;
}

.section .section-header {
    margin-bottom: 20px;
    position: relative;
}

.section .section-content .content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
}

.main-cart  .section input {
    color: inherit;
    font: inherit;
    margin: 0;
    padding:0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
}

.input-field.field-show-floating-label textarea,
.input-field.field-show-floating-label input {
    padding-top: 20px;
    padding-bottom: 0.38em;
}

.cart-panel .input-field input{
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}


.section .section-content .content-box:first-child {
    margin-top: 0;
}

.radio-wrapper, .checkbox-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
    zoom: 1;
}

.section .section-content .content-box .content-box-row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    zoom: 1;
}
.section .section-content .content-box .content-box-row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none;
}
.radio-wrapper .radio-label, .checkbox-wrapper .checkbox-label {
    display: table-cell;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    padding: 1.3em;
}
.radio-wrapper .radio-input, .checkbox-wrapper .checkbox-input {
    display: table-cell;
    padding-right: 0.75em;
    white-space: nowrap;
}

.radio-wrapper .radio-input .input-radio, .checkbox-wrapper .checkbox-input .input-checkbox {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #338dbc inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: solid 1px #d9d9d9;
}
.radio-wrapper .radio-input .input-radio {
    border-radius: 50%;
}
.radio-wrapper .radio-input .input-radio:checked, .checkbox-wrapper .checkbox-input .input-checkbox:checked {
    border: none;
    box-shadow: 0 0 0 10px #338dbc inset;
}

.radio-wrapper .radio-input .input-radio:after, .checkbox-wrapper .checkbox-input .input-checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}
.radio-wrapper .radio-input .input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.radio-wrapper .radio-input .input-radio:checked:after, .checkbox-wrapper .checkbox-input .input-checkbox:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio-wrapper .radio-label .radio-label-primary, .checkbox-wrapper .checkbox-label .checkbox-label-primary {
    display: table-cell;
    width: 100%;
}

.section .section-content .content-box .content-box-row.content-box-row-secondary {
    background-color: #fafafa;
}
.blank-slate {
    padding: 20px;
}

.name-input{
    width: 20%;
    color: #000;
    font-size: 16px;
    margin-right: 20px;
}
.section-additional .input-field input,
.section-additional .input-field{
    width: 100%;
}

.btn-finish-cart{
    background: #338dbc;
    color: white;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
}
.chage-email-ajax input,
.chage-email-ajax{
    width: 80%;
}

.slide-home-panel-wrap img{
    height: 100vh;
}
/*
.uk-modal-close.uk-close {
    background: #fff url(../../../public/close.png) center no-repeat;
}*/

.product-modal-panel{
    width: 70%;
}

.slide-img-modal li img{
    height: 400px;
}

.slide-img-modal{
    padding:20px;
    border: solid 1px #ebebeb;
}

.info-product-modal{
    padding: 20px;
}

.product-modal-title{
    color: #222222;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

#modal-product .new{
    font-size: 17px;
}

.list-product-cart .prd-infor .thumb a{
    width: 65px;
    height: 65px;
    background: #fff;
    position: relative;
}

.list-product-cart .prd-infor .thumb img{
    border-radius: 8px;
}

.continue-shopping{
    color: #338dbc;
    font-size: 14px;
}
.continue-shopping i{
    position: relative;
    right: 0;
    transition: all ease-in-out 0.2s;
}
.continue-shopping:hover i{
    right: -5px;
}

.list-product-cart .prd-infor .title a{
    font-weight: 500;
    color: #4b4b4b !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.list-product-cart  .btn_num.num_1 {
    font-size: 16px;
    border: none;
    display: inline-block;
    width: 30px;
    background: transparent;
    color: #6e7874;
    text-align: center;
    padding: 0px;
    line-height: 34px;
    position: absolute;
}

.list-product-cart .input_number_product{
    position: relative;
}

.list-product-cart  .input_number_product .btn_num.num_2 {
    right: 0;
    top: 0;
}

.list-product-cart  .input_number_product .btn_num {
    font-size: 16px;
    border: none;
    display: inline-block;
    width: 30px;
    background: transparent;
    color: #6e7874;
    text-align: center;
    padding: 0px;
    line-height: 34px;
    position: absolute;
}


.list-product-cart  .prd_quantity {
    margin: 0px 3px 0 0;
    display: block;
    color: #222222;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: none;
    font-size: 16px;
    background: #fff;
    width: 90px;
    border-radius: 5px;
}
.new_price,
.price_view{
    text-align: right;
    white-space: nowrap;
}

.panel-foot{
    line-height: 2;
}
.panel-foot .label{
    color: #222222;
}
.panel-foot .value{
    color: #222222;
}
.total-amount,
.panel-foot,
.order-summary-section.order-summary-section-discount {
    border-top: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #e1e1e1;
}

.btn-submit-discount{
    padding: 0 20px;
    background: #338dbc;
    outline: 0;
    transition: all ease-in-out 0.2s;
    color: #fff;
}

.btn-submit-discount:hover{
    background-color: #338dbc;
    opacity: 0.95;
    color: #fff;
}

.panel-foot .label{
    font-size: 14px;
}


/*==================================== about us ==================================*/

.about_panel{
    margin-bottom: 20px;
}
.dt_about_heading{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.uk-accordion-title:first-child{
    border-top: 0;
}
.uk-accordion-title{
    background: #0e2052 !important;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
}
.uk-accordion-title:after {
    background: none;
    content: "+";
    right: 10px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: 20px;
    text-align: center;
    top: 15px;
    position: absolute;
    color: #fff;
}

.uk-active.uk-accordion-title:after{
    content: "-";
}

.uk-accordion-content {
    padding: 20px;
    line-height: 24px;
    text-align: left;
    border: 1px solid #ededed;
}


/*form tuyen dung*/
.reg_booking{
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border: 0;
    border-color: #E3AF6C;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
}
.dt_label_modal {
    font-weight: 700;
}

.reg_booking .input-text {
    /* border-radius: 20px; */
    color: #333 !important;
    height: 35px !important;
    background-color: #ffffff !important;
    border-color: #D0D0D0 !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 0 10px 0 10px !important;
    outline: 0 !important;
}
.reg_booking .form-textarea {
    background-color: #ffffff !important;
    border-color: #D0D0D0 !important;
    border-radius: 5px 5px 5px 5px !important;
    outline: 0 !important;
    min-height: 100px;
}

.reg_booking .btn-submit {
    font-size: 16px;
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #0098d5 !important;
    background: #0098d5 !important;
    outline: 0;
    cursor: pointer;
    border-radius: 20px;
    display: block;
    width: 100%;
    transition: .3s all ease;
}

.reg_booking .loading {
    border-radius: 20px;
    overflow: hidden;
}

.dt_about_description{
    margin-bottom: 20px;
}

/*################################## END about us ################################ */


/*==================================== product detail ==================================*/
.dt_entry_title{
    font-size: 30px;
    color: #004a98 !important;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
}
.dt_entry_desc{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}
.dt_entry_content{
    margin-bottom: 20px;
}


.wrap-price>*{
    display: block;
}
.wrap-price {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: 145px;
}

.line-price {
    font-size: 13px !important;
    text-decoration: line-through;
    color: #aaa !important;
}

.product-detail-info-panel{
    padding: 10px;
}

.product-detail-title h2{
    color: #222222;
    font-size: 20px;
    line-height: 35px;
    font-family: "Arial";
    margin: 0px 0 15px;
    font-weight: 400;
    width: 100%;
}

.gallery__thumbs::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #fff;
    height: 10px;
}
.gallery__thumbs::-webkit-scrollbar {
    height: 10px;
    background-color: #fff;
}
.gallery__thumbs::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #919aa8;
    height: 10px;
}

.gallery__thumbs a:not(:last-child){
    margin-right: 10px
}

 .form_product_content label {
    font-family: "Arial";
    font-weight: 700;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 20px;
    font-size: 14px;
}

.form_product_content input {
    margin: 0px 3px 0 0;
    display: block;
    float: left;
    color: #222222;
    height: 50px;
    border: 1px solid #ebebeb;
    width: 120px;
    padding: 0 40px;
    text-align: center;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial";
    min-height: unset;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border-radius: 5px;
}

.soluong {
    display: inline-block;
    float: left;
    width: 120px;
    margin-right: 15px;
}

.details-pro .form_product_content {
    width: 100%;
    float: left;
}

.form-group .input_number_product {
    display: inline-flex;
    width: 120px;
    height: 52px;
    position: relative;
    background: transparent;
    padding: 0;
}

.form_product_content .btn_num.num_1 {
    left: 0;
    font-size: 16px;
    line-height: 0px;
    border: none;
    display: inline-block;
    width: 30px;
    height: 49px;
    background: transparent;
    float: left;
    color: #6e7874;
    text-align: center;
    padding: 0px;
    position: relative;
    padding-right: 0px;
    line-height: 50px;
    position: absolute;
    top: 0;
}

.form-group .input_number_product .btn_num.num_2 {
    right: 0;
    top: 0;
}

.form-group .input_number_product .btn_num {
    font-size: 16px;
    line-height: 0px;
    border: none;
    display: inline-block;
    width: 30px;
    height: 49px;
    background: transparent;
    float: left;
    color: #6e7874;
    text-align: center;
    padding: 0px;
    position: relative;
    padding-right: 0px;
    line-height: 50px;
    position: absolute;
}

.button_actions {
    display: inline-block;
    float: left;
    margin-top: 0;
    position: relative;
    height: 50px;
}
.button_actions .btn_base:first-child {
    margin-right: 15px;
}
.button_actions .btn_add_cart {
    position: relative;
}

.button_actions .btn_base {
    height: 50px;
    line-height: 50px;
    font-family: "Arial";
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap;
    outline: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #222222;
    font-weight: 700;
    float: left;
}

.button_actions .btn_base.fast {
    background: #f1db25;
    color: #fff;
    border-color: #f1db25;
    transition: all ease-in-out 0.2s;
}

.button_actions .btn_base.fast:hover {
    color: #fff;
    background: #222222;
    cursor: pointer;
    border-color: #222222;
}

.form_contactproduct{
    overflow: hidden;
}

.form_contactproduct a img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.gomi-camket i{
    width: 32px;
    color: red;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.camket-primary{
    font-weight: bolder;
}

.camket-normal{
    color: rgb(63,64,71);
    background-color: white;
    font-size: 14px;
    font-family: Segoe UI;
}

.wrap-product-general{
    background-color: rgb(255, 255, 255);
    border-style: dotted;
    border-color: rgb(205, 204, 203);
    border-width: 2px;
    border-radius: 5px;
    padding: 20px 15px;
}

.fa-volume-control-phone{
    color: #23a24d !important
}

.title_modules a{
    display: inline-block;
    background: #fff;
    z-index: 2;
    padding: 0 20px 0 0;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #222222;
    text-transform: uppercase;
    line-height: 55px;
}

@media (min-width: 767px){
    .title_modules:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #222222;
        position: absolute;
        top: 37px;
        left: 0;
    }
}

.title_modules {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.product-switcher{
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
}

.product-switcher li {
    position: relative;
    display: inline-block;
    background: #ebebeb;
    border-bottom: 0px;
    margin: 0;
    margin-bottom: -1px;
    text-align: center;
}

.product-switcher li:first-child a {
    border-right: 0;
}
.product-switcher li:last-child a {
    border-left: 0;
}
.product-switcher li a {
    color: #004a98;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.product-switcher li.uk-active {
    background: #fff;
}

#product-tab li {
    padding: 20px 0px;
    border-top: 0px;
}
figure.image{
    justify-content: center;
    display: flex;
}


/*################################## END product detail ################################ */


/*==================================== _HEADER ==================================*/

/*################################## END _HEADER ################################ */


.dt_best_seller{
    font-size: 0.55rem;
    background: #020024;
    background: linear-gradient(
135deg
, #020024 0%, #ffd800 0%, #dcc366 0%, #ba8223 58%);
    padding: 20px;
    left: 10px;
    top: 10px;
    position: absolute;
    border-radius: 40px;
    z-index: 10;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

/* ============== .dt_commit_item style 2 =============*/
.dt_commit_item.style-2{
    padding: 15px;
    margin-bottom: 25px !important;
    text-align: center;
}

.dt_commit_item.style-2:hover{
    /*background: #f1f1f1;*/
}


.dt_commit_item.style-2 .image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.dt_commit_item.style-2 .image>*{
    color: #3b5999;
    font-size: 36px;
}
.dt_commit_item.style-2 .info{

}
.dt_commit_item.style-2 .info .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

.dt_commit_item.style-2 .description{
    word-spacing: 1px;
    line-height: 1.7;
}

.description ul{
    list-style-type: none;
}

@media (min-width: 960px) {

}
@media (max-width: 959px) {
   .dt_commit_item.style-2{
        padding: 20px;
   }
}
@media (max-width: 767px) {

}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}


.qr_code{
    margin-left: 20px;
}

.dt_prd_head{
    padding-bottom: 30px;
}

/*.swiper-container {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: auto;
        width: 100%;
      }

      .mySwiper {
        height: 150px;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
*/
.dt_slide_img_sub{
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all linear;
    transform: translateY(-75px);
}
.dt_slide_img_sub.show {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translateY(-100px);
}

@media (max-width: 959px) {
    .dt_slide_img_sub{
        display: none;
    }
}

.partner{
    padding: 30px 0;
    margin-bottom: 20px;
}

.form-row select{
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-selection--single{
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

.pharma_contains{
    padding-top: 40px;
}

/*==================================== HOMEPAGE ==================================*/
.sologan{
    padding: 40px 0;
    text-align: center;
}
.cata-slide{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.main-slide{
    position: relative;
    z-index: 5;
}
.main-slide .uk-cover-background {
    background-position: bottom;
    background-size: 100%;
}
.main-slide img {
    max-height: 90vh !important;

}

.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.border-bottom-blue {
    border-bottom: 3px solid #0098d5;
}
.combo-item {
    box-shadow: 0px 1px 5px 2px #ccc;
}
.inner {
    align-self: center;
}
.main-color {
    color: #0098d5;
}

.list-location {
    box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 10%);
    background: #ffffff;
    padding: 30px 30px 5px 30px;
}

/*.hp_categories_panel*/
.hp_categories_panel{
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
}
.dt_btn_viewall {
    text-transform: uppercase;
    color: #0084a4 ;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.dt_btn_viewall:before{
    content: '\f0da';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
    font-family: FontAwesome;
    color: #0084a4 ;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

/*################################## END HOMEPAGE ################################ */

.rating.order-1 {
    font-size: 15px;
}


/*==================================== product detail ==================================*/
.combo-header{
    padding: 50px 0;
}

.entry-title{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    line-height: initial;
}
.entry-location{}

.other {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000085;
    color: #fff;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
}

.other>*{
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*################################## END product detail ################################ */

/* ============== ht2109_panel ================================*/
.ht2109_panel{
    padding: 30px 0;
}
.ht2109_panel .panel-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #ccc; */
}

/*thêm :before => dạng kép*/
.ht2109_panel .panel-head:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 2px;
    background: #0098d5;
}


.ht2109_panel .panel-body {

}


/*================ .reg_booking ================*/
    .order_panel{
        padding: 30px 0;
    }
    .reg_booking {
        /* border-style: dashed; */
        /* border-width: 3px 3px 3px 3px; */
        /* border-color: #E3AF6C; */
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 15px;
        background: #f1f1f1;
        border-radius: 5px;
    }
    .reg_booking_heading{
        text-transform: uppercase;
        line-height: initial;
        margin-bottom: 15px;
        color: #E3AF6C;
        font-family: "Roboto", Sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .reg_booking_desc{}

    .reg_booking .loading{
        /*border-radius: 20px;*/
        overflow: hidden;
    }
    .reg_booking .input-text{
        /*border-radius: 20px;*/
        color: #333 !important;
        height: 35px !important;
        background-color: #ffffff;
        border-color: #D0D0D0;
        border-width: 1px 1px 1px 1px;
        border-radius: 5px 5px 5px 5px;
        padding: 0 10px;
        outline: 0;
    }
    .reg_booking select{
        /*border-radius: 20px;*/
        padding-left: 7px !important;
        font-size: 13px;
    }
    .reg_booking.order-2 .input-text{
        border-radius: 0;
    }
    .reg_booking textarea{
        /*border-radius: 20px;*/
        height: 50px;
        color: #333 !important;
        background-color: #ffffff;
        border-color: #D0D0D0;
        border-width: 1px 1px 1px 1px;
        border-radius: 5px 5px 5px 5px;
    }
    .reg_booking .submit{
        text-align: center;
    }
    .reg_booking .btn-submit{
        font-size: 15px;
        padding: 10px 30px;
        color: #fff;
        border: 1px solid#0098d5;
        background: #fff;
        /*border: 0;*/
        outline: 0;
        cursor: pointer;
        /*border-radius: 20px;*/
        display: block;
        width: 100%;
        transition: .3s all ease;
    }
    /*.reg_booking .btn-submit:hover{
        color: #fff;
        border: 1px solid#fff;
        background: #E3AF6C;
    }*/

    .form-row.date,
    .form-row.time{
        position: relative;
    }
    .form-row.date .input-text,
    .form-row.time .input-text{
        padding-right: 30px;
    }
    .form-row.date:before {
        content: '\f073';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0 , -50%);
        font-family: FontAwesome;
        color: #606060;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }
    .form-row.time:before {
        content: '\f017';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0 , -50%);
        font-family: FontAwesome;
        color: #606060;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }

    .reg_booking textarea::-webkit-input-placeholder,
    .reg_booking .input-text::-webkit-input-placeholder {
        color: #E3AF6C;
        font-size: 13px;
    }
    .reg_booking textarea::-moz-input-placeholder,
    .reg_booking .input-text::-moz-placeholder {
        color: #E3AF6C;
        font-size: 13px;
    }
    .reg_booking textarea:-ms-input-placeholder,
    .reg_booking .input-text:-ms-input-placeholder {
        color: #E3AF6C;
        font-size: 13px;
    }
    .reg_booking textarea:-moz-input-placeholder,
    .reg_booking .input-text:-moz-placeholder {
        color: #E3AF6C;
        font-size: 13px;
    }

    @media (min-width: 960px) {

    }
    @media (max-width: 959px) {

    }
    @media (max-width: 767px) {
        .reg_booking_heading{
            font-size: 20px;
        }
    }
    @media (max-width: 599px) {

    }
    @media (max-width: 479px) {

    }
    @media (max-width: 374px) {

    }


/*####################### END reg_booking ######################## */


.list_dt_brand{}
.list_dt_brand>li{
    margin-bottom: 15px;
}

.dt_brand_item{}
.dt_brand_item .icon{
    width: 40px;
}
.dt_brand_item .title{
    width: calc(100% - 40px);
    padding-left: 5px;
}

.dt_map_overview{
    height: 450px;
    width: 100%;
}
.dt_map_overview iframe{
    width: 100%;
    height: 100%;
}

.ft_map{
    height: 350px;
    width: 100%;
}
.ft_map iframe{
    width: 100%;
    height: 100%;
}



.contact-form{
    position: relative;
    padding: 70px 100px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*margin-top: -190px;*/
}

.contact-company h2{
    font-size: 24px;
    color: #222222;
    margin-bottom: 30px;
    margin-top: 20px;
}

.form-contact .input-text{
    border-color: #ebebeb !important;
    background-color: #ebebeb !important;
    font-size: 14px !important;
    color: #222222 !important;
    border-radius: 3px !important;
    height: 45px !important;
    padding: 0px 15px !important;
}

.form-contact textarea{
    min-height: 100px;
    padding: 10px 15px;
    border-radius: 3px !important;
    resize: none;border-color: #ebebeb;
    background-color: #ebebeb;
    font-size: 14px;
    color: #222222;
}

.form-contact .btn-submit{
    border-radius: 0;
    border: 1px #d3d3d3 solid;
    height: 40px;
    background: #d3d3d3;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    color: #fff;
    padding: 0px 25px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
}
@media (max-width: 768px){
    .main_visual_p{
        display: none;
    }
    .col-xs-6{
        margin-bottom:30px;
    }
}


.dt_desc_catalogue{
    line-height: 1.7;
}
.ovh{
    overflow: hidden;
}

.prd_relate_panel{
    padding: 50px 0;
}

.dt_price_color{
    color: #0084a4 ;
    font-weight: 600;
    font-size: 18px;
}

.page-pic .info{
    padding: 12px;
}

.address-panel table{
    width: 100% !important;
}

.ft_rate_panel{
    margin-bottom: 30px;
}

/*social footer : NỀN MÀU chữ mauf 3====================================================*/
/*social footer : NỀN MÀU chữ mauf 3====================================================*/
/*social footer : NỀN MÀU chữ mauf 3====================================================*/
/*social footer : NỀN MÀU chữ mauf 3====================================================*/

.list-social.order-3{}
.list-social.order-3>li{}
.list-social.order-3>li:not(:last-child){
    margin-right: 15px;
}
.list-social.order-3>li>*{}
.list-social.order-3>li> .social{}
.list-social.order-3>li> .social >a{
    display: block;
    text-align:center;
    color: #fff;
}
.list-social.order-3>li> .social >a>i{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #898989;
}

.list-social.order-3>li> .social >a>i.fa-play:before{
    margin-left: 2px;
}



.dt_rating_info{
    margin-left: 5px;
    font-size: 13px;
}

.rating{
    margin-bottom: 1px;
}

.dt_detail_rating{

}


/*form filter*/

.aside-filter .form .form-label, #mobile-filter .form .form-label {
    display: block;
    position: relative;
    padding-left: 25px;
}

.aside-filter .form-row{
    margin-right: 20px;
}
#mobile-filter .form-row {
    margin-bottom: 5px;
}

.aside-filter .form .input-checkbox, #mobile-filter .form .input-checkbox {
    display: none;
}

.aside-filter .form .form-label:before, #mobile-filter .form .form-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0px;
    background: url(img/icon-checkbox.png) 0px 0px no-repeat;
}


.aside-filter .form .input-checkbox:checked + .form-label:before, #mobile-filter .form .input-checkbox:checked + .form-label:before {
    background: url(img/icon-checkbox-checked.png) 0px 0px no-repeat;
}

.filter_prd_panel{
    margin-bottom: 20px;
}

.dt_filter_btn {
    background: #990101;
    color: #fff;
    display: inline-block;
    padding: 5px 35px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border: 0;
    outline: none;
    height: 35px;
    cursor: pointer;
}

.form_filter .form-row {
    width: 250px;
    position: relative;
}

.form_filter .input-text {
    border-radius: 20px;
    background: #fff !important;
    border: 1px solid #ccc !important;
    height: 35px !important;
    line-height: 35px;
    color: #333 !important;
    padding: 0 10px;
    /* padding-right: 30px !important; */
}


.form_filter .input-text::-webkit-input-placeholder {
    color: #888;
    font-size: 12px;
}
.form_filter .input-text::-moz-placeholder {
    color: #888;
    font-size: 12px;
}
.form_filter .input-text:-ms-input-placeholder {
    color: #888;
    font-size: 12px;
}
.form_filter .input-text:-moz-placeholder {
    color: #888;
    font-size: 12px;
}

.line-5{
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fb-like iframe button{
    background: red !important;
}

@media (min-width: 1220px){
    .sologan{
        /*max-width:800px;*/
        display: inline-block;
        text-align: justify;
    }

}
.blur{
    background: linear-gradient(to bottom,rgb(255 255 255 / 0%),rgb(255 255 255 / 79%),rgb(255 255 255));
    bottom: 46px;
    height: 211px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sologan-1{
    margin-top:65px;
    margin-bottom:80px;
}

@media (max-width: 600px){
    .sologan-1{
        margin-top:0;
    }
    .dt_bg_grey{
        padding-top:10px;
    }
}
.style-2{
    font-size:16px !important;
}
/* OWL CAROUSEL*/
.project_panel .owl-carousel .owl-prev,
.project_panel .owl-carousel .owl-next{
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: initial;
    right: 10px;
    position:absolute;
    margin:0 !important;
    outline:0 !important;
    transition:all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-family:'Open Sans';

}
.project_panel .owl-carousel .owl-prev{
    left: 10px;
}
.project_panel .owl-carousel .owl-prev > *,
.project_panel .owl-carousel .owl-next > *{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px !important;
    line-height: 40px;
    color:#000;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.project_panel .owl-carousel .owl-prev:hover > *,
.project_panel .owl-carousel .owl-next:hover > *{
    color: #666;
}

.project_panel .owl-stage {
    display: flex;
}

.project_panel .owl-theme .owl-nav{
    margin-top: 0px;
}
.project_panel .owl-theme .owl-dots{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
    display: none;
    height: 20px;
}

.project_panel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: 0;
}

.project_panel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.project_panel .item{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 8px;
}
.item>*{
    flex-grow: 1
}
.owl-stage-outer{
    padding:20px 0;
}

@media  (max-width: 959px){
    .project_panel .owl-carousel .owl-prev,
    .project_panel .owl-carousel .owl-next{
        display: none;
    }
}
.style_1_0{
    border-bottom:2px solid #000;
    margin-bottom:80px;
    padding-bottom:40px;
}
.overview-body .swiper-slide-small{
    height:200px;
    box-shadow: rgb(0 0 0 / 22%) 0px 3px 8px;
}
.overview-body .swiper-container-thumbs{
    padding: 5px 0;
}
.midtown-body .small-side .image{
    height:170px;
    box-shadow: rgb(0 0 0 / 22%) 0px 3px 8px;
}

/* .mySwiper .swiper-slide-thumb-active:before {
    opacity: 0;
} */
.filter-title{
    width:220px;
}
.filter-row .input-text{
    height:34px;
    border-radius: 5px;
    width:133px;
    border:1px solid #aaa;
    padding:0 5px;
    color:#000 !important;
    font-family: Montserrat;
}
.input-submit {
    height: 34px;
    width: 298px;
    color: #000 !important;
    transition: 0.2s;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-family: Montserrat;
    cursor: pointer;
}

.input-submit:hover{
    background: #0084a4 ;
    color: white !important;
}
.highlight{
    background: yellow;
    padding:5px;
}
.filter_mobi{
    margin:0;
    min-width:100%;
    height:100vh;
}
.filter_mobi .filter-title{
    width:150px;
    text-align: left;
}
.filter_mobi .filter-row .input-text{
    width: 75px;
}
#filter_mobi .search_panel.search_product_panel{
    padding-top:30px;
}
#filter_mobi .uk-modal-close.uk-close{
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    top: 5px;
}
#filter_mobi .uk-modal-close.uk-close.uk-close:after {
    display: block;
    content: "\f00d";
    font-family: FontAwesome;
}
.mobile-header .button-search{
    position:absolute;
    right:0;
    bottom:0;
    width:30%;
}
.hd-filter{
    position: absolute;
    display: inline-block;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.hd-filter a{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    background: #8080801c;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.white{
    color: #fff;
}

.avatar-padding img {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 10px;
}

.breadcrumb li a{
    color: #000;
}

.breadcrumb li.pointer{
    margin: 0 10px;
}
.breadcrumb li.pointer:last-child{
    display: none;
}

.search-modal-box .uk-modal-dialog{
    border-radius: 15px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
#backtop {
    position: fixed;
    right: 30px;
    clip: rect(auto, auto, auto, auto);
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #777;
    border: 1px solid #777;
    text-align: center;
    line-height: 40px;
    z-index: 9999;
}
.scroll-fixed .hd-logo{
    top:40px;
    transition: all 0.5s ease;
}
.scroll-fixed .hd-logo img{
    max-width:60px
}


/*.prd_relate_panel .owl-carousel .owl-dots.disabled,.prd_relate_panel .owl-carousel .owl-nav.disabled{
    display: block !important;
}*/

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot{
    color: #fff !important;
}
.va-content,
.va-content *{
    text-align: justify !important;
}
.sologan-1 .txt_center *,
.dt_desc_catalogue *{
    text-align: justify  !important;
}


.sologan-1 .txt_center{
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
     text-align: justify;
}


.tag-panel,
.product-detail-body{
    overflow: hidden;
}



@media (max-width: 768px){
    .filter-title{
        width: 80px !important;
        margin-right: 10px;
    }
    .filter-row .select2,
    .va-width-mobile {
        width: calc(100% - 90px) !important;
    }

    .va-kc{
        display: flex;
        align-items: center;
    }
    .va-kc .input-text{
        width: 100%;
    }

    .dt_bg_grey {
        top: 10px;
        margin-bottom:10px;
    }
    .main-slide img {
        max-height: 30vh !important;
        object-fit: cover;
    }

    .main-slide .uk-cover-background {
        background-position: bottom;
        background-size: 100%;
        background-size: cover;
    }
}

@media (min-width:  768px){
    .va-content iframe{
        height: 80vh;
    }
}

@media (min-width:  769px){

    .detai-infor-panel iframe{
        height: 80vh;
    }
}
/* minh-css */
.project_panel .owl-nav .owl-prev{
    width: 40px;
}
.with-us-pic img {
    border-radius: 15px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}


.dt_desc_catalogue table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.dt_desc_catalogue table tr:nth-child(1){
    background-color: #0084a4 ;
    color: #ffffff;
    text-align: left;
}
.dt_desc_catalogue *{
    font-family: 'Tahoma' !important;
}
.dt_desc_catalogue table th,
.dt_desc_catalogue table td {
    padding: 12px 15px;
}

.dt_desc_catalogue table tr {
    border-bottom: 1px solid #dddddd;
}

.dt_desc_catalogue table tr:nth-of-type(even) {
    background-color: #eaeaea;
}
.lg-outer,
.lg-backdrop{
   z-index: 9999999999 !important;
}
