/*IMPORT*/
:root {
    --yellow: #F7D25F;
    --red: #8F1B1C;
    --green: #064232;
    --lgreen: #53a559;
    --dgreen: #1d3a1f;
    --gray: #000;
    --color-pagination: #53a559;
    --color-pagination-light: #064232;
}
::selection {
    background: #ccc;
    color: #000;
}
::-moz-selection {
    background: #ccc;
    color: #000;
}
::-webkit-selection {
    background: #ccc;
    color: #000;
}

/*font*/
@font-face {
    font-family: 'kab';
    src: url("fonts/kab.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'kasb';
    src: url("fonts/kasb.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'kam';
    src: url("fonts/kam.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'kar';
    src: url("fonts/kar.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'kal';
    src: url("fonts/kal.ttf");
    font-display: swap;
}

.dpf { display: flex; }
.dpfa { display: flex; align-items: center; }
.dpfajc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dpfw {
    display: flex; flex-wrap: wrap;
}
.dpfjc { display: flex; justify-content: center; }
.dpfl,
.dpfw { flex-wrap: wrap; display: flex; }
.dpfla,
.dpflaw,
.dpfaw {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.dpfljc,
.dpfljcw {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.dpfjs {
    display: flex;
    justify-content: space-between;
}
.dpfjsw,
.dpfljs {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.dpfjcw {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.dpfajcw,
.dpflajc {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dpfajs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dpflajs,
.dpfajsw {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ttu { text-transform: uppercase; }

.taj { text-align: justify; }

::-webkit-scrollbar { width: 10px; }
/* Track */
::-webkit-scrollbar-track { background: #fff }
/* Handle */
::-webkit-scrollbar-thumb {
    height: 20%;
    background: #ccc;
    border: 1px solid #fff;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #ddd; }


/*CONTENT-LIMIT*/
.container2 { margin-right: auto; margin-left: auto; }
@media (min-width: 1641px) { .container2 { max-width: 1600px; } }
@media (max-width: 1640px) { .container2 { width: 100%; } }

/*WRAPPER_CENTER*/

.wrapper-center,
.wrapper-center-2,
.wrapper-center-3 {
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 426px) {.wrapper-center { width:360px;}}
@media (min-width: 569px) {.wrapper-center {width:660px;}}
@media (min-width: 769px) {.wrapper-center {width:900px;}}
@media (min-width: 1025px) {.wrapper-center {width:1150px;}}
@media (min-width: 1281px) {.wrapper-center {width:1200px;}}

@media (min-width: 426px) {.wrapper-center-2 { width:360px;}}
@media (min-width: 569px) {.wrapper-center-2 {width:640px;}}
@media (min-width: 769px) {.wrapper-center-2 {width:900px;}}
@media (min-width: 1025px) {.wrapper-center-2 {width:1000px;}}
@media (min-width: 1281px) {.wrapper-center-2 {width:1150px;}}

@media (min-width: 426px) {.wrapper-center-3 { width:360px;}}
@media (min-width: 569px) {.wrapper-center-3 {width:640px;}}
@media (min-width: 769px) {.wrapper-center-3 {width:800px;}}
@media (min-width: 1025px) {.wrapper-center-3 {width:860px;}}
@media (min-width: 1281px) {.wrapper-center-3 {width:950px;}}



/*HTML*/
html,body,section,input,button,a {
    color: var(--gray);
    font-family: 'kar';
    font-size: 15px;
    line-height: 1.5;
}
body { z-index: -10; }
button:focus { outline: none; }
html { scroll-behavior: smooth; }

p {
    margin: 15px 0;
}

strong, b,
h1,h2,h3,h4,h5,h6 {
    line-height: 1.3;
    font-weight: normal;
    font-family: 'kasb';
}

h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


.mondial-title h1,
.mondial-title h2 {
    color: var(--green);
    text-align: center;
    text-transform: uppercase;
}
.mondial-title h2 {
    font-size: 40px;
}
.btn-de:focus { outline: none; }
.btn-de { border: unset; }
.btn-de:hover { cursor: pointer; }

.mondial-button,
.form-site-buttons { display: inline-block; }

.mondial-button-in,
.form-site-buttons {
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(to right , #f6c452, #9e712e,#f6c452,#9e712e);
    box-shadow: 0px 3px 5px 0px #202020;
}
.btn-de,
.mondial-button a {
    background: linear-gradient(to right, #A0552B, #f6c452);
    display: inline-block;
    font-family: 'kam';
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 6px;
    background-size: 200% 100%;
    transition: all .4s ease-in-out;
    padding: 10px 20px 8px 20px;
    color: #fff;
    background-image: linear-gradient(-80deg, #A0552B, #f6c452, #A0552B, #f6c452, #A0552B);
}
.btn-de:hover,
.mondial-button a:hover {
    background-position: 100% 0;
}

/*background gradient loop*/
.background-of-something  {
	background: linear-gradient(to right, #A0552B, #f6c452, #A0552B, #f6c452, #A0552B);
	background-size: 400% 400%;
	animation: gradient_loop 10s ease infinite;
	height: 100vh;
}

@keyframes gradient_loop {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.animation-element {
    position: relative;
    z-index: 10;
}
.animation-element.slide-left {
    transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-right {
    transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-top {
    transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-bottom {
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left,
.animation-element.slide-right,
.animation-element.slide-top,
.animation-element.slide-bottom {
    opacity: 0;
    transition: all 500ms linear;
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-top.in-view, 
.animation-element.slide-bottom.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    z-index: 0;
}

.button-glow-1 {
    animation: glowing1 1500ms infinite;
}
  
@keyframes glowing1 {
    0% { box-shadow: 0px 0px 0px 1px #00000050;}
    50% { box-shadow: 0px 0px 0px 5px #00000050;}
    100% { box-shadow: 0px 0px 0px 1px #00000050;}
} 
.button-glow-2 {
    animation: glowing2 1500ms infinite;
}
  
@keyframes glowing2 {
    0% { box-shadow: 0px 0px 0px 2px #ffffff65;}
    50% { box-shadow: 0px 0px 0px 7px #ffffff65;}
    100% { box-shadow: 0px 0px 0px 2px #ffffff65;}
} 

.button-glow-3 {
    animation: glowing3 1500ms infinite;
}
  
@keyframes glowing3 {
    0% { box-shadow: 0px 0px 0px 2px #ff9b7365;}
    50% { box-shadow: 0px 0px 0px 7px #ff9b7365;}
    100% { box-shadow: 0px 0px 0px 2px #ff9b7365;}
} 




/*HEAD*/
#head_top {
    background-color: #fff;
    box-shadow: 0px 2px 10px -3px #000;
    width: 100%;
    position: fixed;
    z-index: 100;
}
#head_top_in {
    padding: 10px 0px;
}
#head_bottom {
    padding-top: 70px;
}
.sticky {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 90;
}

.zigzag-border {
    position: relative;
    padding: 0px 8px 32px 8px;
    background: transparent;
}
.zigzag-border-2 {
    position: relative;
    padding: 0px 8px 0px 8px;
    background: transparent;
}
.zigzag-border-3 {
    position: relative;
    padding: 0px 8px 32px 8px;
    background: transparent;
}
.zigzag-border:after {
    background: linear-gradient(135deg, #ffffff 16px, transparent 0), linear-gradient(225deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.zigzag-border-2:after {
    background: linear-gradient(-45deg, var(--green) 16px, transparent 0), 
    linear-gradient(45deg, var(--green) 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.zigzag-border-3:after {
    background: linear-gradient(135deg, var(--green) 16px, transparent 0), 
    linear-gradient(225deg, var(--green) 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}



/*MIDDLE*/
#home_middle {
    background-color: #F2F2F2;
}
/*FOOT*/



/*trang chu*/
/*all blocks*/
/*.block-about*/
.block-about {
    padding: 100px 0 0 0;
    position: relative;
}
.block-about .line {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}
.block-about .line img {
    width: 100%;
}
.block-about .right,
.block-about .left {
    padding: 30px 20px;
}
.block-about .right img {
    width: 100%;
}
.block-about .left .read-more {
    padding-top: 20px;
}
.block-about .content {
    padding: 0px 10px;
}
.block-about .content img {
    max-width: 100%;
}
.block-about-bottom {
    overflow: hidden;
    position: relative;
    padding: 30px 0 100px 0;
    z-index: 1;
}
.block-about-bottom .content p {
    padding: 30px;
}
.block-about-bottom ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.block-about-bottom .read-more {
    padding-top: 30px;
}



/*trang gioi thieu*/
#hoasen_about_us {
    background: url('/application/media/hinh_nen/background_7.jpg') center center repeat;
    background-size: contain;
}

.footer-decor img {
    width: 100%;
    display: block;
}

#hoasen_about_us .mondial-title-2 h2 {
    text-align: center;
    color: var(--green);
}
.mondial-title-2 h2 {
    text-transform: uppercase;
    line-height: 1.3;
    padding: 10px 0;
}

/*.block-about-1*/
.block-about-us .banner img {
    width: 100%;
    display: block;
}
.block-about-us .stt {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
.block-about-us .box {
    padding: 10px 20px;
}
.block-about-1 .title-image img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.block-about-1 .banner-2,
.block-about-2 .banner,
.block-about-3 .banner,
.block-about-5 .banner {
    padding: 20px 0;
}
.block-about-1 .content p,
.block-about-2 .content p,
.block-about-3 .content p,
.block-about-4 .content p,
.block-about-5 .content p  {
    margin: 15px 0;
}
.block-about-2 .list-images .image {
    padding: 2px;
}
.block-about-2 .list-images .image img {
    width: 100%;
    display: block;
}

.block-about-3 .icon img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: auto;
}
.block-about-3 .info h3 {
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 0;
    color: var(--red);
}

.block-about-3 .list-infos {
    padding: 0 20px;
    justify-content: center;
}
.block-about-3 .list-infos .info img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.block-about-3 .list-infos .info p {
    padding: 20px;
}

.block-about-3 .box-4 {
    padding: 20px 20px 0 20px;
}

.block-about-us .gallery .item:nth-child(4),
.block-about-us .gallery .item:nth-child(5) {
    width: 50%;
}
.block-about-us .gallery {
    padding: 20px 2px;
}
.block-about-us .gallery .image {
    padding: 2px;
}
.block-about-us .gallery .image img {
    width: 100%;
    display: block;
}
.block-about-4 .note {
    font-style: italic;
    color: #606060;
    line-height: 1.4;
    padding: 0 20px;
    text-align: center;
}
.block-about-5 .text-1 {
    padding-top: 10px;
    font-family: 'kam';
    line-height: 1;
}
.block-about-5 .text-2 {
    padding-top: 10px;
    line-height: 1;
    font-family: 'kam';
    color: var(--green);
    font-size: 24px;
  
}
.block-about-5 {
    padding-bottom: 50px;
}


/*trang dai ly*/
#hoasen_dealer {
    background-color: #fcf7e8;
}
.block-dealer p {
    margin: 15px 0;
}
.block-dealer .stt {
    font-size: 20px;
}

.block-dealer .text h2 {
    padding: 10px 0;
    text-transform: uppercase;
    color: var(--red);
}

.block-dealer .box-2 .content {
    font-family: 'kam';
}
.block-dealer .box-1 .background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
.block-dealer .box-1 .background-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.block-dealer .box-1-in {
    z-index: 3;
}
.block-dealer .box-1 h1 {
    padding: 70px 0 120px 0;
    color: var(--red);
}

.block-dealer .box-1 img {
    width: 100%;
    display: block;
    bottom: 50%;
    left: 0%;
    transform: translate(0%, 50%);
}


.block-dealer .box-2 {
    padding: 100px 0 50px 0;
}
.block-dealer .box-2 .content {
    font-style: italic;
    margin-bottom: 50px;
}
.block-dealer .box-4 {
    padding: 50px 0;
}
.block-dealer .box-5 {
    padding: 50px 0 0 0;
}
.block-dealer .box-2 .item {
    margin: 20px 10px;
}
.block-dealer .box-2 .image img {
    width: 100%;
    display: block;
}
.block-dealer .box-2 .info {
    padding-top: 20px;
}
.block-dealer .box-4 .image {
    padding: 20px 0;
}
.block-dealer .box-4 .image img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.block-dealer .box-4 .mondial-button {
    top: 40px;
    left: 20px;
}

.block-dealer .box-5 .background {
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.block-dealer .box-5 .stt,
.block-dealer .box-5 .text h2,
.block-dealer .box-5 .content {
    color: #fff;
}
.block-dealer .box-5 .list-3 {
    margin: 40px 0 20px 0;
    padding: 20px;
    background-color: #fcf7e8;
}
.block-dealer .box-5 .item {
    padding: 10px;

}
.block-dealer .box-5 .item .title {
    color: var(--red);
    align-items: flex-end;
}
.block-dealer .box-5 .item .title>h3 {
    padding-left: 15px;
    font-size: 18px;
    font-family: 'kam';
}
.block-dealer .box-5 .icon img {
    width: 60px;
    height: 60px;
    display: block; 
}

.block-dealer .box-5 .info ul li {
    margin: 15px 0;
    line-height: 1.4;
}

.block-dealer .box-6 .list-4 {
    padding: 20px 0 0px 10px;
}
.block-dealer .box-6 .item .info {
    padding: 0px 0 20px 30px;
}
.block-dealer .box-6 .item .info p {
    margin: 0 0 15px 0;
}
.block-dealer .box-6 .item img {
    width: 22px;
    height: 22px;
    z-index: 2;
    top: 0px;
    left: -10px;
}
.block-dealer .box-6 .item .line {
    z-index: 1;
    top: 10px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--red);
}
.block-dealer .box-6 .item:last-child .line {
    display: none;
}
.block-dealer .box-6 .item:last-child .info {
    padding: 0 0 0 30px;
}
.block-dealer .box-6 .item:last-child .info p {
    margin: 0;
}
.block-dealer .box-6 .image img {
    max-width: 100%;
    margin: 30px auto;
    display: block;
}


/*trang gia cong*/
#hoasen_machining {
    background-color: #fcf7e8;
}
.block-machining .mondial-title-2 h2 {
    color: var(--red);
}
.block-machining .banner img {
    width: 100%;
    display: block;
}
.block-machining .stt {
    font-size: 20px;
}
.block-machining .box-1 {
    padding: 50px 0px;
}
.block-machining .content p {
    margin: 15px 0;
}
.block-machining .content ul li {
    margin: 15px 0 15px 30px;
    line-height: 1.4;
    position: relative;
}
.block-machining .content ul li:before {
    content: '';
    position: absolute;
    left: -30px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-image: url(list_style.png);
    background-repeat: no-repeat;
}
.block-machining .list-1 {
    padding: 30px 0;
}
.block-machining .list-1 .item {
    margin: 2px;
    height: calc(100% - 4px);
}

.block-machining .list-1 .info {
    padding: 40px 30px 80px 30px;
    z-index: 2;
    color: #fff;
}
.block-machining .list-1 .info p {
    line-height: 1.3;
    margin: 10px 0;
}
.block-machining .box-2-4 {
    padding: 20px 0;
}
.block-machining .box-2-4 .blur {
    left: 0;
    width: 100%;
    height: 50px;
}
.block-machining .box-2-4 .blur-1 {
    top: 0;
    background: linear-gradient(#fcf7e8, #00000000);
}
.block-machining .box-2-4 .blur-2 {
    bottom: 0;
    background: linear-gradient(#00000000, #fcf7e8);
}
.block-machining .box-2-4 .image {
    padding: 60px 0px;
}

.block-machining .box-2-4 .image img,
.block-machining .box-2-6 .image img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.block-machining .box-2-3 .content h3,
.block-machining .box-2-5 .text h3 {
    margin: 15px 0;
    line-height: 1.3;
}
.block-machining .box-2-7 {
    margin: 50px 0;
    overflow: hidden;
}
.block-machining .box-2-7 .top {
    padding: 50px 0;
    background-color: var(--red);
}
.block-machining .box-2-7 .background-2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.block-machining .box-2-7 .top-in {
    z-index: 2;
} 
.block-machining .box-2-7 .text h3 {
    color: #fff;
}
.block-machining .box-2-7 .list-2 {
    padding: 20px 0;
}
.block-machining .box-2-7 .list-2 .item {
    background-color: #fcf7e8;
    margin: 3px;
    padding: 20px;
    height: calc(100% - 46px);
}
.block-machining .box-2-7 .list-2 img {
    width: 30px;
    height: 30px;
}
.block-machining .box-2-7 .bottom {
    margin: 50px 0;
}


.block-machining .box-2-7 .bottom .right img {
    transform: rotate(10deg);
    width: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    left: 20px;
    top: 0px;
}
.block-machining .box-3 .top .text {
    color: var(--red);
    padding: 10px 0;
    font-style: italic;
    font-family: 'kam';
}
.block-machining .box-3 .list-3 {
    padding: 50px 0 30px 0;
}
.block-machining .box-3 .mid .left {
    width: 60px;
}
.block-machining .box-3 .mid .right {
    width: calc(100% - 60px);
    padding: 0 0 20px 30px;
}
.block-machining .box-3 .number {
    font-family: 'kab';
    font-size: 60px;
    line-height: 20px;
    color: var(--red);
}

.block-machining .box-3 .mid .list-3 .item:last-child .line {
    display: none;
}
.block-machining .box-3 .mid .line {
    width: 2px;
    height: 100%;
    background-color: var(--red);
    left: -1px;
    top: 10px;
    z-index: 1;
}
.block-machining .box-3 .mid .dot {
    z-index: 2;
    width: 20px;
    height: 20px;
    display: block;
    top: 0px;
    left: -10px;
}


.block-machining .box-3 .mid .content p {
    line-height: 1.4;
    margin: 10px 0;
}

.block-machining .box-3 .bottom img {
    width: 100%;
    display: block;
}
.block-machining .box-4 .top,
.block-machining .box-4 .bottom {
    padding-top: 50px;
}

.block-machining .box-4 .bottom .item {
    padding: 50px 20px 60px 20px;
}
.block-machining .box-4 .bottom .text {
    color: var(--red);
    padding-bottom: 8px;
    line-height: 1.3;
    font-family: 'kam';
}
.block-machining .box-4 .bottom .text b {
    font-family: 'kab';
}
.block-machining .box-4 .bottom .content {
    line-height: 1.3;
}
.block-machining .box-4 .bottom .icon {
    z-index: 2;
    width: 60px;
    height: 60px;
    display: block;
}
.block-machining .box-4 .bottom .line {
    z-index: 1;
    background-color: var(--red);
}
.contact-now .mondial-button {
    margin: 15px;
}
/*.block-banner*/
.block-banner img,
.block-banner-2 img {
    width: 100%;
    object-fit: cover;
    display: block;
    
} 


/*.block-banner-head*/
.block-banner-head .item {
    position: relative;
}
.block-banner-head .item img {
    width: 100%;
    display: block;
}
.block-banner-head .banner-head-nav button {
    cursor: pointer;
    color: #fff;
    background-color: #00000050;
    border: 0;
    transition: 0.3s;
    border-radius: 50%;
}

.block-banner-head .banner-head-nav button:focus {outline:0;}
.block-banner-head .banner-head-nav button:hover {
    background: #fff;
    color: var(--lgreen);
}
.block-banner-head .banner-head-prev,
.block-banner-head .banner-head-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1;
    transform: translate(0%, -50%);
    box-shadow: 2px 2px 5px #000;
}
.block-banner-head .banner-head-prev {
    left: 10px;
}
.block-banner-head .banner-head-next {
    right: 10px;
}
.owl-carousel .owl-stage, 
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}


/*.block-copyright*/
.block-copyright {
    background-color: var(--green);
}
.copyright-in {
    padding: 10px 20px;
}
.block-copyright .copyright {
    align-items: center;
    justify-content: space-between;
}
.block-copyright .copyright,
.block-copyright a {
    font-size: 13px;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #fff;
}


/*.block-contact*/
.block-contact .banner h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'kab';
    color: #fff;
}
.block-contact .banner img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
}

.block-contact .box-1,
.block-contact .box-3 {
    padding: 50px 20px;
}
.block-contact .text {
    padding-bottom: 20px;
}
.block-contact .text h2 {
    line-height: 1.3;
    padding: 0 20px;
    border-left: 10px solid var(--green);
}
.block-contact .list-city {
    padding: 20px 0;
}
.block-contact .list-city button {
    cursor: pointer;
    padding: 12px 20px 10px 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #ddd;
    letter-spacing: 1px;
    border: 0;
    font-family: 'kam';
    line-height: 1.3;
    transition: 0.2s;
    color: #606060;
}
.block-contact .list-city .city-active,
.block-contact .list-city button:hover {
    background-color: var(--green);
    color: #fff;
}
.block-contact .city-info {
    background-color: #e7e7e7;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 20px 30px;
}
.block-contact .city-info ul {
    list-style: disc;
    margin: 15px 0 15px 20px;
}
.block-contact .city-info ul li {
    line-height: 1.3;
    margin: 10px 0;
}

.block-contact .box-3 .item-in {
    text-align: center;
    background: url('/application/media/hinh_nen/background_5.png') center center repeat;
    overflow: hidden;
    margin: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f1f1f1;
    height: calc(100% - 100px);
    border-radius: 20px;
}

.block-contact .box-3 .item .text h2 {
    letter-spacing: 1px;
}
.block-contact .box-3 .item .content {
    padding: 10px 0;
}
.block-contact .box-3 .item .button {
    text-align: center;
}

.block-contact .box-3 .item .image {
    padding-top: 10px;
}
.block-contact .box-3 .item .image a {
    padding-top: 10px;
    display: inline-block;
}
.block-contact .box-3 .item .image img {
    width: 100%;
    margin: auto;
    max-width: 150px;
    display: block;
}

.block-contact .box-3 .item .button a {
    width: 180px;
    margin: 10px 0;
    padding: 7px 0;
    border-radius: 8px;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: #fff;
    transition: 0.2s;
    display: inline-block;
    line-height: 1;
    font-family: 'kam';
}
.block-contact .box-3 .item .button a i {
    padding-right: 10px;
}
.block-contact .box-3 .item .button a:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}


/*.block-form-contact*/
.block-form-contact .banner {
    padding: 50px 20px 10px 20px;
    text-align: center;
    background: var(--green);
}
.block-form-contact .mondial-title h2 {
    color: #fff;
}
.block-form-contact {
    position: relative;
    background: url('/application/media/hinh_nen/background_5.png') center center no-repeat;
    background-size: cover;
}
.block-form-contact>.decor>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
}
.block-form-contact .box-info,
.block-form-contact .the-form-contact {
    text-align: center;
}
.block-form-contact .box-info {
    padding: 30px 0px;
}
.block-form-contact .box-info-in {
    border-radius: 20px;
    background: #fff;
    box-shadow: 6px 6px var(--yellow);
    border: 2px solid var(--green);
    padding: 30px;
}
.the-form-contact .image {
    padding: 20px;
}
.the-form-contact img {
    max-width: 100%;
    display: block;
}
.block-form-contact .info {
    padding-bottom: 20px;
}

.block-form-contact .btn-de {
    border: 2px solid var(--yellow);
    color: #fff;
    margin: auto;
    width: 180px;
}


/*.block-foot-info*/
.block-foot-info {
    background: var(--green);
}
.block-foot-info-in {
    overflow: hidden;
    position: relative;
    padding: 50px 0 10px 0;
}
.block-foot-info-in .decor {
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.block-foot-info-in .box-upper {
    position: relative;
    z-index: 10;
}
.block-foot-info .logo {
    width: 160px;
    display: block;
    margin: auto;
}
.block-foot-info .hotline,
.block-foot-info .logo,
.block-foot-info .list-1 {
    padding: 10px 20px;
}

.block-foot-info .list-1 img:hover,
.block-foot-info .hotline .mondial-button-in {
    box-shadow: 3px 3px 5px #202020;
}
.block-foot-info .list-1 a {
    margin: 5px;
    transition: 0.2s;
}
.block-foot-info .mid .image {
    padding: 40px 20px;
}
.block-foot-info .mid .image img {  
    
    max-width: 500px;
    width: 100%;
    display: block;
    margin: auto;
}
.block-foot-info .list-1 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--green);
    display: inline-block;
    transition: 0.2s;
}
.block-foot-info .list-1 a:hover img {
    transform: scale(1.1);
}

.block-foot-info ul .item {    
    color: #fff;
    padding: 30px 20px;
}

.block-foot-info ul .item h4 {
    display: inline-block;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.block-foot-info ul .item p {
    line-height: 1.4;
    margin: 10px 0;
}
.block-foot-info ul .item a {
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    transition: 0.3s;
}

.block-foot-info ul .item a:hover {
    color: var(--yellow);
    text-shadow: 1px 1px 2px #000;
}

.block-foot-info .line {
    margin: 0 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
}


/*.block-hotline*/
.hotline-button a {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px 8px 12px;
    border-radius: 6px;
    background-color: var(--green);
    line-height: 1;
    transition: 0.2s;
}
.hotline-button span {
    padding-right: 10px;
}
.hotline-button span i {
    font-size: 24px;
    border-radius: 50%;
}
.hotline-button a:hover {
    background-color: var(--red);
}

/*.block-logo*/
.block-logo a {
    display: block;
}
.block-logo a img {
    display: block;
    width: 80px;
}



/*.block-lang*/
.block-lang .box-control {
    display: flex;
}
.block-lang .box-control i {
    margin-left: 10px;
    cursor: pointer;
}
.block-lang .box-control i img {
    width: 30px;
    display: block;
}

/*.shop-middle*/
.shop-middle .block-list-product:nth-child(2n) {
    background-color: #ebdcaf50;
}


/*.block-list-product*/
.block-list-product-in {
    padding-top: 30px;
}

.block-list-product .left .title h2 {
    font-size: 32px;
    padding-top: 20px;
    line-height: 1.1;
    color: var(--red);
}
.block-list-product .left .intro {
    text-align: justify;
}

.list-product-in .box {
    padding: 20px;
}

.list-product-in .product a {
    padding: 10px;
    display: inline-block;
    transition: 0.2s;
}
.list-product-in .product a img {
    width: 80%;
    margin: auto;
    object-fit: contain;
    transition: 0.4s;
}

.list-product-in .product a .background {
    position: relative;
    overflow: hidden;
}
.list-product-in .product a .background-image {
    width: 100%;
    display: block;
    object-fit: contain;
}
.list-product-in .product a .product-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 15px;
    border: 5px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    object-fit: contain
}

.list-product-in .product a:hover .product-image  {
    transform: scale(1.1);
}

.list-product-in .product a .name {
    padding: 10px;
    line-height: 1.2;
    font-family: 'kam';
    transition: 0.2s;
}
.list-product-in .product a:hover .name {
    color: var(--red);
}


/*.block-product-category*/
.block-product-category {
    background-color: var(--red);
}
.block-product-category .box {
    padding: 0 30px;
}

.block-product-category a {

    padding: 5px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'kasb';
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    transition: 0.2s;
}
.block-product-category a:hover {
    color: var(--red);
    background-color: #ffedb3;
}

.block-product-category .aticle-box {
    margin: 0;
}
.block-product-category a span {
    padding-left: 5px;
}
.block-product-category a img {
    width: 30px;
    height: 30px;
    display: block;
}
.list-photos-prev-2,
.list-photos-next-2 {
    background: none;
    position: absolute;
    top: 10px;
    border: 0px solid #fff;
    cursor: pointer;
    outline: none;
}

.block-product-category a:hover img.show-when-hover,
.block-product-category a img.show-when-not-hover {
    display: block;
}
.block-product-category a img.show-when-hover,
.block-product-category a:hover img.show-when-not-hover {
    display: none;
}

.list-photos-prev-2 {
    left: -15px;
}
.list-photos-next-2 {
    right: -15px;
}
.list-photos-prev-2 i,
.list-photos-next-2 i {
    line-height: 1;
    font-size: 20px;
    transition: 0.2s;
    color: #fff;
}
.list-photos-prev-2:hover i,
.list-photos-next-2:hover i {
    color: #ffedb3;
}




/*.block-product-foot*/
.block-product-foot {
    background: url('/application/media/san_pham/background_2.png') center center no-repeat;
    background-size: cover;
}
.block-product-foot .box {
    padding-top: 30px;
}
.block-product-foot .box-in {
    padding: 20px;
}
.block-product-foot .image img {
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin: auto;
}
.block-product-foot .box-in .title {
    padding: 0 20px 20px 20px;
}
.block-product-foot .box-in h2 {
    color: var(--red);
    font-size: 32px;
    line-height: 1;
}
.block-product-foot .box-in h2 span {
    padding-bottom: 10px;
    font-size: 40px;
    display: block;
    font-family: 'kab';
}
.block-product-foot .box-in .list-photos-nav {
    display: none;
}
.block-product-foot .owl-theme .owl-dots {
    padding: 10px 20px;
}
.block-product-foot .box-in .quality {
    align-items: center;
}
.block-product-foot .box-in .number {
    line-height: 1;
    display: block;
    font-size: 80px;
    color: var(--dgreen);
    font-family: 'kab';
}
.block-product-foot .box-in .info {
    padding-left: 15px;
    line-height: 1.2;
    font-style: italic;
    color: var(--green);
}

.product-foot-line  {
	background: linear-gradient(to right, #875100, #ffea70, #875100, #ffea70, #875100);
	background-size: 400% 400%;
	animation: gradient_loop 10s ease infinite;
	height: 10px;
}

@keyframes gradient_loop {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*.block-product*/
.block-product {
    overflow: hidden;
    position: relative;
}
.block-product .mondial-title h2 {
    color: #fff;
}
.block-product .decor { 
    position: absolute;
}
.block-product .decor img {
    max-width: 250px;
}
.block-product .decor-1 {
    top: 60px;
    left: -70px;
}
.block-product .decor-2 {
    top: 60px;
    right: 0px;
}
.block-product-in { 
    background-color: var(--red);
    padding: 100px 0px 50px 0; 
}
.block-product .title-sub {
    color: #fff;
    position: relative;
    z-index: 10;
}
.block-product .title-sub p {
    padding: 30px;
}
.block-product ul {
    position: relative;
    z-index: 1;
    padding: 10px 10px 30px 10px;
}
.block-product ul li a {
    display: block;
    height: calc(100% - 40px);
    margin: 20px 10px;
}
.block-product ul li a .background-image {
    width: 100%;
    display: block;
    object-fit: contain;
}
.block-product ul li a .product-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 15px;
    border: 5px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    object-fit: contain;
    transition: 0.4s;
}

.block-product ul li a:hover .product-image {
    transform: scale(1.1);
}

.block-product ul li a .name {
    color: #fff;
    padding-top: 15px;
    font-family: 'kam';
    transition: 0.2s;
}
.block-product ul li a:hover .name {
    color: var(--yellow);
}




/*.block-recipe*/
.block-recipe .banner img {
    width: 100%;
    display: block;
}
.block-recipe .box-1 {
    padding: 30px 10px 10px 10px;
}
.block-recipe .box-1 .list-cat a {
    height: calc(100% - 30px);
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: #fff;
}
.block-recipe .box-1 .list-cat a:hover {
    background-color: var(--red);
    border: 2px solid var(--red);

}
.block-recipe .box-1 .list-cat a img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 50px;
    object-fit: contain;
}
.block-recipe .box-1 .list-cat a h2 {   
    padding: 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.1;
}
.block-recipe .box-1 .content {
    font-family: 'kam';

    padding: 20px;
    margin: 20px;
}

/*slide recipe*/
.list-photos-in {
    position: relative;
}
.list-photos-prev,
.list-photos-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    color: #fff;
    border: 0px solid #fff;
    cursor: pointer;
    outline: none;
}
.list-photos-prev i,
.list-photos-next i {
    line-height: 1;
    transition: 0.2s;
}
.list-photos-prev:hover,
.list-photos-next:hover {
    background-color: var(--green);
}
.list-photos-prev {
    left: -5px;
}
.list-photos-next {
    right: -5px;
}
.list-photos-prev img,
.list-photos-next img {
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
}






.owl-carousel .owl-stage{display: flex;}
.article-items {
    height: 100%;
}
.aticle-box {
    margin: 0 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.block-recipe .box-2 .list-rep .recipe {
    border-radius: 10px;
    overflow: hidden;
}
.block-recipe .box-2 .list-rep .recipe-in {
    margin: 10px;
}
.block-recipe .box-2 .list-rep .right {
    margin: 20px;
}
.block-recipe .box-2 .list-rep .right-in {
    position: relative;
}
.block-recipe .box-2 .list-rep .right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.block-recipe .box-2 .list-rep .right .box-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    height: calc(100% - 80px);
}
.block-recipe .box-2 .list-rep .right .name {
    padding-bottom: 10px;
}
.block-recipe .box-2 .list-rep .right h4 {
    font-size: 20px;
    line-height: 1.3;
    color: var(--red);
    -webkit-line-clamp: 3;
}
.block-recipe .box-2 .list-rep .right p {
    -webkit-line-clamp: 5;
}
.block-recipe .box-2 .list-rep .right h4,
.block-recipe .box-2 .list-rep .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.block-recipe .box-2 .list-rep .read-more a {
    padding-bottom: 5px;
    font-family: 'kasb';
    line-height: 1.3;
    display: inline-block;
    border-bottom: 2px solid var(--red);
    color: var(--red);
    font-size: 20px;
    transition: 0.2s;
}
.block-recipe .box-2 .list-rep .read-more a:hover {
    color: #d38900;
    border-bottom: 2px solid #d38900;
}

/*block video*/
.block-video {
    padding: 50px 30px 30px 30px;
}
.block-video iframe {
    border: 5px solid var(--yellow);
    border-radius: 20px;
    width: calc(100% - 10px);
    height: 600px;
} 
/*ma-md*/@media (max-width: 568px) {
    .block-video {
        padding: 50px 0px 0px 0px;
    }
    .block-video iframe {
        height: 240px;
    }
}


/*MENU DESKTOP*/
/*parent*/
.block-menu-main-in .hidden {
    display: none;
}
.block-menu-main-in>ul {
    justify-content: center;
    transition: 0.2s;
}

.block-menu-main-in>ul>li {
    display: inline-block;
    position: relative;
}

.block-menu-main-in>ul>li>a {
    font-family: 'kam';
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 20px;
    display: inline-block;
    position: relative;
    transition: 0.2s;
}

.active-too-too>a,
.block-menu-main-in>ul>li.active a,
.block-menu-main-in>ul>li:hover>a {
    color: var(--red);
}
.block-menu-main-in>ul>li>i {
    display: none;
}


/*sub*/
.block-menu-main-in>ul>li>ul {
    visibility: hidden;
    position: absolute;
    background-color: #fafafa;
    z-index: 1;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    opacity: 0;
    top: 36px;
    box-shadow: 0 5px 7px -5px #404040;
}

.block-menu-main-in>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}
.block-menu-main-in>ul>li>ul>li {
    text-align: left;
    transition: 0.2s;
}

.block-menu-main-in>ul>li>ul>li>a::before {
    content: "\25BA";
    color: var(--yellow);
    padding-right: 10px;
}
.block-menu-main-in>ul>li>ul>li>a {
    padding: 10px 25px 10px 15px;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.block-menu-main-in>ul>li>ul>li:hover>a {
    color: #fff;
}
.block-menu-main-in>ul>li>ul>li:hover {
    background-color: var(--red);
}
.block-menu-main-in>ul>li:last-child>ul {
    left: unset;
    right: 0;
}
.block-menu-main-in>ul>li>ul>li {
    z-index: 95;
    position: relative;
}
.block-menu-main-in>ul>li>ul>li>ul {
    z-index: 90;
    position: absolute;
    display: none;
    top: 0;
    left: calc(100%);
    list-style: none;
    box-shadow: 0 5px 10px -5px #404040;
}
.block-menu-main-in>ul>li>ul>li:hover>ul {
    display: block;
}
.block-menu-main-in>ul>li>ul>li>i {
    display: none;
}   
.block-menu-main-in>ul>li>ul>li>ul>li>a {
    display: block;
    text-align: left;
    background-color: var(--green);
    padding: 9px 15px;
    white-space: nowrap;
    transition: 0.2s;
}
.block-menu-main-in>ul>li>ul>li>ul>li:nth-child(2n)>a {
    background-color: #fff;
}
.block-menu-main-in>ul>li>ul>li>ul>li:nth-child(2n + 1)>a {
    background-color: #f1f1f1;
}
.block-menu-main-in>ul>li>ul>li>ul>li>a:hover {
    color: #fff;
    background-color: var(--lgreen);
}



/*MENU MOBILE*/
.fixed-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 200;
}

.fixed-menu .hidden {
    display: none;
}
.fixed-menu>ul {
    padding-bottom: 40px;
}
.fixed-menu>ul>li>a {
    color: var(--red);
    padding: 10px 20px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'kam';
    text-transform: uppercase;
    font-size: 17px;
}
.fixed-menu>ul>li>ul>li>a::before {
    content: '\25BA';
    padding-right: 6px;
    color: var(--yellow);
}
.fixed-menu>ul>li>ul {
    padding-bottom: 10px;
}
.fixed-menu>ul>li>ul>li>a {
    padding: 7px 10px 7px 20px;
    display: flex;
    font-size: 14px;
    font-family: 'kar';
    line-height: 1;
}

.fixed-menu>ul>li>ul>li>ul {
    padding: 0 0 15px 0;
}
.fixed-menu>ul>li>ul>li>ul>li>a {
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 2px 5px 2px 38px;
}
.fixed-menu>ul>li>ul>li>ul>li>a::before {
    content: '\2937';
    padding-right: 6px;
    font-size: 20px;
    color: var(--lgreen);
}

.show-main-menu b {
    font-size: 2em;
    display: inline-block;
    color: var(--red);
    cursor: pointer;
}
.close-main-menu {
    text-align: right;
}
.close-main-menu b {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    margin: 20px 25px 10px 10px;
    color: var(--red);
    cursor: pointer;
}
.block-slider-item {
    position: relative;
}
.block-slider-item .centered {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*#pagination*/
#pagination{
    text-align: center;
}
#pagination strong,
#pagination a {
    margin: 2px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    padding: 10px 15px;
    font-family: 'kam';
}
#pagination a {
    background-color: #eee;
    transition: 0.2s;
}
#pagination strong {
    color: #fff;
    background-color: var(--green);

}
#pagination a:hover,
#pagination strong:hover{
    color: #fff;
    background-color: var(--red);
}
#pagination a:hover{
    color: #fff;
}

/*#breadcrumb*/
#breadcrumb {
    color: #fff;
    background-color: var(--green);
}
#breadcrumb ul {
    padding: 8px 10px;
}
#breadcrumb ul li:first-child i{
    display: none;
}
#breadcrumb ul li {
    line-height: 1.2;
    margin: 5px 0;
    display: inline-block;
}
#breadcrumb a {
    color: #fff;
    font-size: 13px;
    transition: 0.2s;
}
#breadcrumb a:hover {
    color: var(--yellow);
}



/*[BUTTON]*/
/*[Admin edit block]*/
.box-admin-edit-block{
    margin: -2px;
    border: 1px dashed #9c2020 ;
     outline: 1px dashed #fff;
}

.btn-admin-edit{
    position: relative;
    z-index: 999;
    float: left;
}
.btn-admin-edit:hover span{
    visibility: visible;
    opacity:1;
}
.btn-admin-edit span.left{
    left: 20px;
    padding: 0px 10px 0px 20px;
}
.btn-admin-edit span.right{
    right: -20px;
    padding: 0px 20px 0px 10px;
}

.btn-admin-edit span{
    visibility: hidden;
    opacity:0;
    position: absolute;
    white-space: nowrap;
    bottom: 5px;
    background-color: #9c2020;
    line-height: 25px;
    border: 2px solid #460101;
    color: #fff;
}
.btn-admin-edit i{
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #9c2020;
    border: 2px solid #460101;
    border-radius: 50%;
    bottom: 5px;
    left: 5px;
    z-index: 999;
    cursor: pointer;
}
.btn-admin-edit i:hover{
    background-color: #460101;
}

/*[FORM]*/
.form-site .form-site-buttons{
    text-align: center;
    margin-top: 20px;
}
.form-site .part-input-site {
    width: 100%;
    margin: 5px 0px;
    position: relative;
}

.form-site .part-input-site:nth-child(2),
.form-site .part-input-site:nth-child(3) {
    width: 48%;
}
.form-site .form-site-inputs{
    display: flex;
    flex-wrap: wrap;
}
.form-site .form-site-full {
    justify-content: space-between;
    width: 100%;
}
.form-site .form-site-group{
    width: 50%;
}

/*input site text*/
.form-site .part-input-site-text.half-left{
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    float: left;
}

.form-site .part-input-site-text.half-right{
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    float: right;
}


.form-site .box-label-site-text{
    padding: 5px;
    text-align: left;
}
.form-site .error-validation-site-text{
    position: absolute;
    font-size: 11px;
    padding: 3px 5px;
    color: #f00;
    top: 12px;
    right: 0;
}
/*end input site text*/
.form-site .input-site-text {
    height: 30px;
}
.form-site .input-site-textarea {
    height: 100px;
}
.form-site .input-site-text,
.form-site .input-site-textarea {
    padding: 5px 10px;
    width: calc(100% - 22px);
    border: none;
    background-color: unset;
    border-bottom: 2px solid var(--red);
}
/*input site textarea*/

.form-site .input-site-textarea::placeholder{
    font-size: 0px;
}
.form-site .box-label-site-textarea{
    padding: 5px;
    text-align: left;
}
.form-site .error-validation-site-textarea{
    position: absolute;
    font-size: 11px;
    padding: 3px 5px;
    color: #f00;
    top: 12px;
    right: 0;
}
/*end input site textarea*/

/*input site radio*/
.form-site .part-input-site-radio{
    display: flex;
    flex-wrap: wrap;
}
.form-site .box-input-site-radio{
    width: 50%;
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin: 5px 0px;
}
.form-site .box-input-site-radio .input-site-radio{
    position: absolute;
    visibility: hidden;
}
.form-site .box-input-site-radio .label-site-radio{
    display: block;
    position: relative;

    font-size: 20px;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 10px;
}
.form-site .box-input-site-radio .check{
    display: block;

    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 8px;
}
.form-site .box-input-site-radio .input-site-radio:checked ~ .check:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);

}
/*end input site radio*/

/*input site checkbox*/
.form-site .part-input-site-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.form-site .box-input-site-checkbox{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0px;
}
.form-site .box-input-site-checkbox .input-site-checkbox{
    position: absolute;
    visibility: hidden;
}
.form-site .box-input-site-checkbox .label-site-checkbox{
    display: block;
    position: relative;
    margin-left: 10px;

    font-size: 20px;
    margin-top: 5px;
    padding-left: 25px;
    margin-left: -20px;
}
.form-site .box-input-site-checkbox .check{
    display: block;

    height: 18px;
    width: 18px;
    position: relative;
}
.form-site .box-input-site-checkbox .input-site-checkbox:checked ~ .check:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);

}
/*end input site checkbox*/

/*input site select*/
.form-site .input-site-select{
    border: 0px;
    padding: 10px 20px;
    display: inline-block;
}
/*end input site select*/

/*input site datepicker*/
.form-site .box-input-site-datepicker{
    position: relative;
}
.form-site .box-input-site-datepicker i{
    position: absolute;
    color: #8a0304;
    left: 180px;
    top: 10px;
    font-size: 20px;
}
.form-site .input-site-datepicker{
    width: 192px;
    padding: 10px 0px 10px 20px;
}
/*end input site datepicker*/



/*CKEDITOR*/

/*div reponsive*/
.box-ckeditor [device] {
    display: none;
    width: 100% !important;
}
@media screen and (max-width: 568px) {
    .box-ckeditor [device="mobile"] {display: block;}
}
@media screen and (max-width: 1024px) and (min-width: 569px) {
    .box-ckeditor [device="tablet"] {display: block;}
}
@media screen and (min-width: 1025px) {
	.box-ckeditor [device="desktop"] {display: block;}
}
/*div reponsive end*/

.box-ckeditor p {
    margin: 15px 0;
}
.box-ckeditor td p {
    margin: 0 0 15px 0;
}
.box-ckeditor td p:last-child {
    margin: 0;
}
.box-ckeditor ol {
    list-style: decimal;
}
.box-ckeditor ul,
.box-ckeditor li {
    list-style: initial;
}
.box-ckeditor li {
    margin: 15px 0;
    line-height: 1.4;
}
.box-ckeditor .cke_editable {
	font-size: 13px;
	line-height: 1.6;
	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}
blockquote {
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: #404040;
    font-style: italic;
    margin: 20px 0;
    border-left: 5px solid #bbb;
}
.box-ckeditor blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.box-ckeditor .cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.box-ckeditor .cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.box-ckeditor a {
	color: #0782C1;
}

.box-ckeditor ol,.box-ckeditor ul,.box-ckeditor dl
{
	/* IE7: reset rtl list margin. (#7334) */

	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 0 0 20px;
}

.box-ckeditor h1,
.box-ckeditor h2,
.box-ckeditor h3,
.box-ckeditor h4,
.box-ckeditor h5,
.box-ckeditor h6 {
	line-height: 1.2;
}

.box-ckeditor h1 { font-size: 32px; }
.box-ckeditor h2 { font-size: 24px; }
.box-ckeditor h3 { font-size: 20px; }
.box-ckeditor h4 { font-size: 16px; }
.box-ckeditor h5 { font-size: 14px; }
.box-ckeditor h6 { font-size: 12px; }


.box-ckeditor hr {
    margin: 15px 0;
	border: 0px;
	border-top: 1px solid #ccc;
}

.box-ckeditor img {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.box-ckeditor img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.box-ckeditor img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.box-ckeditor pre {
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.box-ckeditor .marker {
	background-color: Yellow;
}

.box-ckeditor span[lang] {
	font-style: italic;
}

.box-ckeditor figure {
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

.box-ckeditor figure > figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

.box-ckeditor a > img {
	padding: 1px;
	margin: 1px;
	border: none;
}

/* Widget Styles */
.box-ckeditor .code-featured
{
	border: 5px solid red;
}

.box-ckeditor .math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.box-ckeditor .image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.box-ckeditor .image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.box-ckeditor .image-grayscale
{
	background-color: white;
	color: #666;
}

.box-ckeditor .image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.box-ckeditor .embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.box-ckeditor .embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.box-ckeditor .embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.box-ckeditor .embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.box-ckeditor .embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

/*messenger*/
.wrap-messenger {
    padding: 5px 20px;
    color: #fff;
    position: relative;
}
.wrap-messenger p {
    display: inline-block;
}
.wrap-messenger i {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
}
.wrap-messenger.status-1 {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.wrap-messenger.status-2{
    background-color: #286090;
    border-color: #204d74;
}
.wrap-messenger.status-3{
    background-color: #ec971f;
    border-color: #d58512;
}
.wrap-messenger.status-4{
    background-color: #c9302c;
    border-color: #ac2925;
}




/****************/
/*news*/
/*.block-news*/
.big-news-box {
    overflow: hidden;
    position: relative;
}
.block-news-1 {
    padding: 50px 20px;
}
.block-news-1 .box-1 {
    z-index: 1;
}
.list-news-1 .item {
    margin: 10px 20px;
    height: calc(100% - 20px);
}
.list-news-1 .item a {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;

    display: block;
    transition: 0.3s;
}
.list-news-1 .item a:hover {
    box-shadow: 0px 3px 5px 0px #404040;  
}
.list-news-1 .item a .image {
    overflow: hidden;
}
.list-news-1 .item a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}
.list-news-1 .item a:hover img {
    transform: scale(1.1);
}
.list-news-1 .item a .text-title h4 {
    margin: 20px 0 10px 0;
    font-family: 'kam';
    font-size: 17px;
    line-height: 1.2;
    transition: 0.2s;
    padding: 0 20px 0 15px;
    border-left: 5px solid var(--red);
}
.list-news-1 .item a:hover .text-title h4 {
    color: var(--red);
}
.list-news-1 .item a .text-info {
    padding: 0 20px 20px 20px;
}
.list-news-1 .item a .text-info p {
    line-height: 1.4;
    color: #606060;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-news-2 {
    padding: 50px 20px 250px 20px;
}
.block-news-2 .decor {
    position: absolute;
}
.block-news-2 .decor-1 {
    top: 100px;
    left: -100px;
}
.block-news-2 .decor-2 {
    bottom: 55%;
    left: -50px;
}
.block-news-2 .decor-3 {
    bottom: 50%;
    right: -50px;
}
.block-news-1 .mondial-title h2,
.block-news-2 .mondial-title h2 {
    padding-bottom: 30px;
}
.block-news-2 .line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.block-news-2 .line img {
    width: 100%;
    display: block;
}
.block-news-in {
    position: relative;
    z-index: 10;
}
.block-news-1 .read-more-button,
.block-news-2 .read-more-button {
    padding-top: 30px;
}
.block-news-2 .read-more i {
    font-size: 20px;

}
.block-news-2 .box-news h3.title-2 {
    padding: 20px 30px 0 30px;
}
.block-news-2 .box-news {
    overflow: hidden;
    border-radius: 20px;
    background: url('/application/media/hinh_nen/background_5.png') center center repeat;
    background-color: #fff;
    position: relative;
}

.block-news-2 .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-list-default {
    padding: 20px;
}
.news-item-default {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin: 10px;
    height: calc(100% - 20px);

    transition: 0.2s;
}
.news-item-default:hover {
    background: var(--red);
    box-shadow: 0px 3px 5px 0px #404040;  
}
.news-item-default .image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}
.news-item-default .image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.news-item-default:hover .image img {
    transform: scale(1.1);
}
.news-item-default .title h4 {
    font-size: 15px;
    padding-right: 10px;
    font-family: 'kam';
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-item-default .info {
    background: #fff;
    display: flex;
    flex: 1;
    justify-content: space-between;
    position: relative;
    padding: 15px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
}

.news-item-default:hover .info {
    color: #fff;
    background: var(--red);
}
.block-news-2 .list-news ul li a .read-more {
    display: flex;
    align-items: flex-end;
}
.block-news-2 .list-news ul li a .read-more i {
    color: var(--red);
    transition: 0.2s;
}

.block-news-2 .list-news ul li a:hover .read-more i {
    color: #fff;
}


/*Responsive*/
/*mi*/@media screen {}
/*mi-sm*/@media (min-width: 569px) {
    .dom,
    .block-call {
        display: none;
    }
    /*trang chu*/
    .block-news-1 .box-1 {
        margin: 0 -20px;
    }
    .block-foot-info .list-1 {
        justify-content: flex-end;
    }

    /*trang dai ly*/
    .block-dealer .box-2 .list-1 {
        margin: 0 -10px;
    }



    /*trang gia cong*/
    .block-machining .box-4 .bottom {
        margin: 0 -20px;
    }
    .block-machining .box-4 .bottom .line {
        width: 100%;
        height: 2px;
        top: 1px;
        left: 30px;
    }
    .block-machining .box-4 .bottom .icon {
        top: -30px;
        left: 20px;
    }
    .block-machining .box-4 .bottom .item-out:nth-child(4n) .line {
        display: none;
    }
}
/*mi-sm*/@media (min-width: 769px) {

    .domm,
    .display-none {
        display: none;
    }
    .block-about-bottom ul li:nth-child(1) { grid-area: alpha1; }
    .block-about-bottom ul li:nth-child(2) { grid-area: alpha2; }
    .block-about-bottom ul li:nth-child(3) { grid-area: alpha3; }
    .block-about-bottom ul li:nth-child(4) { grid-area: alpha4; }
    .block-about-bottom ul li:nth-child(5) { grid-area: alpha5; }
    .block-about-bottom ul li:nth-child(6) { grid-area: alpha6; } 
    
    .grid-container {
        padding: 20px;
        display: grid;
        grid-template-areas:
          'alpha1 alpha1 alpha2 alpha3'
          'alpha4 alpha5 alpha6 alpha3';
        grid-gap: 15px;
    }
    .block-foot-info-in .decor {
        background: url('/application/media/hinh_nen/background_6.png') left top; 
        background-size: contain;
    }
    .block-foot-info ul li:nth-child(1),
    .block-foot-info ul li:nth-child(2) {
        width: 40%;
    }
    .block-foot-info ul li:nth-child(3) {
        width: 20%;
    }


}

/*mi-sm*/@media (min-width: 1025px) {
    .block-menu-main {
        display: inline-block;
    }
}

/*mi-sm*/@media (min-width: 569px) and (max-width: 768px) {
    .block-machining .box-4 .bottom .item-out:nth-child(2n) .line {
        display: none;
    }
}

/*mi-sm*/@media (min-width: 769px) and (max-width: 1024px) {

}



/*ma*/@media screen {}
/*ma-lg*/@media (max-width: 1280px) {
    .block-menu-main-in>ul>li>a {
        margin: 0 15px;
    }
}
/*ma-lg*/@media (max-width: 1024px) {
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }

    .block-logo {
        order: 1;
    }
    .block-hotline {
        order: 2;
    }
    .block-menu-main-mobile {
        order: 3;
    }
    .list-news-1 .item {
        margin: 10px;
    }

}


/*ma-md*/@media (max-width: 768px) {
    .dodd {
        display: none;
    }
    .block-about-in .title-image img {
        margin: auto;
    }
    .block-about-in {
        text-align: center;
    }
    .block-about .box-2 {
        flex-direction: column-reverse;
    }
  
    .block-about-bottom ul {
        padding: 20px 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .block-about-bottom ul li {
        width: 50%;
    }
    .block-about-bottom ul li .image {
        margin: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .block-product .decor-2 {
        top: 30%;
    }
    .block-product ul {
        display: flex;
        flex-wrap: wrap;
    }

    .block-news-2 .banner img {
        height: 500px;
    }
    .copyright-in {
        padding: 10px 30px 40px 30px;
    }
    .service-banner .banner-in {
        height: 400px;
    }
    .service-title h1 {
        padding: 20px;
        width: calc(100% - 40px);
        left: 0;
        transform: translate(0%, -50%);
    }
    .block-about-us .gallery .item:nth-child(5) {
        width: 100%;
    }
    .block-about-bottom ul li img {
        margin: 5px;
        width: calc(100% - 10px);
        height: 300px;
     
    }
    .block-contact .banner h1,
    .block-contact .box-2 .right .hotline {
        font-size: 50px;
    }
    .block-contact .box-3 .item-in {
        margin: 20px 5px;
    }
    .block-list-product {
        padding: 20px;
    }
    .list-product-in .product a {
        padding: 5px;
    }
    /*foot footer cuoi trang*/
    .block-foot-info-in .decor {
        background: url('/application/media/hinh_nen/background_6.png') center center ; 
        background-size: cover;
    }

    .block-foot-info ul li:nth-child(1),
    .block-foot-info ul li:nth-child(2),
    .block-foot-info ul li:nth-child(3) {
        width: 100%;
    }



}
/*ma-sm*/@media (max-width: 568px) {
    #head_top_in {
        padding: 10px 20px;
    }

    .block-call {
        display: inline-block;
        position: fixed;
        z-index: 50;
        right: 20px;
        bottom: 90px;
    }
    .block-call a {
        display: block;
        border-radius: 50%;
    }
    .block-call i {
        font-size: 18px;
        color: #fff;
        background-color: var(--red);
        padding: 15px;
        border-radius: 50%;
    }


    .dod,
    .list-photos-nav,
    .block-banner-head .banner-head-nav button {
        display: none;
    }
    .block-about-in {
        padding: 100px 0;
    }
    .block-about-background {
        width: 100%;
    }
    .block-product .decor-1 {
        top: 20%;
    }

    .news-item-default img {
        height: 240px;
    }
    .block-foot-info-in {
        padding: 10px;
    }
    .block-foot-info .top>div:nth-child(1) {
        order: 3;
    }
    .block-foot-info .top>div:nth-child(2) {
        order: 1;
    }
    .block-foot-info .top>div:nth-child(3) {
        order: 2;
    }
    .block-foot-info .hotline,
    .block-foot-info .logo,
    .block-foot-info .list-1 {
        text-align: center;
    }
    .block-foot-info .list-1 {
        justify-content: center;
    }
    .block-foot-info .decor img {
        height: 500px;
        width: unset;
    }
    .block-about-background {
        overflow: hidden;
    }
    .block-about-background .background img {
        width: unset;
    }
    .block-about-us .box {
        padding: 15px 30px;
    }
    .block-news-2 {
	padding: 50px 20px 150px 20px
    }
    /*trang gioi thieu*/
    .block-about-2 .box-3 {
        padding: 20px 5px;
    }
    .block-about-us .gallery .item:nth-child(4) {
        width: 100%;
    }
    .block-about-4 .note {
        font-size: 14px;
    }
    .block-about-us .animation-element {
        transition: unset;
    }
    .block-about-3 .list-infos {
        padding: 0 10px;
    }
    .block-about-3 .list-infos .info p {
        padding: 10px 10px 20px 10px;
    }
    .block-about-3 .list-infos .info img {
        width: 90%;
    }
    .block-about-bottom ul li img {
        height: 180px;   
    }
    .block-contact .list-city button {
        padding: 10px;
        font-size: 13px;
        margin: 0;
    }
    .block-contact .city-info {
        border-top-left-radius: 0;
        padding: 20px;
        font-size: 13px;
    }
    .block-contact .text h2 {
        padding: 0 15px;
        border-left: 6px solid var(--green);
    }
    .block-contact .box-2 {
        padding: 20px 20px 40px 20px;
    }

    .block-recipe .box-1 .list-cat a img {
        width: 40px;
        height: 40px;
    }
    .block-recipe .box-2 {
        padding: 0 10px;
    }
    .block-recipe .box-2 .list-rep .list-photos-nav {
        display: block;
    }
    .block-recipe .box-2 .list-rep .right {
        margin: 0;
    }
    .block-recipe .box-2 .list-rep .right .box-in {
        padding: 20px;
        height: calc(100% - 40px);
    }
    .block-recipe .box-2 .list-rep .right h4 {
        font-size: 16px;
    }
    .block-recipe .box-2 .list-rep .right p {
        font-size: 13px;
        line-height: 1.3;
        -webkit-line-clamp: 4;
    }
    .block-recipe .box-2 .list-rep .read-more a {
        font-size: 14px;
    }
    .block-list-product {
        padding: 0;
    }

    /*trang san pham*/
    .block-product-category .list-photos-nav {
        display: block;
    }
    .block-product-foot .box {
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .block-product-foot .box-in h1 {
        font-size: 24px;
    }
    /*trang gia cong*/
    .block-machining .box-1,
    .block-machining .box-3 {
        padding: 50px 30px;
    }
    .block-machining .box-2-1,
    .block-machining .box-2-3,
    .block-machining .box-2-7 .top-in,
    .block-machining .box-2-7 .bottom .left {
        padding: 30px;
    }
    .block-machining .box-2-5 {
        padding: 0px 30px;
    }


    .block-machining .list-1 .item-out:nth-child(-n+2) {
        width: 50%;
    }
    .block-machining .list-1 .info {
        padding: 30px 20px;
    }
    .block-machining .box-2-2 {
        padding: 2px;
    }
    .block-machining .box-2-4 .image {
        padding: 60px 20px;
    }
    .block-machining .box-2-6 .image {
        padding: 20px;
    }

    .block-machining .box-2-7 .list-2 .item {
        display: flex;
    }
    .block-machining .box-2-7 .list-2 .info {
        padding-left: 15px;
    }
    .block-machining .box-2-7 .bottom {
        margin: 50px 3px 0 3px;
    }
    .block-machining .box-2-7 .bottom .right img {
        transform: rotate(5deg);
        top: 0;
        left: 0;
    }
    .block-machining .box-4 .top, 
    .block-machining .box-4 .bottom {
        padding: 20px 30px;
    }
    .block-machining .box-4 .bottom .item {
        padding: 0 0 70px 70px;
    }
    .block-machining .box-4 .bottom .icon {
        top: -25px;
        left: -5px;
    }
    .block-machining .box-4 .bottom .line {
        width: 2px;
        height: 100%;
        top: 5px;
        left: 25px;
    }
    .block-machining .box-4 .bottom .item-out:last-child .line {
        display: none;
    }
    /*trang dai ly*/

    .block-dealer .box-1 h1 {
        font-size: 32px;
        text-align: left;
        padding: 50px 30px 70px 30px;
    }
    .block-dealer .box-2,
    .block-dealer .box-4 {
        padding: 50px 30px;
    }
    .block-dealer .box-5 {
        padding: 50px 30px 0 30px;
    }
    .block-dealer .box-6 {
        padding: 0 30px;
    }

    .block-dealer .box-2 .item {
        margin: 20px 0;
    }
    .block-dealer .box-3 {
        padding: 0 30px;
    }
    .block-dealer .box-4 .item-in {
        padding: 20px 0;
    }

}






/*blog*/
#blog_main {
    padding: 50px 30px;
}
.blog-title h1 {
    position: relative;
    text-transform: uppercase;
    color: var(--red);
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.blog-title h1::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--yellow);
}

/*mi-sm*/@media (min-width: 569px) {
    .blog-title h1 {
        text-align: center;
    }
}
/*ma-sm*/@media (max-width: 568px) {
    .blog-title h1 {
        text-align: left;
    }
}

/*end blog*/
