body section.home_proban_layout .link_menu li{
    margin-left: 0px !important;
    padding-right: 0px !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.mrpd{
}

.navigation_links_left .nav-item > a > span,
.home-slideshow-wrapper .nav-item > a > span{
    height: 24.3px;
    line-height: 24.3px;
}.bg-white{
    background-color: #ffffff;
}
.design-cate{
    padding-top: 15px;
}
.cate-content-left{
    width: 23.1%;
}
.cate-content-right{
    width: 76.9%;
}
.title-cate-bg{
    background-color: #1f7f5c;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-box-shadow: 1px 4px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 4px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 1px 4px 24px -2px rgba(0,0,0,0.75);
}
.cate-ul-li li{
    padding: 10px;
}
.cate-ul-li li a{
    color: #000;
    text-decoration: none;
}
.cate-ul-li li a:hover{
    color: #1f7f5c;
}
.imagethumbnail{
    margin-bottom: 0px;
}
.hover-choose-design{
    opacity: 1;
    position: absolute;
    bottom: 0;
}
.cate-item{
    margin-bottom: 25px;
}
.cate-text{
    padding-top: 10px;
    background-color: #f5f5f5;
    padding-bottom: 5px;
}
.cate-text a{
    text-decoration: none;
    background-color: #1f7f5c;
    padding: 10px 20px;
    color: #ffffff;
}
.title-intruction{
    padding-top: 15px; 
    font-size: 16px;
}
.imagethumbnail{
    height: 420px;
}
.pd-top-cus{
    padding-top: 50pt;
    /* margin-bottom: 100px; */
    height: 750px;
    background-color: #f7f6f2;
}
.custom-h1{
    font-size: .375in;
    font-style: italic;
    font-weight: bold;
    font-family: "Playfair Display";
    color: #1f7f5c;
    margin-top: 20px;
    margin-bottom: 10px;
}
.text-head-inan{
    padding-left: 18%;
    padding-right: 18%;
    font-weight:400;
    font-size: .145833333in;
    font-style: italic;
    font-family: "Playfair Display";
    color: #666;
    line-height: 19.5pt;
    padding-bottom: .104166667in;
    padding-top: .104166667in;
}
.intro-inan{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.intro-inan h3{
    font-weight: 700;
    font-size: 12pt;
    font-family: "Playfair Display",serif;
    color: #444;
    margin-top: 1.125pc;
    margin-bottom: 1.125pc;
}

.intro-inan .cotent-p-intro{
    padding-top: 0px;
    padding-left:0px;
    padding-right: 0px;
    padding-bottom:0px;
    color: #666;
}
.intro-left{
    margin-top: 60px;
}
.item-tintuc{
    margin-bottom: 20px;
}
.item-tintuc h3{
    color: #1f7f5c;
    font-size: 16px;
}
.cover{
    height: 173px;
}
.cover img{
    max-width: 100%;
    max-height: 100%;
}

.padding-left-10 a{
    color: #1f7f5c;
}
.padding-left-10{
    padding-left: 10px;
    padding-right: 10px;
}

/*  page site home */

.fixed-icon img{
    max-width: 25px;
    max-height: 25px;
}
.set-height-image-home{
    height: 118px;
    width: 100%;
}
.set-height-image-home img{
    max-width: 100%;
    max-height: 100%;
    /*text-align: center;*/
}
.font-size-h4-cus{
    font-size: 20px !important;
}
.cty_thong_tin_first{
    margin-top: 4px !important;
}
.cty_thong_tin{
    margin-top: 30px;
}
.cty_text{
    position: absolute;
    left: 60px;
    line-height: 20px;
}
.cty_thong_tin_text{
    margin-top: 10px;
}
.cty_thong_tin_text span{
    font-weight: bold;
}
.cty_text_phone{
    font-size: 20px;
}
.cty_title{
    font-weight: bold;
    color: #1f7f5c;
}
/*body section.home_procol_layout .home_procol_inner .procol_column_inner .product .row-left{
	width: 49%!important;
}*/
.add-cus-row-l{
    position: relative;
    overflow: hidden;
    width: 100% !important;
    padding: 1px !important;
}

.add-cus-row-r {
    padding: 10px 10px 13px;
    overflow: hidden;
    text-align: left;
    width: 100% !important;
    background-color: #fff;
}
.home_blog_inner .slick-dots{
    display: none !important;
}
.hide-color{
    color: #ffffff !important;
}

.title-product-cus{
    font-weight: bold;  
}
.list-cus{
    background-color: #ffffff;
    padding-top: 60pt;
}

/*loading*/
#loading-view{
  background-color: rgba(0,0,0,0.5)!important;
  z-index: 106000;
  position: fixed;
  bottom: 0;
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}


@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

.loading-container,
.loading {
    height: 225px;
    /*position: relative;*/
    width: 400px;
    border-radius: 100%;
}

.loading-container { 
    /*margin: 40px auto; */
    top: 50%;
    left: 50%;
    margin-top: -112.5px;
    margin-left: -200px;
    position: absolute;
}

.loading {
    /*border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;*/
    /*background-image: url(../images/loadingImage.png);
    -moz-animation: rotate-loading 2.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 2.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 2.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 2.5s linear 0s infinite normal;
    transform-origin: 50% 50%;*/
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 180px;
    margin-left: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 200px;
}
.radio-buttons {
    // margin:4px;
   
    // float:left;
}

.radio-buttons label {
    float:left;
    /*// width:170px;
    // margin:4px 4px;
    // background-color:#EFEFEF;
    // border-radius:4px;
    // border:1px solid #D0D0D0;*/
    overflow:hidden;
    position: relative;
    margin-right: 5px;
       
}

.radio-buttons label span {
    /*// text-align:center;
    // font-size: 32px;
    // padding:13px 0px;
    // display:block;*/
    line-height: 22px;
    height: 22px;
}

.radio-buttons label input {
    position:absolute;
    /*top:-200000px;*/
    display: none;
}

.radio-buttons input:checked + span {
    color: #fff;
    background-color: #1f7f5c;
    border-color: #1f7f5c;
}
.radio-buttons + .radio-buttons{
  margin-right: 10px;
}
.radio-buttons input:checked + span.span-info{

    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.radio-buttons label.disabled{
  pointer-events: none;
}
.radio-buttons input:checked + span.span-info{

    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.radio-buttons input:checked + span.btn-gray{
  background-color: #ebecee;
  border-color: #ebecee;
      color: #333;
}
.radio-buttons label.disabled{
  pointer-events: none;
}
.radio-buttons.flat-red .btn-default{
    color: #333;
    background-color: #d5dbdd;
    border-color: #d5dbdd;
}
.radio-buttons.flat-red input:checked + span {
    color: #fff;
    background-color: #f96256;
    border-color: #f96256;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 20px;
    height: 22px;
    text-align: center;
}
.quote-table-simple-ctl .panel-default{
    border-width: 1px;
}
.box-non-border {
    border-color: #fff;
    box-shadow: none;
}
.image-filter-gray{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
#sanpham-inan-quote-simple #product-information .title{
    color: #ff0000;
    font-size: 28px;
}
#sanpham-inan-quote-simple #product-information .description,
#sanpham-inan-quote-simple #product-information .description label{ 
    color: #666;
    font-size: 15px;
}
#sanpham-inan-quote-simple #product-information {
    padding-right: 15px;
    padding-top: 25px;
    padding-left: 15px;
    border-left: 1px solid #e6e6e6;
    /*padding-left: 45px;*/
    /*padding-top: 25px;*/
}
#sanpham-inan-quote-simple .info-detail-pro{
    padding-top: 7px;
}
/*.sanpham-inan-quote-simple #product-information {
    padding-right: 15px;
    padding-left: 45px;
    padding-top: 25px;
}
.sanpham-inan-quote-simple  #product-image {
    padding-top: 15px;
}*/
.fs63px{
    font-size: 63px;
}
.fs30px{
    font-size: 30px;
}
.tgray15px{
    color: #666;
    font-size: 15px;
}
#sanpham-inan-quote-simple #product-information .description hr{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mb15px{
    margin-bottom: 15px;
}
.mb0px{
    margin-bottom: 0!important;
}
#sanpham-inan-quote-simple #product-information .description label{
    line-height: 1.2;
    font-weight: unset;
}

/*.panel-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.panel-title {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Poppins;
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    position: relative;
}

.panel-title>span {
    background-color: #fff;
    padding-right: 15px;
    z-index: 1;
    position: relative;
}*/


.fileinput-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    /* background-color: red; */
    overflow: hidden;
}

.block {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}
.block-content.block-content-full {
    padding-bottom: 20px;
}
.dropzone {
    min-height: 200px;
    background-color: #f9f9f9;
    border: 2px dashed #bbb;
    border-radius: 3px;
}
.block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.dropzone .dz-message {
    margin: 65px 0;
    font-size: 16px;
    font-style: italic;
    color: #888;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}.cus-design{
    color: #fff;
    padding: 10px;
}
.pos-design{
    position: relative;
}
.check-design{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #1f7f5c;
}
.bor-color-choose{
    border: 2px solid #1f7f5c;
}
.gray-image{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
}

.gray-opacity-image{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  opacity: 0.3;
}

.opacity-image{
    -webkit-filter: opacity(30%); /* Safari 6.0 - 9.0 */
    filter: opacity(30%);
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-success {
    color: #fff;
    background-color: #1f7f5c;
    border-color: #186549;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1f7f5c;
  border-color: #1f7f5c;
}
.btn-success:hover {
  color: #fff;
  background-color: #1f7f5c;
  border-color: #1f7f5c;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}.size-24 img{
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    
}
.size-33 img{
    max-width: 100%;
    max-height: 100%;
    width: 33px;
    
}

.cirle-number{
    text-align: center;
    font-size: 36px;
    background-color: #353535;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
}
.text-af-crirle{
    color: #353535;
    font-size: 22px;
    margin-top: 15px;
}
.bg-dark-layout{
    background-color: #5e5f60;
}
.pg-10{
    padding-left: 15px;
    padding-right: 15px;
}
.bg-dark-layout .cirle-number{
    margin-top: 20px;
}
.bg-dark-layout .text-af-crirle{
    color: #ffffff;
}
.ptt-30{
    padding-top: 30pt !important;
}


.height-custom{
    min-height: 100px !important;
}

.sweet-alert fieldset{
    padding: 0;
    margin: 0;
    border: 0;
}

#loginBox #bodyBox>ul>li a i,
#loginBox #bodyBox>ul>li a span{
    color: #333;
}
#loginBox #bodyBox>ul>li{
    text-align: left;
}
#sanpham-inan-quote-simple .related-products .page-title{
    border-bottom-width: 1px;
}

.nav-itemall{
    /*margin-left: 150px;
    margin-top: 15px;*/
    text-align: center;
}
.home_proban_inner{
    padding: 0px;
}
.container_mobile {
    padding: 5px;
}
.alllinhvuc{
    float: right;
    /*text-align: center;*/
}
.icon_mobile_linhvuc{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ccc!important;
    border-radius: 2px;
    border-color: red;
    /*background-color: red;*/
}
.anphamtt{
    margin-left: 150px;
}
.images_anpham{
    margin: 5px;
    width: 100%;
}
.border_anpham{
    border: 1px solid #ccc!important;
    border-radius: 2px;
    border-color: red;
}
.article-top{
    opacity: 0.7;
}
.article-top:hover{
    opacity: 1.0;

}
.mrb-15{
    margin-bottom: 15px !important;
}
.mrb-20{
    margin-bottom: 25px !important;
    
}
.mr-40{
    margin-left: -40px !important;
    margin-right: -40px !important;
}
/* .col-3{
    width: 25%;
} */
.height-fixed{
    height: 180px;
    margin-bottom: 20px;
}

.mega-menu-hotline{
    float: right;
    margin-right: 1px!important;
}

header.affix .mega-menu-hotline{
    margin-right: -50px!important;
}
#wizard-collection .table-borderless ,
#wizard-collection .table-borderless td{
    border:none;
}
#wizard-collection .img-avatar{
    display: inline-block !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.btn-tgia.btn-default{
    color: #a3a3a3;
    background-color: #fff;
    border-color: #ccc;
}.cate-title{
        position: relative;
    }
.cate-icon{
    position: absolute;
    right: 20px;
    /*top: 16px;*/
	font-size: 10px;
}
.item-col-full-field{
    padding: 4px !important;
}
.col-full-field{
    padding: 22px !important;
    border: 1px solid #ebebeb;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-radius: 5px;
}
.img-bor-height{
    padding: 15px;
    padding-top: 5px;
}
.height-limit-p{
    height: 20px;
    line-height: 22px;
    overflow: hidden;
}
.line-254{
    width: 254px;
}
.banner-custom-two{
    margin: 10px; 
    margin-right: 0px; 
    margin-top: 0px;
}
.img-height-box-bag img{
    max-width: 100%;
    max-height: 100%;
}
.img-height-box-bag{
    height: 194px;
}
.clear-pd-15{
    padding-left: 0px;
    padding-right: 0px;
}

.article-image:hover article{
    display: none !important;
}
.article-image-cus{
    width: 40%;
}
.clear-border-2{
    border-bottom: none !important;
}
.mega2-collumn4{
    font-size: 12px !important;
}
ul.navigation_links>li.dropdown.mega-menu .megamenu-container .mega-links ul li a{
    font-size: 12px;
}
.img-24 img{
    max-height: 25px;
    max-width: 25px;
    margin-right: 5px;
}
.img-24-dm img{
    max-height: 18px;
    max-width: 18px;
    margin-right: 5px;
}
.img-full-on-mobile, .img-full-on-mobile img{
    width: 100% !important;
}
.bor-mobile{
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 15px;
    height: 145px;
}
.bor-mobile h3{
    font-size: 10pt !important;
}


@media screen and (max-width: 1680px) {
   .float-left-img-tet{
        left: 106px;
    }

    .float-right-img-tet{
        right: 106px;
    }

}

@media screen and (max-width: 1600px) {
    .float-left-img-tet{
        left: 68px;
    }

    .float-right-img-tet{
        right: 68px;
    }

}

@media screen and (max-width: 1440px) {
    .float-left-img-tet{
        left: 2px;
    }

    .float-right-img-tet{
        right: 2px;
    }
  
}

@media screen and (max-width: 1400px) {
    .float-left-img-tet{
        display: none !important;
    }

    .float-right-img-tet{
       display: none !important;
    }
}

@media screen and (max-width: 1366px) {
    
}

@media screen and (max-width: 1360px) {
    
}

@media screen and (max-width: 1280px) {
    
}


@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1152px) {
    .col-reposive-img {
        height: 304px !important;
    }
}

@media screen and (max-width: 1024px) {
    .hide-ipad{
        display: none !important;
    }
    .hover-mask{
        display: none !important;
    }
    .mobile-column_product{
        width: 100% !important;
    }
    body section.home_procol_layout .home_procol_inner .home_procol_content .column_right .column_product:last-child{
        display: inherit !important;
    }
    .proban_product{
    }
    .col-reposive-img {
        height: 304px !important;
    }
    

}
@media screen and (max-width: 1000px) {
    .hide-mobile-cl{
        display: none !important;
    }
}
@media screen and (max-width: 980px) {
    .col-reposive-img {
        height: 232px !important;
        /* width: 212px !important; */
    }
    
}
@media screen and (max-width: 800px) {
    .col-reponse-box{
        width: 50% !important;
    }
    .col-reposive-img {
        height: 362px !important;
       /*  width: 330px !important; */
    }
}
@media screen and (max-width: 768px) {
    .hide-on-mobile{
        display: none !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .hide-ipad{
        display: block !important;
    }
    header section.main-header .nav-top .nav-search form.search{
        padding-right: 100px !important;
    }
    .w-100{
        width: 100% !important;
    }
    .w-50{
        width: 50% !important;
    }
    .w-100-color{
        width: 100% !important;
    }
    .effect{
        text-align: center;
    }
    .effect img{
        width: 60%;
    }
    .pd-mobile-show{
        padding-top: 30pt !important;
        text-align: center;
    }
    .font-text-cus h4{
        font-size: 30px !important;
    }
    .width-100-mobile{
        width: 100% !important;
    }

    .mrt-question{
        margin-top: 20px;
    }

    .line-1, .line-2{
        display: none;
    }
   
}

@media screen and (max-width: 640px) {
    .mobile-clear-pdlr-15{
        padding-left: 0px;
        padding-right: 0px;
    }
    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div{
       /* padding: 20px 10px 0px !important; */
    }
    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div:last-child{
        /* padding-bottom: 0px !important; */
        /* padding-left: 10px !important; */
        /* padding-right: 0px !important; */
    }
    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div:first-child{
        /* padding-left: 0px !important; */
        /* padding-right: 10px !important; */
    }
    .moblie-field-title{
        position: relative;
    }
    .mobile-field-icon-bar{
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .mobile-column_left{
        width: 50% !important;
    }
    .mobile-column_product{
        width: 100% !important;
    }
    .mobile-column_right{
        width: 50% !important;
    }
    .pd-top-cus{
        height: auto !important;
    }
    
    .img-height-box-bag{
    }
    .clear-mr-bot{
        margin-bottom: 10px !important;
    }
    .col-reposive-img {
        height: 292px !important;
       /*  width: 260px !important; */
    }

    .ouath-cus-page{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .img-height-box-bag{
    }
    /* .column_product{
        width: 50% !important;
    }
    .mobile-column_product{
        width: 100% !important;
    } */
    .col-reposive-img {
        height: 272px !important;
    }
    .clear-480-style{
        width: 100% !important;
    }
    .column_product{
        width: 50% !important;
    }
    .w-100-mobile-add{
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .clear-480-style{
        width: 100% !important;
    }
    .column_product{
        width: 50% !important;
    }
    .img-height-box-bag{
    }
    .mobile-column_product{
        width: 100% !important;
    }
    .clear-pd-15-mobile{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-price-moblile{
        overflow: hidden;
        height: 16px;
        line-height: 24;
    }
    .intro-left-mobile{
        margin-top: 0px !important;
    }
    .list-cus-mobile{
        padding-top: 10pt !important;
    }
    .k_menu_8{
        display: block !important;
    }
    .col-reponse-box{
        width: 100% !important;
    }
    .col-reposive-img {
        height: auto !important;
        width: auto !important;
    }

    .effect{
        text-align: center;
    }
    .effect img{
        width: auto !important;
    }

    .hide-on-mobile-comment-tag{
        display: none !important;
    }
    .show-on-mobile-comment-tag{
        display: block !important;
    }
}

@media screen and (max-width: 414px) {
    .img-height-box-bag{
        height: 190px !important;
    }

    .view-comment-tag .box-cricle-name{
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }
    .box-date{
        font-size: 10px;
        display: none !important;
    }

    .view-comment-tag .box-cricle-name-sub{
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12.5px !important;
    }
}
@media screen and (max-width: 400px) {
    .img-height-box-bag{
        height: 184px !important;
    }
}

@media screen and (max-width: 375px) {
    .img-height-box-bag{
        height: 170px !important;
    }
}

@media screen and (max-width: 360px) {
    .img-height-box-bag{
        height: 162px !important;
    }
    .bor-mobile{
        height: 150px;
    }
}
@media screen and (max-width: 320px) {
    .column_product{
        width: 50% !important;
    }
    .mobile-column_product{
        width: 100% !important;
    }
    .img-height-box-bag{
        height: 144px !important;
    }

}
.sp-chitiet {
    padding: 16px 25px 20px 25px;
}

.sp-tieude-2 {
    font-size: 14px;
    font-weight: bold;
    color: #1f7f5c;
    margin-bottom: 5px;
}

.sp-thongso {
    font-size: 13px !important;
    color: #333!important;
    margin-bottom: 5px!important;
    line-height: 22px!important;
}
.sp-selector {
    width: 216px;
    right: 40px;
    height: 100%
}
.alert-2 {padding:5px;margin-bottom:10px;border:1px solid transparent;border-radius:5px}
.alert-danger-2{color:#fd7380;background-color:#fbebec;border-color:#ebccd1}
.alert-success-2{color:#37a551;background-color:#e9f6ec;border-color:#d6e9c6}
.alert-warning-2{color:#f7cd54;background-color:#fff9e6;border-color:#faebcc}


.sp-gia {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sp-sm2 {
    padding-left: 20px;padding-top: 5px;
    margin: 0px 0px -7px 0px;
}

.sp-smile {
    font-size: 40px;
    font-weight: lighter !important;
}

.sp-center {
    border-left:1px dotted #ebccd1;
    border-right:1px dotted #ebccd1  ;
    cursor: pointer;
    padding: 0 10px 0 10px !important;
}
.sp-hotro-li {
    padding: 10px 0px!important;
    font-size: 10px;
    line-height: 14px;
    cursor: pointer;
}
.sp-hotro {
    padding: 15px;
}
/*.sp-hotro-li {
    padding: 10px 0px!important;
}*/
/*.sp-hotro-li img {
    border-radius: 50%;
}*/
.sp-hotro-img {
    border-radius: 50%;
}
.sp-hotro-td {
    font-size: 12px;
    color: #1f7f5c;
    font-weight: bold;
}
.sp-hotro-hl {
    font-size: 12px;
    color: #FF0004;
}
.xoa-top {
    border: 0px !important;
}

.panel-title-line.panel-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.panel-title-line.panel-title {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Poppins;
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    position: relative;
}

.panel-title-line.panel-title>span {
    background-color: #fff;
    padding-right: 15px;
    z-index: 1;
    position: relative;
}
#quote-simple-result-modal .modal-content{
    background-color: #fafbfd;
}
#quote-simple-result-modal .panel{
    border-radius: 0;
}
#quote-simple-result-modal .panel-heading{
    border-top-left-radius:0;
    border-top-right-radius:0;
}
/*#quote-simple-result-modal .panel-success,*/
#quote-simple-result-modal .panel-success .panel-heading{
    background: #49bb7a;
    border-color: #49bb7a;
}
/*#quote-simple-result-modal .panel-warning,*/
#quote-simple-result-modal .panel-warning .panel-heading{
    background: #f6b956;
    border-color: #f6b956;
}
/*#quote-simple-result-modal .panel-danger,*/
#quote-simple-result-modal .panel-danger .panel-heading{
    background: #f4696b;
    border-color: #f4696b;
}
#quote-simple-result-modal .panel .panel-heading{
    padding: 10px 15px;
}
#quote-simple-result-modal .panel .panel-heading .panel-title{
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
#add_product_form.block-content-full{
    padding-top: 0;
    padding-bottom: 0;
}
#add_product_form .list-collection-content{
    padding-top: 0;
    margin-bottom: 0;
}
#add_product_form .products-wrapper-inner .products{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#add_product_form .bg-dark-layout .list-collection-content{
    padding-top: 0;
    margin-bottom: 0;
}
#add_product_form .bg-dark-layout .products-wrapper-inner{
    margin-left: 0; 
    margin-right: 0;
}
#add_product_form .bg-dark-layout .products-wrapper-inner .products{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#article-design-service{
    margin-bottom: 25px;
}
#spcp { width:100%; margin-left:0; margin-bottom:20px; margin-top:5px; float:left; border: 1px solid #ccc; background-color:#f2f2f2;}

#vidusp { width:100%; margin-left:0; margin-bottom:0; margin-top:0; float:left; border: 1px solid #ccc; background-color:#f2f2f2; padding:10px;}

#spkythuat { width:60%; float:left; padding:15px 10px 10px 10px; border-right: 1px dotted #ccc;}

#spluuy { width:35%; float:left; padding:15px 10px 10px 10px;}
.sp_cptieude {font-size:13px; color:#1f7f5c; text-transform:uppercase; margin-bottom:5px; font-weight:bold; margin-bottom:10px;}

.sp_cpnoidung {font-size:14px; color:#333; line-height:22px; margin-bottom:15px;}

.sp_cpnoidung a{color:#1f7f5c; text-decoration:none;}

.sp_cpnoidung a:hover{color:#333;}

#sp_uudiem {float:left; width:50%; }

#sp_kt {float:left; width:100%; padding-top:10px; border-top: 1px dotted #ccc; }
#sanpham_in {float:left; width:100%; margin:20px;}

#tieude_st { 
    float:left; 
    width:100%; 
    height:26px; 
    color:#1f7f5c; 
    font-size: 22px; 
    padding-left:5px; 
    padding-top:0px; 
    text-transform:uppercase; 
    /*font-weight:lighter;*/
    border-bottom: 1px dotted #1f7f5c; 
    margin:0px 0px 5px -5px;}
.sp_noidung {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
}
#sanpham {
    padding-top: 10px;
    float: left;
}
.sanpham-options {float:left; width:100%; margin:5px;}
#option {
    width: 270px;
    height: 130px;
    float: left;
    position: relative;
    margin: 0px 0px 10px 5px;
    padding: 5px 0px 0px 5px;
    border-bottom: 1px dotted #1f7f5c;
}
#option {width: 270px; height: 130px; float: left; position: relative; margin:0px 0px 10px 5px; padding:5px 0px 0px 5px; border-bottom:1px dotted #1f7f5c;  }

#option .op_chitiet{color:#333; height:60px; position: absolute; top:30px; left: 115px; font-size: 12px; padding-right: 5px; line-height:18px}

.op_chitiet a{color:#1f7f5c; text-decoration:none;}

.op_chitiet a:hover{color:#333;}

#op_tieude {position: absolute; top: 5px; left: 115px; text-decoration: none; font-size: 14px; color:#1f7f5c; text-transform: uppercase; font-weight:bold }

#op_tieude a{color:#1f7f5c; text-decoration:none;}

#op_tieude a:hover{color:#333;}

#op_gia {position: absolute; top: 108px; left: 115px; text-decoration: none; font-size: 13px; color:#1f7f5c; }


.bor-oauth-ctrl{
    margin-top: 20px;
}
.title-h3-ouath{
    color:#44b4a6;
    font-size: 24px;
}
.ouath-cus-page{
    padding-left: 75px;
    padding-right: 75px;
}
.title-col-left{
    font-size: 13px;
    font-weight: 600;
    color: #646464;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    border-bottom-color: #44b4a6;
    color: #44b4a6;
    box-shadow: 0 4px #44b4a6;
}
.nav-tabs.nav-justified>li>a{
    border-bottom-color: #fff;
}
.color-ouath{
    font-size: 13px;
    font-weight: 600;
    color: #BBBBBC;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.color-ouath a{
    color: #BBBBBC;
}
.color-ouaths{
    font-size: 13px;
    font-weight: 600;
    color: #44b4a6;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.color-ouaths a{
    color: #44b4a6;
}
.width-100-zalo{
    width: 100%;
    color: #ffffff;
    background-color: #0ca8e2;
    border-color: #0b96ca;
    margin-top: 10px;
}
.width-100-zalo:hover,
.width-100-zalo:focus,
.width-100-zalo.focus,
.width-100-zalo:active,
.width-100-zalo.active,
.open > .dropdown-toggle.width-100-zalo {
  color: #ffffff;
  background-color: #0b96ca;
  border-color: #0b96ca;
}
.width-100-gg{
    width: 100%;
    /* background-color: #d26a5c;
    border-color: ;
    margin-bottom: 20px; */
}
.width-100-login{
    width: 100%;
    color: #fff;
    background-color: #44b4a6;
    border-color: #369084;
    margin-bottom: 10px;
}
.width-100-login:hover,
.width-100-login:focus,
.width-100-login.focus,
.width-100-login:active,
.width-100-login.active,
.open > .dropdown-toggle.width-100-login {
  color: #fff;
  background-color: #369084;
  border-color: #369084;
}
.width-100-login:active,
.width-100-login.active,
.open > .dropdown-toggle.width-100-login {
  background-color: #369084;
  border-color: #369084;
}
.width-100-login-register{
    width: 100%;
    color: #fff;
    background-color: #44b4a6;
    border-color: #369084;
}
.width-100-login-register:hover,
.width-100-login-register:focus,
.width-100-login-register.focus,
.width-100-login-register:active,
.width-100-login-register.active,
.open > .dropdown-toggle.width-100-login-register {
  color: #fff;
  background-color: #369084;
  border-color: #369084;
}
.width-100-login-register:active,
.width-100-login-register.active,
.open > .dropdown-toggle.width-100-login-register {
  background-color: #369084;
  border-color: #369084;
}
.img-thumbnail-footer{
    display: inline-block;
    max-width: 90%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* .css-radio{
    margin: 7px 0;
}
.css-input{
    position: relative;
    margin: 2px 0;
    font-weight: 400;
    cursor: pointer;
}
.css-input input + span{
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}
.css-radio input + span{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.css-radio-flat input:checked + span:after{
    background-color: #44b4a6 !important;
}
 */
.list-collection-content .product .image .hover_button>a{
    color: #17805b !important;
    border-color: #17805b !important;

 }
/*Common styles*/
/*Here you can change your button color
Some colors: indigo:3F51B5;teal:009688;red:F44336;orange:FF9800;pink:E91E63;green:4CAF50;green-light:8BC34A;amber:FFC107;
*/
.k_menu-item, .k_menu-open-button {
  background: #1f7f5c;/*Color*/
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  position: absolute;
  top: 120px;
  color: white;
  text-align: center;
  line-height: 52px;
  box-shadow: inset 0 0 0 5px #1f7f5c;/*Color*/
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.k_menu-open_3, .k_menu-open_2, .k_menu-open_1, .k_menu-open_4, .k_menu-open_5, .k_menu-open_6, .k_menu-open_7, .k_menu-open_8{
  display: none;
}



.k_menu-open-button{
  z-index: 9999;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.k_menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.k_menu-open_3:checked + .k_menu-open-button, .k_menu-open_2:checked + .k_menu-open-button, .k_menu-open_1:checked + .k_menu-open-button, .k_menu-open_4:checked + .k_menu-open-button, .k_menu-open_5:checked + .k_menu-open-button, .k_menu-open_6:checked + .k_menu-open-button, .k_menu-open_7:checked + .k_menu-open-button, .k_menu-open_8:checked + .k_menu-open-button  {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.k_menu-open_3:checked ~ .k_menu-item, .k_menu-open_2:checked ~ .k_menu-item, .k_menu-open_1:checked ~ .k_menu-item, .k_menu-open_4:checked ~ .k_menu-item, .k_menu-open_5:checked ~ .k_menu-item, .k_menu-open_6:checked ~ .k_menu-item, .k_menu-open_7:checked ~ .k_menu-item , .k_menu-open_8:checked ~ .k_menu-item    {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.k_menu_material-icons.md-30 {
  font-size: 30px;
  color: #FFFFFF;
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.k_menu_material-icons.md-48 {
  font-size: 42px;
  color: #FFFFFF;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v12/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.k_menu_material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*END Common styles*/

/*First row common*/
@-webkit-keyframes k_menu-move {
from {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
    }
to   {
    -webkit-transform: rotate(-90deg) translateX(-12px);
    transform: rotate(-90deg) translateX(-12px);
    }
}
@keyframes k_menu-move {
from {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
    }
to   {
    -webkit-transform: rotate(-90deg) translateX(-12px);
    transform: rotate(-90deg) translateX(-12px);
    }
}
@-webkit-keyframes k_menu-move2 {
from {
    -webkit-transform: rotate(0deg) translateX(-8px) translateY(-8px)
    transform: rotate(0deg) translateX(-8px) translateY(-8px);
    }
to   {
    -webkit-transform: rotate(-135deg) translateX(-4px) translateY(-4px);
    transform: rotate(-135deg) translateX(-8px) translateY(-8px);
    }
}
@keyframes k_menu-move2 {
from {
    -webkit-transform: rotate(0deg) translateX(-8px) translateY(-8px)
    transform: rotate(0deg) translateX(-8px) translateY(-8px);
    }
to   {
    -webkit-transform: rotate(-135deg) translateX(-4px) translateY(-4px);
    transform: rotate(-135deg) translateX(-8px) translateY(-8px);
    }
}
/*END First row common*/


/*8: Side 6 more buttons*/
.k_menu_8 {
  display:block; position:fixed; bottom:-60px;
  left: 50%;
  width: 380px;
  height: 250px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  color: #FFFFFF;
}
#k_menu-open_8:checked ~ #k_menu-one {
border-radius: 5px !important;
width: 180px;
height: 50px;
 text-align: center;
  -webkit-transform: translate3d(0px, -70px, 0);
          transform: translate3d(-55px, -70px, 0);
}
#k_menu-open_8:checked ~ #k_menu-two {
border-radius: 5px !important;
width: 180px;
height: 50px;
 text-align: center;
  -webkit-transform: translate3d(0px, -140px, 0);
          transform: translate3d(-55px, -140px, 0);
}
#k_menu-open_8:checked ~ #k_menu-three {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transform: translate3d(0px, -220px, 0);
          transform: translate3d(0px, -220px, 0);
}
#k_menu-open_8:checked ~ #k_menu-four {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transform: translate3d(0px, -350px, 0);
          transform: translate3d(0px, -350px, 0);
}
#k_menu-open_8:checked ~ #k_menu-five {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transform: translate3d(0px, -440px, 0);
          transform: translate3d(0px, -440px, 0);
}
#k_menu-open_8:checked ~ #k_menu-six {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transform: translate3d(0px, -530px, 0);
          transform: translate3d(0px, -530px, 0);
}
.k_menu-open_8:checked + .k_menu-open-button .k_menu_material-icons.md-48 {
  -webkit-animation: k_menu-move 300ms linear 1;
  animation: k_menu-move 300ms linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 40px;
}
.k_menu_8{
    display: none;
}
/*END 7*/



.btn-info-2 {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info-2:hover,
.btn-info-2:focus,
.btn-info-2:active,
.btn-info-2.active,
.open > .dropdown-toggle.btn-info-2 {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info-2:active,
.btn-info-2.active,
.open > .dropdown-toggle.btn-info-2 {
  background-image: none;
}
.btn-info-2.disabled,
.btn-info-2[disabled],
fieldset[disabled] .btn-info-2,
.btn-info-2.disabled:hover,
.btn-info-2[disabled]:hover,
fieldset[disabled] .btn-info-2:hover,
.btn-info-2.disabled:focus,
.btn-info-2[disabled]:focus,
fieldset[disabled] .btn-info-2:focus,
.btn-info-2.disabled:active,
.btn-info-2[disabled]:active,
fieldset[disabled] .btn-info-2:active,
.btn-info-2.disabled.active,
.btn-info-2[disabled].active,
fieldset[disabled] .btn-info-2.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info-2 .badge {
  color: #5bc0de;
  background-color: #fff;
}
.sp-cungdm {padding: 40px;}

.sp-title {
    font-size: 12px;
    text-transform: capitalize;
    color: #1f7f5c;
}
.pd-25-cart{
    padding: 25px 25px;
}
.note-order-custom .ng-binding, .fa-pen{
    color: #efa231;
}
.text-flat{
    color: #44b4a6;
}
.time-giaohang{
    color: #efa231;
}
.img-circle{
    border-radius: 50%;
}
.media-object{
    display: block;
}
.main-content{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.main-content .h4,h4{
    font-size: 20px;
}
.text-primary{
    color: #5c90d2;
}
.btn-custom-default{
    color: #545454 !important;
    background-color: #f5f5f5 !important;
    border-color: #e9e9e9 !important;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
}
.btn-custom-default:hover{
    background-color: #d0cece !important;
}
.btn-custom-primary{
    color: #fff !important;
    background-color: #1f7f5c !important;
    border-color: #186549 !important;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
}
.btn-custom-primary:hover{
    background-color: #189a6b !important;
}
.btn-custom-warning{
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
}
.btn-custom-warning:hover{
    background-color: #eea236 !important;
}
.push-5-r{
    margin-right: 5px !important;
}
.push-10{
    margin-bottom: 5px !important;
}
.btn-custom-default .fa{
    color: #000000;
}
.table-custom th,tr,td{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-custom th{
    font-weight: 600;
}
.text-flat{
    color: #44b4a6;
}
.font-w600{
    font-weight: 600 !important;
}
.font-w700{
    font-weight: 700 !important;
}

.btn-custom-danger{
    color: #fff !important;
    background-color: #f3b760 !important;
    border-color: #efa231 !important;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
}
.btn-custom-danger:hover{
    background-color: #dc8e1c !important;
}
.btn-custom-danger:hover .fa{
    color: #fff;
}
.btn-custom-sucess{
    color: #fff !important;
    background-color: #46c37b !important;
    border-color: #34a263 !important;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
}
.btn-custom-sucess:hover{
    background-color: #34a263 !important;
}
.btn-custom-sucess:hover .fa{
    color: #fff;
}
.pd-top-10{
    padding-top: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.bg-thecolor{
    background-color: #ffd006;
    height: 36px !important;
    position: relative;
    border-radius: 3px;
}
.bg-thecolor h2{
    color: #ffffff;
}
.pos-ab-img{
    position: absolute;
    top: -72px;
    right: 10px;
    height: 130px;
}
.pos-ab-img img{
    max-width: 100%;
    max-height: 100%;
}
.pd-large{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.bor-color-bg-blue{
  /*   background-color: #518e89; */
    height: 100px;
    border-radius: 3px;
    position: relative;
}
.bor-color-bg-red{
   /*  background-color: #b48170; */
    height: 100px;
    border-radius: 3px;
    position: relative;
}
.bor-color-bg-blue-f{
   /*  background-color: #96a061; */
    height: 100px;
    border-radius: 3px;
    position: relative;
}
.title-the-color{
    position: absolute;
    bottom: 16%;
    right: 5%;
    color: #ffffff;
    font-size: 17px;
}
.title-the-color .color-black{
    color: #000000;
}
.bg-white{
    background-color: #ffffff;
}
.thecolor-tab-title{
    margin-top: 15px;
    margin-bottom: 30px;
}
.thecolor-tab-title li{
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 20px;
    font-weight: bold;
    border-right: 0.5px solid #8c7979;
}
.pd-15-thecolor{
    padding: 15px 15px;
}
.hide-tab{
    display: none;
}
.active-color{
    display: block !important;
}
.tab-thecolor .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #1f7f5c;
    background-color: #fff;
}
.tab-thecolor .nav-pills>li{
    float: none !important;
}
.tab-thecolor .nav>li>a{
    padding: 0px !important;
    font-weight: 600 !important;
}
.tab-thecolor li:last-child{
    border-right: none !important;
}
.tab-thecolor .nav>li>a:hover{
    background-color: #fff !important;
}
.bor-bot-eb{
    border-bottom: 1px solid #e5e5e5 !important;
}
.ul-custom-cart{
    float: none !important;
}
.ul-custom-cart li{
   /*  display: inline !important; */
    padding: 10px 10px; 
}
.ul-custom-cart a{
    color: #333 !important;
}
.article-top{
    opacity: 1 !important;
}
.bg-white-cus{
    background-color: #fff;
    padding: 20px 20px !important;
}
.recruit-title-h5{
    color: #1f7f5c;
    font-family: "Carnas Light";
    font-size: 1.0625em;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2352em;
    margin-top: 0em;
    margin-bottom: 1.3em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.recruit-title-h2{
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0.9em;
    letter-spacing: 0px;
    text-transform:capitalize !important ;
}
.recruit-title-right{
    margin-top: 30px;
    color:#585f63;
}
.recruit-col-left{
    background-color: #f1f6fb;
}
.recruit-col-lef-h5{
    color: #0374a6;
    font-family:Montserrat;
    font-size: 1.0625em;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2352em;
    margin-top: 0em;
    margin-bottom: 1.3em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.emty{
    height: 6.8em;
}
.recruit-col-lef-h1{
    color:#202020;
    font-size: 3.125em;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0.7em;
    letter-spacing: 0px;
}
.recruit-title-left{
    padding-left: 55px;
    padding-right: 55px;
}
.recruit-col-left{
    padding-left: 55px;
    padding-right: 55px;
}
.mrt-30{
    margin-top: 30px;
}
.layer-icon{
    text-align: center;
}
.layer-icon .fa{
    font-size: 40px;
    color: #1f7f5c;
}
.col-6-icon h3{
    font-size: 24px;
}
.col-6-icon p{
    color: #707f8b;
    font-size: 12px;
}
.box-mid-cus{
     box-sizing: border-box;
     background-color: #f1f6fb;
     padding: 6.1em 4em 3.5em;
     transition: all 0.8s ease-in-out;
}
.box-mid-cus .fa{
    color: #1f7f5c;
}
.box-mid-cus p{
    font-size: 11px;
    margin-top: 15px;
    font-weight: bold;
}

/* .box-mid-cus:hover{
    background: linear-gradient(to right,  #035a95 0%,#0498bd 50%,#f1f6fb 0%,#f1f6fb 100%) no-repeat scroll right bottom / 210% 100% rgba(0,0,0,0);
}
 */
.box-mid-cus {
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.box-mid-cus:after {
  background: #1f7f5cad;
  content: "";
  height: 100%;
  left: -300px;
  opacity: .2;
  position: absolute;
  top: 0px;
  /* transform: rotate(45deg); */
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  /* width: 150px; */
  z-index: 1000;
}
 
.box-mid-cus:hover:after {
  left: 0px;
  width: 100%;
  
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.font-size-h4-cus{
    text-align: center;
}
.pos-cus-time{
    position: relative;
}

.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative; 
    width: 100%;
}

.clock-canvas {
    background-color: rgba(24, 25, 25, .34);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.text {
    color: #fff;    
    font-size: 30px;
    font-weight: bold;  
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}

.text .val {
    font-size: 50px;
}

.text .type-time {
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;        
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
    .mobile-clear-pdlr-15{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    header .mobile-navigation .icon_cart .cart-info-group .cart_text{
        top: 7px !important;
        margin-right: 9px !important;
    }

    header .mobile-navigation .icon_cart .cart-info-group .num-items-in-cart .items-cart-left{
        width: 35px !important;
    }

    header .mobile-navigation .icon_cart .cart-info-group .cart_text{
        background-color: #FBD635;
        border-color: #FBD635;
    }
    header{
        background-color: #181310; 
        /* b21f25;*/
    }

    header .mobile-navigation #showLeftPush{
        background-color: #fbd635;
        border: 1px solid #fbd635;
    }
    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation{
        background-color: #fbd635;
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li.active>a, header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li:hover>a{
         background-color: #fbd635;
    }
    header .mobile-navigation .nav-search form .search_submit{
         background-color: #fbd635;
    }
}
.bg-dialog{
   /*  background-image: url('../images/sample.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 100%;
    position: relative;
}
.bg-content{
   /*  background-color: rgba(44,62,80 , 0.6 ); */
    background-image: url('../images/cout.jpg');
     background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    font-family: 'Raleway', 'Arial', sans-serif;
    height: 100%;
}
.bg-body p {
    color: #fff !important;
}
.col-reposive-img{
    height: 370px;
    /* width: 350px; */
}
.col-reposive-img img{
    max-width: 100%;
    max-height: 100%;
}


/* product-image-attribute */
body .product-detail-content #product-image-attribute {
    padding-left: 0
}

@media (max-width: 991px) {
    body .product-detail-content #product-image-attribute {
        padding-right: 0
    }
}

body .product-detail-content #product-image-attribute #featuted-image {
    margin-bottom: 30px
}

body .product-detail-content #product-image-attribute #featuted-image span {
    display: block !important;
    text-align: center;
    font-family: Helvetica Neue,Helvetica,Arial;
    font-weight: 300;
    color: #333
}

body .product-detail-content #product-image-attribute #featuted-image span.image-title-zoom {
    font-size: 12px
}

body .product-detail-content #product-image-attribute #featuted-image span.image-title-zoom .fa {
    font-size: 14px
}

body .product-detail-content #product-image-attribute #featuted-image .image-title-zoom {
    cursor: pointer
}

body .product-detail-content #product-image-attribute #gallery-images {
    overflow: hidden
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .show-image-load i {
    color: #1f7f5c
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .owl-wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .owl-wrapper .owl-item {
    float: left;
    max-width: 33.33333% !important
}

body .product-detail-content #product-image-attribute .owl-item .image {
    padding: 0 17px
}

body .product-detail-content #product-image-attribute .owl-buttons>div {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%
}

body .product-detail-content #product-image-attribute .owl-buttons>div .fa {
    line-height: 28px
}

body .product-detail-content #product-image-attribute .owl-buttons>div.owl-prev {
    left: 15px
}

body .product-detail-content #product-image-attribute .owl-buttons>div.owl-next {
    right: 15px
}
body .__btn-slider_general .owl-prev,body .product-detail-content #product-image-attribute .owl-controls .owl-prev,body .__btn-slider_general .owl-next,body .product-detail-content #product-image-attribute .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

body .__btn-slider_general .owl-prev .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-prev .fa,body .__btn-slider_general .owl-next .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 38px
}

@media (min-width: 1200px) {
    body .__btn-slider_general .owl-prev,body .product-detail-content #product-image-attribute .owl-controls .owl-prev,body .__btn-slider_general .owl-next,body .product-detail-content #product-image-attribute .owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .__btn-slider_general .owl-prev:hover,body .product-detail-content #product-image-attribute .owl-controls .owl-prev:hover,body .__btn-slider_general .owl-next:hover,body .product-detail-content #product-image-attribute .owl-controls .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body .__btn-slider_general .owl-prev:hover .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-prev:hover .fa,body .__btn-slider_general .owl-next:hover .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-next:hover .fa {
        color: #fff
    }
}

body .__btn-slider_general .owl-prev .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-prev .fa,body .__btn-slider_general .owl-next .fa,body .product-detail-content #product-image-attribute .owl-controls .owl-next .fa {
    font-size: 18px
}

body .__btn-slider_general .owl-next,body .product-detail-content #product-image-attribute .owl-controls .owl-next {
    right: 15px
}

body .__btn-slider_general .owl-prev,body .product-detail-content #product-image-attribute .owl-controls .owl-prev {
    left: 15px
}
@media (max-width: 1199px) {
    body .product-detail-content .detail-content:not(.product-full-width) #product-image-attribute {
        width: 40%
    }
}
@media (max-width: 991px) {

    body .product-detail-content .detail-content:not(.product-full-width) #product-information,body .product-detail-content .detail-content:not(.product-full-width) #product-image-attribute {
        width: 100%
    }
}
body .product-detail-content #product-image-attribute {
    padding-left: 0
}

@media (max-width: 991px) {
    body .product-detail-content #product-image-attribute {
        padding-right: 0
    }
}

body .product-detail-content #product-image-attribute #featuted-image {
    margin-bottom: 30px
}

body .product-detail-content #product-image-attribute #featuted-image span {
    display: block !important
}

body .product-detail-content #product-image-attribute #gallery-images {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-content #product-image-attribute #gallery-images .gallery-images-inner .show-image-load i {
    color: #1f7f5c
}

body .product-detail-content #product-image-attribute .image a.thumbnail {
    border-color: transparent;
    border-width: 0
}

body .product-detail-content #product-image-attribute .image a.thumbnail.active,body .product-detail-content #product-image-attribute .image a.thumbnail:focus,body .product-detail-content #product-image-attribute .image a.thumbnail:hover {
    border-color: transparent;
    border-width: 0
}

body .product-detail-content #product-image-attribute .image a {
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .product-detail-content #product-image-attribute .image a.thumbnail.active,body .product-detail-content #product-image-attribute .image a.thumbnail:focus,body .product-detail-content #product-image-attribute .image a.thumbnail:hover {
    border-width: 0 !important
}

body .product-detail-content #product-image-attribute .image a img {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

body .product-detail-content #product-image-attribute .image.active a {
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
}

body .product-detail-content #product-image-attribute .image.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

@media (min-width: 1200px) {
    body .product-detail-content #product-image-attribute .image a {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .product-detail-content #product-image-attribute .image:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40)
    }
}

body .product-detail-content #product-image-attribute .owl-stage .owl-item {
    padding-right: 15px;
    padding-left: 15px
}

body .product-detail-content #product-image-attribute .owl-controls {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

@media (min-width: 1200px) {
    body .product-detail-content #product-image-attribute .owl-controls {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .product-detail-content #product-image-attribute:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}
/* product-image-attribute */

@media (max-width: 767px) {
    #soon{

    }
    #soon .clock-item{
        margin: 0 0 10px 0;
    }
    #soon .clock-item{
        margin: 0 0 10px 0;
    }
    #soon .text .val{
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
 }
@media (min-width: 992px) and (max-width: 1199px) { 
    #soon .bg-dialog{
        width: 60%;
    }
 }
@media (min-width: 1200px) { 
    #soon .bg-dialog{
        width: 60%;
    }
 }
.bg-white-color{
    /* background-color: #fff; */
    padding-top: 45px;
    margin-bottom: 40px !important;
}
.pd-12{
    padding: 12px 12px !important;
}

.tintuc-relations {
    padding: 5px !important;
    margin-bottom: 10px !important;
	background-color: #FFF;
	height: 75px;
}

.icon-fb-chat{
    position: fixed;
    height: 96px;
    width: 96px;
    bottom: 38%;
    right: -10px;
}
.icon-fb-chat img{
    max-width: 100%;
    max-height: 100%;
}
.icon-fb-chat .fa{
    font-size: 40px;
    color: #000;
    cursor: pointer;
}
.img-pos-dathang{
    position: absolute;
    left: -44px;
}
.close-pos{
    position: absolute;
    right: 8px;
    top: 8px;
}
.clear-mrpd-15{
    padding: 0px !important;
}
.bor-img-modal-come{
    max-width: 100%;
    max-height: 100%;
}
.pos-vat{
    position: absolute;
    left: 10px;
    padding-top: 0px;
}
.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in{
    bottom: 60pt!important;
    right: 12pt !important;
}
.bg-white-bot{
    margin-bottom: 0px !important;
   /*  background-color: #fff; */
    padding-top: 70pt;
    padding-bottom: 70px;
}
.bg-white-print{
    background-color: #fff;
    padding-top: 30pt;
    padding-bottom: 30px;
}
.center-col {float:none; margin-left:auto; margin-right:auto }
.alt-font {
    font-family: 'Open Sans', sans-serif;
}
.margin-20px-bottom {
    margin-bottom: 20px;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.text-extra-dark-gray {
    color: #232323;
}
.text-capitalize {
    text-transform: capitalize;
}
#quytrinh h5 {
    font-size: 32px;
    line-height: 40px;
}


#quytrinh ul,#quytrinh ol,#quytrinh dl {
    list-style-position: outside;
    margin-bottom: 25px;
    list-style-type: none !important;
}

/* Abhout Step */

.process-wrapp, .process-wrapp li, .process-wrapp li > .pro-step {
    position: relative;
    z-index: 1;
}

.process-wrapp {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.process-wrapp li {
    display: inline-block;
    text-align: center;
    width: 25%;
    padding: 0 15px;
    cursor: pointer;
}

.process-wrapp li > .pro-step {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border: 1px solid #cdcdcd;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: rgb(203, 52, 43);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp li:hover .pro-step {
    border: 1px solid #cb342b;
    -webkit-box-shadow: 0 0 25px 50px #cb342b inset;
    box-shadow: 0 0 25px 50px #cb342b inset;
    color: #fff;
}

.process-wrapp li:hover .pro-step .fa {
    color: #fff;
    transition: all 0.2s;
}

.process-wrapp li:first-child > .pro-step::before, .process-wrapp li:last-child > .pro-step::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li > .pro-step::before {
    left: -110%;
}

.process-wrapp li > .pro-step::after {
    left: 110%;
}

.process-wrapp li > .pro-step::before, .process-wrapp li > .pro-step::after {
    content: "";
    height: 1px;
    top: 50px;
    background: #cdcdcd;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.swiper-container {
    padding-top: 0;
}
.margin-30px-top {
    margin-top: 30px;
}
.text-red {
    color: rgb(203, 52, 43);
}
#quytrinh{
    padding-bottom: 0px;
}

#quytrinh li strong{
    font-weight: bold !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    
}
#quytrinh, #area{
    margin-bottom: 0px !important;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.text-medium {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.margin-20px-bottom {
    margin-bottom: 20px;
}
.font-weight-300 {
    font-weight: 300;
}
.text-blue {
    color: rgb(0, 171, 201);
}
#area h3{
    font-size: 48px;
    line-height: 54px;
    font-weight: 100 !important;
}
/* Seperator */

.seperator-one {
    margin-top: 0px;
    margin-bottom: 0;
    border: 0;
    width: 25px;
    border-top: 2px solid #000;
}

.seperator-two {
    margin-top: 0px;
    margin-bottom: 2px;
    border: 0;
    width: 12px;
    border-top: 2px solid #000;
}
.margin-70px-bottom {
    margin-bottom: 70px;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
/*team section */

.team-quote p {
    max-width: 500px;
}

.p-text {
    padding: 0;
    font-size: 30px;
    color: #b1b1b1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    height: 100%;
    line-height: 35px;
    text-align: right;
}

.progress {
    height: 3px;
    overflow: visible;
}
.progress-bar{
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
    overflow: visible;
    float: left;
    width: 0;
    height: 100%;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.team-box {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.team-box .team-image {
    max-width: 360px;
    overflow: hidden;
    transform: scale(1);
    cursor: pointer;
}
.team-box img{
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.team-box:hover img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}

.extend-tag {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    bottom: 110px;

}

.flip {
    width: 250px;
}

.flip .front, .flip .back {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
}

.team-social {
    line-height: 50px;
}

.team-social a {
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid;
    color: #3d3d3d;
}

.team-social a:hover i {
    color: #fff;
    transition: .1s;
}

/* team-two- */
.team-two-tag{
    position: absolute;
    bottom: 10%;
    left: 10%;
    background: #fff;
    padding: 15px;
    width:200px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-box:hover .team-two-tag{
  width: 80%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-two-social {
    display: none;
    position: absolute;
    left: 200px;
    bottom:-40px;
}
.team-box:hover .team-two-social{
    display: inline-block;
    bottom:auto;
    transition: all 1.3s linear;
    -moz-transition: all 1.3s linear;
    -o-transition: all 1.3s linear;
    -webkit-transition: all 1.3s linear;

}

.team-two-social a{
    margin: 5px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    vertical-align: middle;
    color:#656565;
}

/* team three */

.team-three-tag{
    position: absolute;
    bottom: 10%;
    left:0%;
    transition: all 0.05s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.team-three-text{
    padding: 15px;
    position: relative;
    background: #fff;
    z-index: 3;
}

.team-three-tag .team-three-social{
    position: absolute;
    width: 40px;
    height: 100%;
    text-align: center;
    right: 0px;
    top: 0;
    padding: 4px;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.team-three-tag .team-three-social a{
    display: block;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.team-three-tag .team-three-social a:hover{
    background: #fff;
    border: 1px solid #fff;
}

.team-box:hover .team-three-text{
    padding-right: 40px;
}

.team-box:hover .team-three-social{
    opacity: 1;
    margin-right: -40px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.bg-red {
    background-color: #CB342B;
}
.bg-blue {
    background-color: #17acc6;
}
.ul-tab-cate{
    display: flex;
    justify-content: center;
    margin-bottom: 35pt;
}
.sub-ul-cate{
    
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #1f7f5c;
}

/* Work Three Portfolio */

.gallery{
    width: 100% !important;
    height: 600px;
}

.portfolio .filtering .active {
    color: #cb342b;
    border: 1px solid #cb342b;
}

.portfolio .filtering span {
    background-color: #fff;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio .items {
    position: relative;
    margin-top: 30px;
}
.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #5a5a5a;
}
#work{
    margin-bottom: 0px !important;
}
.width-100 {
    width: 100% !important;
}
.display-none {
    display: none !important;
}
.no-padding {
    padding: 0 !important;
}
#work h3{
    font-size: 48px;
    line-height: 54px;
    font-weight: 100 !important;
}
.text-dark-gray {
    color: #494949;
}
.font-text-cus h4{
    font-size: 40px;
    line-height: 46px;
}
.width-100-add{
    width: 100% !important;
}
.homeslide-regular .item img{
    transition: all 1s;
}
.homeslide-regular .item img:hover{
    transform: scale(1.1);
}
.gift:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.modal-full {
    width: 100% !important;
}
.img-product{
    margin-top: 20px;
}
.img-product img{
    max-width: 100%;
    max-height: 100%;
}
.pos-vat{
    font-size: 12px;
    font-style: italic;
}
.setbg-admin{
    border-radius: 3px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px !important;
    background-color: #e9f6ec;
}
.position-relative{
    position: relative;
}
.position-product-right{
    position: absolute;
    right: 5px;
    top: 5px;
}

.position-product-right{
    height: 40px;
    width: 40px;
}

.position-product-right img{
    max-width: 100%;
    max-height: 100%;
}

.position-product-left{
    position: absolute;
    left: 5px;
    top: 5px;
}

.position-product-left{
    height: 46px;
    width: 50px;
}

.position-product-left img{
    max-width: 100%;
    max-height: 100%;
}
#hiddenField{
        display: none;
    }
.datapicker .ui-datepicker-trigger{
        color: #545454;
        background-color: #f5f5f5;
        border-color: #e9e9e9;
        border: 1px solid #e9e9e9;
}

.pie-cus{
    display: block !important;
}
.btn-beige{
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff;
}
.btn-beige:hover{
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff !important;
}
.custom-btn .btn-cus-ab{

}
.h6 .btn-cus-ab .fa-ellipsis-h{
    color: #000;
}
.btn-imgs{
    background-color: #fff;
}
.btn-imgs:hover{
    border: none;
}
.filter-icon .fa-filter{
    color: #000;
}
.datepickertime button{
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
}

.surrvey-bg{
    position: relative;
}
.surrvey-bg img{
    max-height: 100%;
    max-width: 100%;
}
.mrbt{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.bg-width-surrvey{
    width: 500px;
}
.button-close-surrvey{
    position: absolute;
    bottom: 20pt;
    right: 20pt;
    height: 30px;
    width: 30px;
}
.button-close-surrvey img{
    max-width: 100%;
    max-height: 100%;
}
.text-surrvey{
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 44pt;

}
.text-surrvey p{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.text-surrvey p span{
    font-size: 20px;
}
#modal-surrvey .modal-content{
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important; 
}

#modal-surrvey .selectize-input{
    width: 55%;
}

#modal-surrvey-tintuc .modal-content{
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important; 
}

#modal-surrvey-tintuc .selectize-input{
    width: 55%;
}
.text-surrvey a{
    color: #fff;
    cursor: pointer;
}
.button-close-surrvey{
    cursor: pointer;
}
.account-ctrl{
    padding: 0!important;
}
#modal-callback-request .modal-content{
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important; 
}

#modal-callback-request .selectize-input{
    width: 55%;
}

.button-close-request{
    position: absolute;
    top: 37%;
    right: 57pt;
    height: 30px;
    width: 30px;
}
#modal-callback-request .text-request{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15%;
    margin-left: -30pt;
}

#modal-callback-request .text-request p {
    color: #fff;
}
#modal-callback-request .box-form-input{
    width: 55%;
    display: inline-table !important;
}
#modal-callback-request .mr-28{
    margin-bottom: 24px;
}
.box-form-input input{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.box-form-input span{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#modal-callback-request .btn-request-danger{
    background-color: #d42628;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
}

.btn-request-danger .fa-phone{
    margin-right: 4px;
}
.pos-continue-product{
    position: relative;
    margin-top: -36pt;
    padding-right: 45px;
}
.pos-continue-product p{
    position: absolute;
    top: 28px;
    left: 15px;
    font-weight: bold;
    font-size: 12.8px;
    color: #4c8967;
}

.delete-hover:hover .image:before{
    transform: scale(0) !important;
}
.buton-reorder{
    margin-right: 2px;
}
.buton-reorder{
    background-color: #1F7F5C;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 3px;
    font-size: 13px;
}

.buton-redesign{
    background-color: #1F7F5C;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 13px;
}
.buton-reorder:hover{
    color: #fff;
}
.buton-redesign:hover{
    color: #fff;
}
.homeslide-regular{
    transition: all 1s;
}
.homeslide-regular .slick-arrow{
    opacity: 0;
    z-index: 1000 !important;
    transition: all 1s;
}

.slick-prev:before, .slick-next:before{
    font: normal normal normal 14px/1 FontAwesome;
    color: #777;
    font-size: 31px;
}

.homeslide-regular .slick-prev{
    left: 0px !important;
}

.homeslide-regular .slick-next{
    right: 10px !important;
}

.homeslide-regular:hover .slick-arrow{
    opacity: 1;
}
.banner-printnow img{
    max-width: 100%;
    max-height: 100%;
}
.banner-printnow{
    width: 160px;
}
.custom-search-cart .search{
    width: 430px !important;
}
.bg-button-add-redesign{
    background-color: #F7B746 !important;
}
.color-gray-custom{
    background-color: #E5E4E3 ;
    border-color: #E5E4E3 ;
    color: #000;
}

.css-slice-more{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 20;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.more-button-tiki-same{
    margin-top: 30px;
    text-align: center;
}

.more-button-tiki-same button{
    background-color: #fff;
    border: 1px solid #1F7F5C;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.4s;
}

.more-button-tiki-same button:hover{
     background-color: #1F7F5C;
     color: #fff;
     border: 1px solid #fff;
}

.sanphaminan-question{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.col-left-like{
    float: left;
    width: 12%;
    text-align: center;
    margin-bottom: 12px;
    padding: 10px;
}

.col-left-like h3{
    font-size: 30px;
    margin-bottom: 4px;
}
.col-left-like p{
    margin-bottom: 0px;
    font-size: 13px;
    
}

.col-right-like{
    float: left;
    width: 75%;

}

.col-right-like h3{
    margin-bottom: 15px;
}

.answer-question-colr{
    color: #787878;
    margin-bottom: 10px;
}
.admin-answer{
    color: #aaa;
}

.admin-answer a{
    color: #aaa;
    margin-right: 7px;
}
.admin-answer i{
    margin-right: 5px;
}

.button-question-page{
    background-color: #1f7f5c;
    border: 1px solid #1f7f5c;
    border-radius: 5px;
    color: #fff;
    padding: 5px 25px;
}

.input-mrt-answer{
    margin-top: 20px;
}

.sanphaminan-title-custom{
    margin-top: 10px;
}

.text-show-rate{
    font-weight: 400;
    font-size: 16px;
    color: #444;
    margin: 26px 0 0;
    text-align: center;
}
.total-review-point{
    margin: 10px 0 0;
    text-align: center;
    font-size: 47px;
    color: #fe302e;
    font-weight: 500;
}

.rating-box-total .rating-box .fa-star{
    /*color: #FFBE2A;*/
}

.product-customer-col-2{
    margin-right: 0;
   /* padding-right: 33px;
    padding-left: 91px;*/

}

.product-customer-col-2 .rating-num{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    width: 41px;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
}

.product-customer-col-2 .progress{
    width: 282px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #efefef;
    margin-top: 10px;
    height: 9px;
}

.product-customer-col-2 .rating-num-total{
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-left: 12px;
    color: #787878;
    line-height: 15px;
    vertical-align: middle;
}

.product-customer-col-2 .item{
   display : flex;
   justify-content: center;
   align-items: center;
}

.product-customer-col-2 .rating-num i{
    color: #484848;
    margin-left: 4px;
}

.btn-comment-rating{
    background-color: #FFBE2A;
    border: 1px solid #FFBE2A;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

.rating-box-total .bg-bot-line{
    border-bottom: 1px solid #e0e0e085;
}

.send-comment-tag{
    padding-top: 20px;
}

.rating-box-choose .fa-star{
    color: #dedddc;
}

.image-sendtag{
    width: 180px;
    float: left;
}

.image-sendtag img{
    max-width: 100%;
    max-height: 100%;
}
.send-tag-info{
   margin-left: 195px;
}
.send-tag-info h3{
    font-size: 16px;
}
.send-tag-detail{
    margin-top: 30px;
}

.send-tag-detail p{
    font-size: 13px;
}

.btn-comment-send-tag{
    background-color: #FFBE2A;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
}
.font-13{
    font-size: 13px;
}

.view-comment-tag{
    margin-top: 20px;
}

.view-comment-tag .col-left-tag{
    float: left;
    width: 20%;
    text-align: center;
}

.view-comment-tag .col-right-tag{
    float: left;
    width: 80%;
}

.view-comment-tag .box-cricle-name{
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    font-family: Roboto;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-left-tag .box-name{
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.col-left-tag .box-date{
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}
.col-right-tag span{
    margin-right: 8px;
}

.col-right-tag .rating-box-view .fa-star{
    color: #dedddc;
}
.col-right-tag .view-color .fa-star{
    /*color: #FFBE2A;*/
}

.col-right-tag .content-tag-box{
    margin-top: 15px;
}
.color-red{
    color: red;
}

.color-blue{
    color: #369084;
}
.send-comment-tag{
    display: none;
}

.bg-bot-line{
    margin-bottom: 30px;
}
.col-right-tag{
    padding-right: 15px;
}

.rating-lib{
    margin-top: 10px;
}
.rating-box-choose i{
    cursor: pointer;
}

.rating-box-choose i:hover{
    color: #FFBE2A;
}

.yelow{
    color: #FFBE2A !important;
}


.view-comment-tag .box-cricle-name-sub{
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: Roboto;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-left-tag-sub{

}

.view-comment-tag .col-left-tag-sub{
    float: left;
    width: 15%;
    text-align: center;
}

.col-left-tag-sub .box-name{
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.col-left-tag-sub .box-date{
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}

.icon-box-commnet span{
    cursor: pointer;
}
.displaynone{
    display: none;
}
.btn-send-commnet-rating{
    background-color: #FDDB59;
    color: #4a4a4a;
    border:1px solid #FDDB59;
    border-radius: 5px;
    padding: 8px 25px;
}
.btn-cancel-commnent{
    background-color: #FDDB59;
    color: #4a4a4a;
    border:1px solid #FDDB59;
    border-radius: 5px;
    padding: 8px 25px;
}

.show-on-mobile-comment-tag{
        display: none !important;
}

header section .nav-cart .cart-info-group{
    background-color: rgba(255, 255, 255, 0) !important;
}

header section .nav-cart{
    /* width: 140px !important; */
}

header section .nav-cart .num-items-in-cart .items-cart-left{
    width: 36px !important;
    margin-top: 6px !important;
}
header section .nav-cart .num-items-in-cart .items-cart-left .cart_text.icon{
    margin-bottom: -14px !important;
    margin-left: -6px !important;
}
header section.main-header .nav-top .nav-search form.search{
    padding-right: 75px !important;
}

.cart_img{
    width: 40px !important;
}

.bor-img-cart {
    border-radius: 50%;
    background-color: #1F7F5C;
}

.pos-vat2{
    position: absolute;
    left: 10px;
    padding-top: 18px;
}

.pos-vat2{
    font-size: 12px;
    font-style: italic;
}


.bor-top-field a{
	border-radius:0!important;
}

.font12{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #CCCCCB;
    position: relative;
}

.line-1{
    position: absolute;
    height: 1px;
    background-color: #CCCCCB;
    top: 45%;
    left: 0px;
    width: 62px;
}

.line-2{
    position: absolute;
    height: 1px;
    background-color: #CCCCCB;
    top: 45%;
    right: 0px;
    width: 62px;
}
.pos-right-socical img{
    max-width: 100%;
    max-height: 100%;
    padding-right: 10px;
}
.pos-right-socical{
    position: absolute;
    right: 0px;
    bottom: -5px;
    height: 25px;
}
.btn-default-customs{
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px 25px;
    background-color: #f5f5f5 !important;
}

.thietke-wizad{
   cursor: pointer;
   margin-left: 10px;
   font-size: 24px;
   color: #1f7f5c;
}

.btn-google{
    border: none !important;
    padding: 6px 10px;
    text-align: left;
    font-size: 10.5px;
    border-radius: 5px;
    margin-right: 10px;
}
.btn-zalos{
    border: none !important;
    padding: 6px 10px;
    text-align: left;
    background-color: #0ca8e2;
    color: #fff;
    font-size: 10.5px;
    border-radius: 5px;
    padding-left: 10px;
}
.marginleft-15{
    padding-left: 10px;
    padding-right: 0px;
    margin-top: 14px;
}
.mrginright-15{
    padding-right: 10px;
    padding-left: 0px;
    margin-top: 14px;
}

.button-login-wizard{
    color: #fff;
    background-color: #1f7f5c;
    padding: 8px 25px;
    border-radius: 5px;
}

.btn-wizard-login{
    background-color: #1f7f5c;
    border: none !important;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
    min-width: 110px;
}
.btn-wizard-register{
    background-color: #1f7f5c;
    border: none !important;
    color: #fff;
    border-radius: 5px;

    padding: 7px 20px;
    min-width: 110px;

}
.btn-zalos img{
    width: 32px;

}

.btn-custom-google{
    color: #fff;

}

header#top{
    /*background-image: url(https://thegioiinan.com/assets/images/Satan.gif); */
  /* background-image: url(https://thegioiinan.com/assets/images/V-01.png); */
    background-repeat-x: no-repeat; 

    background-repeat-y: no-repeat; 
    background-size: cover; 
     background-position: center;
}

header#top #shopify-section-theme-header{
    /*background-image: url(https://thegioiinan.com/assets/images/V-01.png); */
     /*background-image: url(../images/khungtet-01.jpg); */
    /* background-repeat-x: no-repeat; 
     background-repeat-y: no-repeat; 
     
     background-color: #BC2024;*/
     /*background: url(../images/khungtet-01.jpg) no-repeat 0 0 #bc2024;*/
     background-size: contain;
     background-color: #171717;

}

@media screen and (max-width: 1280px) {
    header#top #shopify-section-theme-header{
    /*background-image: url(https://thegioiinan.com/assets/images/V-01.png); */
     /*background-image: url(../images/khungtet-02.jpg); */
    /* background-repeat-x: no-repeat; 
     background-repeat-y: no-repeat; 
     
     background-color: #BC2024;*/
     /*background: url(../images/khungtet-02.jpg) no-repeat 0 0 #bc2024;*/
     background-size: contain;
     background-color: #171717;
}

}


.text-color-yellow{
    background-color: #FBD635 !important;
}

header section.main-header .nav-top .nav-search form.search .search_submit svg{
    fill: #ffffff !important;
}

.tet-img{
   /*position: absolute;
   left: 5px;
   top: 5px; */
   margin-top: -5px;
   margin-right: 5px;
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn>a{
    padding-left: 15px;
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn{
    /*background-color: #FBD635;*/
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn>a>.fa{
    /*background-color: #FBD635;*/
}

.float-left-img-tet{
    position: fixed;
    left: 214px;
    top: 174px;
}

.float-left-img-tet img{
    max-height: 100%;
    max-width: 100%;
    width: 132px;
}

.float-right-img-tet{
    position: fixed;
    right: 214px;
    top: 174px;
}

.float-right-img-tet img{
    max-height: 100%;
    max-width: 100%;
    width: 132px;
}

.margin-add .margin-top-10{
    margin-top: 4px;
}

.col-info .product-title-inan{
    font-size: 14px;
    font-style: italic;
    color: #8E8D8D;
    font-weight: 400;
}

#modalonline{
    margin-top: 100px;
}

#modalonline .modal-body img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

#modalonline .modal-body{
    position: relative;
}

#modalonline .modal-content{
    border-radius: 5px;
}

#modalonline .modal-body{
    padding: 0px;
}

.btn-close-modal-top{
    position: absolute;
    top: 4px;
    right: 8px;
    opacity: 1;
    color: #fff;
}

.text-danger-custom{
    color: #d82126 !important;
    font-style: normal !important;
}

.font-weight-700{
    font-weight: 700 !important;
}
header section .nav-cart .num-items-in-cart .items-cart-left .cart_text.icon{
    background-color: #FBD635;
}

@media screen and (max-width: 1440px) {
    .float-left-img-tet{
        left: 2px;
    }

    .float-right-img-tet{
        right: 2px;
    }
  
}

@media screen and (max-width: 1400px) {
    .float-left-img-tet{
        display: none !important;
    }

    .float-right-img-tet{
       display: none !important;
    }
}

.qr-header{
    margin-top: 15px;
}
.qr-header .navbar-left-header{
    padding-left: 0px;
    margin-bottom: 0px;
}

.qr-header .navbar-left-header li{
    display: inline-block;
    list-style-type: none;
    padding-right: 8px;
}

.qr-header .navbar-left-header li a i{
    background-color: #f5f5f5;
    padding: 15px;
    color: #595959;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.qr-header .headr-right img{
    float: left;
    max-width: 100%;
    max-height: 100%;
    padding-right: 5px;
    border-radius: 3px;
}

.qr-header .headr-right button{
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    height: 46px;
    border-radius: 3px;
    padding: 6px 6px !important;
    color: #595959;
}

.qr-content{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.qr-content .btn-bt-qrmid{
    background-color: #eeeeee;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #595959;
    width: 100%;
    height: 65px;
}

.qr-content button i{
    color: #9B9B9B;
    font-size: 22pt;
}
.qr-content button span{
    color: #9E9E9E;
    font-size: 18pt;
}

.qr-content .select-Stage{
    margin-top: 20px;
    font-size: 18pt;
    color: #565656;
}

.qr-content .select-Stage select{
    border: none !important;
    background-color: #ffffff;
}

.qr-content .detail-prodct{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.qr-content .detail-prodct .qr-col-img img{
    max-width: 100%;
    max-height: 100%;
}

.qr-clor-text{
    color: #ADADAD;
}

.qr-content .detail-prodct .qr-title-detail{
    font-size: 18px;
}

.qr-content .detail-prodct .btn-stage-qr{
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    margin-top: 5px;
    padding: 4px 12px !important;
    color: #5D5D5D;
}

.qr-content .detail-prodct .stage-qr .active{
    border: 1px solid #FFA200;
    color: #FFA200;
}

.qr-content .detail-info{
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.qr-content .detail-info label{
    color: #565656;
}
.mrt-20{
    margin-top: 20px;
}

.qr-content .detail-info .btn-success-custom-qr{
    background-color: #4B90D7;
    border: 1px solid #4B90D7;
    padding: 8px 12px !important;
    width: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 420px) {
    .qr-content .btn-bt-qrmid{
        height: 56px !important;
    }
    .qr-content button i{
        font-size: 18pt !important;
    }

    .qr-content .select-Stage{
        font-size: 16pt;
    }
    .qr-content .detail-prodct .qr-title-detail{
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .qr-header .navbar-left-header li a i{
        padding: 12px;
    }

    .headr-right .btn-default{
        font-size: 12px;
    }

    .qr-content .btn-bt-qrmid{
        height: 48px !important;
    }
    .qr-content button i{
        font-size: 16pt !important;
    }

    .qr-content button span{
        font-size: 15pt;
    }
    .qr-content .select-Stage{
        font-size: 14pt;
    }

    .qr-content .detail-prodct .btn-stage-qr{
        font-size: 12px;
        padding: 4px 6px !important;
    }
}

