/*
 * Theme Name: NR GLOBAL
 * Description: Theme wordpress dành cho website được phát triển bởi NR GLOBAL
 * Theme URI: https://gaumapdev.com
 * Version: 1.0
 * Theme Author: info@nrglobal.vn
 * Author: NR GLOBAL
 * Author URI: https://nrglobal.vn
 * Textdomain: gaumap
 */

/**
 * Fix image in content
 */
#wrapper{
    overflow-x: hidden;
}
img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

a img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

a img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

a img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

/**
 * Theme custom style
 */
.dst_giacu
{
    text-decoration : line-through;
    color           : gray;
    font-weight     : normal;
}

div.nsl-container > a
{
    text-decoration : none !important;
    box-shadow      : none !important;
    border          : 0;
    box-shadow      : none;
}

div.nsl-container-block
{
    max-width : 280px;
}

div.nsl-container-block > a
{
    display : block;
    margin  : 10px 0;
}

div.nsl-container-inline
{
    margin     : -5px;
    text-align : left;
}

div.nsl-container-inline > a
{
    margin  : 5px;
    display : inline-block;
}

div.nsl-container .nsl-button
{
    cursor         : pointer;
    vertical-align : top;
    border-radius  : 4px;
}

div.nsl-container .nsl-button-default
{
    color   : #ffffff;
    display : flex;
}

div.nsl-container .nsl-button-icon
{
    display : inline-block;
}

div.nsl-container svg
{
    height         : 24px;
    width          : 24px;
    vertical-align : top;
    margin         : 8px;
    flex           : 0 0 auto;
}

div.nsl-container .nsl-button-default span
{
    margin                  : 0 24px 0 12px;
    padding                 : 10px 0;
    font-family             : Helvetica, Arial, sans-serif;
    font-size               : 16px;
    line-height             : 20px;
    letter-spacing          : .25px;
    overflow                : hidden;
    text-align              : center;
    text-overflow           : clip;
    white-space             : nowrap;
    flex                    : 1 1 auto;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

body.home .dst_hlist
{
    margin: 0 15px;
    width: 100% !important;
        display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dst_hotsale img
{
    width : 100%;
}

h3.footer-label
{
    font-size     : 2rem;
    margin-bottom : 20px;
}

.footer-menu
{
    margin-left : 10px;
}

.footer-menu li:before
{
    content       : "\f054";
    font-family   : FontAwesome;
    /*color         : #ff6600;*/
    padding-right : 5px;
    font-size     : 1rem;
    color         : grey;
}

.footer-menu li a
{
    font-size : 1.3rem;
}

#dst_fdesc p
{
    margin    : 0;
    font-size : 1.2rem;
}

.hidden
{
    display    : none !important;
    visibility : hidden !important;
}

.tawcvs-swatches
{
    overflow : hidden;
    padding  : 5px;
}

.tawcvs-swatches .swatch.selected
{
    /*padding-left : 25px !important;*/
}

.tawcvs-swatches .swatch
{
    -webkit-transition    : all 0.3s;
    -moz-transition       : all 0.3s;
    -ms-transition        : all 0.3s;
    -o-transition         : all 0.3s;
    transition            : all 0.3s;
    border                : 1px solid transparent;
    -webkit-border-radius : 100%;
    -moz-border-radius    : 100%;
    border-radius         : 100%;
    display               : inline-block;
    line-height           : 30px;
    text-align            : center;
    margin-right          : 15px;
    cursor                : pointer;
    position              : relative;
    opacity               : 0.5;
    padding-left          : 10px;
    padding-right         : 10px;
    width                 : 30px;
    height                : 30px;
}

.tawcvs-swatches .swatch.selected
{
    -webkit-box-shadow : 0 0 5px;
    -moz-box-shadow    : 0 0 5px;
    box-shadow         : 0 0 5px;
    border-color       : #999999;
    opacity            : 1;
}

.tawcvs-swatches .swatch.disabled
{
    opacity : 0.1;
}

.tawcvs-swatches .swatch-color
{
    border : solid 2px;
}

.tawcvs-swatches .swatch-color.selected
{
    border : solid 2px #000000 !important;
}

.tawcvs-swatches .swatch-color.ffffff.selected:before
{
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    transform         : rotate(45deg);
    content           : "";
    width             : 6px;
    height            : 10px;
    display           : block;
    border            : solid #000000;
    border-width      : 0 2px 2px 0;
    position          : absolute;
    top               : 7px;
    left              : 10px;
}

.tawcvs-swatches .swatch-color.selected:before
{
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    transform         : rotate(45deg);
    content           : "";
    width             : 6px;
    height            : 10px;
    display           : block;
    border            : solid #ffffff;
    border-width      : 0 2px 2px 0;
    position          : absolute;
    top               : 7px;
    left              : 10px;
}

.tawcvs-swatches .swatch-label
{
    background-color : #f1f1f1;
}

.tawcvs-swatches .swatch-image
{
    overflow : hidden;
}

.lSPager li
{
    border  : solid 1px silver;
    padding : 2px;
}

#ulshop li i
{
    width        : 15px;
    text-align   : right;
    margin-right : 5px;
}

#ulshop li h4
{
    margin-bottom : 5px;
}

#ulshop li p
{
    font-size     : 1.3rem;
    margin-bottom : 0;
}

.relate-product
{
    padding       : 5px 10px;
    background    : #158900;
    border-radius : 5px;
    display       : inline-block;
    margin-right  : 2%;
    position      : relative;
}

.relate-product a
{
    color       : white;
    line-height : 1.0;
}

.relate-product a span
{
    display    : block;
    text-align : center;
}

.relate-product a span:first-child
{
    margin-bottom : 5px;
}

.form-tra-gop-wrapper .product-info
{
    border        : solid 1px silver;
    padding       : 5px;
    border-radius : 5px;
}

.product-info p
{
    margin-bottom : 0;
}

.product-info p.price
{
    color : #ff6633;
}

.order-info
{
    margin-top : 15px;
}

.customer-info .form-group label.error
{
    color         : #ff6633;
    font-size     : 1.4rem;
    margin-bottom : 0;
    font-weight   : normal;
}

.customer-info .form-group, .form-tra-gop-wrapper .form-group
{
    position      : relative;
    margin-bottom : 10px;
}

.customer-info .form-group input
{
    padding-left : 30px;
}

.customer-info .form-group i
{
    position : absolute;
    top      : 10px;
    left     : 10px;
}

#modalDatMua .modal-title
{
    color : white;
}

#modalDatMua .modal-header
{
    background : #158900;
}

/**
 * Gau map styles
 */

span.tinh-trang-may
{
    padding       : 0 10px;
    background    : #158900;
    color         : #ffffff;
    border-radius : 5px;
    display       : inline-block;
    margin-right  : 2%;
    margin-bottom : 10px;
    position      : relative;
    font-weight   : bold;
    font-size     : 1.5rem;
}

ul.dst_lsp li
{
    display : inline-block;
}

.lst-status
{
}

.lst-status li
{
    display               : inline-block;
    margin-right          : 5px;
    padding               : 0 5px;
    border                : solid 1px #158900;
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    border-radius         : 5px;
}

.gm-div--mobile_categories
{
    display : none;
}

#news img
{
    width : 100%;
}

/*#sync1 .owl-carousel.owl-drag .owl-item*/
/*{*/
/*max-height : 300px;*/
/*}*/

.row
{
    display   : flex;
    flex-wrap : wrap;
}

#testimonial
{
    display     : flex;
    align-items : center;
    height      : 100%;
}

.testimonial-item
{
    display     : flex;
    align-items : center;
    flex-wrap   : wrap;
}

.testimonial-item > *
{
    width : 100%;
}

#testimonial img
{
    width                 : 100px;
    height                : 100px;
    -webkit-border-radius : 100%;
    -moz-border-radius    : 100%;
    border-radius         : 100%;
    margin                : auto;
}

@-webkit-keyframes dotanimation
{
    0%
    {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1)
    }
    
    100%
    {
        -webkit-transform : scale(3);
        transform         : scale(3);
        opacity           : 0
    }
}

@keyframes dotanimation
{
    0%
    {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1)
    }
    
    100%
    {
        -webkit-transform : scale(3);
        transform         : scale(3);
        opacity           : 0
    }
}

.highlight
{
    color       : #d20023;
    padding-top : 4px;
    display     : block;
    position    : relative;
    float       : right;
    font-size   : 14px !important;
}

#dotam
{
    width            : 10px;
    height           : 10px;
    background-color : #ff3333;
    border-radius    : 100%;
    position         : absolute;
    left             : -20px;
    top              : 57%;
    margin-top       : -5px;
    display          : block;
}

#dotam > .zoomx
{
    border                            : 1px solid #ff3333;
    width                             : 12px;
    height                            : 12px;
    opacity                           : 1;
    background-color                  : rgba(238, 46, 36, .2);
    border-radius                     : 100%;
    -webkit-animation-duration        : 1.25s;
    animation-duration                : 1.25s;
    -webkit-animation-name            : dotanimation;
    animation-name                    : dotanimation;
    -webkit-animation-iteration-count : infinite;
    animation-iteration-count         : infinite;
    -webkit-animation-timing-function : linear;
    animation-timing-function         : linear;
    display                           : block;
    margin                            : -1px 0 0 -1px;
}

.header__mobile-address
{
    display          : none;
    background-color : #ffffff;
}

/*.header__mobile-address **/
/*{*/
/*    display     : block;*/
/*    width       : 100%;*/
/*    font-weight : 700;*/
/*    font-size   : 2rem;*/
/*}*/
.language-mobile{
    position: absolute;
    top: 10px;
    right: 60px;
}
.woocommerce div.product .dst_single_title .product_title{
    margin-top: 25px;
}
.main-container
{
    background : #f4f4f4;
}

.dst_cproduct .lSPager, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells
{
    display : none;
}
table tfoot tr:nth-child(1){
    display: none;
}

.img-par {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-par a img{
    max-height: 142px;
    width: auto !important;
}
.list-partner--logo .img-par{
    height: 95px;
}
.list-partner--logo .img-par a img{
    max-height: 85px;
}
.list-partner .owl-nav {
    position: static !important;
}


.list-partner .owl-nav [class*=owl-] {
    color: #fff !important;
    font-size: 24px !important;
    background: #113E77 !important;
    border-radius: 50% !important;
    /* padding: 2px 11px !important; */
    width: 40px;
    height: 40px;
}


.list-partner .owl-nav [class*=owl-]:hover {
    background: #D3DC13 !important;
}


.list-partner .owl-nav .owl-prev {
    position: absolute !important; 
    top: 36% !important;
    left: 0px !important;
}


.list-partner .owl-nav .owl-next {
    position: absolute !important;
    top: 36% !important;
    right: 0px !important;
}
.list-partner--logo .owl-nav .owl-prev, .list-partner--logo .owl-nav .owl-next{
    top: 22% !important;
}
.list-partner .owl-nav .owl-prev:focus, .list-partner .owl-nav .owl-next:focus{
    outline: none;
}
.wrap-pro{
    margin:  15px 0;
}
body.single iframe{
    width: 100% !important;
}

.blogcat-home{
    margin-top: 10px;
}
.blogcat-home .item{
    border: 0 none;
}
.blogcat-home .item a.img-wrapper {
    display: block;
    position: relative;
}
.blogcat-home .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.blogcat-home .item a.img-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #262626;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #262626;
    border-radius: 8px;
}
.blogcat-home .item .caption {
    position: relative;
    top: -40px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 2;
}
.blogcat-home .item .caption h3 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #01244A;
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
}
.blogcat-home .item p {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
}
.blogcat-home .read-more {
    position: absolute;
    bottom: 25px;
    display: block;
    padding: 0 20px;
    color: #01244A;
    right: 50px;
    z-index: 9;
}
.blogcat-home .item:hover a.img-wrapper:after {
    visibility: visible;
    opacity: .5;
}
.zoom {
    overflow: hidden;
}
.zoom:hover img {
    transform: scale(1.1,1.1);
    transition: 0.5s;
}
.blogcat-home .item h5{
    margin-top: 0;
}
.blogcat-home .item h5 a{
    line-height: 20px;
}
.blogcat-home .item h5 a:hover{
    color: #113E77
}
.blogcat-home .item .time-post{
    margin-top: 10px;
}
.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.dst_hsp {
    padding-left: 15px;
    padding-top: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    border-bottom: 2px solid #Sff6633;
    background: transparent;
    padding-bottom: 0
}
.dst_hphukien h3, .dst_hsp h3 {
    float: left;
    margin-top: 3px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    background: #ff6633;
    padding: 10px 15px;
    position: relative;
    margin-left: -15px;
}
.dst_hphukien h3:after, .dst_hsp h3:after {
    content: '';
    border: 18.7px solid transparent;
    border-left: 25px solid #ff6633;
    position: absolute;
    right: -43px;
    top: 0;
}
.dst_hsp--product h3:after{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 0%);
    border-left: 40px solid #ff6633;
    border-top: 40px solid transparent;
    height: 100%;
}
.dst_hsp--product{
    border-bottom: none;
    background: #999;
    padding-top:  0;
}
.dst_hsp--product h3{
    margin-top:  0;
}

.dst_hsp--full h3{
    float: none;
}
.dst_hsp_about{
    margin-bottom: 30px;
}
.dst_hsp_about h3 span{
    position: relative;
    font-size: 30px;
}
.dst_hsp_about h3 span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 82px;
    background: url(public/images/bg_title.png) no-repeat center center;
    background-size: contain;
}
.header-pc{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    background-attachment: fixed;
}
.gr-logo a{
    display: block;
    text-align: center;
}
.gr-logo a img{
    max-height: 100px
}

.side-bar{
    margin-top: 25px;
}
.side-bar__title {
    color: #fff;
    border: 1px solid #eee;
    background-color: transparent;
    font-size: 18px;
    padding: 10px 5px;
    background: #ff6633;
}

.side-bar__category ul {
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.side-bar__category ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.side-bar__category ul li span {
    position: absolute;
    top: 12px;
    right: 18px;
}

.side-bar__category ul li span i {
    font-size: 18px;
}

.side-bar__category ul li a {
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.side-bar__category > ul > li:hover > a, .side-bar__category > ul > li.active > a, .side-bar__category  ul ul  li:hover a, .side-bar__category ul ul li.active a {
    color: #ff6633
}

.side-bar__category ul ul.child-menu {
    display: none;
    position: absolute;
    width: 200px;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #eee;
}

.side-bar__category ul > li:hover > ul.child-menu,
.side-bar__category ul ul li:hover ul.child-menu {
    display: block;
}
.side-bar__category ul ul li{
    width: 286px;
    background: #fff;
}
.gm-bottom-fix {
    position: fixed;
    z-index: 1000;
    padding: 5px 15px;
    border-radius: 15px;
    left: 15px;
    bottom: 15px;
    background: #c81f25;
}
.gm-bottom-fix a{
    color: #fff
}
.gm-bottom-fix.phone_01{
     bottom: 92px
}
.chat-zalo{
    bottom: 131px;
}
.gm-bottom-fix.phone_02{
    bottom: 53px
}
.chat-zalo.zalo_01{
    bottom: 208px;
}
.chat-zalo.zalo_02{
    bottom: 169px;
}
.single iframe{
    width: 100% !important
}
table tr td{
    border: 1px solid #000;
    padding: 10px;
}
.blogcat-home .description{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blogcat-home .description p{
    padding:  0;
}
.main-why__box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding:  10px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}
.main-why__box__icon img{
    width: 30px;
}
.main-why__box__content{
    padding-left: 1em;
}
.main-why__box__content h3{
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.main-why__box__content p{
    font-size: 14px;
    margin-bottom: 0;
}
.dst_footer__title{
    position: relative;
    text-transform: uppercase;
}
.dst_footer__title:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid #fff;
    z-index: 1;
}
.dst_footer__title span{
    position: relative;
    z-index: 9;
    padding: 10px;
    background: #ff6633;
}
.dst_footer__menu ul li{
    display: inline-block;
    width: 49%
}
.dst_footer__menu ul li a{
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.dst_footer__menu ul li a:after{
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f178 ";
    position: absolute;
    top: 4px;
    left: 10px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dst_footer__menu ul li a:hover{
    color: #fff;
}
.dst_footer__map iframe{
    width: 100% !important;
    height: 200px;
}
.payment-icons .payment-icon {
    display: inline-block;
    opacity: .6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0,0,0,.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;
}
 .payment-icons .payment-icon svg {
    fill: #fff;
    vertical-align: middle;
    height: 20px;
    width: auto!important;
}
.payment-icons .payment-icon:hover {
    opacity: 1;
}
#contact_form button{
    background: #ff6633;
    border-color: #ff6633;
}
#contact_form button:hover,
#contact_form button:focus{
    background: #999999;
    border-color: #999999;
}

.main-page__order button:not(.close), .dst_quickby button, #contact_form button{
    background: #ff6633;
    border-color: #ff6633;
}
.main-page__order button:not(.close):focus-visible, #contact_form button:focus-visible{
    border:  none;
}
.main-page__order button:not(.close):hover, .dst_quickby button:hover, .dst_quickby button:focus, .dst_quickby button:active, #contact_form button:hover, #contact_form button:focus, #contact_form button:active{
    background: #999;
    border:  1px solid #999;
}
.main-page__order button:focus, .dst_quickby button:focus{
    outline: none;
}
.main-page__order h5{
    display: block;
    text-align: center;
    font-size: 20px;
}
.modal-header .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.main-page__order .modal-header{
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
    background: #ff6633;
    color: #fff;
}
.main-page__order .modal-header .close{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.modal.in .modal-dialog 
{
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}
.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #ff6633 !important;
}
.wrap-price__title h3,
.wrap-reason h3,
.wrap-testominal__title{
    font-size: 35px;
    margin: 40px 0 30px;
    text-transform: uppercase;
    color: #333;
    line-height: inherit;
    font-weight: 400;
}
.wrap-price__title h3 span, .wrap-reason h3, .wrap-testominal__title{
    color: #ff6633;
}
.wrap-price .box-price{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 15px;
}
.box-price__img{
    width: 64px;
}
.box-price__img img{
    width: 100%;
    height: auto;
}
.box-price__caption{
    width: 80%;
    padding-left: 10px;
}
.box-price__caption h4{
    margin-top:  8px;
}
.box-price__caption h4 a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.box-reason__icon{
    width: 45px;
    height: 45px;
    margin: 0 auto 18px auto;
    border: 1px solid #ff6633;
    border-radius: 100%;
      display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.box-reason__icon img{
    max-height: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.box-reason__caption h4{
    color:#ff6633;
    font-size: 1em;
}
.box-reason:hover .box-reason__icon{
    background: #ff6633;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-reason{
    margin-bottom: 15px;
}
.main-testominal .item{
    padding:  100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-testominal .item:after{
    content:  '';
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.testominal-group{
    position: relative;
    z-index: 1;
}
.testominal-group__rating i{
    text-align: left;
    font-size: 16px;
    margin: 0.5em 0;
    margin-right: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testominal-group__review{
    color: #f1f1f1;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 16px;
}
.testominal-group__info{
    color: #f1f1f1;
    font-size: 15px;
}

.main-testominal .owl-nav
 {
    position: static;
}


.main-testominal .owl-nav [class*=owl-] {
    color: #fff !important;
    font-size: 24px !important;
    background: transparent; !important;
    border:  1px solid #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
   
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
        -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
        -ms-flex-align: center;
    -webkit-align-items: center;
    display: none !important;
}

.main-testominal:hover .owl-nav [class*=owl-]{
     display: -webkit-flex !important;
    display: flex !important;
}
.main-testominal .owl-nav [class*=owl-]:hover
 {
    background: rgb(243 112 33 / 50%) !important;
    border:  1px solid rgb(243 112 33 / 50%) !important;
}


.main-testominal .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: 50px;
}


.main-testominal .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 50px;
}


@media (min-width : 1201px)
{
    #sync1.owl-carousel .owl-item img
    {
        /*height: 500px !important;*/
    }
    
    #testimonial.owl-theme .owl-nav.disabled + .owl-dots
    {
        margin-right : -30px;
    }
}

@media (max-width : 1200px)
{
    .shop-language .shop-sm{
        display: block;
    }
    
    .header__mobile-address
    {
        display : none;
    }
    
    body > #main-content
    {
        /*margin-top : 45px;*/
    }
    
    body > header.sticky-top
    {
        position : sticky;
        width    : 100%;
        top      : 0;
        left     : 0;
        z-index  : 9999;
    }
    
    body > header > .dst_header
    {
        display : none;
    }
    
    .lst-status li
    {
        margin-bottom : 10px;
    }
    
    .gm-div--mobile_categories
    {
        display       : block;
        margin-top    : 15px;
        margin-bottom : 15px;
    }
    
    .gm-div--mobile_categories ul
    {
        display     : flex;
        align-items : center;
        overflow-x  : scroll;
        background  : #ffffff;
        padding     : 10px 0;
        width       : 100%;
        display     : none;
    }
    
    .gm-div--mobile_categories ul li
    {
        display : inline-block;
        
    }
    
    .gm-div--mobile_categories ul li a
    {
        display : block;
        margin  : 5px 10px;
    }
    
    .gm-div--mobile_categories ul li a i
    {
        width       : 40px !important;
        height      : 40px !important;
        
        padding-top : 7px;
    }
    
    .gm-div--mobile_categories ul li a img
    {
        padding : 2px;
        width   : 40px !important;
        height  : 40px !important;
    }
    
    .gm-div--mobile_categories ul li a i, .gm-div--mobile_categories ul li a img
    {
        border                : solid 1px gray;
        -webkit-border-radius : 100%;
        -moz-border-radius    : 100%;
        border-radius         : 100%;
        background            : #fbfbfb;
        display               : block;
        text-align            : center;
        margin                : 0 auto 5px !important;
    }
    
    .gm-div--mobile_categories ul li a span
    {
        display        : block;
        width          : max-content;
        text-transform : capitalize;
        color          : gray;
        font-size      : 11px;
        margin         : auto;
    }
    
    .owl-carousel .owl-item img
    {
        height : auto !important;
        width  : 100%;
        /*width     : auto !important;*/
        
    }
    
    .dst_hnews_r
    {
        display : none;
    }
    
    .woocommerce div.product form.cart .dst_btgop
    {
        margin-bottom : 15px;
    }
    
    .gm-form-search--mobile
    {
        line-height: 1.5;
    }
    
    .dst_menu .search_results
    {
        position : absolute;
        width    : 100%;
        left     : 5px;
        top      : 3px;
        /*border   : solid 1px silver;*/
    }
    
    .dst_menu .search_results .dst_sbtitle
    {
        display : none;
    }
    
    .dst_menu .search_results li
    {
        width      : 100%;
        background : white;
        margin     : 0;
        padding    : 0;
    }
    
    .dst_menu .search_results li a
    {
        border : solid 1px silver;
    }
    
    #main_menu li a img
    {
        height : auto;
    }
    
    .dst_menu .search_results h3, .fshop-search-prodprice
    {
        text-align  : left;
        font-weight : normal;
        font-size   : 12px;
    }
    
    .dst_primtitle strong
    {
            font-weight: bold !important;
            font-size: 15px !important;
            display: block;
            /*height: 28px;*/
            text-align: center;
    }
    
    .dst_giamoi
    {
        font-weight : normal !important;
        font-size   : 14px !important;
    }
    
    #dst_gmua .dst-xde
    {
        margin-top : 15px;
    }
    
    #dst_gmua .j_dr1
    {
        display : none;
    }
    
    #product_slider .lslide
    {
        display    : block;
        position   : relative;
        text-align : center;
    }
    
    #product_slider .lslide img, #product_slider .clone img
    {
        max-height : 300px;
        width      : auto !important;
        max-width  : 100%;
        margin     : auto;
    }
}

@media (max-width : 1024px)
{
   /* .gm-form-search--mobile
    {
        width : 66%;
        left  : 90px;
    }*/
}

@media (max-width : 992px)
{
    /*.gm-form-search--mobile
    {
        width : 85%;
        right  : 60px;
    }*/
    header a img{
        max-height: 37px !important;
    }
}

@media (max-width : 767px)
{
    .list-pro{
        margin:  0 -15px !important;
    }
    .dst-col-2{
        padding:  10px 15px;
    }
    .side-bar{
        display: none;
    }
    .main-testominal .owl-nav .owl-prev{
        left: 0;
    }
    .main-testominal .owl-nav .owl-next{
        right: 0;
    }
}

@media (max-width : 600px)
{
   /* .gm-form-search--mobile
    {
        width : 75%;
    }*/
}

@media (max-width : 480px)
{
    /*.gm-form-search--mobile
    {
        width : 68%;
        right: 55px;
        left: auto;
    }*/
    
    .dst_menu .gm-input--search
    {
        /*width : 84% !important;*/
    }
    .form-search-sm{
        max-width: 206px;
        margin-left: 7px;
    }
}

@media (max-width : 375px)
{
    /*.gm-form-search--mobile
    {
        width : 65%;
    }*/
    
    .dst_menu .gm-input--search
    {
        /*width : 85% !important;*/
    }
    .form-search-sm {
        max-width: 170px;
    }
}

@media (max-width :360px)
{
    .form-search-sm {
        max-width: 150px;
    }
}
@media (max-width :320px)
{
    .form-search-sm {
        max-width: 113px;
    }
}
