.h1, .h2, .h3, h1, h2, h3{padding: 0; margin: 0;}
*{ margin: 0; padding: 0; } 
::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-button {  width: 0px; height: 0px; }
::-webkit-scrollbar-track {  background-color: #c3c3c3;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #ffffff;}}
::-webkit-resizer { background-color: #666;}
.clear{clear:both;}
.clearafer::after{content:''; display:block;clear:both;}
body{ font-family:Arial, Helvetica, sans-serif;	font-size:13px;	line-height:1.5; }
a,a:hover,a:link,a:visited{ text-decoration:none;}
 
img{ max-width:100%; height:auto !important;}
.vshd{ height:0px; display:none; overflow:hidden;}
.blink_me{
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


#wapper{width:100%; color:#fff; max-width:1920px; margin:auto; position:relative; overflow:hidden;}
 
.header{ width:100%; z-index:102; position:relative; } 
.header_content{width:98%; max-width:1200px; position:relative; padding:14px 0;  margin:auto; }
.logo{float:left;}
.logo img{ position:relative; z-index:1;}
 
.wrap_menu1{ min-height:81px;}
.wrap_menu{ background:#131415; width:100%; z-index:991; position:relative; padding:8px 0; transition:all 0.3s;}
.fix-menu{ position:fixed; left:0px; top:0px; z-index:999;  transition:all 0.3s;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)"; 
-moz-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5); 
-webkit-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5); 
box-shadow: 0 0 5px -2px rgba(0,0,0,0.5); 
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); 
} 
.menu{ margin:auto; width:98%; max-width:1200px; z-index:1; position:relative; transition:all 0.5s;}
.right_menu{ float:right;}
#smoothmenu1{float:left; padding-right:30px; }
#smoothmenu1 ul{margin:0px; }
#smoothmenu1 .mn{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

#smoothmenu1 .last{ float:left; padding:0 24px; }
#smoothmenu1 .last:first-child{ padding-left:0px; }
  
#smoothmenu1 li a.c1{font-size:18px; font-family: 'Roboto-Regular'; display:block; color:#bdab34; height:65px; line-height:65px; position:relative; position:relative; z-index:1;


background: -moz-linear-gradient(180deg, #CBBC5A 18%, #EBE3B5 50%, #C5B54A 100%); 
background: -webkit-gradient(linear, 180deg, color-stop(18%, CBBC5A), color-stop(50%, EBE3B5), color-stop(100%, C5B54A)); 
background: -webkit-linear-gradient(180deg, #CBBC5A 18%, #EBE3B5 50%, #C5B54A 100%); 
background: -o-linear-gradient(180deg, #CBBC5A 18%, #EBE3B5 50%, #C5B54A 100%); 
background: -ms-linear-gradient(180deg, #CBBC5A 18%, #EBE3B5 50%, #C5B54A 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #CBBC5A 18%, #EBE3B5 50%, #C5B54A 100%); 

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;

}

.m a.c1 ,#smoothmenu1 li.last:hover a.c1{}
.m a.c1:before ,#smoothmenu1 li.last:hover a.c1:before{ content:''; width:100%; height:1px; background:#bdab34; position:absolute; left:0px; top:44px;}

 
#smoothmenu1 ul{list-style:none;}
 
#smoothmenu1 li .box-menu{ position:absolute; visibility:hidden; opacity:0; left:0px; top:150%; width:100%; z-index:-1; transition:all 0.3s; padding-top:20px;}
 
#smoothmenu1 li:hover .box-menu{top:100%; visibility:visible; opacity:1; z-index:99; transition:all 0.3s;}
#smoothmenu1 li .box-menu .grid-menu{background:rgba(255,255,255,1); padding:8px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap:15px;
	
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)"; 
-moz-box-shadow: 0 0 4px -2px rgba(0,0,0,0.5); 
-webkit-box-shadow: 0 0 4px -2px rgba(0,0,0,0.5); 
box-shadow: 0 0 4px -2px rgba(0,0,0,0.5); 
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); 
}
#smoothmenu1 li .box-menu .grid-menu .item-menu{ padding:0 1%; text-align:left; position:relative;}
#smoothmenu1 li .box-menu .grid-menu .item-menu .lk-cap1{ color:#333 !important; font-size:14px; font-family: 'Roboto-Medium'; line-height:1.6 !important; display:block; margin-bottom:5px; border-bottom: 1px #ddd solid;}
#smoothmenu1 li .box-menu .grid-menu .item-menu:hover .lk-cap1{ color:#f00 !important; }
#smoothmenu1 li .box-menu .grid-menu .item-menu .grid-menu1{ padding-left:5px; }
#smoothmenu1 li .box-menu .grid-menu .item-menu img{ margin-top:10px;}
#smoothmenu1 li .box-menu .grid-menu .item-menu .grid-menu1 .item-small a{ display:block; padding:0px; font-family: 'Roboto-Regular'; font-size:13px; color:#333; padding:4px 0; transition:all 0.5s;}
#smoothmenu1 li .box-menu .grid-menu .item-menu .grid-menu1 .item-small a i{ font-size:12px;}
#smoothmenu1 li .box-menu .grid-menu .item-menu .grid-menu1 .item-small:hover a{ color:#f00; }

#smoothmenu1 ul li ul{ position: absolute; display: none; visibility: hidden; min-width:220px; top:100%; overflow: visible; text-align: left; transition:all 0.3s; }
#smoothmenu1 ul li ul li{display:list-item; float:none; height:43px; background:#fff !important; border-bottom:1px solid #dfdfdf; padding:0px;}
 
#search{width:225px; padding-top:10px; position:relative; height:40px; outline:none; float:right; transition:all 0.3s;}
#search input{width: calc( 100% - 40px ); font-family: 'Roboto-Regular'; font-size:12px; color:#959075; height:30px; border:none; border-bottom:1px #555555 solid; background:none; outline:none; float:left; position:relative;}
#search input::-webkit-input-placeholder{color:#959075;}
#search input::-moz-placeholder{color:#959075;}
#search input:-ms-input-placeholder{color:#959075;}
#search input:-moz-placeholder{color:#959075;} 
#search button{ height:30px; border:none; width:30px; background:none; outline:none; position:absolute; bottom:0px; right:0px; color:#fff; font-size:12px; }

.wrap-slider{ position:relative; width:100%;}
.box_text{ position:absolute; left:50%; top:50%; transform:translate(-600px,-50%); z-index:900; color:#fff; font-family: 'UTM-Eremitage'; font-size:42px; width:100%; max-width:600px;}
.text-1{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000)"; 
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000); 
}
 
/*
#slider{ color: #fff;  position:relative; width:100%;}
#slider #owl-slider.owl-theme .owl-dots {position: absolute;bottom: 20px;left: 0;width: 100%; }
#slider #owl-slider.owl-theme .owl-dots .owl-dot.active span, #slider #owl-slider.owl-theme .owl-dots .owl-dot:hover span {border: 1px solid #e51515 !important; }
#slider #owl-slider.owl-theme .owl-dots .owl-dot.active span::before, #slider #owl-slider.owl-theme .owl-dots .owl-dot:hover span::before {background: #e51515; }
#slider #owl-slider .ms-img {display: block; position: relative; }
#slider #owl-slider .ms-img img {width: 100%; position: relative; z-index: 1; }


#slider #owl-slider .ms-img .ms-desc {position:absolute; top:50%; right:60%; transform: translateY(-50%); left:0; z-index:2; padding-left:120px; }
#slider #owl-slider .ms-img .ms-desc .line-1{font-size:36px; line-height:40px; letter-spacing:5px; color:#fff; font-family: 'Montserrat-SemiBold';}
#slider #owl-slider .ms-img .ms-desc .line-2 {text-align:justify; color:#fff; font-size:24px; font-family: 'OpenSans-Regular'; margin: 10px 0 10px; letter-spacing: 1px;}
#slider #owl-slider .ms-img .ms-desc a {margin-top:10px;display: inline-block; color: #282828; border: 1px #8da2cd solid; border-radius:5px; padding: 6px 25px; font-size:14px; font-family: 'OpenSans-Regular';}
#slider #owl-slider .ms-img .ms-desc a:hover { background: #18397e; color: #fff; -webkit-box-shadow: 0 0 20px 5px rgba(24, 57, 126, 0.3); box-shadow: 0 0 20px 5px rgba(24, 57, 126, 0.3); }
#slider #owl-slider .ms-img .ms-desc a:hover span {background: #fff; }
#slider #owl-slider.owl-theme {position: relative; }
#slider #owl-slider.owl-theme:hover .owl-next, #slider #owl-slider.owl-theme:hover .owl-prev {opacity: 1; }
#slider #owl-slider.owl-theme .owl-next, #slider #owl-slider.owl-theme .owl-prev {width:50px; height:50px; line-height:52px; position:absolute; top:calc(50% - 25px); margin:0px; padding:0px; color:#fff; background:none; opacity: 0;  border-radius: 50%; }
#slider #owl-slider.owl-theme .owl-next:hover, #slider #owl-slider.owl-theme .owl-prev:hover { }
#slider #owl-slider.owl-theme .owl-prev { left: 50px; }
#slider #owl-slider.owl-theme .owl-next { right: 50px; }
#slider #owl-slider.owl-theme .owl-dot span::before { background: #fff; }
#slider #owl-slider.owl-theme .owl-item.active .ms-desc { /*display: block;* / }
.owl-theme .owl-nav { margin: 0 !important; }
.owl-theme .owl-nav.disabled + .owl-dots { margin: 0 !important; }
.owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
.owl-theme .owl-dots .owl-dot span { width: 15px !important; height: 15px !important; margin: 0 !important; border-radius: 0 !important; background: 0 !important; border: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.owl-theme .owl-dots .owl-dot span::before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 7px; height: 7px; background: #5a6069; }
.owl-theme .owl-dots .owl-dot { position: relative !important; margin: 0 15px; }
.owl-theme .owl-dots .owl-dot.active span { border: 1px solid #e51515 !important; }
.owl-theme .owl-dots .owl-dot.active span::before { background: #e51515 !important; }
.owl-theme .owl-dots .owl-dot:hover span::before { background: #e51515 !important; }
*/


/*-----------end slider-------------*/
.flex{ display:flex; }

.wrap-about{ position:relative; padding:50px 0; padding-bottom:80px; }
.wrap-about::before{ content:''; width:100%; height:70px; background:url(images/wave.png) no-repeat center; background-size:100% 100%; position:absolute; left:0px; bottom:-1px; }
.about{width:98%; max-width:1200px; margin:auto; }
.gt-mota{ width:100%; text-align:center;}
.xemthem{ text-align:center; margin-top:30px;}
.xemthem a{ display:inline-block; border:1px solid #cc9900; padding:4px 10px; color:#c1b041;  transition:all 0.3s;}
.xemthem a:hover{ transition:all 0.3s; color:#fff; background:#cc9900; }
 
  
.noidung_gt2{ color:#000; font-size:15px; font-family: 'OpenSans-Regular';}
 
.main{ padding:50px 0; }
.main_content{width:98%; max-width:1200px; margin:auto;}
.index{ padding-top:0px;}

.title a{ color:#D9A60D;
/*background: -moz-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);
background: -webkit-gradient(linear, 180deg, color-stop(20%, FFCC5A), color-stop(100%, D9A60D));
background: -webkit-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);/
background: -o-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);
background: -ms-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
background: linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;*/
 
}
.title{ margin-bottom:30px; color:#D9A60D; font-size:36px; font-family: 'OpenSans-Regular';text-align:center; text-transform:uppercase;
/* background: -moz-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%); 
background: -webkit-gradient(linear, 180deg, color-stop(20%, FFCC5A), color-stop(100%, D9A60D)); 
background: -webkit-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%);

background: -o-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%); 
background: -ms-linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); 
background: linear-gradient(180deg, #FFCC5A 20%, #D9A60D 100%); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;*/
 
}

 
.grid-item{display:grid; grid-template-columns: 1fr 1fr 1fr ; grid-gap:30px; }
.grid_ct{display:grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-gap:30px;}
 
.item1{position:relative; }
.item1 .box_item_img{position:relative; width:100%; transition:all 0.4s; }
.item1 .box_item_img a{ display:block; position:relative; overflow:hidden; }
.item1 .box_item_img a::after{content:''; background: rgba(0, 0, 0, 0.3); width:100%; height:100%; display:none; position:absolute; left:0px; top:0px;}
.item1:hover .box_item_img a::after{ display:block;}
.item1 .imgsp{width:100%; transform:scale(1); 
-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
-o-transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.item1:hover .imgsp{ transform:scale(1.05); }
.item1 .item_content{position:absolute; width:100%; padding:8px 10px; left:0px; bottom:0px;}
.item1 .name{ position:relative;}
.item1 .name a{font-size:20px; font-family: 'Montserrat-Bold'; color:#fff; transition:all 0.2s;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#D9A60D)"; 
text-shadow: 0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D,0 0 2px #D9A60D; 
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#D9A60D); 
}
   
.dow a{ color:#ef2e25; font-size:16px; font-family: 'OpenSans-Semibold'; }
.dow svg{ width:15px; }
.dow svg path{ fill:#ef2e25; }
 
.box-index{ margin-top:50px; padding-top:30px; background:url(images/line.png) no-repeat top center;}
 
.dv-item{ }
.dv-item .img-news{display:block; width:100%; position:relative; margin-bottom:10px; }
.dv-item .img-news a{ display:block; overflow:hidden; position:relative; }
.dv-item .img-news a:before{position:absolute; top:6px; left:6px; width: calc( 100% - 12px ); height: calc( 100% - 12px ); content: ''; z-index: 10; background:url(images/square.png) no-repeat; background-size:100% 100%; opacity:0;transition:all 0.7s;}
.dv-item:hover .img-news a:before { opacity:1;transition:all 1s;}

.dv-item img{ width:100%; transform:scale(1); display:block; 
-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
-o-transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.dv-item:hover img{ transform:scale(1.1);}
.dv-item .n_name { line-height:1.2; margin-bottom:5px;}
.dv-item .n_name a{color:#bdab34; font-family: 'OpenSans-Semibold'; font-size:16px; transition:all 0.4s;}
.dv-item .n_mota{width:100%; color:#fff; font-family:'OpenSans-Regular'; font-size:14px;} 


.box_nhantin{ max-width:975px; margin:auto;}
 
.input_dk{width: 100%; height:39px; float:left; border:1px #bdab34 solid; padding:0 10px; margin-bottom:8px; color:#666666; outline:none; background:none; margin-bottom:10px; }
.input_dk::-webkit-input-placeholder { color:#666666;}
.input_dk::-moz-placeholder { color:#666666;}
.input_dk:-ms-input-placeholder { color:#666666;}
.input_dk:-moz-placeholder { color:#666666;}
.input_dk:nth-child(1){width: 32%; float:left;}
.input_dk:nth-child(2){width: 32%; margin:0 2%; float:left;}
.input_dk:nth-child(3){width: 32%; float:left;}

.noidung_dk{width: 100%; float:left; border:1px #bdab34 solid; padding:0 10px; margin-bottom:8px; color:#666666; outline:none; background:none; margin-bottom:10px; }
.noidung_dk::-webkit-input-placeholder { color:#666666;}
.noidung_dk::-moz-placeholder { color:#666666;}
.noidung_dk:-ms-input-placeholder { color:#666666;}
.noidung_dk:-moz-placeholder { color:#666666;}
 
.btnct_dk{ background:#9b8d2e; width:100px; height:39px; border:none; font-size:16px; font-family: 'OpenSans-Semibold'; border-radius:3px; color:#fff;  float:right; text-transform:uppercase;} 

.video-item{ }
.video-item .img-news{display:block; width:100%; position:relative; margin-bottom:10px;background:url(images/square2.png) no-repeat; background-size:100% 100%; padding:3px; }
.video-item .img-news1{overflow:hidden;}
.video-item .img-news span{ display:block; overflow:hidden; position:relative; padding:38%; }
.video-item .img-news font{position:absolute; left:50%; top:50%; background:url(images/play.png) no-repeat; width:46px; height:52px; transform:translate(-50%,-50%);}
.video-item .img-news span:before{position:absolute; top:0; left:0; width:100%; height:100%; background: rgba(255,255,255,0.5); content: ''; z-index: 10; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0); transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0); }
.video-item:hover .img-news span:before { webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0); }
.video-item span{ width:100%; transform:scale(1); display:block; 
-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
-o-transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;}
.video-item:hover span{ transform:scale(1.1);}

.video-item .n_name { line-height:1.2; margin-bottom:5px; color:#fff; font-family: 'OpenSans-Regular'; font-size:15px; transition:all 0.4s;}
.video-item:hover .n_name {  color:#FFCC5A;  }
.fancybox-media{ display:block;}
 
.wrap-doitac{ padding:20px 0;}
.bottom{width:98%; margin:auto; max-width:1200px;}
.left_dt{width:14%; float:left; padding:10px 0;} 
.right_dt{width:86%; float:right;} 
.doitac_item{ border-left:1px solid #e6e6e6;}
.end{position:relative; width:100%; background:#003053; }
 
.footer_content{width:98%; max-width:1200px; margin:auto; font-family: 'OpenSans-Regular'; font-size:13px; z-index:9; color:#ebe3b5; text-align:center;padding:40px 0; }
.copy{  font-family: 'Roboto-Light'; padding:15px 0; color:#ebe3b5; font-size:14px; background:url(images/line2.png) no-repeat top center;}
.copy-content{width:98%; text-align:center; max-width:1200px; margin:auto; }
 
.pagination{ display:block !important; margin-top:30px; margin-bottom:0px;  }
.pages_ajax{ display:block; text-align:center;}
.pages_ajax li {display:inline-block; padding:5px 10px; text-decoration:none; box-sizing:border-box; margin: 0px 4px; cursor:pointer; color:#000; font-size:10px; font-family: 'Roboto-Medium'; border:1px solid #fff988; background:#fff; transition:all 0.5s;}
.pages_ajax li a{color:#000;}
.pages_ajax li.actived,.pages_ajax li:hover{background:#fff5cc; color: #000; border-color:#fff5cc;}
.pages_ajax li.actived a,.pages_ajax li:hover a { color: #000; }
span.total{ display:none;}

 /*-----------phÃ¢n trang---------------*/	
.phantrang{text-align:center; margin-bottom:10px; padding-top:10px;}
.phantrang a{ background: #fff; display:inline-block; color:#666; padding: 5px 8px; border:1px #d9e2e7 solid; text-align:center; text-decoration:none; margin:0px 2px; font-weight:bold;}
.phantrang a:hover{ background:#0473bd; border:1px #0473bd solid; color:#fff;}
.phantrang span{ background:#0473bd; border:1px #0473bd solid; padding: 5px 8px; color:#fff;}
/*------------------------------------*/
.lh_cont{width:49%; float:left;}
.frm_lienhe{width:49%; float:right;}
.bando{width:100%; margin-top:30px;}
.bando iframe{display:block; width:100%; height:400px;}
.ipct{width: 100%; height:40px; border: 1px solid #cccccc; padding:0 10px; margin-bottom:8px; color:#333; outline:none; background: #fff;}
.ipct:nth-child(3n),.ipct:nth-child(4n){ float:left; width:49%}
.ipct:nth-child(4n){ float:right;}
.ipct:nth-child(4n+1){clear:both;}
.ipct::-webkit-input-placeholder { color:#cccccc;}
.ipct::-moz-placeholder { color:#cccccc;}
.ipct:-ms-input-placeholder { color:#cccccc;}
.ipct:-moz-placeholder { color:#cccccc;}
.tact{ border: 1px solid #cccccc; color:#333; width: 100%; padding: 0 10px; background:#fff; outline:none;}
.tact::-webkit-input-placeholder { color:#cccccc;}
.tact::-moz-placeholder { color:#cccccc;}
.tact:-ms-input-placeholder { color:#cccccc;}
.tact:-moz-placeholder { color:#cccccc;}
.btnct{ background:#df1010; padding:5px 20px; border:none; font-size:16px; font-family:'Roboto-Bold'; border-radius:3px; color:#fff;}
 
.chitietsanpham{width:100%; margin-bottom:20px;}
.slider-for{ width:80%; float:right;}
.slider-nav{ width:20%; float:left;}
.zoom_slick{ width:40%; float:left;}
.product_info{ width:58%; float:right; color:#272727; }
.detail1{ }
.addfont{ font-size: 20px; color:#f00; font-family: 'Roboto-Bold'; }
.detail{font-family:arial; font-size:14px; padding:2px 0;}
.detail span{font-weight:bold; color:#f00;}
.detail font{ margin-left:30px; font-size:14px; color:#a6a4a3; text-decoration:line-through;}

.grid-news{ display:grid; grid-template-columns: 1fr 1fr ; grid-gap:20px; }
.box_news{padding:7px 0; border-bottom:1px dotted #A0A0A4;}
.box_news:nth-child(2){ margin-right:0px;}
.box_news:nth-child(2+1){ clear:both;}
.box_news h3 a{ font-size:16px; color:#1e1e1e; font-weight:bold; margin-bottom:6px; transition:0.4s;}
.box_news:hover  h3 a{color:#F00; transition:0.4s;}
.box_news a.chitiet{ color:#00F;}
.box_news a{ text-decoration:none;}
.box_news a img{ float:left; margin:4px 15px 3px 0px; max-width:35%; height:auto; transition:1s; }
.box_news a img:hover{opacity:0.4;	transition:1s;}
 
.othernews{ padding: 10px; background: #f7f7f7; border: 1px #dcdcdc solid;}

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}

.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box{bottom:70px;right:15px}
.js-facebook-messenger-box{background:#1182fc}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{width:60px;height:60px;display:block;position:fixed;cursor:pointer;text-align:center;line-height:60px;background:#1182FC;border-radius:100%;overflow:hidden;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}
.js-facebook-messenger-container{transform:translateY(50px);bottom:110px;right:35px}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:300px}
.js-facebook-messenger-top-header{color:#fff;background:#1182fc}
.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{ display:none;}
.js-facebook-messenger-top-header{color:#fff;background:#1182fc}
.js-facebook-messenger-box{background:#1182fc}
.js-facebook-messenger-top-header{width:100%}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box{bottom:95px;right:15px}
.js-facebook-messenger-container{transform:translateY(50px);bottom:135px;right:35px}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1; display:block; z-index:1000; pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}

#btn-zalo { display: block; width: 40px; height: 40px; position: fixed; right: 25px; bottom: 175px; z-index: 999; }
#btn-zalo i {top:0;right:0; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 9999; }
#btn-zalo i img { vertical-align: middle;width:40px }
.kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }
#btn-zalo.hotline-call i:before{color: #fff;font-size: 20px;position: relative;left: 12px;}
#btn-zalo.hotline-call{bottom: 245px;}

.toolbar {background: #131415; display: none; width: 100%; padding: 2px; bottom: 0; position: fixed; z-index: 901; height: auto; border-top: 1px solid #cbcbcb;}
.toolbar ul {list-style:none;}
.toolbar ul li { text-align: center; float: left; width: 25%;}
.toolbar ul li a { display: inline-block; width: 100%; color: #fff;}
.toolbar ul li a img { height: 18px !important; width: auto;}
.toolbar ul li a span {font-family:arial; font-weight:400; color:#fff; font-size:12px;} 

.menu-mobile{ transition:all 0.3s; display:none; font-family: 'Roboto-Medium';}
.menu-mobile svg { transition:all 0.3s; width: 13px; margin-right: 4px; margin-top: 19px; float: left; }
.menu-mobile svg path { fill: #fff;}

.fancybox-skin { background: #333; }
#inline1{ padding:10px;}
.htl-m{ padding:10px; border:1px rgba(255,255,255,0.7) solid; border-radius:5px; text-align:center; color:#fff; font-size:15px;}
.htl-m:nth-child(1){margin-bottom:10px;}
.htl-m a{ color:#fff; font-size:16px;}


#btn-zalo1 { display: block; width: 40px; height: 40px; position: fixed; right: 25px; bottom: 255px; z-index: 999; }
#btn-zalo1 i {top:0;right:0; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 9999; }
#btn-zalo1 i svg {height:20px; margin:auto;}
#btn-zalo1 i svg path{fill:#fff;}
#btn-zalo1 .hl-fix{ background:#fff; border-radius:3px; padding:6px 10px; position:absolute; right:0px; bottom:60px; line-height:1.3; display:none;}
#btn-zalo1 .hl-fix a{ color:#f00; font-size:18px;}
.cssarrow {	position: relative;	background: #fff; border: 1px solid #ddd;}
.cssarrow:after,
.cssarrow:before {top: 100%; right: 8px;	border: solid transparent;	content: " "; height: 0;	width: 0;position: absolute; pointer-events: none;}
.cssarrow:after {border-color: rgba(136, 183, 213, 0); border-top-color: #fff;	border-width: 10px;	margin-right: 0px;}
.cssarrow:before {border-color: rgba(194, 225, 245, 0); border-top-color: #ddd;	border-width: 12px; margin-right: -2px;}

@media (max-width: 1190px){
	.box_text { left: 2%; transform: translate(0%,-50%); font-size: 40px; width: 96%; max-width: initial; }
}
@media (max-width: 1060px){
	 
	.menu-mobile{display:block; color:#fff !important; font-size:15px; float:left; height:65px; line-height:65px;float:right; margin-left:30px;}
	.menu-mobile svg {margin-top:24px;}
	.toolbar { display: block; }
	#btn-zalo1,#btn-zalo,.js-facebook-messenger-box {display:none}
	#smoothmenu1{ display:none;}
	.copy{ padding-bottom:50px;}
	.grid-item { grid-gap: 20px; }
	
	.grid_ct { grid-gap:20px; }
	
}
@media (max-width: 991px){	
	.box_text { font-size: 30px; }
	.grid_ct { grid-template-columns: 1fr 1fr 1fr; grid-gap:15px; }
	#slider #owl-slider .ms-img .ms-desc { padding-left: 20px;}
	.logo img{ max-height:65px; transition:all 0.3s;}
	.fix-menu{ padding:4px 0; transition:all 0.3s;}
	.fix-menu .logo img{ max-height:45px; transition:all 0.3s;}
	.fix-menu .menu-mobile { line-height: 45px;  height: 45px; transition:all 0.3s;}
	.fix-menu .menu-mobile svg{margin-top:16px; transition:all 0.3s;}
	.fix-menu #search { padding-top: 1px; height: 32px; transition:all 0.3s;}
}
@media (max-width:770px){ 
	.grid-item { grid-template-columns: 1fr 1fr; } 
	.grid-news { grid-template-columns: 1fr; }
	#slider #owl-slider .ms-img .ms-desc { display:none;}
	
	.box_text { font-size: 25px; line-height:1.3; text-align:center; }

}
 
@media (max-width:700px){ 
	.grid_ct { grid-template-columns: 1fr 1fr; grid-gap: 12px; }
	.box_text { font-size: 22px; text-align:center; }
 
}
@media (max-width:650px){ 
	.grid-item { grid-template-columns: 1fr 1fr ; }
	.zoom_slick{ width:100%; float:left; margin-bottom:20px;}
	.product_info{ width:100%; float:right; color:#272727; }
	.lh_cont{width:100%; float:left; margin-bottom:20px;}
	.frm_lienhe{width:100%; float:right;}
	.menu-mobile { margin-left: 8px;}
	.box_text { font-size: 20px; text-align:center; }
}
@media (max-width:590px){	 
	 
	.grid-item { grid-template-columns: 1fr 1fr;}
}

@media (max-width:500px){
	.grid-item { grid-template-columns: 1fr ; }
 	.title { font-size: 24px; }
 
	.logo { float: left; width: 100%; text-align: center; }
	.logo img{max-height:55px;}
	.right_menu { float: right; width: 100%;}
	.menu-mobile { line-height: 45px; height: 35px; transition:all 0.3s;}
	.menu-mobile svg{margin-top:14px; transition:all 0.3s;}
	#search {float:left; padding-top: 1px; height: 32px; transition:all 0.3s;}
	.box_text { font-size: 18px; text-align:center; }
}
@media (max-width:375px){
	 
}
@media (max-width:350px){
	.grid_ct { grid-template-columns: 1fr; grid-gap: 25px; }
}
