#header .logo {
    position: relative;
    top: 0;
}
.box-search {
    width: calc(100% - 55px);
}

.hotline-h a {
    color: #000;
}
.hotline-h .fa-phone {
    font-size: 300%;
    float: left;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #a50000;
    margin-right: 5px;
}
.hotline-h p {
    font-size: 19px;
    margin-bottom: 0;
}
.hotline-h p.number {
    color: #f00;
    font-weight: bold;
}
.hotline-h {
    margin-bottom: 10px;
    margin-top: 10px;
}

.slogan-h h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fc8a0b;
    font-size: 23px;
    margin-top: 0;
}
.slogan-h p {
    text-transform: capitalize;
    font-size: 19px;
}
.slogan-h {
    text-align: center;
    margin-top: 25px;
}

.switchboard {
    text-align: center;
}
.switchboard p {
    display: inline-block;
    margin: 0;
    background: #ffcf12;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
}
.switchboard p .fa {
    font-size: 30px;
    width: 40px;
    line-height: 35px;
}
.switchboard p .fa.fa-phone {
    border: 2px solid #000;
    border-radius: 100%;
}
.switchboard p span {
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #ffe378;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.why {
    text-align: center;
}
.tit-type {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.tit-type h2 {
    color: #ffcf12;
    margin: 0 0 55px 0;
}
.tit-type h2:before, 
.tit-type h2:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #ffcf12;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tit-type h2:before {
    left: -120px;
}
.tit-type h2:after {
    right: -120px;
}
.why .image {
    position: relative;
    overflow:hidden;
    padding-top: 75%;
    height: auto !important;
}
.why .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    height: 100%;
    margin: 0 auto;
}
.why .icon-f {
    display: inline-block;
    position: relative;
    top: -18px;
}
.why .icon-f .fa {
    font-size: 30px;
    color: #fff;
    position: relative;
    width: 30px;
    line-height: 30px;
}
.why .icon-f:before {
    content: "";
    width: 55px;
    height: 55px;
    background: #ffcf12;
    position: absolute;
    top: -13px;
    bottom: 0;
    left: -12px;
    right: 0;
    margin: 0;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari prior 9.0 */
    transform: rotate(45deg); /* Standard syntax */
}
.why .i-red:before {
    background: #f00;
}
.why .description {
    margin-top: 15px;
    position: relative;
}
.why .description p {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3577a7;
    padding: 0 30px;
}
.why .description p:before {
    content: "";
    height: 3px;
    width: 50px;
    display: inline-block;
    background: #ffcf12;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* feed back */
.bg-feedback {
    background: #fdd11a;
}
.feed-carousel .image {
    position: relative;
    overflow:hidden;
    padding-top: 55%;
    height: auto !important;
    margin: 0 10px;
    top: 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feed-carousel .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.feed-carousel .item.slick-active .image {
    padding-top: 70%;
    top: 20px;
}
.feed-carousel .item.slick-current .image {
    padding-top: 80%;
    top: 0;
}
.feed-carousel .item.slick-slide {
    opacity: 0.2;
}
.feed-carousel .item.slick-active {
    opacity: 0.8;
}
.feed-carousel .item.slick-current {
    opacity: 1;
}
.feed-carousel .description {
    text-align: center;
}
.feed-carousel .description h3 {
    text-transform: uppercase;
    font-weight: bold;
}
.feed-back .tit-type h2, 
.bg-v-back .tit-type h2,
.slider-gallery .tit-type h2 {
    color: #fff;
}
.feed-back .tit-type h2:before, 
.feed-back .tit-type h2:after, 
.bg-v-back .tit-type h2:before, 
.bg-v-back .tit-type h2:after,
.slider-gallery .tit-type h2:before,
.slider-gallery .tit-type h2:after {
    background: #f00;
}
/**/

/**/
.bg-v-back {
    background: #c79a3d;
}
.box-video .image-wrapper {
    border: 2px solid #fdd11a;
    border-radius: 20px 0 20px 0;
}
.box-video .image-wrapper img {
    object-fit: cover;
}
/**/

/**/
.box-video-cus .image-title {
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.box-video-cus .image-wrapper {
    padding-top: 60%;
}
.box-video-cus .box-right {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.box-video-cus .box-right::-webkit-scrollbar {
    width: 8px;
}
.box-video-cus .box-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.box-video-cus .box-right::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/**/

/**/
.slider-gallery .image-wrapper {
    padding-top: 60%;
    margin: 0 10px;
}
.bg-50 {
    background: -moz-linear-gradient(top, #fdd11a 50%, #f1f1f1 50%);
    background: -webkit-linear-gradient(top, #fdd11a 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #fdd11a 50%, #f1f1f1 50%);
}
/**/

.style-view-small .title-product a {
    color: #2457ce;
}
.image-adv {
    position: relative;
    overflow:hidden;
    padding-top: 100%;
    height: auto !important;
}
.image-adv img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.mainFooter .title {
    color: #fdd11a;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.itemSub, .itemSub a {
    color: #fff;
}

/**/
.nav_desktop {
    width: calc(100% - 130px);
    float: left;
}
.btn-modal {
    float: right;
    background: -moz-linear-gradient(top, #FCFD3F 0%, #FDF256 50%, #FDD11A 100%);
    background: -webkit-linear-gradient(top, #FCFD3F 0%, #FDF256 50%, #FDD11A 100%);
    background: linear-gradient(to bottom, #FCFD3F 0%, #FDF256 50%, #FDD11A 100%);
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}
.modal-form .btn-submit {
    width: 100%;
    background: -moz-linear-gradient(top, #FCFD3F 0%, #FDF256 50%, #FDD11A 100%);
    background: -webkit-linear-gradient(top, #FCFD3F 0%, #FDF256 50%, #FDD11A 100%);
    background: linear-gradient(to bottom, #8BC34A 0%, #4CAF50 50%, #4eb152 100%);
    color: #fff;
}
.modal-form .modal-header {
    background: #ffcf12;
}
.modal-form .modal-title p.title {
    text-align: center;
    color: #fff;
    margin: 0;
}
.promotion, .number-phone {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.promotion {
    background: #ffcf12;
}
.number-phone {
    background: #f00;
}
/**/

.item_block {
    clear: both;
}

@media (max-width: 480px) {
    .style-view-small.item-product .noPadding {
        padding: 0 15px;
    }
    .style-view-small .info {
        padding-left: 0;
    }
    .btn-modal {
        float: right;
        margin-top: 10px;
        margin-right: 4px;
    }
    .nav_mobile .btn-menu-main {
        line-height: 55px;
        width: 40px;
    }
    .nav_mobile {
        float: right;
    }
    #header .logo {
        top: 0;
    }
    .why .description {
        margin-top: 15px;
    }
    .why .description p {
        font-size: 13px;
        padding: 0 10px;
        height: 55px;
        overflow: hidden;
        margin-bottom: 25px;
    }
}
.box-video-cus .image-title {
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}
.image-title {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.contact-lh {
    font-size: 18px;
    font-weight: bold;
}

.contact-lh a {
    color: #000;
}

.contact-lh i {
    width: 50px;
    line-height: 50px;
    font-size: 27px;
    position: relative;
    top: 2px;
}

#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px){
    .item_block .mighty-slider {
        margin: 0 -20px;
        height: 111px;
    }
}

.modaldk {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 400px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
}

.modaldk-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.btn {
  color: #000;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
